• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help Lg G2 D800 stuck on fastboot

atyom

Lurker
im stuck on fastboot modeit looks like this: [450]Fastboot mode started [500]udc start() I tried to flash a rom and I bricked it like this. I cant enter recovery and my computer doesn't recognize the device even with the google usb drivers installed what do I go please help now It recognizes it as "Android" but when I run adb shell in adb it says device not found on my phone also now appeared [760]fastboot: processing commands
I saw this thread: http://androidforums.com/threads/lg-g2-stuck-in-fastboot-mode-please-help.865650/
and I can't seem to connect my phone even with all the drivers.
 
im stuck on fastboot modeit looks like this: [450]Fastboot mode started [500]udc start() I tried to flash a rom and I bricked it like this. I cant enter recovery and my computer doesn't recognize the device even with the google usb drivers installed what do I go please help now It recognizes it as "Android" but when I run adb shell in adb it says device not found on my phone also now appeared [760]fastboot: processing commands
I saw this thread: http://androidforums.com/threads/lg-g2-stuck-in-fastboot-mode-please-help.865650/
and I can't seem to connect my phone even with all the drivers.

Your best bet are the drivers that come prepackaged with PDAnet. Once you download the PDAnet package, the drivers will reside on your machine. Then plug the phone in while in fastboot mode and they will likely apply automatically though you may have to uninstall other drivers to make way for the PDAnet ones.

You will not be able to get an adb connection in fastboot mode, that's why your adb shell isn't working. Fastboot mode allows only fastboot commands so run 'fastboot devices' command and if your phone shows as...

? Fastboot

...then you likely have a connection. To be sure, you can run a 'fastboot reboot' command and if the device reboots, you definitely have a fastboot connection and you can proceed to fastboot flash the necessary partitions to restore download mode. I'd advise flashing aboot, boot, dbi, laf, rpm, sbl1, and tz (all from the same firmware version) to play it on the safe side.
 
Back
Top Bottom