[Q] Please Help! Stuck in CWM Recovery - LG Optimus G (International)

My LG LS970 Optimus G I rooted it then unlocked the boot Loader then OTA update installed and I am stuck in CWM Recovery v6.0.1.5 I tried everything and nothing works Please Help me I just want it to work I dont care about root or unlock anymore Its been giving me a headache for a week now

KenKu said:
My LG LS970 Optimus G I rooted it then unlocked the boot Loader then OTA update installed and I am stuck in CWM Recovery v6.0.1.5 I tried everything and nothing works Please Help me I just want it to work I dont care about root or unlock anymore Its been giving me a headache for a week now
Click to expand...
Click to collapse
There is a way to push a rom to your phone trough CWM and then flash it but i m not sure how...
however check this thread : http://forum.xda-developers.com/showthread.php?t=2010624
be sure to use the right KDZ. You should get it right from LG official website with you IEMI number (I know you dont have access to it since you are stuck in recovery but it can be written on your optimus g box... at least mine is there(telus E973))
Tell me if that helped

nope has a error trying to recover doing everything just how I am stumped

Did you install msxml and B2CAppSetup before trying the unbrick steps above?

You just need to clear your reboot flag in the misc partition. I'll get you the commands in a bit or you can search sprint forum.
Sent from my cm_tenderloin using xda app-developers app
Run this from an adb shell:
Code:
dd if=/dev/block/platform/msm_sdcc.1/by-name/misc of=/data/media/misc-bad-backup.img
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/misc bs=1 count=1088

Related

recovery help

hi i just rooted my lg optimus lte bell and flash recovery
wen i get into recovery show lg logo and
secure booting error
cause boot certification verify
enter the fastboot
enter the fastboot
long time no see any member can help me im stuck on this
miguelpaddy said:
hi i just rooted my lg optimus lte bell and flash recovery
wen i get into recovery show lg logo and
secure booting error
cause boot certification verify
enter the fastboot
enter the fastboot
long time no see any member can help me im stuck on this
Click to expand...
Click to collapse
Try the Unbrick methond in this link I'm pretty sure you can recover your phone this way .I have done chaotic things to mind and always manage to get out of anything by doing the Unbrick method.If you do decide to do it the trick is to uninstall any of the drivers you currently have installed for the phone and install the once that come with the Download file for the unbrick method.O and connect your usb to the back USB slots if using a desktop.
Yeah, you can't flash CWM with the bootloader from official ICS. You have to go through the unbricking guide.
Malnilion said:
Yeah, you can't flash CWM with the bootloader from official ICS. You have to go through the unbricking guide.
Click to expand...
Click to collapse
thanks for your help guys i go over all proceed on unbrick and chinese firmware then stock att and finally recovery
once again thanks for all :good:

[Recovery][TWRP/CWM][HK (E988), KR (F240L, S, K)] Flashable recovery!

