How To Fix Stuck In Fastboot - Oppo Find 5

Easy way to fix your phone if its stuck in fastboot: Hold the power button and the home button for about 5 seconds. I just had this problem and couldn't find an answer so I thought I should share.

Related

Stuck on Google logo boot screen -- Bricked??

I unlocked the bootloader and flashed a custom recovery. I then rebooted the device. Now it is stuck at the bootloader (white Google logo on black background) and I can't get it to do anything else. I've rebooted it a bunch of times including with the vol + and vol - buttons held down to no avail. I've also let the battery run out and then tried to boot it up again and the same thing happens. adb nor fastboot see the device and it doesn't show up in the logs on my machine (Mint 13) as coming online at any time.
Most of the times I reboot it with the power switch it reboots to the Google logo even without me letting go of the power button. Sometimes I can get it to fully power off but I haven't figured out what combination of vol keys and reboot does that.
Anyone have any ideas what could be wrong? Any help would be much appreciated!
You are not bricked if you can still get into the bootloader.
Download the factory image from here, and flash it with fastboot. If you don't know how to do that, read this thread.
I wish I could get fastboot to see it then I could definitively flash that img.
I can't get into the bootloader and can't get fastboot or adb to see it. It's stuck at the Google logo now and when i hold the power key it reboots back to the Google logo with the unlock logo at the bottom.
Thanks for the help
You've tried holding volume down+power for 10+ seconds? That should power off the device, then hold both vol up+down down and power up
Ya I've tried to hold vol + and power for 10+ seconds and it reboots back to the Google logo even if I don't off the power key. Same happens with all the other combinations of keys being held with the power button. I can't get it to turn off now unless I let the battery die
Press and hold power till screen goes black. Then quickly press power+volume down and HOLD.
Sent from my Nexus 7
Tried that and still stuck at the Google logo. I have to go to work for a couple hours and then will hack on it when I'm back. Hope I don't have to deal with Googles rma process seeing how disorganized the rest of that company is
Sent from my HTC one s
No luck with any button combos but the vol + and power actually turned it off. All out of ideas over here. I'm thinking it really is bricked
I'm in the same spot. I can get it into recovery occasionally but once there it locks up after trying to flash or clear the cache.
I'm wondering if a contributing issue is CMR v6.0.0.6? I updated it from 6.0.0.4 that was running fine. But no fastboot or adb so that is doubtful.
This is frustrating and not a great start with this N7.
thank you
giveen said:
Press and hold power till screen goes black. Then quickly press power+volume down and HOLD.
Sent from my Nexus 7
Click to expand...
Click to collapse
this worked. you have to be fast. as soon as screen goes black release power button then quickly, very quickly repress along with vol up and down.
You will still be able to get into the bootloader! Force kill the tablet by holding the power button for ages. Then hold volume up and volume down and the power button together, which will boot to fastboot.
It looks like a CWM bug as I feared. Anyone in the same boat try here - http://forum.xda-developers.com/showthread.php?t=1782932
Nothing has worked and I've literally tried everything that those three buttons can do. Thanks again for all the help guys. Had a great time trying to resurrect it but guess it's time for it to go back home
Just as I suspected. Google puts out buggy junk once again.
I just wanted to report a similarly event. I have a rooted, unlocked Nexus 7, with TWRP recovery. I have previously rebooted without issue. Tonight I booted into bootloader mode to check something and the hit power button to choose start. I got stuck on the boot logo. After finding this thread, I started with the simplest combination and held power button until screen went dark, then added volume down and once again in bootloader. This time choosing start led to a regular system boot. It's as if the device froze and needed a hard reboot.
Sent from my SCH-I535 using Tapatalk 2
I was attempting to boot into recovery and kept getting the 'Google' logo (I am unlocked/rooted with twrp recovery). I wasn't aware that one had to be plugged in via usb in order to *not* hang....
Any way around this?
Once I plugged it in and attempted to boot into recovery it worked fine.
I had a similar issue after using the Nexus Root Toolkit to flash to nakasi 4.2 with CWM recovery - just got stuck on the nexus boot screen, flashing in a loop for over 15 minutes.
I ended up powering down the device, holding power for about 5-10 seconds - then QUICKLY holding both the power and volume up+down keys, it then went into the fastboot screen.
After it was there, plugged it into my PC.
Now, this should work for you - assuming you have all the fastboot/usb driver stuff installed.
I extracted the contents of nakasi-jop40c-factory-6aabb391.tgz into the same directory as the fastboot.exe provided by WugFresh with his Nexus Root Toolkit (google search or xda search for this if you dont have it, i dont think i can post links due to my low postcount) - typical filepath: C:\Program Files (x86)\WugFresh Development\data
By the files in there, I mean drilling down inside the tgz to where the image files were inside so that files like bootloader-grouper-4.13.img, image-nakasi-jop40c.zip etc were extracted into the directory and sitting alongside the fastboot.exe - NOT in a subfolder.
Once its all here, running flash-all.bat (this is provided by google in the nakasi-jop40c-factory-6aabb391.tgz) from the command line or by double clicking on it from explorer should kick off the process. After about 2-3 minutes, it was complete, and my Nexus then booted up within about 3 minutes after that.
Also worth noting, device remained unlocked, but I lost root/root binary

