KarmaCatLive
Member
Nope no download mode or fastboot. Download the blue TWRP image and rename to twrp.img and place in the root of your SD card. Once you have LG and ADB installed navigate to your ADB folder hold shift, right click, and open cmd prompt in your ADB folder.
Once command prompt is open run "ADB devices" and make sure your device is listed.
If your device is listed type in "adb shell" and you should see a money sign. Type "su" and a USB debugging window should pop up on your phone. Once you've accepted type the following command:
"dd if=/sdcard/twrp.img of=/dev/block/bootdevice/by-name/recovery"
If that doesn't work do:
"dd if=/storage/sdcard1/twrp.img of=/dev/block/bootdevice/by-name/recovery"
That will reflash ADB. I'm not 100% sure what the correct partitions are you'll have to Google that. Also is that error after you flash gapps or before? After you flash TWRP and try latest nightly with a verified md5 sum, then post any errors here, please.
Once command prompt is open run "ADB devices" and make sure your device is listed.
If your device is listed type in "adb shell" and you should see a money sign. Type "su" and a USB debugging window should pop up on your phone. Once you've accepted type the following command:
"dd if=/sdcard/twrp.img of=/dev/block/bootdevice/by-name/recovery"
If that doesn't work do:
"dd if=/storage/sdcard1/twrp.img of=/dev/block/bootdevice/by-name/recovery"
That will reflash ADB. I'm not 100% sure what the correct partitions are you'll have to Google that. Also is that error after you flash gapps or before? After you flash TWRP and try latest nightly with a verified md5 sum, then post any errors here, please.