I was flashing a new rom, and must have clicked the wrong button in recovery. now my phone is stuck at
"Sideload started ...
now send the package you want to apply
to the device with "adb sideload <filename>" ...
I Have no idea how to get out of this. i have tried rebooting the phone by holding down the power button, no luck there
and any command i try to type in such as
Adb reboot
is greeted with
"Error Closed"
Please help. im begging!
if it's TWRP press cancel
if it's CWM hold the power button for a longer period of time
Related
My hero cannot boot up as it gets stuck at the HERO boot screen.
It cannot boot into recovery as adb shell isnt working. I keep getting -exec 'system/bin/sh' failed: not a directory (20).
I cant reflash a recovery image in fastboot as i keep getting sending 'recovery' (3804 KB)... FAILED (remote: not allow)
Also, when i click on HBOOT, theres a quick string of words that come out, and a repeated "No image!" appears.
Someone please help! Thanks!
First this isn't a development issue, it should in the Q&A or something.
Can you boot into recovery? By this I mean holding down the HOME key while turning the device on. It has nothing to do with adb. If you are able to boot into fastboot your device isn't bricked and you should be able to boot into the recovery and "recover" from there....
I'm sorry if i posted in the wrong forum. I pressed call menu and the off button to restart my phone, and quickly held the home button, but it still just stays at the HERO boot screen. any ideas? thanks
Turn off phone (if necessary take battery out for this).
Hold HOME button pressed and while HOME is pressed, press the power on button and release only the power on button. All this time keep the HOME button pressed until you boot into recovery.
At least that's the way I do it....
Since I couldnt use "adb shell reboot recovery ", I typed adb reboot recovery and it booted to recovery!! I'm sure i can fix it now. Thanks for your replies guys.
PS: sorry admins for posting in the wrong section
Moved to Q&A
It is stuck on the bootlogo. I can press both volume keys to enter RSD mode, down key to enter fastboot, but cannot press up key to enter recovery and reset the phone.
Typing adb reboot recovey doesnt work, it just reboots but never enters recovery
Any ideas?
Posting here to let anyone with the same issue know how I solved it.
From the bootlogo, if you plug the phone in, you will be able to adb. Just type:
adb shell
su
reboot recovery
From adb shell it worked perfect, but not direcly from adb reboot recovery
From there I was able to reflash CM10
I accidently wipe system and stuck on boot! :crying:
How do I access to recovery? I want to restore the system. Is there anyone knows how to boot into recovery by using something else?
Hold down power for 10 + seconds until phone is fully off, then try the hardware button press again
( volume down button whilst powering on.)
Usually the hardware buttons will override and stop it trying to boot
If not will adb recognise it if you plug it into PC?
plug it in and in cmd type 'adb devices'
if recognises try 'adb reboot recovery' in the cmd prompt
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 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.