After installing this theme Theme Animation for RCMix3D Runny 1.3 posted by liamstears, my dhd failed to boot, it stuck at the htc white screen for more than 3hrs now. The problem is, the volume key is faulty, so, i cant boot into bootloader.
I need help to bootloader so that i cant enter recovery and restore my phone. Any help will be greatly appreciated. Thanks
Try if you have the Android SDK installed you can try to run
Code:
adb reboot bootloader
or
Code:
adb reboot recovery
Just make sure your phone is plugged in.
Or remove battery and press and hold volume down, and power. It'll get you to recovery
daedric said:
Or remove battery and press and hold volume down, and power. It'll get you to recovery
Click to expand...
Click to collapse
Did you read the OP? Volume key is broken...
Your best bid is to try the adb commands as far as I know...
andyharney said:
Try if you have the Android SDK installed you can try to run
Code:
adb reboot bootloader
or
Code:
adb reboot recovery
Just make sure your phone is plugged in.
Click to expand...
Click to collapse
Thanks for the reply, downloading the sdk package now. But, since the phone is not booting, how do I connect it to the computer? With the screen off or while the phone is at the htc white screen? Elaborate pls. Thanks a lot.
tmh said:
Did you read the OP? Volume key is broken...
Your best bid is to try the adb commands as far as I know...
Click to expand...
Click to collapse
Am a noob on adb commands, I need guidance on how to execute the commands. Thanks
Phone needs to be on, so I'm guessing at the white screen. Again, never been in the same situation, so in no way am I sure it'll work...
Thanks, will try
degreatone said:
Am a noob on adb commands, I need guidance on how to execute the commands. Thanks
Click to expand...
Click to collapse
navigate to Android sdk folder via command line then issue the commands exactly as presented in Andyharneys post.
Should work fine at White HTC screen
Hello,
I had this problem and it's solved
You can download " android control ", this program allow to reboot in recovery or bootloader easy
Yep best bet is to use adb. Best tool for android
kevin350 said:
Hello,
I had this problem and it's solved
You can download " android control ", this program allow to reboot in recovery or bootloader easy
Click to expand...
Click to collapse
where can I download it pls? a link will be appreciated.
problem solved, thanks everyone.
Related
Please, give me some help!
I used this to unroot theunlockr. com/2009/10/06/how-to-unroot-the-htc-magic-non-mytouchget-back-to-cupcake/. It doesn't say that it isn't for 32A. I used it, and after installing it said Wrong Id, and every time I'm booting up my phone, I can't get in, but it is only shows me the "Htc Magic" screen.
I used another cyanogen update. I did the update, but it didn't fix the problem.
Please, help me!
Thanks in advance!
It doesn't need to say if its 32A since Rogers has the 32A Magic with 288MB Ram and Sense UI now. The 32B can be unrooted with the sapphire.nbh file.The only RUU there is for the Rogers Magic.
And now, what I have to do?
giorgos147 said:
And now, what I have to do?
Click to expand...
Click to collapse
If you can't get into the recovery mode or fast boot then your probably bricked.
I can get in! =)
But, what I have to do to make it again like before. I press the "wipe", but nothing happens. I have again the same problem.
giorgos147 said:
I can get in! =)
But, what I have to do to make it again like before. I press the "wipe", but nothing happens. I have again the same problem.
Click to expand...
Click to collapse
Not sure which recovery your using but can you get Amon_RA 1.5.2.
http://forum.xda-developers.com/showthread.php?t=530492
After upgrading try reinserting your sd and wipe all the options.
I did this
Code:
Copy recovery-RA-sapphire-v1.5.2H.img to the root of your sdcard
Boot into your current custom recovery (boot while holding HOME)
Connect your phone via usb to your pc/mac/...
adb shell
$su (not required if you have root already)
#mount -a
#flash_image recovery /sdcard/recovery-RA-sapphire-v1.5.2H.img
as I had cyanogen 1.4, but now, I am pressing Home+Power, and I can't get into the recovery menu!
(I can get into FastBoot)
giorgos147 said:
I did this
Code:
Copy recovery-RA-sapphire-v1.5.2H.img to the root of your sdcard
Boot into your current custom recovery (boot while holding HOME)
Connect your phone via usb to your pc/mac/...
adb shell
$su (not required if you have root already)
#mount -a
#flash_image recovery /sdcard/recovery-RA-sapphire-v1.5.2H.img
as I had cyanogen 1.4, but now, I am pressing Home+Power, and I can't get into the recovery menu!
(I can get into FastBoot)
Click to expand...
Click to collapse
Can you do it the Fastboot way?
After what I've done at the first post, I can't find any device in fastboot via
Code:
adb devices
I forgot to say something! When I am writing fastboot devices, it gives me this:
What did your phone do while this was happening?
It was working as a brand.
When you do Cam+Power can you tell me what it says, did the update change your radio or SPL.
When I am doing cam(I think cam is Home button)+Power, it doesn't do anything! It just stays at the boot screen.
giorgos147 said:
When I am doing cam(I think cam is Home button)+Power, it doesn't do anything! It just stays at the boot screen.
Click to expand...
Click to collapse
Pull the battery out then, hold those buttons and see what happens.Wait, did you reboot after flashing the recovery image?
You mean to start the phone without the battery? I am doing this, but nothing happens.
Ace42 said:
Wait, did you reboot after flashing the recovery image?
Click to expand...
Click to collapse
After I wrote this
Code:
#flash_image recovery /sdcard/recovery-RA-sapphire-v1.5.2H.img
the CMD got me off of the
Code:
"#"
(if you understand what I am saying), and nothing happened then. Then, I just closed the phone and tried to open it while I was pressing Home+Power. Is there another way to reboot it?
giorgos147 said:
You mean to start the phone without the battery? I am doing this, but nothing happens.
Click to expand...
Click to collapse
No, take it out then put it in and then hold the 2 buttons.
Don't forget to give a look at post #17 above yours.
giorgos147 said:
Don't forget to give a look at post #17 above yours.
Click to expand...
Click to collapse
Did you have the image on your SD or computer since you used ADB.
I've read around and i think i need to create a nandroid backup, however i cant see any mention of how to do this with the DHD. Is it the same or do I need to do something else?
I'm very new to android and I'm sure its not only me that would appreciate an idiots guide, if anyone would like to write one.
Follow the steps(especially 1. And 3.) of this guide : h t t p://forum.xda-developers.com/showthread.php?t=841076[/url] to have root amd recovery and make.your backup from Rom Manager or from recovery.
nteeb said:
Follow the steps(especially 1. And 3.) of this guide : h t t p://forum.xda-developers.com/showthread.php?t=841076[/url] to have root amd recovery and make.your backup from Rom Manager or from recovery.
Click to expand...
Click to collapse
I have root and S-off already, I followed a guide by evostance which i can no longer find.
How do i check if i really have s-off?
Ive tried getting into the boot loader. turn off phone, hold volume down and then hit power but i just boot straight into my home screen
Connect phone to a computer, open a cmd in android sdk folder and write command "adb reboot bootloader". Other way is to disable fastboot, shutdown, hold volume down and tap power.
Sent from my Desire HD using Tapatalk
jkoljo said:
Connect phone to a computer, open a cmd in android sdk folder and write command "adb reboot bootloader". Other way is to disable fastboot, shutdown, hold volume down and tap power.
Sent from my Desire HD using Tapatalk
Click to expand...
Click to collapse
Thanks guys running backup inside clock work now.
Moved to General as not development. Please do not post questions in development.
i just rooted my phone 10 minutes ago and now i cant get into recovery to restore the back up i made. the only recov i can get into is H-boot then from there it just gets stuck at the htc white screen.. did i brick it ???? i cant find any recent posts on this please help AGAIN sorry
stevo760 said:
i just rooted my phone 10 minutes ago and now i cant get into recovery to restore the back up i made. the only recov i can get into is H-boot then from there it just gets stuck at the htc white screen.. did i brick it ???? i cant find any recent posts on this please help AGAIN sorry
Click to expand...
Click to collapse
So you are at the white screen that says hboot? It should be the second option on that screen saying recovery, use the volume keys to move to it, then use the power button to select it.
Sent from my Xoom using Tapatalk
you can boot into your rom and then reflash recovery, I flash mine a few times as rarely its there the first time
Grab the PC36IMG.zip file from the Amon Ra thread and put it on your SD card. Boot to the bootloader, let it find the file, and update to flash the amon ra recovery. I hate clockworkmod. It's never been as consistent for me as Amon Ra.
you wiped your boot or system partition didn't you?
hold volume down while turning your phone on and it should bring a menu with three android guys at the bottom, once there use the volume buttons to select recovery and then push power to select it. That will get you into the recovery where you can flash a ROM. If it doesn't let you get into the recovery from there and you still have the autoroot folder on your computer you can run the file 'FlashZip' script and tell it to flash the SprintLovers_AmonRA... file. Just put it in fastboot mode before hand by selecting fastboot instead of recovery from the hboot
bwcorvus said:
So you are at the white screen that says hboot? It should be the second option on that screen saying recovery, use the volume keys to move to it, then use the power button to select it.
Sent from my Xoom using Tapatalk
Click to expand...
Click to collapse
i did that and i just takes me to a black screen with a triangle in it
xHausx said:
you wiped your boot or system partition didn't you?
hold volume down while turning your phone on and it should bring a menu with three android guys at the bottom, once there use the volume buttons to select recovery and then push power to select it. That will get you into the recovery where you can flash a ROM. If it doesn't let you get into the recovery from there and you still have the autoroot folder on your computer you can run the file 'FlashZip' script and tell it to flash the SprintLovers_AmonRA... file. Just put it in fastboot mode before hand by selecting fastboot instead of recovery from the hboot
Click to expand...
Click to collapse
you gotta help me man!!!! how do i flash just the recovery in auto root commands??????
stevo760 said:
you gotta help me man!!!! how do i flash just the recovery in auto root commands??????
Click to expand...
Click to collapse
It sounds like you have the old debug firmware installed, the screen with the red triangle is the stock recovery. Pushing vol up + power in it should bring up a menu although there is nothing in there that is of use except reboot.
With the triangle showing on your phone run the FlashZip script and it should reboot you in to the bootloader, once it does that hit enter when it warns you about your bootloader being unlocked and it will give a list of different PC36IMG files. You'll want to flash the one that says SprintLovers-AmonRA to make sure everything is up to date.
xHausx said:
It sounds like you have the old debug firmware installed, the screen with the red triangle is the stock recovery. Pushing vol up + power in it should bring up a menu although there is nothing in there that is of use except reboot.
With the triangle showing on your phone run the FlashZip script and it should reboot you in to the bootloader, once it does that hit enter when it warns you about your bootloader being unlocked and it will give a list of different PC36IMG files. You'll want to flash the one that says SprintLovers-AmonRA to make sure everything is up to date.
Click to expand...
Click to collapse
in the triangle recovery screen no button will bring up any menu... i think im ****ed man this blows
stevo760 said:
in the triangle recovery screen no button will bring up any menu... i think im ****ed man this blows
Click to expand...
Click to collapse
what did it say when you ran the FlashZip script?
stevo760 said:
in the triangle recovery screen no button will bring up any menu... i think im ****ed man this blows
Click to expand...
Click to collapse
i can do it in fast boot mode but as soon as i select number 1 and press enter the dos screen goes away and nothing happens
stevo760 said:
i can do it in fast boot mode but as soon as i select number 1 and press enter the dos screen goes away and nothing happens
Click to expand...
Click to collapse
k, it's not working right then. Can you do me a favor and use the StartShell file then run it from there. If it fails again right click -> select all and then copy and paste it.
To run it from the dos prompt just type flashzip and enter
xHausx said:
k, it's not working right then. Can you do me a favor and use the StartShell file then run it from there. If it fails again right click -> select all and then copy and paste it.
To run it from the dos prompt just type flashzip and enter
Click to expand...
Click to collapse
[1] C:\Documents and Settings\Steven Cirocco\Desktop\AutoRoot_v2.3\res\PC36IMG-S
printLovers-AmonRA_2.3-hausmod.zip
[2] C:\Documents and Settings\Steven Cirocco\Desktop\AutoRoot_v2.3\res\PC36IMG_A
monRA-v2.3-hausmod.zip
[3] C:\Documents and Settings\Steven Cirocco\Desktop\AutoRoot_v2.3\res\PC36IMG_U
D.zip
[4] Cancel
Type a number and press Enter/>1
ERROR: File 'C:\Documents' does not exist!
C:\Documents and Settings\Steven Cirocco\Desktop\AutoRoot_v2.3>
xHausx said:
k, it's not working right then. Can you do me a favor and use the StartShell file then run it from there. If it fails again right click -> select all and then copy and paste it.
To run it from the dos prompt just type flashzip and enter
Click to expand...
Click to collapse
if you can fix this world of **** im in im donating for sure dude
ok, I see what it's doing. Copy and paste the following into the prompt to do it manually
Code:
fastboot oem rebootRUU
Code:
fastboot flash zip res\PC36IMG-SprintLovers-AmonRA_2.3-hausmod.zip
then once it finishes...
Code:
fastboot reboot
xHausx said:
ok, I see what it's doing. Copy and paste the following into the prompt to do it manually
Code:
fastboot oem rebootRUU
Code:
fastboot flash zip res\PC36IMG-SprintLovers-AmonRA_2.3-hausmod.zip
then once it finishes...
Code:
fastboot reboot
Click to expand...
Click to collapse
it says sending zip with blinking cursor and no status meter on my phone but it does say htc
stevo760 said:
it says sending zip with blinking cursor and no status meter on my phone but it does say htc
Click to expand...
Click to collapse
give it a second, it's a big file
xHausx said:
give it a second, it's a big file
Click to expand...
Click to collapse
ok it finished it rebooted and now its at htc quality brilliant screen for 2 minutes and counting
When I experienced the red triangle and inability to boot into recovery, following step #10 of the link below pushed a temporary recovery onto the phone.
http://forum.xda-developers.com/showthread.php?t=829045
You still need to flash (by some means), a permanent recovery.
You can do so using either the PC36IMG.zip method, adb shell, or through console.
holy f !!!!! you developin son of *****!!!!! you are the man!!!!! you literally just saved my life i just got this phone yesterday and my girlfreind is on her way to kill me... so now what do i do about recovery and am i still rooted... and how do i give you money???
Before I get flamed, I have searched the forums, but the threads are NOT helpful. (some old, and I don't want to hi-jack anyonelse's thread)
THis is NOT my phone. I am trying to help, so bare with me. I have the SK4G and G2x, so this device is a bit different for me.
Apparently, my friend tried flashing a custom rom, it took too long and he pulled the battery. NOW the phone refuses to turn on. The computer recognizes the device, but I am unable to boot into bootloader.
Any suggestions would be much appreciated.
What is "recognizing the device", and what happens when you turn it off and then turn it on while pressing VolumeDown (or VolumeUp)?
Technically pulling battery during a ROM flash shouldn't cripple the phone. unless that is another side effect of the bad emmc chip, in which case you may be out of luck. but as the previous poster said, try booting whilst holding down the volume down key and see what happens.
I have tried the down volume button and power... up volume and power... home and power, all to no avail.
If I connect it to the PC it recognizes the device.
Sent from my SGH-T839 using XDA Premium App
MsJuniaRosa said:
I have tried the down volume button and power... up volume and power... home and power, all to no avail.
If I connect it to the PC it recognizes the device.
Sent from my SGH-T839 using XDA Premium App
Click to expand...
Click to collapse
When you type "adb devices" what does it tell you?
neidlinger said:
When you type "adb devices" what does it tell you?
Click to expand...
Click to collapse
This is what I get from ADB - (It is recognizing it)
C:\>cd androidsdk/tools/
C:\AndroidSDK\tools>adb devices
List of devices attached
SH0CWRM02395 recovery
C:\AndroidSDK\tools>
MsJuniaRosa said:
This is what I get from ADB - (It is recognizing it)
C:\>cd androidsdk/tools/
C:\AndroidSDK\tools>adb devices
List of devices attached
SH0CWRM02395 recovery
C:\AndroidSDK\tools>
Click to expand...
Click to collapse
What happens if you type
Code:
adb reboot bootloader
neidlinger said:
What happens if you type
Code:
adb reboot bootloader
Click to expand...
Click to collapse
It booted into bootloader, but I can't select anything. I am guessing its the POWER button now.
The issue now is getting it back to stock and s-on in order to return it to TMOBILE. I can't select anything since the power button doesn't work. and I am not good at all with ADB.
can you select by pressing the optical trackpad instead of the power button?
MsJuniaRosa said:
It booted into bootloader, but I can't select anything. I am guessing its the POWER button now.
The issue now is getting it back to stock and s-on in order to return it to TMOBILE. I can't select anything since the power button doesn't work. and I am not good at all with ADB.
Click to expand...
Click to collapse
It's okay, we have no problem helping people who are willing to help themselves.
From the Bootloader type in
Code:
reboot
since the phone doesn't have a working ROM it should boot into the recovery mode again
Well what you'll need to do is download the PD15IMG file PD15IMG
pull the SD Card w/o pulling the battery, and store just the PD15IMG.zip on the root of the SDcard.
Then type in
Code:
adb reboot recovery
again and unplug the phone. It should ask if you want to restore the PD15IMG, you'll hit the button (it'll tell you) to confirm that.
acsi007 said:
can you select by pressing the optical trackpad instead of the power button?
Click to expand...
Click to collapse
The Track pad only works if I am in CWM - if I am not mistaken. ( I have tried selecting with the power button and trackpad, nada)
I guess my next question would be, how to unroot using ADB without being able to select anything with the power button? Any way to flash the STOCK ROM and get S-ON again using ADB Commands? It will have to be sent back to TMOBILE. And since it is rooted, I have to UNROOT it. (The phone is ON MY ACCOUNT, but belongs to my friend. I don't want to get charged for the device because it's rooted and warranty voided)
acsi007 said:
can you select by pressing the optical trackpad instead of the power button?
Click to expand...
Click to collapse
once in your bootloader only the power button will select objects. the volume keys are the "picker" and the power button is the "selector"
neidlinger said:
once in your bootloader only the power button will select objects. the volume keys are the "picker" and the power button is the "selector"
Click to expand...
Click to collapse
Correct! The Trackpad works with Clockworkmod, but I can't even get there... How can I unroot/flash the PD15IMG.ZIP using ADB (if that's possible?!)
I will need to send it without them taking notice, as this is on my account.
MsJuniaRosa said:
Correct! The Trackpad works with Clockworkmod, but I can't even get there... How can I unroot/flash the PD15IMG.ZIP using ADB (if that's possible?!)
I will need to send it without them taking notice, as this is on my account.
Click to expand...
Click to collapse
I assume you saw post # 10 here.
neidlinger said:
It's okay, we have no problem helping people who are willing to help themselves.
From the Bootloader type in
Code:
reboot
since the phone doesn't have a working ROM it should boot into the recovery mode again
Well what you'll need to do is download the PD15IMG file PD15IMG
pull the SD Card w/o pulling the battery, and store just the PD15IMG.zip on the root of the SDcard.
Then type in
Code:
adb reboot recovery
again and unplug the phone. It should ask if you want to restore the PD15IMG, you'll hit the button (it'll tell you) to confirm that.
Click to expand...
Click to collapse
Thank you. I will do as you have suggested and report back. I really do appreciate this.
neidlinger said:
It's okay, we have no problem helping people who are willing to help themselves.
From the Bootloader type in
Code:
reboot
since the phone doesn't have a working ROM it should boot into the recovery mode again
Well what you'll need to do is download the PD15IMG file PD15IMG
pull the SD Card w/o pulling the battery, and store just the PD15IMG.zip on the root of the SDcard.
Then type in
Code:
adb reboot recovery
again and unplug the phone. It should ask if you want to restore the PD15IMG, you'll hit the button (it'll tell you) to confirm that.
Click to expand...
Click to collapse
I'm sorry to sound like a noob, but how am I supposed to type the commands from Bootloader. I am on the HBoot screen. But as for ADB Commands, and getting to BOOTLOADER through such commands, I am lost. (I apologize, but I am truly a beginner, but willing to learn. All I ask i a little patience)
MsJuniaRosa said:
I'm sorry to sound like a noob, but how am I supposed to type the commands from Bootloader. I am on the HBoot screen. But as for ADB Commands, and getting to BOOTLOADER through such commands, I am lost. (I apologize, but I am truly a beginner, but willing to learn. All I ask i a little patience)
Click to expand...
Click to collapse
sorry
Code:
fastboot reboot
should reboot the phone
neidlinger said:
sorry
Code:
fastboot reboot
should reboot the phone
Click to expand...
Click to collapse
OK. Sounds good. I am downloading the PD15IMG.zip as I type. This will take some time, according to the mins left (22m) - After it reboots, and reads the PD15IMG file, will this UNROOT the device back to stock? (I am guessing so... but just to be CLEAR!)
MsJuniaRosa said:
OK. Sounds good. I am downloading the PD15IMG.zip as I type. This will take some time, according to the mins left (22m) - After it reboots, and reads the PD15IMG file, will this UNROOT the device back to stock? (I am guessing so... but just to be CLEAR!)
Click to expand...
Click to collapse
it SHOULD put everything back the way it came. IF you use the ./gfree method to root the phone it might not turn s-on. But everything else, the recovery image and the hBoot will be back to normal.
neidlinger said:
it SHOULD put everything back the way it came. IF you use the ./gfree method to root the phone it might not turn s-on. But everything else, the recovery image and the hBoot will be back to normal.
Click to expand...
Click to collapse
Ok. I will try it and hope it turns S-on... if not, is there away to do that?
Hey guys,
I have Htc Legend with CM7.
Yesterday I turned off the phone when he was discharged.
Today, the device switches into bootloader mode, but volume and power buttons do not respond.
What should I do?
Please help
any suggestions?
robospot said:
any suggestions?
Click to expand...
Click to collapse
you can try sending adb or fastboot command to reboot device (to cm7) don't know it it's possible so google the different commands you can give
or you can send adb/fastboot command to go to recovery (cwm2/3)
try googeling adb and fastboot commands for android
hope this helps a bit..
Hitmax117, thanks for your answer, but I tried it.
Logo appears after a reboot and nothing happens
Maybe something else?
robospot said:
Hitmax117, thanks for your answer, but I tried it.
Logo appears after a reboot and nothing happens
Maybe something else?
Click to expand...
Click to collapse
maybe you can just take the battery out and wait for a minute...sometimes such easy things can do it...or maybe you should give it a bit more time to boot?