Guys with the Custom Recovery Boot Loop:
First off this is NOT a recovery image and do NOT flash it, follow the instructions provided!
1) Download recovery.bin
2) Extract file with 7zip or WinRAR or whatever.
3) Open a command prompt to the same folder as where you placed extracted recovery.bin
4) Run these adb commands
adb push recovery.bin /rec
adb shell chmod +x /rec
adb shell /rec
5) Now you should see LG's recovery menu. Simply hit "reboot" (first option).
6) Boot loop should now be gone.
Tech Details: LG has some funny voodoo going on and only their recovery can tell the phone to stop booting into recovery. This is why it says "do not remove the battery" on their recovery.
First off this is NOT a recovery image and do NOT flash it, follow the instructions provided!
1) Download recovery.bin
2) Extract file with 7zip or WinRAR or whatever.
3) Open a command prompt to the same folder as where you placed extracted recovery.bin
4) Run these adb commands
adb push recovery.bin /rec
adb shell chmod +x /rec
adb shell /rec
5) Now you should see LG's recovery menu. Simply hit "reboot" (first option).
6) Boot loop should now be gone.
Tech Details: LG has some funny voodoo going on and only their recovery can tell the phone to stop booting into recovery. This is why it says "do not remove the battery" on their recovery.
Last edited: