locked in fastboot mode Pixel 3XL - Google Pixel 3 XL Questions & Answers

I was starting the process of installing a LinageOS ROM on a new or practically new Pixel 3 XL. I completed the stage where I installed the LineageOS recovery image using flashboot mode. When I got to the ROM install part I found I was in fastboot mode and no matter what I try I am only able to go to a blank screen or back to fastboot mode. I have made several attempts to get out using "flash reboot" or "flash continue" and one other I found in a forum. Nothing has worked. I am able to change the menu and get Start, Reboot Bootloader, Recovery Mode, Bar Code, and Power off. None of these options get me out. Anyone know a way out of this situation? Thanks

Try
Code:
fastboot devices
fastboot reboot

jwoegerbauer said:
Try
Code:
fastboot devices
fastboot reboot
Click to expand...
Click to collapse
jwoegerbauer said:
Try
Code:
fastboot devices
fastboot reboot
Click to expand...
Click to collapse
Thanks for the quick response. I have tried those commands. Unfortunately it did not get me out of fastboot mode

Related

[FIXED] I have no recovery after fimware update and can't connect fastboot!

Hey. I was using a 5.0.1 GPE Rom on my M8 and decided to update both the firmware and the rom to 5.1
I Backed everything up and decided to, as usual, use adb to sideload the firmware to the phone. I did and everything went as expected. After I finished I rebooted to android. I get NFC service stopped working, System UI stopped working and I can't interact with the phone. My thought, well let's go to the recovery and flash a rom I have in my external SD card. No recovery to be found just a android guy belly up with a red ! sign on his belly.
So I thought, I lost my recovery due to the firmware flash, I had happened before, So i went online found a TWRP recovery and went to flash it. Reboot to fastboot USB mode, but then in adb I cannot see the device at all. "adb devices" shows and empty list. I tried my windows 7 laptop to the same result.
Can anyone PLEASE PLEASE help me, I'm kinda freaking out at this point and am running out of options
xsidex said:
..... Reboot to fastboot USB mode, but then in adb I cannot see the device at all. "adb devices" shows and empty list.
Click to expand...
Click to collapse
When in fastboot mode - run command fastboot devices
No adb when in fastboot mode
To flash a recovery (unlocked bootloader)
fastboot flash recovery nameofrecovery.img
ckpv5 said:
When in fastboot mode - run command fastboot devices
No adb when in fastboot mode
To flash a recovery (unlocked bootloader)
fastboot flash recovery nameofrecovery.img
Click to expand...
Click to collapse
Sometimes some outside thought can be just ridiculasly helpfull when you are stuck in a tiny issue.
Thank you so much Kind sir, my heart rate thanks you aswell.
What a silly mistake

NEED HELP !!! OPPO FIND 7 stuck on boot with logo only