[Q] Bootloop, cant get into fastboot

Hi
I rooted my nexus 10 some months ago. All worked fine until yesterday. I wanted to go back to original firmware and used the WUGs nexus root toolkit to download 4.4.3 version and flash it. But afterwards the tablet doesnt boot anymore. Google logo appears and then the circle thing never goes away. I searched many threads, and all base on going into fastboot and flash again, but thats the problem. I cant get into fastboot. The usual combination (Power and vol+ and vol-) doesnt work! I tried many other combinations with different timings, longer press only vol+ and power ...., I always get to google logo after it vibrates.
Is there any other way to get into the fastboot mode ?
Can I connect it to the computer and interrupt the boot process when I switch it on via the PC?
thanks in advance
regards
Erich
Try to connect it to PC with original usb cable and run "adb devices".
If you see Nexus device, you can try "adb reboot recovery" and upload a ROM to /sdcard with "adb push" for flash it.
Hi
Thanks for your relpy.
But thats the problem, even if I could upload a file with adb, which is not working, how would I flash it if I cant get into fastboot or recovery mode ???
thanks anyway
regards
Erich
I think what patzzz is saying is that it depends on your bootloop, often is the case that when someone is in a bootloop the kernel does initiate and adb is functional. Not always but at times for sure.
So if so you can attempt
adb reboot recovery
Or
adb reboot bootloader
If the above doesn't work than you will have to continue trying to boot to bootloader manually with key presses (which I believe is power on while holding volume down)
Best of luck!
Hi
Thanks for the tip. Unfortunately it doesnt work. It made a batch file which calls adb devices and adb reboot bootloader in a loop, so it can send it to the device if it is found, but the tablet isnt regonized, tried some reboots and no luck, adb cant find it )))-:
regards
Erich
It seems a brick, but you can try using fastboot command instead of adb:
Code:
fastboot devices
fastboot reboot-bootloader
hundsmiachn said:
Hi
I rooted my nexus 10 some months ago. All worked fine until yesterday. I wanted to go back to original firmware and used the WUGs nexus root toolkit to download 4.4.3 version and flash it. But afterwards the tablet doesnt boot anymore. Google logo appears and then the circle thing never goes away. I searched many threads, and all base on going into fastboot and flash again, but thats the problem. I cant get into fastboot. The usual combination (Power and vol+ and vol-) doesnt work! I tried many other combinations with different timings, longer press only vol+ and power ...., I always get to google logo after it vibrates.
Is there any other way to get into the fastboot mode ?
Can I connect it to the computer and interrupt the boot process when I switch it on via the PC?
thanks in advance
regards
Erich
Click to expand...
Click to collapse
I suggest you do a factory reset from the stock. You have gone back to stock firmware so you should have stock recovery. I had this happen once and this work for me.
Hi
I will try it with fastboot too, maybe it works....
How can I do a factory reset without recovery mode ?
thanks
regards
Erich
hundsmiachn said:
Hi
I will try it with fastboot too, maybe it works....
How can I do a factory reset without recovery mode ?
thanks
regards
Erich
Click to expand...
Click to collapse
https://support.google.com/nexus/answer/4596836?hl=en
1.If your tablet is on, turn it off.
2.Press & hold the Power, Volume Up, and Volume Down buttons at the same time for several seconds. You'll see the word "Start" with an arrow drawn around it.
3.Press the Volume Down button twice to highlight Recovery mode.
4.Press the Power button to start Recovery mode. You'll see an image of an Android robot with a red exclamation point and the words "No command."
5.While holding down the Power button, press the Volume Up button.
6.Use the volume buttons to scroll to "Wipe data/factory reset," then press the Power button to select it.
7.Scroll down to "Yes - erase all user data," then press the Power button to select it.
>>2.Press & hold the Power, Volume Up, and Volume Down buttons at the same time for several seconds. You'll see the word "Start" with an arrow drawn around it.
Thats the problem, it doesnt work! Tried it a dozent times, only Google logo appears.....
regards
Erich
hundsmiachn said:
>>2.Press & hold the Power, Volume Up, and Volume Down buttons at the same time for several seconds. You'll see the word "Start" with an arrow drawn around it.
Thats the problem, it doesnt work! Tried it a dozent times, only Google logo appears.....
regards
Erich
Click to expand...
Click to collapse
Are your volume keys even working?
Sent from my Nexus 10 using Tapatalk
Delete

[BUG][SOLVED] Phone stuck at Bootloader Warning and I can't restart it.

