So I got a quick question for everyone. Just curious but under fastboot mode what is the top line of the screen? Like what's the name of the device that shows on fastboot mode
Related
Following on from my cracked screen question (where I can't select the fastboot option because the screen's broken), does anyone know how to get into fastboot from the command line?
I tried adb reboot fastboot and indeed adb reboot bootloader but they both just reboot the Streak normally.
TIA.
Not Android Development
Please Post in the Correct Forums
Moving to General
Hey guys, my LG Gt540 i dusted off the old shelf got turned on, I had previously added some recovery mod off my memory but thats it. Anyway, when I turn it on, it just stays there with a screen saying "fastboot mode" I can also get it to download mode. This still occurs when the sim and sd card are taken out. Any help is appreciated.
MicroAndroidPack. CMD console, fastboot drivers. Connect to PC in fastboot mode , if Windows will found your fastboot device, go to CMD console and write:
fastboot reboot
Now your LG should booted normaly.
Is there a repeatable way to enter fastboot mode? All I keep hearing about are people entering it by accident but there's never been a method to do it purposefully....and no I'm not referring to download mode. Thanks!
Hi,
I'm in serious troubles with my LG G2 (D802) Europe version (bought in Italy): after flashing a custom ROM, I pressed on "reboot" button of the recovery and the phone rebooted with a totally black screen and a white text at the upper left corner
"[1660] Fastboot mode started".
If I press on the power button for a while, it restarts and goes back to the same screen. If I press power button *and* volume up, the same. The same by pressing with volume down or pressing all the buttons.
If I connect to the PC it writes on the screen 5 more lines:
[509280] -- reset --
[509290] -- portcharge --
[513820] -- reset --
[513830] -- portcharge --
[513900] fastboot: processing commands
I read on Internet that a similar issue has been solved by doing:
fastboot erase laf
fastboot flash laf laf.img
fastboot reboot
but in my case after the reboot the screen goes back to the "Fastboot mode started". BTW, "fastboot devices" fires out:
???????????? fastboot
but fastboot can still do something on the phone, like flashing the laf, the boot, the recovery... in fact I flashed aboot, boot, recovery, laf but after reboot the phone was still stuck.
Is the devices completely lost or there's something I can do to recover it ?
thanks !
The same problem
pippo7216 said:
Hi,
I'm in serious troubles with my LG G2 (D802) Europe version (bought in Italy): after flashing a custom ROM, I pressed on "reboot" button of the recovery and the phone rebooted with a totally black screen and a white text at the upper left corner
"[1660] Fastboot mode started".
If I press on the power button for a while, it restarts and goes back to the same screen. If I press power button *and* volume up, the same. The same by pressing with volume down or pressing all the buttons.
If I connect to the PC it writes on the screen 5 more lines:
[509280] -- reset --
[509290] -- portcharge --
[513820] -- reset --
[513830] -- portcharge --
[513900] fastboot: processing commands
I read on Internet that a similar issue has been solved by doing:
fastboot erase laf
fastboot flash laf laf.img
fastboot reboot
but in my case after the reboot the screen goes back to the "Fastboot mode started". BTW, "fastboot devices" fires out:
???????????? fastboot
but fastboot can still do something on the phone, like flashing the laf, the boot, the recovery... in fact I flashed aboot, boot, recovery, laf but after reboot the phone was still stuck.
Is the devices completely lost or there's something I can do to recover it ?
thanks !
Click to expand...
Click to collapse
Hello, I have the same problem and I've done the same but didn't work. The download mode stay for one second and then go back to the fastboot mode. I've tried with some laf images versions to fix the download mode with no result. I have the same question, Can I fix the problem?
thanks !
Does this phone have? Is there a way to boot into such mode so I can flash something via fastboot?
Power and volume down keys just lead to some test mode. Holding the volume down while connecting USB does nothing as well.
I'm just having the same prob with --U51
Thanks
Not meaning to necrorez a thread as the entire forum section is inactive...
On Y625-U21 the best way to enter fastboot mode is via adb:
- activate usb debug
- use "adb reboot bootloader"
you are now in fastboot mode. Notice that on the phone you won't see a special screen: just the huawei logo like it's stuck, but you can use fastboot to do what you want (unlock the bootloader since it won't require codes, run TWRP, flash TWRP etc etc...)