Tried fixing my oppo find 7
Did all those Fastboot wipe .
Fastboot flash recovery and flash LOGO and stuffs
but im still stuck on logo ... WHUT
kevzwenhao said:
Tried fixing my oppo find 7
Did all those Fastboot wipe .
Fastboot flash recovery and flash LOGO and stuffs
but im still stuck on logo ... WHUT
Click to expand...
Click to collapse
Did you unlock bootloader?
1. Connect the device to the computer through USB.
2. From a terminal on a computer, type the following to boot the device into fastboot mode (or restart pressing power+vol up):
Code:
adb reboot bootloader
3. Once the device is in fastboot mode, verify your PC sees the device by typing:
Code:
fastboot devices
4. From the same terminal, type the following command to unlock the bootloader:
Code:
fastboot oem unlock
If the device doesn't automatically reboot, reboot it from the menu. It should now be unlocked.
5. Then you can flash the recovery what you want. In fastboot mode, type in terminal:
Code:
fastboot devices
6. And flash the recovery. Type:
Code:
fastboot flash recovery your_recovery_image.img
Good luck
roi_xordo said:
Did you unlock bootloader?
1. Connect the device to the computer through USB.
2. From a terminal on a computer, type the following to boot the device into fastboot mode (or restart pressing power+vol up):
Code:
adb reboot bootloader
3. Once the device is in fastboot mode, verify your PC sees the device by typing:
Code:
fastboot devices
4. From the same terminal, type the following command to unlock the bootloader:
Code:
fastboot oem unlock
If the device doesn't automatically reboot, reboot it from the menu. It should now be unlocked.
5. Then you can flash the recovery what you want. In fastboot mode, type in terminal:
Code:
fastboot devices
6. And flash the recovery. Type:
Code:
fastboot flash recovery your_recovery_image.img
Good luck
Click to expand...
Click to collapse
Hi, is it wrong to wipe the system partition before flashing a custom rom? Coming from stock ColorOS, I've wiped all dalvik cache, cache, system, and data, then flash a custom rom but it ended up getting endless bootanimation unable to boot into the custom rom.
I did unlock the bootloader with the adb code, flashing a temporary recovery was a success but endless bootanimation happened after flashing a custom rom. The custom rom was successfully installed according to TWRP's log.
Pls advice, thanks in advanced
P.s: I was referring to my friend's device X9076
Hi, i tried in the past some roms than not works, phone stuck in boot animation. The roms wich works for me and my x9076 with r63419 are:
Omnirom (6 or 5) THE BEST
Project Spectrum
Cyanogen 13 (modified version for new panel: http://community.oppo.com/en/forum.php?mod=viewthread&tid=44907&extra=)
Miui
If you install CM13, you need to flash unified partition script for CM13 (you can find it in the same post from the forum Oppo Community)
For the other roms i dont need to flash anything else than rom and gapps.
Now i give a chance to CM13, but i think that i will get back to Omni if developers dont fix the mobile radio issue.
Cheers
Can anyone guide me please, 1st time i bought MTK phone Oppo F7, its update automatically but suddenly dead like stuck on logo and restarting again and again, i didnt ever flash MTK phone, neither i have any android tool like MRT dongle or any other flash USB or Box... Kindly guide me step by step how to flash with which tool only USB cable and PC... Thanks in advance

Phone always enters 'Fastboot Mode' when rebooting.

How to fix Phone always enters 'Fastboot Mode' when rebooting after flashing a custom ROM? In fastboot i have to click ok for start in normal OS. same thing for recovery, when i enter recovery first its come in fastboot mode then i have to select recovery option here to enter recovery.
Rest is working fine.
I m on custom rom 10.0 Q, coming from stock nougat.
deepakvedwan88 said:
How to fix Phone always enters 'Fastboot Mode' when rebooting after flashing a custom ROM? In fastboot i have to click ok for start in normal OS. same thing for recovery, when i enter recovery first its come in fastboot mode then i have to select recovery option here to enter recovery.
Rest is working fine.
I m on custom rom 10.0 Q, coming from stock nougat.
Click to expand...
Click to collapse
In fastboot mode try
Code:
fastboot oem fb_mode_clear fastboot reboot
Sent from my Moto E (4) using Tapatalk
sd_shadow said:
in fastboot mode try
Code:
fastboot oem fb_mode_clear fastboot reboot
sent from my moto e (4) using tapatalk
Click to expand...
Click to collapse
thanks, worked

FastbootD not loading

Hi everyone,
For some reason I cannot manage to get fastbootD to run. When I type 'fastboot reboot fastbootd' I get the message: 'fastboot: usage: unknown reboot target fastboot'.
In some cases it does not show a message at all and simply shows me which fastboot commands I can show. I tried with custom recovery and with TWRP recovery (even when running it's own fastboot mode) but it never works. This is most likely the reason I am unable to successfully flash a custom software to the phone.
If someone knows what is causing this that would help me a lot!
Fastboot version: 31.0.1-7187441
ADB version: 31.0.1-7187441
After trying the reboot bootloader option 3 times it was finally able to go into fastbootD. Honestly I have no clue what causes this but it seems to work now.
RickyRad88 said:
After trying the reboot bootloader option 3 times it was finally able to go into fastbootD. Honestly I have no clue what causes this but it seems to work now.
Click to expand...
Click to collapse
1st of all, what is fastbootD?
I never heard about that, is it something other than fastboot?

Fairphone 4 stuck in bootloader mode - bootloader unlock

Hello,
I got my Fairphone stolen and I had to get a new one and re-config my os onto it (I had Iodéos).
I followed the official instruction here https://iode.tech/en/iodeos-installation/#1648127755024-cd19692f-431b but got stuck when my phone never reached recovery mode. It is now stuck in the bootloader menu (Start/ Restart to bootloader/ Recovery mode/ Power off/ FFBM/ QMMI) and whatever the option I chose I keep comming back to this screen. The phone don't start normally anymore. The bootloader is unlocked and I never locked it before finishing the installation as I read it can brick the phone, still I'm stuck here. I tried everything I found on the internet (removing the battery and waiting etc). Fastboot commands work fine. Adb commands obviously does not. I'm kind of desperate... Any ideas ?
Thanks a lot in advance !
Better late than never.. when in fastboot mode run command:
Code:
fastboot --set-active=a
Then reboot.
Aanze said:
Better late than never.. when in fastboot mode run command:
Code:
fastboot --set-active=a
Then reboot.
Click to expand...
Click to collapse
Thanks ! I had already done this without result.
But I solved it by flashing FPOS to get out of the bootloop and flashing iodéOS after.
All the steps here if it can help someone.

Categories

Resources