Hi guys,
I'm facing a issue that is kinda new for me.
When I was restarting my xt1068 to Bootloader menu and then selecting recovery option, it gets stuck at bootloader warning logo. As this already happened to me so many times, I've tried to restart the phone using the lock and volume down button. BUT this time this doesn't work. Now I can't restart it and my phone is now stuck on a "forever" warning logo. What should I do to solve this?
Which firmware are you on? If you are on lollipop,the buttons have changed. If you see that "dead android" lying on his back :
on Lollipop:
Press Power and while pressing it tap Volume Up
on KitKat:
Press Volume UP for 5 sec while pressing Volume UP press Power button.
(don't release Volume UP before pressing Power)
Wolfcity said:
Which firmware are you on? If you are on lollipop,the buttons have changed. If you see that "dead android" lying on his back :
on Lollipop:
Press Power and while pressing it tap Volume Up
on KitKat:
Press Volume UP for 5 sec while pressing Volume UP press Power button.
(don't release Volume UP before pressing Power)
Click to expand...
Click to collapse
Tried it, but still no good results
Lemme be more direct of what I've done
Rebooted into Bootloader > Tapped on Recovery > Shown Warning Bootlogo > (GETS STUCK) > Can't restart using Power and Volume up nor Down > (STILL STUCK)
Try to hold the power button for about 5 minutes. Can you reach bootloader? Maybe you can flash twrp again.
Wolfcity said:
Try to hold the power button for about 5 minutes. Can you reach bootloader? Maybe you can flash twrp again.
Click to expand...
Click to collapse
I got it. But not holding for 5 minutes.
It happens that I have no idea how it went through this bug.
But as my last stand of it, i've let my phone stucked to the bootloader until the battery dies.
Then I've pressed the power button with the phone charging and everything seems to work fine now.
The problem is fixed, but this bug god knows why
I would like to appreciate your help @Wolfcity, long live!
Cheers.
PS: Requesting a mod to close this thread, the problem was solved.
You're welcome. Great to hear that your problem is solved.?

Hardware button don't work in bootloader?

Hey guys. I just got LG G6 H870 model. Unlocked bootloader without much problems, but issues came later. While being in bootloader I can't do anything, hardware buttons seem to not work. The only way to get out of bootloader is to use "fastboot reboot" command, but that prevents me from getting into custom recovery after flashing it. Only entering download mode works (holding volume up and plugin in usb cable). Non other key combination work until I boot into system.
Can this issue be somehow resolved?
I had similar problem myself with entering recovery more and the reason behind it was that I didn't press the button combo in proper way. what you actually have to do is while you in fastboot mode you press down and hold power button and volume down button. phone reboots after a moment and you should still be holding these keys and when lg logo appears you let go of power button for brief second and then press it back again and then when a prompt on white screen appears just go yes two times and phone shall boot in recovery mode . I had watch a tutorial movie to figure that out. other easy way is just to have adb enabled and reboot it with adb reboot recovery command via USB cable
non.verbal said:
I had similar problem myself with entering recovery more and the reason behind it was that I didn't press the button combo in proper way. what you actually have to do is while you in fastboot mode you press down and hold power button and volume down button. phone reboots after a moment and you should still be holding these keys and when lg logo appears you let go of power button for brief second and then press it back again and then when a prompt on white screen appears just go yes two times and phone shall boot in recovery mode . I had watch a tutorial movie to figure that out. other easy way is just to have adb enabled and reboot it with adb reboot recovery command via USB cable
Click to expand...
Click to collapse
No, because I had G5 and I know the proper way to do that. Problem is I can hold the power button as long as I live and the phone won't reboot, regardless of pressed combination or power button solo.
and the adb command way ?
Well... Nevermind, turns out vol down button isn't working at all.
still good way around is adb reboot recovery

Help! Stuck on black screen and cannot get to fastboot

I tried unrooting my 6T and something went wrong. Now when it boots it shows the bootloader unlocked warning then goes to black screen and stops. It will randomly vibrate when I press the screen or the power button. My computer doesn't recognize it and I can't even seem to be able to turn it off completely. The only thing I can get it to do is reboot by pressing and holding the power and volume up buttons.
Any advice on how I can force it into fastboot or get my computer to recognize it so I can working on it?
roblpetty said:
I tried unrooting my 6T and something went wrong. Now when it boots it shows the bootloader unlocked warning then goes to black screen and stops. It will randomly vibrate when I press the screen or the power button. My computer doesn't recognize it and I can't even seem to be able to turn it off completely. The only thing I can get it to do is reboot by pressing and holding the power and volume up buttons.
Any advice on how I can force it into fastboot or get my computer to recognize it so I can working on it?
Click to expand...
Click to collapse
Keep pressing simultaneously volume up , volume down and power button all three of them until you get the fastboot screen.
It maybe takes a while...
roblpetty said:
I tried unrooting my 6T and something went wrong. Now when it boots it shows the bootloader unlocked warning then goes to black screen and stops. It will randomly vibrate when I press the screen or the power button. My computer doesn't recognize it and I can't even seem to be able to turn it off completely. The only thing I can get it to do is reboot by pressing and holding the power and volume up buttons.
Any advice on how I can force it into fastboot or get my computer to recognize it so I can working on it?
Click to expand...
Click to collapse
like the first answer:
hold vol up, vol down and power butten as long as the phone boots into fastboot mode and flash fastboot Rom OR
hold vol up and vol down for about 5-6 seconds, and plug your phone to your computer. if it gets recognized (with typical sound of windows) try msm tool. And be sure you have the qualcomm driver installed.

Categories

Resources