[SOLVED] How can I enter to recovery? - G2 and Desire Z Q&A, Help & Troubleshooting

Until today, I was entering recovery by pressing vol down and power button. But now I can't enter recovery because i have a radio file so it automatically ask to flash radio...
I need to enter recovery because the rom which I flashed last didn't work...

Either use a sdcard reader or another phone to delete the PC10IMG file,
or, if you have adb set up, 'adb reboot recovery' while the phone is booting
-Nipqer

Deadly Sto(R)m said:
Until today, I was entering recovery by pressing vol down and power button. But now I can't enter recovery because i have a radio file so it automatically ask to flash radio...
I need to enter recovery because the rom which I flashed last didn't work...
Click to expand...
Click to collapse
I'm assuming you mean a PC10IMG file on the root of your sdcard? Just rename it, delete it, move it into a directory, etc. As long as your device isn't seeing PC10IMG.img on the root of your card you'll be fine.
Sent from my HTC Vision using XDA App

Flash the pc10pimg file by ecovery or use adb to reboot into recovery and select fastboot
Sent from my T-Mobile G2 using XDA Premium App

[SOLVED]
1) my sd card reader doesn't work so i can't delete, move or rename pc10img
2) i just borrow my friend's tablet and will delete this radio.
3) i know doing this will help me to enter recovery but i really wonder if there is a way to enter recovery except of entering boot menu..
By the way, thank you who wanted to help me..

Deadly Sto(R)m said:
1) my sd card reader doesn't work so i can't delete, move or rename pc10img
2) i just borrow my friend's tablet and will delete this radio.
3) i know doing this will help me to enter recovery but i really wonder if there is a way to enter recovery except of entering boot menu..
By the way, thank you who wanted to help me..
Click to expand...
Click to collapse
If your device boots you can reboot into recovery via the terminal ('reboot recovery') or via ADB ('adb reboot recovery') otherwise, the only way to enter recovery from a powered down state is via the bootloader.
Sent from my HTC Vision using XDA App

Related

What am I doing wrong? Loading baconbits.

So I perm rooted and it says S-Off in fastboot and I have superuser access I believe.
I got rom manager and downloaded clockwork through rm. I try to install rom from SD card, select the baconbits rom, it asks to backup or clear, I have tried both.
The phone boots to htc screen, then shows a black screen with a phone and a red symbol over it. I waited 20 minutes on that screen and nothing happened.
I was able to push vol up and power to get a console but I can't load anything there. It will reboot just fine after that but I have no changes and still cannot overclock.
Does this have something to do with the user keys or whatever?
Thanks in advance for reading this and any help that gets offered. I hate to have my first post on a forum being a "help me" post.
Sent from my T-Mobile G2 using XDA App
Go into Rom Manager and try to flash Clockwork recovery again. This has happened to a lot of people... Flash it a second time, and it should be good.
Dan
Did you download the "g2-recovery-test-keys.img" from the 3rd post quoted below?
Place that file in the C:/android/tools or whatever your cd line is, which should in the tools folder. Now go the 6th step. FYI the sixth step I tried from fastboot and recovery, none worked until I reinstalled the drivers my computer kept prompting me for and immedatly got the OKAY's from the 7th step.
Edit: The code "fastboot flash recovery g2-recovery-test-keys.img" should be copied pasted onto your cmd.
ciwrl said:
Noob walkthrough:
1.Setup Android SDK and install drivers/udev rules as needed
2. S-Off your g2 http://goo.gl/Sc134
4. Copy vision-baconbits-0.3.zip to your sdcard, rename it update.zip (you can do this via adb using: adb push vision-baconbits-0.3.zip /sdcard/update.zip)
5. Reboot to fastboot mode (adb reboot bootloader)
6. Flash the recovery http://n0rp.chemlab.org/android/vision/g2-recovery-test-keys.img : fastboot flash recovery g2-recovery-test-keys.img (if you get 'waiting for device' your phone either isnt in fastboot mode, or you will need to fix your sdk drivers)
7. You should get two 'OKAY's once recovery flash is complete
8. Press the power button once; then the vol down button to highlight 'recovery'; then the power button again to select the 'recovery' option
9. The phone will reboot to recovery
10. Press volume up+power to show the recovery menu
11. Select the 'Apply:update.zip' option, using volume keys to navigate, and power button as [enter]
12. Once the zip applies, reboot
If you get signature verification errors on the zip, it means your fastboot flash of recovery failed to apply, redo it
Click to expand...
Click to collapse
Bingo, That worked. Glad it was that simple. I actually had to flash clockwork a third time to get it to go all the way.
Sent from my T-Mobile G2 using XDA App