Hi there,
Here is seperate thread for E988 (HK version) and F240 (KR version)
Please refer all detail / procedures from here (the original thread from thecubed)
http://forum.xda-developers.com/showthread.php?t=2360369
I would like to thanks @djrbliss & @thecuded for all their contributions
Here is the LOKI thread and with source code URL in github
http://forum.xda-developers.com/showthread.php?t=2358871
!!!!!!!!!!!I Am Not Responsible For Any Problems Due To Flashing This Image!!!!!!!!!!!!!!
Make sure you do your own backup
e.g. rooted access and backup your existing recovery image to /sdcard
adb shell
su
dd if=/dev/block/platform/msm_sdcc.1/by-name/recovery of=/sdcard/recovery.img
HK: E988
Recovery: (TWRP / CWM)
https://mega.co.nz/#!9F4ixQhJ!MX9Fqkta7CJ-7sjdv-KkgwDk0AYwjBz9LKHDyIuaWa8
https://mega.co.nz/#!sN5SVZpQ!CQ3KSzDdowmop96I0wrw9Bvxl5FOruWqwXX1u4r0ccE
<< In fact, all F240 L, K, S using the same signature in aboot.img, so I just use the LOKI to patch each individually (so silly). You can cross flash in between L, K & S >>
KR: F240K
Recovery: (TWRP / CWM)
https://mega.co.nz/#!5JIFzbJZ!OP_JPTT1YGWohZ_hzp4FQCF4fgZJ-94pyqP2eIdrFy0
https://mega.co.nz/#!NUYXXQQS!BiT_YmA5Yk5L7lrHyaQFeXdVHawCWlY1csbHH728IQM
KR: F240S
Recovery: (TWRP / CWM)
https://mega.co.nz/#!FBpFGZYJ!E7JwKXMrF7izYne0QbVFz0-5P-JXWceIqWUV9EHYS4k
https://mega.co.nz/#!ZVB1nApT!SfKEL1jsNLEhNlANb0cV2hNMaPRFHe0NXBoXkmXq0-c
KR: F240L
Recovery: (TWRP / CWM)
https://mega.co.nz/#!kJRT3IBT!MXDRgCOJGJJWc967Umoog3WcGJ1UXIiJbZN_I1wGH3E
https://mega.co.nz/#!pZpC0RiY!Gb1AalocIez8dUyRPu3mPCco8lp6ANap7mSP4WQ2YNA
Click to expand...
Click to collapse
How to get recovery mode:
Power off your phone, then press "Power + Vol Up + Home" at the same time
or
if you have USB connected (debug option turn on in your phone), issue "adb reboot recovery"
PS: TWRP sometimes has touch problem (still don't know why), you need to use power off method to get recovery mode (it works almost).
How to restore your stock recovery
(I am assumming your backup recovery (stock) image in /sdcard)
adb shell
su
dd if=/sdcard/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
Hi hkfriends,
My GPros model number is E988. But I'm from India and LG is selling Gpro in India.
Do you think indian version is different from Hongkong E988 ?
My software version is E98810a.
Can u also pls give me a link to root this model ?
success
thnks, unlock and then boot success.
My device is 240L.
Well done!
hkfriends said:
Hi there,
Here is seperate thread for E988 (HK version) and F240 (KR version)
Please refer all detail / procedures from here (the original thread from thecubed)
http://forum.xda-developers.com/showthread.php?t=2360369
I would like to thanks @djrbliss & @thecuded for all their contributions
Here is the LOKI thread and with source code URL in github
http://forum.xda-developers.com/showthread.php?t=2358871
!!!!!!!!!!!I Am Not Responsible For Any Problems Due To Flashing This Image!!!!!!!!!!!!!!
Make sure you do your own backup
e.g. rooted access and backup your existing recovery image to /sdcard
adb shell
su
dd if=/dev/block/platform/msm_sdcc.1/by-name/recovery of=/sdcard/recovery.img
Click to expand...
Click to collapse
Touch is weird. I think there was a problem with screen resolution
and I cannot flash F240S's TWRP.
F240k's works just fine, though
sachinaik said:
Hi hkfriends,
My GPros model number is E988. But I'm from India and LG is selling Gpro in India.
Do you think indian version is different from Hongkong E988 ?
My software version is E98810a.
Can u also pls give me a link to root this model ?
Click to expand...
Click to collapse
yes, try this one
https://mega.co.nz/#!xJxVGaJD!S2sGqk-7euyyNxpdA9jIrXLBR7Jd5FKdsJXnVx3lahI
reider123 said:
Touch is weird. I think there was a problem with screen resolution
and I cannot flash F240S's TWRP.
F240k's works just fine, though
Click to expand...
Click to collapse
yes, i know TRWP has touch issue in some cases, i need power off and using hardware keys to recovery mode, then 90% will ok
for the moment , thecubed also looking thjs issue....
what is the problem of F240S twrp flashing problem, let me know to fix it.
kevinwzh said:
thnks, unlock and then boot success.
My device is 240L.
Well done!
Click to expand...
Click to collapse
good to hear ...
for flashing permanent recovery has both good and bad side:
pro: we can restore any issue by twrp or cwm backup
con: we cannot OTA update directly until we flash back stock recovery
hkfriends said:
good to hear ...
for flashing permanent recovery has both good and bad side:
pro: we can restore any issue by twrp or cwm backup
con: we cannot OTA update directly until we flash back stock recovery
Click to expand...
Click to collapse
Oo. I believe we will have more customerizarion rom other than official update. But HK,could u pls provide the way to rollback to the original recovery img if we want to receive the ota update?
Thnks.
cool. really thanks. :good:
I'm using f240l.
but I don't know how to boot to recovery.
and,
easy-twrp-f240l does not work.
[-] Failed to open gk-twrp-f204l.lok for reading.
Click to expand...
Click to collapse
what does this mean?
hkfriends said:
yes, i know TRWP has touch issue in some cases, i need power off and using hardware keys to recovery mode, then 90% will ok
for the moment , thecubed also looking thjs issue....
what is the problem of F240S twrp flashing problem, let me know to fix it.
Click to expand...
Click to collapse
cannot read error, though
One more question:what's the key combo to get into recovery?
Edit:no need to know key combo. I figured it out
hkfriends said:
yes, try this one
https://mega.co.nz/#!xJxVGaJD!S2sGqk-7euyyNxpdA9jIrXLBR7Jd5FKdsJXnVx3lahI
Click to expand...
Click to collapse
Hello hkfriends,
This link doesn't work. Can u pls send a dropbox link or attach it here?
Also instructions on how to install the zip pls
Sent from my LG OptImus G Pro E-988
leechanee1 said:
cool. really thanks. :good:
I'm using f240l.
but I don't know how to boot to recovery.
and,
easy-twrp-f240l does not work.
what does this mean?
Click to expand...
Click to collapse
1) to recovery: When your phone in power off mode, press "Power + Vol Up + Home" at the same time, wait it flash to boot twice
2) do you have rooted your G Pro?
sachinaik said:
Hello hkfriends,
This link doesn't work. Can u pls send a dropbox link or attach it here?
Also instructions on how to install the zip pls
Sent from my LG OptImus G Pro E-988
Click to expand...
Click to collapse
Try this one
http://uploaded.net/file/hevc2gvi
kevinwzh said:
Oo. I believe we will have more customerizarion rom other than official update. But HK,could u pls provide the way to rollback to the original recovery img if we want to receive the ota update?
Thnks.
Click to expand...
Click to collapse
Added instruction in #1
hkfriends said:
Try this one
http://uploaded.net/file/hevc2gvi
Click to expand...
Click to collapse
Downloaded it from Mega link : -)
Pls give me instructions for rooting the phone...
Sent from my LG OptImus G Pro E-988
hkfriends said:
1) to recovery: When your phone in power off mode, press "Power + Vol Up + Home" at the same time, wait it flash to boot twice
2) do you have rooted your G Pro?
Click to expand...
Click to collapse
1) thanks!
2) of course! i'm using cwm now. maybe bat problem?
.\files\adb.exe shell "echo '--BEGIN PHONE SIDE--';cd /data/local/tmp;chmod 755 loki_flash;su -c './loki_flash recovery gk-twrp-f204l.lok';echo '--END PHONE SIDE--'"
sachinaik said:
Downloaded it from Mega link : -)
Pls give me instructions for rooting the phone...
Sent from my LG OptImus G Pro E-988
Click to expand...
Click to collapse
turn on your phone debug=on
1) Setting => Developer option => usb debugging (set on)
2) extract the zip
3) run root.exe
hkfriends said:
turn on your phone debug=on
1) Setting => Developer option => usb debugging (set on)
2) extract the zip
3) run root.exe
Click to expand...
Click to collapse
It is struck in "daemon started successfully"
Sent from my LG OptImus G Pro E-988
sachinaik said:
It is struck in "daemon started successfully"
Sent from my LG OptImus G Pro E-988
Click to expand...
Click to collapse
make sure you have adb drivers installed correctly
check driver, reboot PC + mobile and re-try
PS: test
adb devices
you should see your device ID, otherwise your adb drivers in pc is not working
leechanee1 said:
1) thanks!
2) of course! i'm using cwm now. maybe bat problem?
.\files\adb.exe shell "echo '--BEGIN PHONE SIDE--';cd /data/local/tmp;chmod 755 loki_flash;su -c './loki_flash recovery gk-twrp-f204l.lok';echo '--END PHONE SIDE--'"
Click to expand...
Click to collapse
no... it sounds L is different.......
my founding, when comparing K & S are identical binary
but L is totally different from K or S (either TWRP or CWM)
it sounds strange...to me, if the LOKI using the the same signature for all KR version
If you can use CWM on K or S, I think it is ok
can you test for me, try flash gk-twrp-f204S , and see whehter you can use it?

[Q] Fastboot UDC?

Hello, I tried to flash twrp recovery on my brothers Sprint LG G2. He has the spark update. Everything seemed fine but when I try to get into recovery mode it says Fastboot started and UDC after it. Now my question is how do I make sure he has a recovery, he wants to get hotspot MOD. Do I use Freegee to downgrade his aboot then flash the lokied twrp file? Or do I need to go back to stock to avoid bricking ?? Please advise!
Thank you !!
Use autorec to get recover (its in lg g2 general forums) and if that dont work you will have to .tot back to stock and use ioroot 25 to root and autorec for recovery
Sent from my LG-LS980 using Tapatalk

[Q] Is it safe to install p930 custom recovery on p935?

So, i rooted my Telus Lg Optimus lte (P935) with Cydiaimpactor. Now im trying to install Rom Manager and i am not sure if i can use P930 recovery on my P935. If not i want to know what recoveries work on this phone.
scso43 said:
So, i rooted my Telus Lg Optimus lte (P935) with Cydiaimpactor. Now im trying to install Rom Manager and i am not sure if i can use P930 recovery on my P935. If not i want to know what recoveries work on this phone.
Click to expand...
Click to collapse
Hi,It is safe because p930,p935 & p936 have same hardware.
Download the recovery.img and put it in the root of your sd card, then run adb . After that, run this following command:
edit:enable usb debugging else it is not working
adb shell
su
dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p13
or you could just install the recovery through rom manager by clockworkmod . . .
Flash at your own risk
Thank you !!

