Problem:
LG G2 D802 was rooted and a custom recovery package TWRP installed.
OTA says there was an update.
After applied, it goes into an endless bootloop - always stayed in TWRP.
Fix:
http://forum.xda-developers.com/showthread.php?t=2451696
Install Android SDK that will give you access to ADB shell tool.
Run the following commands:
Then reboot the phone within TWRP.
This has fixed my G2 twice.
LG G2 D802 was rooted and a custom recovery package TWRP installed.
OTA says there was an update.
After applied, it goes into an endless bootloop - always stayed in TWRP.
Fix:
http://forum.xda-developers.com/showthread.php?t=2451696
Install Android SDK that will give you access to ADB shell tool.
Run the following commands:
adb shell
dd if=/dev/block/platform/msm_sdcc.1/by-name/fota of=/sdcard/fota-backup.img
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/fota
Then reboot the phone within TWRP.
This has fixed my G2 twice.
Comments
Post a Comment