[Q] Evo will not turn on at all

I tried to downgrade my hboot and now the evo will not turn on at all. I can run fastboot comands but everytime I try to reflash the recovery in fastboot I get Failed(remote image update failure), Ruu does not detect the phone in bootloader mode. Something is wrong with my partitions, is there a fix for this? This is not even my phone =(
Try this if you can...
Download PC36IMG and if you are able push it to the root of your sdcard or take your sdcard out of the phone and plug it into your computer and place the file in the root directory from there. After you have done this power down your phone.
When you power up hold the VOL DOWN and PWR keys until you are in bootloader then when it asks you let it apply the update.
This worked for me hope it helps.
What block size does the phone use? Sorry to say but it sounds like you just bricked it.
Sent from my PC36100 using XDA Premium App

Stuck at HTC Logo. Can't enter bootloader

Hi! I have this big problem: my Desire HD blocked in the bootloader menu while I was trying to downgrade the software from 2.3.5 to a Froyo version.
I removed the battery, inserted it back, but the phone freezed when the HTC logo showed up.
I tried to enter the bootloader, then I remembered that I had forgot to disable Fast Boot.
What can I do in order to downgrade?
My phone won't start and I can't enter bootloader menu, too.
Vladish said:
Hi! I have this big problem: my Desire HD blocked in the bootloader menu while I was trying to downgrade the software from 2.3.5 to a Froyo version.
I removed the battery, inserted it back, but the phone freezed when the HTC logo showed up.
I tried to enter the bootloader, then I remembered that I had forgot to disable Fast Boot.
What can I do in order to downgrade?
My phone won't start and I can't enter bootloader menu, too.
Click to expand...
Click to collapse
If you're comfortable with ADB, and you had USB Debugging enabled you should be able to get to recovery with the command
Code:
adb reboot recovery
Good Luck!
UrticantOwl said:
If you're comfortable with ADB, and you had USB Debugging enabled you should be able to get to recovery with the command
Code:
adb reboot recovery
Good Luck!
Click to expand...
Click to collapse
i think taking out battery disables the debugging mode ... not confirm though ...
[/COLOR]
UrticantOwl said:
If you're comfortable with ADB, and you had USB Debugging enabled you should be able to get to recovery with the command
Code:
adb reboot recovery
Good Luck!
Click to expand...
Click to collapse
If that doesn't work, remove your sd card, place it in a reader (or another phone or whatever), and copy a PD98IMG file onto it. Don't place it in a folder or anything, just straight onto the sd card. Then place your sd card back into your phone, and reboot into bootloader (volume down + lock button). Wait a while while it installs, and itll reboot into your working DHD
mhamdy19 said:
[/COLOR]
If that doesn't work, remove your sd card, place it in a reader (or another phone or whatever), and copy a PD98IMG file onto it. Don't place it in a folder or anything, just straight onto the sd card. Then place your sd card back into your phone, and reboot into bootloader (volume down + lock button). Wait a while while it installs, and itll reboot into your working DHD
Click to expand...
Click to collapse
Hi guys, i have the same problem so i'll try your solution. The result will be here. Anyway thanks for the idea.
q995 said:
Hi guys, i have the same problem so i'll try your solution. The result will be here. Anyway thanks for the idea.
Click to expand...
Click to collapse
And here's another, more comprehensive method.
http://forum.xda-developers.com/showthread.php?t=1054304
Sent from my HTC Desire HD using xda premium

i can't root my wildfire s ...

i have a marvel unlocked s on wildfire s.
i can't root my phone because when i go into the recovery mode, the black screen comes up with the 4 lighting keys. i don't know what to do. i read the related posts but nothing seems to help. could you guys please help.. i unlocked my phone for rooting and now i can't do anything.
You can root your phone by using the HTC super tool, just google for it.
I assume you have stock recovery on your phone, then you actually can't really use that recovery. You should try to root it with supertool
and then install CWM with ROM Manager
I hope this came in handy for you!
Sent from my VegaCream RC2 using xda premium
MrGuyFawkes said:
You can root your phone by using the HTC super tool, just google for it.
I assume you have stock recovery on your phone, then you actually can't really use that recovery. You should try to root it with supertool
and then install CWM with ROM Manager
I hope this came in handy for you!
Sent from my VegaCream RC2 using xda premium
Click to expand...
Click to collapse
i tried the supertool but it doesn't work. i tried everything even the clockworkmode recovery, the flashing of cwm works perfectly fine but the recovery mode doesn't show up so that i can install from sd card. only a black screen with key lighted comes up. i tried the things given in the black screen recovery article of xda .. but nothing seems to help. could you help me out to see through this. my moms htc wildfire s which is one year old works perfectly fine but the problem is with my new one.. i also heard that lot of people are experiencing the same.
After unlocking, you have to root the device first then install CWM and take a nandroid backup thru Recovery option.
For rooting you can also use root.zip method. just google it.
To flash CWM, goto Hboot menu and select fastboot, then goto cmd (command prompt) on pc try using fastboot commands to flash boot.img, system.img and recovery.img.
Hope this may be useful.....
Senthamil said:
After unlocking, you have to root the device first then install CWM and take a nandroid backup thru Recovery option.
For rooting you can also use root.zip method. just google it.
To flash CWM, goto Hboot menu and select fastboot, then goto cmd (command prompt) on pc try using fastboot commands to flash boot.img, system.img and recovery.img.
Hope this may be useful.....
Click to expand...
Click to collapse
bro,
i tried the root.zip method. i copied the zip file on the memory card and then went to hboot. but then i found the error which is : CID ERROR
PRESS POWER BUTTON TO REBOOT.
this is what i get.
i have a s-on unlocked marvel a510e. please help..
ok. now try this way! which helped me to solve the same issue.....
forum.xda-developers.com/showpost.php?p=21891784&postcount=1
hope this may be useful......(if really, press thanks).
Senthamil said:
ok. now try this way! which helped me to solve the same issue.....
forum.xda-developers.com/showpost.php?p=21891784&postcount=1
hope this may be useful......(if really, press thanks).
Click to expand...
Click to collapse
bro, this time i flashed the PG76IMG.zip files but when i go into the recovery to flash install from root.zip, the same black screen comes up. this is the problem which i have been having.. the black screen on recovery which makes us do nothing at all..
i think a new custom recovery has to be made for the htc wildfire s inorder to prevent the black screen on recovery. or does anyone know how to root wildfires without the need to go into any custom recovery mode. please help .. this has become a real problem.. i really wish there was a way.
aryan41 said:
bro, this time i flashed the PG76IMG.zip files but when i go into the recovery to flash install from root.zip, the same black screen comes up. this is the problem which i have been having.. the black screen on recovery which makes us do nothing at all..
Click to expand...
Click to collapse
Maybe you need to downgrade your stock ROM (if you still can boot it up so to say).
Look for a RUU for WFS and try to downgrade/upgrade HBOOT and such to an older/newer version.
Sorry that I can't post any links too RUUs, I'm on my phone.
But there is a tread with these in the Dev section I think, but if they don't work you can just google for them.
tbh I have a similar problem with my bro's WFS, I can't even unlock it because of wrong versions a such so I think your problem could be related to this.
Sent from my VegaCream RC2 using xda premium
Choose the right recovery image....
aryan41 said:
i think a new custom recovery has to be made for the htc wildfire s inorder to prevent the black screen on recovery. or does anyone know how to root wildfires without the need to go into any custom recovery mode. please help .. this has become a real problem.. i really wish there was a way.
Click to expand...
Click to collapse
I think you you've chosen the wrong cwm. Chose the right one here :
http://forum.xda-developers.com/showthread.php?t=1213229
download PG76IMG.zip and you need to install it using fastboot, it will not work using the zip file from your sd card. Make sure you delete that file before attempting what is below (adapted from CafeKampuchia's guide on rooting).
You will need SDK tools for Android, Java runtime, and HTC Sync installed on your Windows computer. Install the SDK tools in a directory named something like c:\android. Put the recovery image in this directory, too, not the zip file.
Boot the phone into HBOOT by turning the phone off, removing the battery, replacing the battery then holding down the power key and volume button. After it scans for PG7610.zip, select FASTBOOT and press the power button then connect the USB cable. The word FASTBOOT will change into FASTBOOT USB. If not, then either your USB drivers for the Wildfire S or Android SDK Tools is not installed properly.
Open a command prompt in Windows and navigate to c:\android
Type the following command: fastboot flash recovery [image name.img]. For example:
c:\android\>fastboot flash recovery recovery-clockwork-5.0.2.8-marvel.img
Hope this will install ClockworkMod recovery properly. (If really press 'thank').
Senthamil said:
I think you you've chosen the wrong cwm. Chose the right one here :
http://forum.xda-developers.com/showthread.php?t=1213229
download PG76IMG.zip and you need to install it using fastboot, it will not work using the zip file from your sd card. Make sure you delete that file before attempting what is below (adapted from CafeKampuchia's guide on rooting).
You will need SDK tools for Android, Java runtime, and HTC Sync installed on your Windows computer. Install the SDK tools in a directory named something like c:\android. Put the recovery image in this directory, too, not the zip file.
Boot the phone into HBOOT by turning the phone off, removing the battery, replacing the battery then holding down the power key and volume button. After it scans for PG7610.zip, select FASTBOOT and press the power button then connect the USB cable. The word FASTBOOT will change into FASTBOOT USB. If not, then either your USB drivers for the Wildfire S or Android SDK Tools is not installed properly.
Open a command prompt in Windows and navigate to c:\android
Type the following command: fastboot flash recovery [image name.img]. For example:
c:\android\>fastboot flash recovery recovery-clockwork-5.0.2.8-marvel.img
Hope this will install ClockworkMod recovery properly. (If really press 'thank').
Click to expand...
Click to collapse
i dont think that would work i've tried every recovery i've found here and still black screen you may want to downgrade your kernel after unlock of bootloader then use superoneclick. if not working look for my post before which uses taco root to root the device
Senthamil said:
I think you you've chosen the wrong cwm. Chose the right one here :
http://forum.xda-developers.com/showthread.php?t=1213229
download PG76IMG.zip and you need to install it using fastboot, it will not work using the zip file from your sd card. Make sure you delete that file before attempting what is below (adapted from CafeKampuchia's guide on rooting).
You will need SDK tools for Android, Java runtime, and HTC Sync installed on your Windows computer. Install the SDK tools in a directory named something like c:\android. Put the recovery image in this directory, too, not the zip file.
Boot the phone into HBOOT by turning the phone off, removing the battery, replacing the battery then holding down the power key and volume button. After it scans for PG7610.zip, select FASTBOOT and press the power button then connect the USB cable. The word FASTBOOT will change into FASTBOOT USB. If not, then either your USB drivers for the Wildfire S or Android SDK Tools is not installed properly.
Open a command prompt in Windows and navigate to c:\android
Type the following command: fastboot flash recovery [image name.img]. For example:
c:\android\>fastboot flash recovery recovery-clockwork-5.0.2.8-marvel.img
Hope this will install ClockworkMod recovery properly. (If really press 'thank').
Click to expand...
Click to collapse
first u need adb.exe, adbwinapi.dll, fastboot.exe in that c:\android\
u need a command in cmd to navigate. "cd c:\android"
yeah other than that its pretty complete. See the post he referring to. I remember using this post to root mine.
androidforums.com/wildfire-s-all-things-root/480954-guide-how-root-wildfire-s-s-finally.html
Try my all in one tool here: http://forum.xda-developers.com/showthread.php?t=1697985
It will work
Senthamil said:
I think you you've chosen the wrong cwm. Chose the right one here :
http://forum.xda-developers.com/showthread.php?t=1213229
download PG76IMG.zip and you need to install it using fastboot, it will not work using the zip file from your sd card. Make sure you delete that file before attempting what is below (adapted from CafeKampuchia's guide on rooting).
You will need SDK tools for Android, Java runtime, and HTC Sync installed on your Windows computer. Install the SDK tools in a directory named something like c:\android. Put the recovery image in this directory, too, not the zip file.
Boot the phone into HBOOT by turning the phone off, removing the battery, replacing the battery then holding down the power key and volume button. After it scans for PG7610.zip, select FASTBOOT and press the power button then connect the USB cable. The word FASTBOOT will change into FASTBOOT USB. If not, then either your USB drivers for the Wildfire S or Android SDK Tools is not installed properly.
Open a command prompt in Windows and navigate to c:\android
Type the following command: fastboot flash recovery [image name.img]. For example:
c:\android\>fastboot flash recovery recovery-clockwork-5.0.2.8-marvel.img
Hope this will install ClockworkMod recovery properly. (If really press 'thank').
Click to expand...
Click to collapse
i used the exact same version of clockworkmode recovery. the problem is not with the recovery i think its with my phone. and i tried downgrading the hboot using ruu but the problem still exists ... that is the black screen on recovery.
rezo609 said:
Try my all in one tool here: http://forum.xda-developers.com/showthread.php?t=1697985
It will work
Click to expand...
Click to collapse
bro, my wildfire s is the new one with the black screen on recovery problem, are u sure this utility will work the new phones also..?
rezo609 said:
Try my all in one tool here: http://forum.xda-developers.com/showthread.php?t=1697985
It will work
Click to expand...
Click to collapse
bro, i tried this but failed. i can't get the recovery screen where i have to select install from sd card. this is my problem .. i don't get the recovery screen instead i get a black screen.
Is your phone a marvelc ?
no it is marvel
i wish some one could come up with custom recovery which doesn't lead into this black recovery screen. please help.. isn't there any other way ?
please help rezo
rezo609 said:
Is your phone a marvelc ?
Click to expand...
Click to collapse
bro, isn't there any other way to root my wildfire s.. without ending up in the black recovery screen.. please help.. i am losing all hope..

[Q] DHD stucked on boot logo

Hi all
I have a little trouble with my phone, because I did some stupid things on it...
I had android 2.3.5 with 3.12.405.1
So first I unlocked bootloader with htc-dev page, and now I know I shouldn't do that. Then after I found here a post what describes what should I do if I was noob and use the htc-dev. I followed the instructions so I can use the revolution hd zip and installed it.
After that reboot my phone and stucked on the htc boot logo. I can reach the 4text recovery menu and everything but I have no clue what should I do now. I tried the factory reset and everything what I found. Maybe I have to put back the original rom, but I don't know how to do it.
Imike86 said:
Hi all
I have a little trouble with my phone, because I did some stupid things on it...
I had android 2.3.5 with 3.12.405.1
So first I unlocked bootloader with htc-dev page, and now I know I shouldn't do that. Then after I found here a post what describes what should I do if I was noob and use the htc-dev. I followed the instructions so I can use the revolution hd zip and installed it.
After that reboot my phone and stucked on the htc boot logo. I can reach the 4text recovery menu and everything but I have no clue what should I do now. I tried the factory reset and everything what I found. Maybe I have to put back the original rom, but I don't know how to do it.
Click to expand...
Click to collapse
Have you flashed the boot.img in fastboot?
Read this: http://forum.xda-developers.com/showthread.php?p=28139822
Sent from my GT-N7100 using xda app-developers app
glevitan said:
Have you flashed the boot.img in fastboot?
Read this: http://forum.xda-developers.com/showthread.php?p=28139822
Sent from my GT-N7100 using xda app-developers app
Click to expand...
Click to collapse
Hey
Thanks for the help, I'll try it afternoon
I did exactly the same: http://forum.xda-developers.com/showpost.php?p=31211732&postcount=396
The procedure to do that is -
1. Download the attached zip file, extract it to Desktop or wherever you want using 7-zip/WinZIP.
2. Open the ROM zip file you downloaded. Extract boot.img from this zip to the previously folder which you just extracted in the above step.
3. Turn your phone completely off (pull out battery). Then hold 'volume down' while pressing power and continue holding it till you see a white screen with 3 green skateboarding Androids. This is the bootloader.
4. FASTBOOT will be the first selected option in the list. Press 'Power' to select it. Make sure that now it shows FASTBOOT in red under the initial green text.
5. Connect your phone to computer. See that the red FASTBOOT changes to FASTBOOT USB.
4. Open the adb_fastboot folder, open 'Start here.bat'. It will open a command prompt window in that folder.
5. Type 'fastboot flash recovery recovery.img'. You only need to do this once. It will flash 4ext Touch Recovery, which is better than CWM (thanks to madmaxx82 for the awesome recovery).
6. Type 'fastboot flash boot boot.img'. You will need to do this everytime you flash a custom ROM, but before you do so be sure you've copied the boot.img from the ROM zip to the adb_fastboot folder.
7. You should see some stuff like 'Sending data... data sent successfully'. If there's any error at this step report it here.
8. Once it has done everything and displayed successful confirmations, disconnect phone.
9. Hightlight BOOTLOADER and press 'power' to select it. Press 'volume down' to highlight RECOVERY and 'power' to select it.
10. Once you're rebooted into 4ext Touch Recovery, go to 'install zip from SD card', browse for the ROM zip file in your SD card. If you haven't copied the zip to SD card, go back a step, connect phone to computer, select 'toggle USB storage' and then copy it onto the SD card. Once you have the ROM zip on the sdcard, go to the main screen of the recovery, choose 'wipe/format'->format all partitions (except SD card). Now go back to main screen, choose 'install zip from sdcard' and browse to the ROM zip location, select it and confirm that you want to flash it.
11. When the flash process is done, go back to the main screen of recovery, and press reboot now. You will reboot into the custom ROM.
Click to expand...
Click to collapse
After reboot I stucked on the htc boot logo screen.
If you are s-on, then you have to flash the boot.img from the rom you installed using fastboot.
Sent from my SCH-I535 using xda premium

Categories

Resources