LG G4 stuck at LG LOGO screen cannot flash back stock img

HI,I am having LG F500L,running Android 5.1,build number LMY47D,sofware version F500L09a. At first, I backup my system img to the phone memory. I typed these commands
Send_Command.exe \\.\COM3
then type id
dd if=/dev/block/mmcblk0 bs=8192 skip=65536 count=548352 of=/data/media/0/system.img.
After done, I opened my phone storage then there is a file named system.img.
Then I downloaded rooted img F500L10w online provided by a forumer. I renamed it to system2.img and copy it to phone storage. Then I open cmd typed these commands
Send_Command.exe \\.\COM3
then type id
dd if=/data/media/0/system.img bs=8192 seek=65536 count=548352 of=/dev/block/mmcblk0
After done, my phone reboot and stuck at LG Logo screen.
OK,then i want to flash back my stock system.img. I type these commands again.
Send_Command.exe \\.\COM3
then type id
usually it will show uid=0(root) gid=0(root) context=u:r:recovery:s0 , but there straight show # after 1 seconds.
Then i type dd if=/data/media/0/system.img bs=8192 seek=65536 count=548352 of=/dev/block/mmcblk0
after 1 second it show #
Now my phone stuck at LG Logo screen. I cannot flash back to stock img. Can i know how to solve this?Thanks.
Search the general thread.. your answer is somewhere there, someone made a thread on how to go back...also if it comes back immediately then do it again and again it will eventually work.
Same situation, using F500L 09a, ROOTED, and flash the 10w -> get stucked on LG logo
No way to restore the backup system.img, so, is it bricked? Any solution? Thanks.
ardatdat said:
Same situation, using F500L 09a, ROOTED, and flash the 10w -> get stucked on LG logo
No way to restore the backup system.img, so, is it bricked? Any solution? Thanks.
Click to expand...
Click to collapse
Yes, i try flashed H81510B kdz in download mode and managed to boot into phone but there is a problem no phone signal..
kwan788 said:
Yes, i try flashed H81510B kdz in download mode and managed to boot into phone but there is a problem no phone signal..
Click to expand...
Click to collapse
got some progress?
on another topic, we have more users with the same problem, including me.
After the flash 815 firmaware, you get back the original system.img?
tks
redhatux said:
got some progress?
on another topic, we have more users with the same problem, including me.
After the flash 815 firmaware, you get back the original system.img?
tks
Click to expand...
Click to collapse
After flashing 815 firmware,i boot into phone connect to pc and copy my original system.img to phone storage that i backup before flash. And i flash it again. It still same stuck at LG Logo. So, I flashed back 815 firmware. You can try find stock system.img from other people and call them share with you. Then put it in phone storage to flash. Hope that can help u.
kwan788 said:
Yes, i try flashed H81510B kdz in download mode and managed to boot into phone but there is a problem no phone signal..
Click to expand...
Click to collapse
kwan788 said:
After flashing 815 firmware,i boot into phone connect to pc and copy my original system.img to phone storage that i backup before flash. And i flash it again. It still same stuck at LG Logo. So, I flashed back 815 firmware. You can try find stock system.img from other people and call them share with you. Then put it in phone storage to flash. Hope that can help u.
Click to expand...
Click to collapse
I created the backup system.img for granted before this, so I have.
But you said it still did not work. that's it?
After the flash 815, you could use adb and the "send command" to flash your system.img?
tks
redhatux said:
I created the backup system.img for granted before this, so I have.
But you said it still did not work. that's it?
After the flash 815, you could use adb and the "send command" to flash your system.img?
tks
Click to expand...
Click to collapse
I tried use adb and the "send command" to flash my backup system.img. My phone still stuck at LG Logo. Because the system partition already changed to H815 and does not same with F500L so it cannot works. Now i rooted my phone and still finding solution to flash back the modem file to get phone signal.
kwan788 said:
I tried use adb and the "send command" to flash my backup system.img. My phone still stuck at LG Logo. Because the system partition already changed to H815 and does not same with F500L so it cannot works. Now i rooted my phone and still finding solution to flash back the modem file to get phone signal.
Click to expand...
Click to collapse
Hi there i have the same issue as you no phone function flashed the 815 firmware with an lf f500l model. Have you found a solution to get the signal back for phone
cheers
mark
http://forum.xda-developers.com/showthread.php?t=3172724
Im in the same exact situation.
It looks like we can use h815 10b kdz but loose signal strength. But it boots.
We need to figure out how to backup f500l original partitions, as much as we can before so we can restore it all afterwards.
Need to figure out how to calculate bs, skip, count ect.. Of each partition. Not sure exact what we absolutely need. Assuming system, boot, modems at minimum.
---------- Post added at 09:33 AM ---------- Previous post was at 09:26 AM ----------
kwan788 said:
HI,I am having LG F500L,running Android 5.1,build number LMY47D,sofware version F500L09a. At first, I backup my system img to the phone memory. I typed these commands
Send_Command.exe \\.\COM3
then type id
dd if=/dev/block/mmcblk0 bs=8192 skip=65536 count=548352 of=/data/media/0/system.img.
After done, I opened my phone storage then there is a file named system.img.
Then I downloaded rooted img F500L10w online provided by a forumer. I renamed it to system2.img and copy it to phone storage. Then I open cmd typed these commands
Send_Command.exe \\.\COM3
then type id
dd if=/data/media/0/system.img bs=8192 seek=65536 count=548352 of=/dev/block/mmcblk0
After done, my phone reboot and stuck at LG Logo screen.
OK,then i want to flash back my stock system.img. I type these commands again.
Send_Command.exe \\.\COM3
then type id
usually it will show uid=0(root) gid=0(root) context=u:r:recovery:s0 , but there straight show # after 1 seconds.
Then i type dd if=/data/media/0/system.img bs=8192 seek=65536 count=548352 of=/dev/block/mmcblk0
after 1 second it show #
Now my phone stuck at LG Logo screen. I cannot flash back to stock img. Can i know how to solve this?Thanks.
Click to expand...
Click to collapse
What I dont understand is why your phone doesnt work. Because according to what you posted here is what you really did. You flashed your own backup system.img and not the rooted system2.img. So your phone should have stayed as it was.
Unless youve mistyped..
---------- Post added at 09:34 AM ---------- Previous post was at 09:33 AM ----------
skyelm said:
Search the general thread.. your answer is somewhere there, someone made a thread on how to go back...also if it comes back immediately then do it again and again it will eventually work.
Click to expand...
Click to collapse
F500L does not have kdz or tot to go back to stock. So that doesn't work for us.
OR we need someone with a working F500L to back up his or her system, boot and modem partitions and share with us
clockcycle said:
OR we need someone with a working F500L to back up his or her system, boot and modem partitions and share with us
Click to expand...
Click to collapse
I have the modem file..if u want, i can send u..
kwan788 said:
I have the modem file..if u want, i can send u..
Click to expand...
Click to collapse
Thats awesome. For 9a or 10a? Did you get boot.img as well?
If you could link it in the thread it would be great and might help others that need it as well.
Have you been able to get yours to work again?
Should be 3 modem partitions, how did you get them? Id like to back mine up too.
clockcycle said:
Thats awesome. For 9a or 10a? Did you get boot.img as well?
If you could link it in the thread it would be great and might help others that need it as well.
Have you been able to get yours to work again?
Should be 3 modem partitions, how did you get them? Id like to back mine up too.
Click to expand...
Click to collapse
F500L modem is all same..i get the files from my friends..last time i try flashed but failed and stucked at logo..maybe the modem partition size is different..need to flash full partition..
https://drive.google.com/folderview?id=0B3Ja39DEW20TflZIV19Xcm05YTFzcm9FR0huWVc2dzVIamg3UWUxazVuY05QSFdDaUVlQTQ&usp=sharing
kwan788 said:
F500L modem is all same..i get the files from my friends..last time i try flashed but failed and stucked at logo..maybe the modem partition size is different..need to flash full partition..
https://drive.google.com/folderview...c2dzVIamg3UWUxazVuY05QSFdDaUVlQTQ&usp=sharing
Click to expand...
Click to collapse
I think we need to restore boot.img also.
clockcycle said:
I think we need to restore boot.img also.
Click to expand...
Click to collapse
I created the topic with the procedures to restore the baseband f500L.
Tested 100%.
http://forum.xda-developers.com/g4/general/lg-g4-f500l-restore-signal-flash-815-t3214574

Categories

Resources