I was trying to root my p20 lite on EMUI 9.1 so I flashed the patched recovery ramdisk, rebooted then typed "adb reboot recovery", but it wouldn't load. So I forcereseted the phone but it came to the same screen "your device has been unlocked" and "Your device is booting now" no options to press power to boot or erecovery. So I tried flashing the original ramdisk but it would still never load, and trying "fastboot reboot bootloader" didn't help either. I can't boot into system I can only go into fastboot mode.
edit: adb detects my device but rebooting into system command still reboots into recovery
edit 2: my phone has bootloader unlocked
edit 3: here is the phone log https://drive.google.com/file/d/19MNYSdI5gkzlAti2wVhsGuc8v6iAWaG6/view?usp=sharing
Connect phone to charger
Press and hold power button only
Keep it pressed till phone boots into 3 option scream, 1 press vol up 3 sec for e recovery, 2 press power to enter system, 3 do nothing 5 sec
Release power button, wait
Shoulda enter e recovery
Press reboot and wait
Shoulda reboot to system, root will not work, but phone will work
If want to start with root, you need to relfash system using dload package or hisuite update, otherwise your phone still will be stucked , so need fresh system files
I don’t get the three options. Only the your device is booting now. Rebooting via adb just reboots into the same thing.
edit: let the battery drain and now it is working again
Same, loading screen but nothing.
Related
Hi,
I know this has been covered thoroughly, but I have a particular problem that I haven't been able to find a solution for.
I have the Xiaomi Redmi Note 2 Prime, MIUI 6. I'm trying to boot into recovery mode either one of two ways: holding down volume up + power, or going through the 'Update' app options. Both times, the same thing happens: The phone starts up with the Mi logo, hangs for about 20 ish seconds, reboots as normal. It doesn't at any stage enter recovery mode. Holding down volume down + power takes me to Fastboot, but it hangs on the fastboot screen infinitely..
Any thoughts?
Chris
are you want to flash something ? try flash with updater app, rename zip file you want to flash to update.zip, and do flash with updater. its will enter recovery mode and flah zip file
Pendekar7 said:
are you want to flash something ? try flash with updater app, rename zip file you want to flash to update.zip, and do flash with updater. its will enter recovery mode and flah zip file
Click to expand...
Click to collapse
I have tried that, same thing happens.
To clarify, whenever I try to enter recovery mode, the phone starts up, vibrates, Mi logo appears, hangs for about 10-15 seconds, turns off, turns on, vibrates, Mi logo appears, "Powered by Android" appears, phone starts up normal.
dundy2456 said:
I have tried that, same thing happens.
To clarify, whenever I try to enter recovery mode, the phone starts up, vibrates, Mi logo appears, hangs for about 10-15 seconds, turns off, turns on, vibrates, Mi logo appears, "Powered by Android" appears, phone starts up normal.
Click to expand...
Click to collapse
try quick reboot app in play store, but it required root
i'm afraid you have fake phone i hope not, try cpu z for check that
Pendekar7 said:
try quick reboot app in play store, but it required root
i'm afraid you have fake phone i hope not, try cpu z for check that
Click to expand...
Click to collapse
Hmm I will try to install that app. Right now the phone wont get past the boot screen, it is just hanging on the Mi logo and Powered by Android.
Thanks
Try to flash the stock recovery.
Then you should be able to boot into stock recovery and wipe all data.
After that the phone should boot.
At least that worked for me
facicing same problem
same problem i am facing. Not able to boot in recovery mode using nandroid manager, mobile uncle, system updater, volume down + power.
additional info: i had rooted my phone and installed chinese miui rom.
sagaroct said:
same problem i am facing. Not able to boot in recovery mode using nandroid manager, mobile uncle, system updater, volume down + power.
additional info: i had rooted my phone and installed chinese miui rom.
Click to expand...
Click to collapse
If you have rooted phone, try to flash recovery (TWRP) over terminal, with dd.
You have trashed the recovery partition. Reboot in fastboot mode (Vol- + PWR) and reflash TWRP.img via fastboot on a PC.
Command:
fastboot flash recovery recovery.img
Rename the twrp.img to recovery.img or change the name used in the command. There are plenty of tutorials out there on how to use fastboot.
Do not let the phone boot up after flashing!!!! You will end up back with the same problem. Hold down Vol+ to boot into Recovery mode for the first time.
I tried installing TWRP after turning off the bootloader. I clicked on Recovery in the Fastboot and now it's stuck in "Entering Recovery...". The phone restarts with that screen every few seconds. Holding power+volume down doesn't do anything (unless I'm not timing it right). What can I do?
korxil said:
I tried installing TWRP after turning off the bootloader. I clicked on Recovery in the Fastboot and now it's stuck in "Entering Recovery...". The phone restarts with that screen every few seconds. Holding power+volume down doesn't do anything (unless I'm not timing it right). What can I do?
Click to expand...
Click to collapse
I know this is late, but I just went through the same damn thing. Twrp 3.1.0.0 forces a recovery loop, install 3.0.0.2 instead.
As soon as you see the "entering recovery" screen, hold volume up and power until your phone restarts. (If it goes back to recovery, wait until it loops and do it again) as soon as your screen goes black from the hard restart, hold volume down and power to boot into your phone regularly.
After your phone boots, use the twrp app to install the previous version of twrp. (Like I said, avoid 3.1.0.0 like the plague. I've already brought this issue up with the recovery handler, hopefully it gets resolved.)
korxil said:
I tried installing TWRP after turning off the bootloader. I clicked on Recovery in the Fastboot and now it's stuck in "Entering Recovery...". The phone restarts with that screen every few seconds. Holding power+volume down doesn't do anything (unless I'm not timing it right). What can I do?
Click to expand...
Click to collapse
There is an alternative that I've found very useful. And have tested it out several times while attempting to in-OS factory reset. If you're stuck on the 'loading recovery' screen and it continuously reboots, perform the following steps.
1. Press the Power button and Volume Up button at the same time, and keep held for 10 seconds until the screen has gone off.
2. Once you know it's gone off, quickly switch from Volume Up to Volume Down, keep held down.
-This should let you be able to enter into the Bootloader menu. From there, you will require Minimal ADB/Fastboot installed on your computer. Opening up an administrative command prompt within the ADB folder by pressing down Shift and right clicking on the window of the folder(or in my case since Windows 10's new update no longer opens that up, instead opens PowerShell, copy and past cmd.exe from System into that folder (DO NOT CUT AND PASTE, OR DRAG AND DROP)), type in the following.
fastboot devices
-If your device shows up in this list, then you're good to go. Head over to the TWRP website and find your HTC 610 TWRP version, or do as I do and just select 2.8.4.0 and download it.
-Rename the downloaded file as "twrp.img" and drag it into the ADB/Fastboot folder in which you loaded up the cmd prompt from before.
-Next, back to the command prompt you loaded earlier (if you haven't closed it by now) and type in the following:
fastboot flash recovery twrp.img
-This should copy the file over to your device. After this is completed, go ahead and reboot or boot into recovery. This last option I've not attempted immediately after flashing TWRP back to the main system, but that's because I'm working with an older version of CW12.
Azrtheal said:
There is an alternative that I've found very useful. And have tested it out several times while attempting to in-OS factory reset. If you're stuck on the 'loading recovery' screen and it continuously reboots, perform the following steps.
1. Press the Power button and Volume Up button at the same time, and keep held for 10 seconds until the screen has gone off.
2. Once you know it's gone off, quickly switch from Volume Up to Volume Down, keep held down.
-This should let you be able to enter into the Bootloader menu. From there, you will require Minimal ADB/Fastboot installed on your computer. Opening up an administrative command prompt within the ADB folder by pressing down Shift and right clicking on the window of the folder(or in my case since Windows 10's new update no longer opens that up, instead opens PowerShell, copy and past cmd.exe from System into that folder (DO NOT CUT AND PASTE, OR DRAG AND DROP)), type in the following.
fastboot devices
-If your device shows up in this list, then you're good to go. Head over to the TWRP website and find your HTC 610 TWRP version, or do as I do and just select 2.8.4.0 and download it.
-Rename the downloaded file as "twrp.img" and drag it into the ADB/Fastboot folder in which you loaded up the cmd prompt from before.
-Next, back to the command prompt you loaded earlier (if you haven't closed it by now) and type in the following:
fastboot flash recovery twrp.img
-This should copy the file over to your device. After this is completed, go ahead and reboot or boot into recovery. This last option I've not attempted immediately after flashing TWRP back to the main system, but that's because I'm working with an older version of CW12.
Click to expand...
Click to collapse
Just holding volume up and power worked for me.After the splash screen appears continue holding volume up but let go of power and it will boot I to go.e screen as usual.I then just used the twrp app and flashed 3.0.2.0
I just unlocked bootloader.
Then I installed TWRP.
Tried to backup all partitions, failed. Maybe because I didn't know the data password.
Rebooted into system.
Now I want to boot into TWRP to backup then wipe and install Lineage.
But it just doesn't work.
I select reboot from menu, then hold Vol-Up.
It shows the unlocked bootloader warning, then boots up system
I shut down and start again pressing Power and Vol-Up.
If I release Power when the bootloader warning shows, it again boots the system.
If I continue pressing Power then it does nothing else as showing the warning, showing black screen, over and over.
thanks
So what the hell?
The stock system does not offer a "reboot into recovery" menu?!
Solved it myself. Booted recovery via fastboot.
And that probably was the issue: I initially booted it via fastboot and did not install it ever.
Edit: no. Maybe TWRP was replaced by stock recovery automatically.
Good day everyone. Recently my Mate SE (BND-L34) was left to charge overnight and wouldn't boot up the next day, it's just stuck on the start up screen. Unfortunately, developer options weren't on so no usb debugging although I can only access fastboot when I hold power + vol down. However, when I hold vol + up, nothing happens so I can't access any recovery menu. The phone is completely stock so no root, no custom recovery or firmware, locked bootloader, etc. I did try both methods mentioned here for locked bootloader: "https://forum.xda-developers.com/mate-20-x/how-to/fw-emui-9-1-0-123-evr-al00-t3935995"
Neither of them worked. With HStool, the program (HStool) closes itself after HiSuite has decompressed the download and is about to start installing recovery. The other method mentioned, when "installing recovery" part of the process starts, the phone exits fastboot and goes to the boot screen... both methods actually end in the same result with HiSuite giving me the error message "Recovery Failed" and the phone being on at the boot screen (exiting fastboot before the procedure has finished).
In case it's of any relevance the current firmware on the phone is BND-L34 8.0.0.362. Any suggestions would be greatly appreciated, thanks.
I flashed an unofficial Evolution X v6.5 Rom For my Poco F1 today,
it was working fine but then I tried to Reboot into MY Custom Recovery( OrangeFox ) using the Advance Restart Option Exist in Rom.
OrangeFox Recovery Opening Image was Showing but it didn't opened, My phone shut down and rebooted again into the Same OrangeFox Opening Image and then shut down again.
It stuck into Recovery Opening Bootloop.
I tried holding the power button to reboot into system but noting is happening, It is showing same Recovery Opening Image and then shutting down,
I tried holding the power button + Volume UP Button, Same thing was happening Recovery Opening Image and then shutting down.
Luckily when I tried holding the power button + Volume down Button, It opened the bootloader.
So I thought Something happened to the OrangeFox recovery file So I installed the TWRP Recovery with My PC.
BUT Now It showing TWRP Opening Image and then shutting down. Same Recovery Bootloop.
Something( Maybe the Rom ) preventing me from rebooting into any recovery.
I should mention that I didn't installed any new app or anything, I just flashed the rom and then finished the Google setup.
I managed to shut down the phone by holding all 3 button for about 20sec.
But it's not charging anymore, if I plug the to phone to charger it start the whole Recovery Bootloop again.
Please Let me know if you know of any possible solutions.
I managed to fix that issue, In Future if anyone else got same problem in any phone, Then Follow this,
At First Hold all three button for about 25sec to shut down your phone,
at this situation your phone won't charge, if your battery completely drained then your phone might get hard brick, so shut down it at first.
Then download a stable & trustable rom and put that in SD Card or Pendrive( in this case you will be needed an OTG to plug the perdrive into your phone )
Then download the latest TWRP or any other Recovery in your PC. You really need the latest custom Recovery( 0 - 3 Months Old ).
I should let you know, You need to install ADB & Fastboot Drivers on your PC to perform any normal rooting process on your phone, And Download "Android Platform Tools".
Open CMD in "Android Platform Tools" Folder
Connect your phone to your PC in bootloader mode by holding down Power + Volume Down Button.
Then Type in CMD - fastboot devices
To check your device is properly connected or not. If your phone is connected properly then CMD will show a random number and fastboot. If not then connect the phone properly and check the driver.
Then Type - fastboot erase userdata
It will erase all your internal and data.
Then Type - fastboot flash recovery "PUT HERE THE LATEST CUSTOM RECOVERY FULL PATH"
It will flash the custom recovery, IN above command after writing recovery give a space then write the full path or hold and drag the latest custom recovery to command prompt, it will automatically write the full path for you.
After flashing the recovery now you can open the recovery.
Now Open the custom recovery immediately by holding down Power + Volume UP Button.
Then Wipe the Old Rom and flash the new downloaded rom from SD Card or Pendrive.
AND there you go, Now you can reboot into your new system or recovery.