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

Help Bootloader Screen?

iowabowtech

root@android:/ #
Obviously our VZW is locked but be that as it may...is there a way to bring up a bootloader screen on this phone? Do other LG devices typically have a button combination or similar to interface the bootloader?
 
Can you use ADB to get into the device?
Make sure USB debugging is on and in ADB check to see if adb sees the device:

Code:
adb devices
It should give you a string of numbers. If not, probably check your drivers. If so:

Code:
adb reboot bootloader

Kind of a work around, I guess, but better then mashing buttons :)
 
Yeah we don't seem to have a traditional bootloader screen. In addition to adb, the goomanager app has a reboot recovery option built into it. works for me although I do miss the familiarity and ease of fastboot. But, life is good.
 
Back
Top Bottom