I cannot access Bootloader? - Desire HD General

Volume - and Power Button just doesn't work.
I am following this guide http://forum.xda-developers.com/showthread.php?p=11557769 and got to the "Flashing a Radio" section and I'm stuck.
What am I doing wrong?

Got it working.
Had to take the battery out to make the unit actually turn off fully.

Don't know.
What happens when you press the power button whilst holding the vol- key?
[EDIT] Never mind then.

TylerDurdenK said:
Got it working.
Had to take the battery out to make the unit actually turn off fully.
Click to expand...
Click to collapse
You got fastboot on ?

TylerDurdenK said:
Got it working.
Had to take the battery out to make the unit actually turn off fully.
Click to expand...
Click to collapse
That's fastboot option in Android. It doesn't turn off the phone completely so naturally you cannot access bootloader.
In Android 2.3 it's located at Settings->Power, so turn it off there. In FroYo it's somewhere else, can't remember where.

I cant access anything now

Code:
adb reboot bootloader

Go to setting and turn off fast boot
Sent from my Desire HD using XDA App

Related

Phone won't turn on, please help

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?

Stuck at hboot fastboot

I'm not sure what happened to my friends phone but apparently it just resetted out of no where and is stuck in fastboot i think i forget which one... The one with less option.
the keys don't work.i can't click on any options with power nor move with arrow keys.
I thought I'll just load up the pd15img and it'll be good. But nope screen is stuck at fastboot without any changes.
It is s-off but 86 bootloader idk why it's not 85 but whatever.
I think it might be bricked. I'm going to see if adb detects it later tonight. If it can are there any ways to fix it?
Sent from my HTC Amaze 4G using XDA App
Teo032 said:
I'm not sure what happened to my friends phone but apparently it just resetted out of no where and is stuck in fastboot i think i forget which one... The one with less option.
the keys don't work.i can't click on any options with power nor move with arrow keys.
I thought I'll just load up the pd15img and it'll be good. But nope screen is stuck at fastboot without any changes.
It is s-off but 86 bootloader idk why it's not 85 but whatever.
I think it might be bricked. I'm going to see if adb detects it later tonight. If it can are there any ways to fix it?
Sent from my HTC Amaze 4G using XDA App
Click to expand...
Click to collapse
what happens when you pull the battery and then reboot?
saranhai said:
what happens when you pull the battery and then reboot?
Click to expand...
Click to collapse
Same thing. It forever boots to fastboot.
Sent from my HTC Amaze 4G using XDA App
Teo032 said:
Same thing. It forever boots to fastboot.
Sent from my HTC Amaze 4G using XDA App
Click to expand...
Click to collapse
hm well, sounds like the volume buttons are broken, that's why it always reboots into the bootloader, the phone thinks that the volume down button is pressed in. what if you connected it to computer and type?
Code:
fastboot reboot
saranhai said:
hm well, sounds like the volume buttons are broken, that's why it always reboots into the bootloader, the phone thinks that the volume down button is pressed in. what if you connected it to computer and type?
Code:
fastboot reboot
Click to expand...
Click to collapse
Oh wow, noticed that my reply didn't go through.
anyways quick update. Fixed it. it wasn't the volume button. volume button would lead to hboot i think. this went straight to fastboot. I imagine it has something to do with his back button (was working, stopped working when this happened, i fixed it somehow idk)
but anyways for future reference if you get stuck at fastboot and you can't move it
Click HOME, this enables your keys
go to recovery and flash a rom.
oh i wanted to add, for some reason, his phone was like wiped clean. no os or rom. so i had to flash him a new one.
Teo032 said:
Oh wow, noticed that my reply didn't go through.
anyways quick update. Fixed it. it wasn't the volume button. volume button would lead to hboot i think. this went straight to fastboot. I imagine it has something to do with his back button (was working, stopped working when this happened, i fixed it somehow idk)
but anyways for future reference if you get stuck at fastboot and you can't move it
Click HOME, this enables your keys
go to recovery and flash a rom.
oh i wanted to add, for some reason, his phone was like wiped clean. no os or rom. so i had to flash him a new one.
Click to expand...
Click to collapse
glad you fixed it
and thanks for the tip
thanks, but the home button do not enable the buttons for me
This can be caused by a stuck VolumeDown button, and in this case the Home button won't help.
Hi,
I got the same problem with my HTC Desire Z, when I turn it on, it run on fastboot and no keys respond so I'm unable to boot the phone.
If I turn it on with Vol down button hold, the phone boot on the Hboot screen and the keys don't work on this screen too...
Unfortunately, this happen yesterday night... and since this yesterday morning, the home button of my device broke down... It sounds like I'm f**ked...
Is there a way to pass througt fastboot by using the adb ? (I'm not sure my device will be recognized byt adb on fastboot mode...)
Thanks
SKY_Megazord said:
Hi,
I got the same problem with my HTC Desire Z, when I turn it on, it run on fastboot and no keys respond so I'm unable to boot the phone.
If I turn it on with Vol down button hold, the phone boot on the Hboot screen and the keys don't work on this screen too...
Unfortunately, this happen yesterday night... and since this yesterday morning, the home button of my device broke down... It sounds like I'm f**ked...
Is there a way to pass througt fastboot by using the adb ? (I'm not sure my device will be recognized byt adb on fastboot mode...)
Thanks
Click to expand...
Click to collapse
Dang, no answers in the Desire Z section huh? It still just sounds like a stuck button. But the adb thing is worth a shot. Good luck
Sent from my HTC Glacier using xda app-developers app
bas3balman said:
Dang, no answers in the Desire Z section huh?
Click to expand...
Click to collapse
I've used the search function by looking for no keys responding on fastboot screen and that bring me here, in this case, nevermind the device, problem is the same.
It should be a stuck button, but I can access to fastboot or hboot depending on pressing the Vol Down button or not. Maybe the problem come from the not working center button of the Desire Z, I'll try it.
SKY_Megazord said:
I've used the search function by looking for no keys responding on fastboot screen and that bring me here, in this case, nevermind the device, problem is the same.
It should be a stuck button, but I can access to fastboot or hboot depending on pressing the Vol Down button or not. Maybe the problem come from the not working center button of the Desire Z, I'll try it.
Click to expand...
Click to collapse
You might have to crack the phone open and manually umstick the keys at the circuit board.

[Urgent Help] Very strange no Hboot menu but power on

Hi,
I have HTC Desire HD(AT&T).
I flash it with S-off and not sure that either it is rooted or not. Its cid was 11111111
I use following RUU and we can say that I downgrade it.
RUU_Ace_HTC_WWE_1.32.405.3_Radio_12.28b.60.140e_26.03.02.15_M3_release_155032_signed.
After successfully flash phone not power on. I try to power on phone bu not success and no hboot menu as well. I pull off battery and insert it back.
Phone power on automatically after 4-5 minutes. But after power off phone buttons not works e.g Power button+volume down and up.
Please someone guide me and help. plsssssssssssssss
sorry for poor English.
Thanks and regards,
nsnobel2 said:
Hi,
I have HTC Desire HD(AT&T).
I flash it with S-off and not sure that either it is rooted or not. Its cid was 11111111
I use following RUU and we can say that I downgrade it.
RUU_Ace_HTC_WWE_1.32.405.3_Radio_12.28b.60.140e_26.03.02.15_M3_release_155032_signed.
After successfully flash phone not power on. I try to power on phone bu not success and no hboot menu as well. I pull off battery and insert it back.
Phone power on automatically after 4-5 minutes. But after power off phone buttons not works e.g Power button+volume down and up.
Please someone guide me and help. plsssssssssssssss
sorry for poor English.
Thanks and regards,
Click to expand...
Click to collapse
I'm a little confused. Was your phone S-OFF before you ran the RUU? How did you root it and make HBOOT S-OFF?
bananagranola said:
I'm a little confused. Was your phone S-OFF before you ran the RUU? How did you root it and make HBOOT S-OFF?
Click to expand...
Click to collapse
Sir thanks for your quickest reply.
Yes it was already S-Off when came to me, I check it and and cid was checked by adb command"fastboot getvar all".
nsnobel2 said:
Sir thanks for your quickest reply.
Yes it was already S-Off when came to me, I check it and and cid was checked by adb command"fastboot getvar all".
Click to expand...
Click to collapse
Ok, if HBOOT says S-OFF that means you're rooted. What happens when you try to turn it on while holding power and volume-down? Will it turn on? What appears?
bananagranola said:
Ok, if HBOOT says S-OFF that means you're rooted. What happens when you try to turn it on while holding power and volume-down? Will it turn on? What appears?
Click to expand...
Click to collapse
No response by phone. Sceen blank. But when I press Volume up+down+ power , Orange light of charging become green.
nsnobel2 said:
No response by phone. Sceen blank. But when I press Volume up+down+ power , Orange light of charging become green.
Click to expand...
Click to collapse
It sounds like your bootloader is very very messed up...we're going to need to wait for someone who knows how to fix that, or if it is even possible.
bananagranola said:
It sounds like your bootloader is very very messed up...we're going to need to wait for someone who knows how to fix that, or if it is even possible.
Click to expand...
Click to collapse
Thanks for your time. May be some one will help me and solve my problem
nsnobel2 said:
Thanks for your time. May be some one will help me and solve my problem
Click to expand...
Click to collapse
Take out the battery for five minutes. Then press volume down button and while holding it down press the power button. What happens?
Sent from a dream.
Teichopsia said:
Take out the battery for five minutes. Then press volume down button and while holding it down press the power button. What happens?
Sent from a dream.
Click to expand...
Click to collapse
nothing..... just blank screen
Does your pc recognize it?
uros0104 said:
Does your pc recognize it?
Click to expand...
Click to collapse
When it is power off and in charging mode, its not recognize but
when power on completely , it show as a "My HTC under Android USB devices"
Its also takes much time to power on completely , from 3-6 minutes
nsnobel2 said:
When it is power off and in charging mode, its not recognize but
when power on completely , it show as a "My HTC under Android USB devices"
Its also takes much time to power on completely , from 3-6 minutes
Click to expand...
Click to collapse
Pls moderator/seniors .help
nsnobel2 said:
Pls moderator/seniors .help
Click to expand...
Click to collapse
Can adb see it from your PC when it is plugged in? Try "adb devices." What does it say?
bananagranola said:
Can adb see it from your PC when it is plugged in? Try "adb devices." What does it say?
Click to expand...
Click to collapse
Problem solved. Special thanks to Sir Behtas for his personally support to get rid of this problem. I am posting his thread with again special thanks to him. I am also thankful to all of you for guide and help me.
Source is below to help other people.
unbrick htc desire hd rev after downgrade to 2.2 without jtag!!! By Behtash
http://forum.gsmhosting.com/vbb/f66...rev-after-downgrade-2-2-without-jtag-1500778/

[Q] Cant Get into AP Fast Boot!

I accidentally,... . unknowingly wiped the RED "system" button in Safestrap 3.12 on my Droid RAZR M today. (I was suppose to be wiping the cash and dalvik, but missed) I'm a retard I know. :crying:
Now I cant get into AP Fastboot to restore the phone from this hard brick!
When I press the power button along with the volume buttons, the only thing that happens is the red Motorola 'M" appears for a few seconds then the safe strap screen appears with the little sad robot, but that's it no AP Fastboot. Pressing the on screen buttons to enter Safestrap Recover do not respond. Oh boy I'm afraid I really did it this time. Its on the charger but i don't know if its even charging with out as OS?
Battery power was at 60% before i bricked it (i think). RSD Lite or my PC for that matter don't even see the phone when its plugged in.
Can this be saved? Or do I need to take a trip down to the Verizon Wireless store?
Droid RAZR M
4.1.2 OTA
Rooted
Locked Bootloader
Safestrap 3.12
Partitioned 64GB SD card utilizing Linked2SD
You need a different key combo to get into fastboot. You're not permabricked tho - that's just a really bad softbrick
Sent from my XT907 using Tapatalk 2
sloosecannon said:
You need a different key combo to get into fastboot. You're not permabricked tho - that's just a really bad softbrick
Sent from my XT907 using Tapatalk 2
Click to expand...
Click to collapse
Really? Well I hope your right. It gives me some hope. lol So do you have any idea of what alternative key combo i might have to use? Thank you for the reply.
Try holding power & volume down until the screen flickers then hold power and both volume buttons. You gotta be quick
If your boot loader is locked you won't be able to fast boot back until the new fast boot files come out though if your on 4.1.2
http://forum.xda-developers.com/showthread.php?t=2207419&page=2
go to the last page new tools and utilities up from matt and it works just unbricked me be sure to thank him :good:
sloosecannon said:
You need a different key combo to get into fastboot. You're not permabricked tho - that's just a really bad softbrick
Sent from my XT907 using Tapatalk 2
Click to expand...
Click to collapse
Thank you! You were right! was able to get into AP Fastboot with a different button combo like u said. :victory:
shane1 said:
Try holding power & volume down until the screen flickers then hold power and both volume buttons. You gotta be quick
If your boot loader is locked you won't be able to fast boot back until the new fast boot files come out though if your on 4.1.2
Click to expand...
Click to collapse
Shane you were right on the money brother!!! Thank you so very much. It worked perfectly. I'm up and running again.
much respect
bigrob1015 said:
http://forum.xda-developers.com/showthread.php?t=2207419&page=2
go to the last page new tools and utilities up from matt and it works just unbricked me be sure to thank him :good:
Click to expand...
Click to collapse
It worked! I utilized the NEWER version of Mat's utility and it did it!!! Woo Hoo!! Thank you so very much. Thank you all for all the speedy help.
SARM1084 said:
Shane you were right on the money brother!!! Thank you so very much. It worked perfectly. I'm up and running again.
much respect
Click to expand...
Click to collapse
hey no prob! i try to help as much as i can !
bigrob1015 said:
http://forum.xda-developers.com/showthread.php?t=2207419&page=2
go to the last page new tools and utilities up from matt and it works just unbricked me be sure to thank him :good:
Click to expand...
Click to collapse
New to this, i accidentally the whole phone, same problem im in AP fastboot but registers as Device Locked
run through it on windows OS but says 'Fastboot" is not recognized as an internal or external command" and doesnt reboot as said
this process took 1min
Halp
This thread saved my life, then killed me. The suggestion about the different keys was spot on, i got into fast boot mode, then ran that utility. It totally failed me, I must have killed my phone pretty dead, and now there are no more key combos (the suggested one worked at first but now its just making the screen go blank) to try to get back into fast boot to try again. any more suggestions? on the up side verizon just pushed that update so i figure i can blame that to attempt an exchange
Did you take the update before using that utility? If you did, which version did you use? If you were already updated, then you needed to run 1.20. If you ran the wrong utility, that will cause issues. Now, since you can't boot, it sounds like your battery is dead. When you get to the blank screen, plug it in and leave it to charge for a while.
I'm no expert by any means but I'll try to help as best i can. If not me I'm confident someone else will. Now, I apologize because I didn't understand your original post.
Could you elaborate a little more please?
1. What were you trying to do with your phone prior to things going wrong, if they went wrong at all.
2. you mentioned AP Fastboot. So IM going to assume that at least you can access it. (not the same problem that I was having) that's a good thing! lol
3. Are you utilizing a utility like the one by Matt? Or are you doing something else? Like flashing firmware etc.
4. What were you in Fastboot for? What were your intentions?
I hope this doesn't come over a condescending. Just trying to get a Clearer understand of your issue so we can help.
Sent from my XT907 using xda app-developers app
Sorry double post
PartyOnINSANE said:
New to this, i accidentally the whole phone, same problem im in AP fastboot but registers as Device Locked
run through it on windows OS but says 'Fastboot" is not recognized as an internal or external command" and doesnt reboot as said
this process took 1min
Click to expand...
Click to collapse
Look at my previous post
Sent from my XT907 using xda app-developers app
Sorry, my post musnt have updated. As you can see I managed to fix my problem. If there's any issues in the future for anyone I will be sure to advise as best I can.
Sent from my XT907 using xda app-developers app
PartyOnINSANE said:
Sorry, my post musnt have updated. As you can see I managed to fix my problem. If there's any issues in the future for anyone I will be sure to advise as best I can.
Sent from my XT907 using xda app-developers app
Click to expand...
Click to collapse
No problems brother. Glad to see your up and running.
Sent from my XT907 using xda app-developers app
Stuck in a Boot Loop
PartyOnINSANE said:
New to this, i accidentally the whole phone, same problem im in AP fastboot but registers as Device Locked
run through it on windows OS but says 'Fastboot" is not recognized as an internal or external command" and doesnt reboot as said
this process took 1min
Click to expand...
Click to collapse
Could you help me please?
I changed 2 lines in my build.prop file so i could see if I could get touchless control.
After I changed it, I restarted my phone. Now it is stuck in the Red M Boot, and it stays there, dosent black screen, dosent boot. I can get to the boot selection menu, but i cant choose anything, they all end up at the Red M. I Read that I can fix it in AP Fastboot, but I can get there. Also if i force it off (with power button and volume button) It just goes back to the Red M.
Everything I do ends up at the Red M
Help fast please, its my only phone, and I just got rid of my house phone
I have a
Droid Razr M
Rooted, no custom Roms or Recovery.
Changed my build.prop from XT907 to XT1087
Changed My Boot Animation to R2D2
A: 4.1.2
8gb Sd card on it.
gjhkl said:
Could you help me please?
I changed 2 lines in my build.prop file so i could see if I could get touchless control.
After I changed it, I restarted my phone. Now it is stuck in the Red M Boot, and it stays there, dosent black screen, dosent boot. I can get to the boot selection menu, but i cant choose anything, they all end up at the Red M. I Read that I can fix it in AP Fastboot, but I can get there. Also if i force it off (with power button and volume button) It just goes back to the Red M.
Everything I do ends up at the Red M
Help fast please, its my only phone, and I just got rid of my house phone
I have a
Droid Razr M
Rooted, no custom Roms or Recovery.
Changed my build.prop from XT907 to XT1087
Changed My Boot Animation to R2D2
A: 4.1.2
8gb Sd card on it.
Click to expand...
Click to collapse
Holding the combination of buttons will only cause it to reboot, every time. Holding the power button down will make it shutdown. With that being said, what was your battery like before you started all of this? If it's below 50%, you're going to have a hard time. Shut the phone down and charge the battery ovenight, prior to attempting to fastboot.
If your battery is good, then you can fastboot. Hold all three buttons down, until you get the phone to power off. As soon as power goes off, you'll see a quick line flash at the top of the screen. As soon as you see this flash, quickly let go of the power button and then re-press it. If you got it right, you'll go into the fastboot menu. If you got it wrong, it will attempt to reboot. If it reboots, just try the button combo again. Once you get into the fastboot menu, use the vol- key to get to the option you need, and then hit the vol+ to choose that option.
RikRong said:
Holding the combination of buttons will only cause it to reboot, every time. Holding the power button down will make it shutdown. With that being said, what was your battery like before you started all of this? If it's below 50%, you're going to have a hard time. Shut the phone down and charge the battery ovenight, prior to attempting to fastboot.
If your battery is good, then you can fastboot. Hold all three buttons down, until you get the phone to power off. As soon as power goes off, you'll see a quick line flash at the top of the screen. As soon as you see this flash, quickly let go of the power button and then re-press it. If you got it right, you'll go into the fastboot menu. If you got it wrong, it will attempt to reboot. If it reboots, just try the button combo again. Once you get into the fastboot menu, use the vol- key to get to the option you need, and then hit the vol+ to choose that option.
Click to expand...
Click to collapse
I have done your steps and I get the menu up, but when I try to scroll down with the volume down button, it doesn't move. It just stays on "normal powerup". How can I fix this?

Boot into recovery w/o the power button

So it finally happened - the power button stopped working completely.
This wasn't much of an issue until now , but now I have to flash a new ROM.
So my only question now is how do I reboot into recovery without using the power button?
you can use apps
Duke_X said:
So it finally happened - the power button stopped working completely.
This wasn't much of an issue until now , but now I have to flash a new ROM.
So my only question now is how do I reboot into recovery without using the power button?
Click to expand...
Click to collapse
if you can use your phone normally, just install an app like rom manager. it should allow you to boot into recovery without using power button.
Solution
Many thanks!
I found the solution after Googling a bit.
Just open the Terminal Emulator and type su to give superuser access
Then just type reboot recovery and viola! You're done!
Duke_X said:
Many thanks!
I found the solution after Googling a bit.
Just open the Terminal Emulator and type su to give superuser access
Then just type reboot recovery and viola! You're done!
Click to expand...
Click to collapse
You can do it from a computer too.
Must have android ask and place "adb reboot recovery"
Sent from my SAMSUNG-SGH-T769.
Duke_X said:
So it finally happened - the power button stopped working completely.
This wasn't much of an issue until now , but now I have to flash a new ROM.
So my only question now is how do I reboot into recovery without using the power button?
Click to expand...
Click to collapse
But how will you turn your device on normally in case it powers off ? I would like to know as i feel mine is also going to have a power button failure sooner than later.
nayneshdev said:
But how will you turn your device on normally in case it powers off ? I would like to know as i feel mine is also going to have a power button failure sooner than later.
Click to expand...
Click to collapse
you can power it up by connecting the charger and quickly connect/disconnecting. by doing this your device will get little jerk and it will power on
also you can reboot by giving the jerk by quickly putting battery out-in [when device is on]
:highfive::good:
or simple GoToServiceCenter
Yep, jerking it by attaching the charger when the battery is removed seems to be the only way to switch it on once your power button gives up.
Anybody has any other ideas?

Categories

Resources