Hello!
I have a HTC One X (EU-version), and it's unlocked.
I used to have Android Revolution HD ROM installed, and would try a new kernel. So I downloaded the new faux kernel (faux_004b5_arhd_7.0.0_modified.img)
Somehow it didn't work, and my phone keep restarting. So I go to the recovery mode, and tried to reinstall the ROM, without whip.
After that I made a reboot, my phone keep reboot. Now I can't go to the recovery mode, either can I flash my device.
I really don't know what to do now.
I hope someone can help, and I posted in the right section.
DownClock said:
Hello!
I have a HTC One X (EU-version), and it's unlocked.
I used to have Android Revolution HD ROM installed, and would try a new kernel. So I downloaded the new faux kernel (faux_004b5_arhd_7.0.0_modified.img)
Somehow it didn't work, and my phone keep restarting. So I go to the recovery mode, and tried to reinstall the ROM, without whip.
After that I made a reboot, my phone keep reboot. Now I can't go to the recovery mode, either can I flash my device.
I really don't know what to do now.
I hope someone can help, and I posted in the right section.
Click to expand...
Click to collapse
I had that problem before too. If the "hold power button for 10 seconds then press volume down and power buttons simultaneously" doesn't work, download Quick Boot from playstore and it would allow you to choose to either Reboot, boot to recovery, or the bootloader
Sent from my HTC One X using xda premium
trick is to run 'adb reboot bootloader' or 'adb reboot recovery'.
wtfshouldidonow said:
I had that problem before too. If the "hold power button for 10 seconds then press volume down and power buttons simultaneously" doesn't work, download Quick Boot from playstore and it would allow you to choose to either Reboot, boot to recovery, or the bootloader
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
When I hold the power button and volume down for 10 secounds, I come to the fastboot menu.
How can I download Quick Boot, when I don't have acces to my memory. I can't see what I have on my memorycard (obs. because I can't go to the recovery part), either can't connect to the computer, since I'm in a bootloop.
I'm afraid while I was doing this stuff, my battery was low. But it didn't die under the process.
Tyvm for the reply, but I can't install the quick boot.
seadersn said:
trick is to run 'adb reboot bootloader' or 'adb reboot recovery'.
Click to expand...
Click to collapse
Can you please explain more?
My Skype is: Dichatz, if a awesome soul could help me there, it would be the greatest thing ever. I'm afraid of that my HTC One X has seen the daylight for the last time
Ty both for the reply.
EDIT: I followed my friends advise, and tried to erase fastboot cache, which seems not able do to. I just getting the message: < waiting for device >.
Dear God, what have I done with my phone!
Dear OP, I believe there is a solution. This situation has occurred with my device more than once. I too believed I had lost it until it resolved itself. There are several things you can do to ensure it works again. I wiped the ROM on my phone before the problem began, so I was stuck with a dead phone until I found a way to get recovery to work again. If it's possible, enter Fastboot and install a new kernel onto it, and THEN use fastboot erase cache. If that is not a viable option, make sure the USB wire is not plugged in when the device boots. By this I mean holding down the lower volume button and initializing the menu that allows you to select Fastboot, Recovery, Factory Reset and other command options. Once the device boots into the menu, you may then plug in the cable and enter Fastboot mode. If none of the above work, let the battery deplete itself until device turns off. Once you have done that, plug it into the wall charger, and then volume down and power up. If the device says something like "reading SD card", disconnect the USB and the menu will fully load. That is when you select Fastboot. Keep the device on, plug it into the pc and send your kernel commands to your device. Ensure that you also erase the cache via Fastboot. Your device should now be fully operational. I hope I was able to help.
Have found myself in a similar position, all the following assumes you're using windows as you desktop OS...
To double check your recovery is broken, get into fastboot mode (power on while holding volume down), use volume down to highlight "hboot" then press the power button to select. Then press volume down to highlight "recovery" and press power button to select. If that works, then recovery is fine, just go ahead as you normally would to recover the system.
If you can't get into recovery then you have a slight problem.
Since you can get the device into fastboot mode, the priority is to get it to talk to your PC. Get the device into fastboot (power on while holding the volume down button). Once you're into fastboot, plug in the USB cable and verify the connection to your device using the following command :
Code:
fastboot devices
This should show you a single entry for your device. If it doesn't show anything, then unplug the device, download the naked driver pack (available at http://forum.xda-developers.com/showthread.php?t=1161769) and unpack it into a sensible location. Plug the device back in, if it can't install software automatically or nothing appears you may have to use device manager to update the driver for the device. Find its entry in the device tree (it will probably be listed as an unknown device), RMB on its entry in device tree then select "Update Driver Software..." from the menu that appears, tell it to search automatically then point it at the location where you unpacked the naked driver pack. That should sort out any misconceptions windows has about not being able to talk to the phone.
Once you have fastboot access, you can reflash clockworkmod. You can obtain the latest version here : http://forum.xda-developers.com/showthread.php?t=1594819
flash from fastboot using the command
Code:
fastboot flash recovery recovery-clockwork-touch-5.8.4.0-endeavoru.img
Once flashed, unplug the usb cable.
Use the volume up and down to highlight "hboot" on the fastboot menu, then press the power button to select. Once in the hboot menu, scroll to the "recovery" menu item and press power again to select. You should find yourself in familiar territory at this point.
hth
EDIT : Sorry, it's nearly 2am here, I'm very tired and I've just re-read your initial post. If you've flashed a custom kernel then you MUST have fastboot access (or it's subsequently broken). Download your ROM (if you haven't already got a copy on your PC) and extract boot.img from it. Get into fastboot mode (vol down + power on) and plug into your PC. Do the following :
Code:
fastboot flash boot boot.img
fastboot erase cache
Unplug USB cable, use vol up/ down to highlight "REBOOT" then press power to select.If you get stuck in a bootloop, you can try going into recovery via fastboot (select "hboot" from the fastboot menu then "recovery" from the hboot menu), then select "erase cache", then go to "advanced" and "wipe dalvik cache". Then go back and reboot the device. See if that helps. If not, then go back to recovery using the aforementioned method and re-install your rom, then erase cache and wipe dalvik cache.
Thanks for replies.
Elemental_Fire said:
Dear OP, I believe there is a solution. This situation has occurred with my device more than once. I too believed I had lost it until it resolved itself. There are several things you can do to ensure it works again. I wiped the ROM on my phone before the problem began, so I was stuck with a dead phone until I found a way to get recovery to work again. If it's possible, enter Fastboot and install a new kernel onto it, and THEN use fastboot erase cache. If that is not a viable option, make sure the USB wire is not plugged in when the device boots. By this I mean holding down the lower volume button and initializing the menu that allows you to select Fastboot, Recovery, Factory Reset and other command options. Once the device boots into the menu, you may then plug in the cable and enter Fastboot mode. If none of the above work, let the battery deplete itself until device turns off. Once you have done that, plug it into the wall charger, and then volume down and power up. If the device says something like "reading SD card", disconnect the USB and the menu will fully load. That is when you select Fastboot. Keep the device on, plug it into the pc and send your kernel commands to your device. Ensure that you also erase the cache via Fastboot. Your device should now be fully operational. I hope I was able to help.
Click to expand...
Click to collapse
Yes, I was dumb, started at low battery level, even tho, everywhere says: Make sure you have more than 70 %.
I can't wipe, or install anything, since it's recovery mode that doesn't work
Atm., I charge my phone, because I need to have 10 %, I use "Stuck in fastboot with low battery. Use this BATCH file!" guide. So far it works.
amacrobie said:
Have found myself in a similar position, all the following assumes you're using windows as you desktop OS...
To double check your recovery is broken, get into fastboot mode (power on while holding volume down), use volume down to highlight "hboot" then press the power button to select. Then press volume down to highlight "recovery" and press power button to select. If that works, then recovery is fine, just go ahead as you normally would to recover the system.
If you can't get into recovery then you have a slight problem.
Since you can get the device into fastboot mode, the priority is to get it to talk to your PC. Get the device into fastboot (power on while holding the volume down button). Once you're into fastboot, plug in the USB cable and verify the connection to your device using the following command :
Code:
fastboot devices
This should show you a single entry for your device. If it doesn't show anything, then unplug the device, download the naked driver pack (available at http://forum.xda-developers.com/showthread.php?t=1161769) and unpack it into a sensible location. Plug the device back in, if it can't install software automatically or nothing appears you may have to use device manager to update the driver for the device. Find its entry in the device tree (it will probably be listed as an unknown device), RMB on its entry in device tree then select "Update Driver Software..." from the menu that appears, tell it to search automatically then point it at the location where you unpacked the naked driver pack. That should sort out any misconceptions windows has about not being able to talk to the phone.
Once you have fastboot access, you can reflash clockworkmod. You can obtain the latest version here : http://forum.xda-developers.com/showthread.php?t=1594819
flash from fastboot using the command
Code:
fastboot flash recovery recovery-clockwork-touch-5.8.4.0-endeavoru.img
Once flashed, unplug the usb cable.
Use the volume up and down to highlight "hboot" on the fastboot menu, then press the power button to select. Once in the hboot menu, scroll to the "recovery" menu item and press power again to select. You should find yourself in familiar territory at this point.
hth
EDIT : Sorry, it's nearly 2am here, I'm very tired and I've just re-read your initial post. If you've flashed a custom kernel then you MUST have fastboot access (or it's subsequently broken). Download your ROM (if you haven't already got a copy on your PC) and extract boot.img from it. Get into fastboot mode (vol down + power on) and plug into your PC. Do the following :
Code:
fastboot flash boot boot.img
fastboot erase cache
Unplug USB cable, use vol up/ down to highlight "REBOOT" then press power to select.If you get stuck in a bootloop, you can try going into recovery via fastboot (select "hboot" from the fastboot menu then "recovery" from the hboot menu), then select "erase cache", then go to "advanced" and "wipe dalvik cache". Then go back and reboot the device. See if that helps. If not, then go back to recovery using the aforementioned method and re-install your rom, then erase cache and wipe dalvik cache.
Click to expand...
Click to collapse
Thank you very much for your answer!!! I read this this guide: 9/6 Mandatory Update Official Clockworkmod Touch Recovery 5.8.4.0.
If that doesn't work, I will take closer look at your reply. No matter what, thank you very very very very much. I'm sure that reply will help some soul outthere (if not me, if it fail).
Thank you guys. You are the best. I will be right back here if I find a solution!
Tip: try 'Quick Boot' available on Google Playstore, it's a payed app but
it let you go straight into recovery mode.
Hi
Laurentius26 said:
Tip: try 'Quick Boot' available on Google Playstore, it's a payed app but
it let you go straight into recovery mode.
Click to expand...
Click to collapse
I could't turn my device on, so I could't install any programs.
Anyway, after 6 hours work, I finally got it.
I use that guide ^, so I could charge my phone to 10%, and installed new Kernel.
Thank you guys, for quick replies!
My apologies, I wasn't reading your first post properly.
Anyway congrats you have it working again.
DownClock said:
I could't turn my device on, so I could't install any programs.
Anyway, after 6 hours work, I finally got it.
I use that guide ^, so I could charge my phone to 10%, and installed new Kernel.
Thank you guys, for quick replies!
Click to expand...
Click to collapse
Can't flash cwm recovery.
amacrobie said:
Have found myself in a similar position, all the following assumes you're using windows as you desktop OS...
To double check your recovery is broken, get into fastboot mode (power on while holding volume down), use volume down to highlight "hboot" then press the power button to select. Then press volume down to highlight "recovery" and press power button to select. If that works, then recovery is fine, just go ahead as you normally would to recover the system.
If you can't get into recovery then you have a slight problem.
Since you can get the device into fastboot mode, the priority is to get it to talk to your PC. Get the device into fastboot (power on while holding the volume down button). Once you're into fastboot, plug in the USB cable and verify the connection to your device using the following command :
Code:
fastboot devices
This should show you a single entry for your device. If it doesn't show anything, then unplug the device, download the naked driver pack (available at http://forum.xda-developers.com/showthread.php?t=1161769) and unpack it into a sensible location. Plug the device back in, if it can't install software automatically or nothing appears you may have to use device manager to update the driver for the device. Find its entry in the device tree (it will probably be listed as an unknown device), RMB on its entry in device tree then select "Update Driver Software..." from the menu that appears, tell it to search automatically then point it at the location where you unpacked the naked driver pack. That should sort out any misconceptions windows has about not being able to talk to the phone.
Once you have fastboot access, you can reflash clockworkmod. You can obtain the latest version here : http://forum.xda-developers.com/showthread.php?t=1594819
flash from fastboot using the command
Code:
fastboot flash recovery recovery-clockwork-touch-5.8.4.0-endeavoru.img
Once flashed, unplug the usb cable.
Use the volume up and down to highlight "hboot" on the fastboot menu, then press the power button to select. Once in the hboot menu, scroll to the "recovery" menu item and press power again to select. You should find yourself in familiar territory at this point.
hth
EDIT : Sorry, it's nearly 2am here, I'm very tired and I've just re-read your initial post. If you've flashed a custom kernel then you MUST have fastboot access (or it's subsequently broken). Download your ROM (if you haven't already got a copy on your PC) and extract boot.img from it. Get into fastboot mode (vol down + power on) and plug into your PC. Do the following :
Code:
fastboot flash boot boot.img
fastboot erase cache
Unplug USB cable, use vol up/ down to highlight "REBOOT" then press power to select.If you get stuck in a bootloop, you can try going into recovery via fastboot (select "hboot" from the fastboot menu then "recovery" from the hboot menu), then select "erase cache", then go to "advanced" and "wipe dalvik cache". Then go back and reboot the device. See if that helps. If not, then go back to recovery using the aforementioned method and re-install your rom, then erase cache and wipe dalvik cache.
Click to expand...
Click to collapse
Hey, I am having similar problem with my htc one x here. I did some stupid stuff, tried to install jelly bean and now my device is broken.,
So the thing is, phone is stuck at HTC logo, I cant access recovery mode. And my phone now says tempered and relocked at the top so I cant get it fixed with my carrier which is rogers.
I tried installing RUU for rogers but it says image error and wrong ruu. I can't find the right one and trust me i've searched everywhere.
I can connect my phone to computer and see fastboot usb. But other than that I can't do anything with it.
I tried flashing cwm but it says failed. I'll attach image here with it.
If there is any way to fix it, please help, I just bought this device and I love it, dont wanna lose it.
Also, I read that I can add custom recovery to the phone but without recovery menu I can't do that either.
Thanks!
saagar_mistry said:
Hey, I am having similar problem with my htc one x here. I did some stupid stuff, tried to install jelly bean and now my device is broken.,
So the thing is, phone is stuck at HTC logo, I cant access recovery mode. And my phone now says tempered and relocked at the top so I cant get it fixed with my carrier which is rogers.
I tried installing RUU for rogers but it says image error and wrong ruu. I can't find the right one and trust me i've searched everywhere.
I can connect my phone to computer and see fastboot usb. But other than that I can't do anything with it.
I tried flashing cwm but it says failed. I'll attach image here with it.
If there is any way to fix it, please help, I just bought this device and I love it, dont wanna lose it.
Also, I read that I can add custom recovery to the phone but without recovery menu I can't do that either.
Thanks!
Click to expand...
Click to collapse
How much battery you think you had on your device, and how much do you think you have now?
Sendt fra min HTC One X med Tapatalk2
Htc One x
DownClock said:
How much battery you think you had on your device, and how much do you think you have now?
Sendt fra min HTC One X med Tapatalk2
Click to expand...
Click to collapse
I have been charging my device with the wall charger, eventhough I cant see the battery level I'm pretty sure it's around 80. Cuz before I go into fastboot usb when I attach my phone to computer I charge the phone first.
saagar_mistry said:
I have been charging my device with the wall charger, eventhough I cant see the battery level I'm pretty sure it's around 80. Cuz before I go into fastboot usb when I attach my phone to computer I charge the phone first.
Click to expand...
Click to collapse
To be honest I don't know what to do. Try to make a new topic, and hope for help
Good luck.
Sendt fra min HTC One X med Tapatalk2
Htc One x Cant flash into recovery thus unable to root
I followed every single step correctly in xda's official htc one x root guide and unlocked the bootloader but in the last step where the cwm has to be flashed and booted into recovery i am unable to boot into recovery even after clearing fastboot cache and trying every possible cwm available.
my bootloader is unlocked and i am desperate to root my htc
the details are as follows
evita pvt ship s-on rl
hboot - 1.11.0000
its cid is rogers 001
please help
GridBreak said:
I followed every single step correctly in xda's official htc one x root guide and unlocked the bootloader but in the last step where the cwm has to be flashed and booted into recovery i am unable to boot into recovery even after clearing fastboot cache and trying every possible cwm available.
my bootloader is unlocked and i am desperate to root my htc
the details are as follows
evita pvt ship s-on rl
hboot - 1.11.0000
its cid is rogers 001
please help
Click to expand...
Click to collapse
man are you sure you have international Htc One X?
I think you may have AT&T One X.
GridBreak said:
I followed every single step correctly in xda's official htc one x root guide and unlocked the bootloader but in the last step where the cwm has to be flashed and booted into recovery i am unable to boot into recovery even after clearing fastboot cache and trying every possible cwm available.
my bootloader is unlocked and i am desperate to root my htc
the details are as follows
evita pvt ship s-on rl
hboot - 1.11.0000
its cid is rogers 001
please help
Click to expand...
Click to collapse
Here is the right forum for your device http://forum.xda-developers.com/forumdisplay.php?f=1538
Cannot boot
i also accidentally flashed an img into boot and now my phone is not booting and is stuck ina bootloop please help !!!!!!!!!
GridBreak said:
i also accidentally flashed an img into boot and now my phone is not booting and is stuck ina bootloop please help !!!!!!!!!
Click to expand...
Click to collapse
you should ask for help in the respective forum for your phone.
This is for Tegra 3 HTC ONE X
seadersn said:
trick is to run 'adb reboot bootloader' or 'adb reboot recovery'.
Click to expand...
Click to collapse
i didnt know about adb reboot recovery, just found this via google, cheers mate!
Related
My phones stucked on Fastboot and it doesnt let me to go(select) recovery or anything.It only read PD99IMG.zip files and hardware keys only work to select yes or no(update or not).I was on CWM recovey and i flashed CWM img.But still phones doesnt let me to get into recovery! Still can reads PD99IMG.zip and only doing that. What should i do?I also tried RUU.exe.But it tell me to connect phone via usb even it still connected.
TIA
P.S.
Flashed CWM recovery image through Android Flasher and able to get into recovery! So i restored previous backed up CM.Everything perfect except these things.Now POWER BUTTON DOESNT RESPOND CORRECTLY and STILL CAN'T GET IN TO RECOVERY BY HOLDING VOLUME DOWN+POWER BUTTON. But ROM Manager CAN get in to recovery! What is now?
1st power button didn't work.Then i gave a factory reset. Nothing changed.After few hours,power button begun to respond, but not correctly. I mean,when i press on power button,screen doesn't off. But when i long press on power button and after few seconds,phone respond(show the power button long press menu).Also i can select Power off,reboot etc..This seems a software problem.What shold i do?
Ah.Another thing,I think i have Stock Hboot.Should i flash CM Hboot because i have a CM rom?
TIA
crazykas said:
My phones stucked on Fastboot and it doesnt let me to go(select) recovery or anything.It only read PD99IMG.zip files and hardware keys only work to select yes or no(update or not).I was on CWM recovey and i flashed CWM img.But still phones doesnt let me to get into recovery! Still can reads PD99IMG.zip and only doing that. What should i do?I also tried RUU.exe.But it tell me to connect phone via usb even it still connected.
TIA
Click to expand...
Click to collapse
look at my guide
bortak said:
look at my guide
Click to expand...
Click to collapse
Thank you very much sir!I already read your guide. This is the part i want.
" [2] ADVANCED BOOT PROBLEMS
S-OFF
"I'm S-OFF, I can't boot recovery and my phone doesn't
boot"
For one reason or another, your recovery image is corrupted
and when you try to boot into recovery, all you get is the
HTC screen and your phone doesn't boot. It is relatively
simple to fix, and there is more than one way to go about
doing this. All you need to do, is to flash a new recovery
image.
Possible causes
- I have no idea, however if somebody has an explanation
then feel free to PM me.
Repairing recovery, booting phone:
NOTE: If you have a PVT4 Device, go to "Flashing custom
recovery". If you are unsure, check just to be safe.
#METHOD 1#
Method One uses Android Flasher to flash the recovery
image.
[STEP1] - Battery pull. Hold the BACK button and the
POWER button to boot into FASTBOOT mode.
[STEP2] - Download Android Flasher
[STEP3] - Download the recovery image . Put it in a place you
can remember.
[STEP4] - Run android flasher, tick "Recovery", and press
"Begin"
[STEP5] - Browse to where you downloaded the recovery
image, select it, and press "open"
[STEP6] - repeat [1] from [STEP4] onwards
#METHOD 2#
Method two uses cmd and requires Android SDK to be set
up.
[STEP1] - Battery pull. Hold the BACK button and the
POWER button to boot into FASTBOOT mode.
[STEP2] - Download the recovery image . Rename it to
"recovery.img" for simplicity, and place it in the following
directory:
Code:
C:\
[STEP3] - then in cmd type the following commands
Code:
cd c:\android-sdk\tools
fastboot flash recovery c:\recovery.img
fastboot oem gencheckpt (this command boots you into recovery, ignore the feedback from
[STEP4] - repeat [1] from [STEP4] onwards"
Im trying with AndroidFlasher .Problem is link to recovery.img is not working.Can you tell me the full name of recovery i should google and download?
TIA
download ClockWorkMod recovery for bravo then you can flash any custom rom... 4ext is highly recommended but you should download it via app (download from here)
Is it really necessary to open another thread about your problem?
kotag82 said:
download ClockWorkMod recovery for bravo then you can flash any custom rom... 4ext is highly recommended but you should download it via app (download from here)
Is it really necessary to open another thread about your problem?
Click to expand...
Click to collapse
If link is down then use any other recovery from the recoveries section.
Hey all. Tried to install new rom and now all I have got is the white HTC screen. Problem is I cant access recovery to fix it, tried pressing power and volume down button but all it does is reboots. Please help and i promise not to touch my phone again.
Did you flash the boot.img file with fastboot commands ?
Try this : connect the phone to the pc and open a commandprompt inside the fastboot folder then type
Fastboot reboot bootloader
or
Adb reboot bootloader
This should boot you to the bootloader and from there you can acces the recovery !
ah no, oops. I shouldnt be messing with my phone coz I aint got a clue what Im doing. How do I do what you just told me
How did you install the recovery then ?
But try this then
Download these files
http://db.tt/ldx3qOOU
And put them on the pc looking like this
C\fastboot\files i gave you
Then install the HTC drivers (google) if you didn't do that already
Open a dosprompt inside the fastboot folder and type
Fastboot reboot bootloader
or Adb reboot bootloader
If that doesn't work hold down the power button and the volume - button together as long as it takes to see the bootloader !
First off thanks for your help. Tried that but still nothing. I got a htc all in one toolkit but it aint reconnising my phone.
Thank you, thank you, thank you and a million times thank you. Im in recovery, yay. Thank you again.
Then you have to install the java sdk platform tools too ....
http://forum.xda-developers.com/showthread.php?t=1605720
Read this too carefully...
But did you get in by holding the buttons or the commands, and what recovery do have at the moment
Please answer the questions carefully and right, so i can help you the right way
Will read that thread now. Got into recovery by holding the buttons down for what seemed like10 mins. Got clockworkmod recovery.
Oke wich one ? Is it 5.8.4.0 if yes leave the phone sitting in the recovery because it will charge the battery ! Leave it connected to the pc or wallcharger. You should see a red light of charging !
And try to get the fastboot stuff working its necessary to flash the kernel and maybe a different recovery if the one you are using is to old.
But how did you flash the recovery ?
I don't know which ROM you were flashing but here is what you can do:
Things I expect you have done already, according to your posts:
- Unlocked bootloader
- Installed recovery (Clockworkmod Recovery)
Things to do before you start:
- Install HTC drivers (and reboot the computer afterwards to make sure everything's working)
- setting up the fastboot files like Mr Hofs told. (so put adb.exe, AdbWinApi.dll and fastboot.exe in C:\fastboot\)
- Get the ROM (.zip) you wanted to flash, because eventually you still want this ROM .
- Have the ROM (.zip) on your phone, so you can select it in the recovery for direct installing. I will tell you how you can put it on your phone anyways so it's not a big problem if you haven't done this yet.
Now let's get started:
- Open the .zip and extract the boot.img inside this file to C:\fastboot\.
- Start up your phone in bootloader (hold volume-down, press power button)
- Select "FASTBOOT" with the volume keys to go up and down, then press power to activate it.
- Plug in the USB cable into your computer and phone, this will make your phone say "FASTBOOT USB".
- Open up the directory C:\fastboot\. Hold shift and right-click in this folder (not on a file!). Select "Open command window here".
- Now type "fastboot flash boot boot.img". Now you should see "SUCCESS". Now type "fastboot erase cache".
- Go back to your phone, and select "HBOOT", after that select "RECOVERY".
- Once loaded in recovery, select the following things:
- "wipe data/factory reset";
- "advanced" -> "wipe dalvik cache";
- "mounts and storage" -> "format /system"
- Additional tip for placing ROM on your phone! Select "mounts and storage" -> "mount USB storage". Now you see that you can put files on your phone by your computer. So place the ROM you want to install somewhere you like to.
- Press "unmount" on your phone.
- Press "install zip from sdcard" -> "choose zip from sdcard" -> "directorytoyourrom/YOURROM.zip"
- Now reboot your phone, and see the magic happen!
Dude ... did you bother to read back the few posts ???
I did actually, and read carefully. But I guess not careful enough, please explain what I missed.
He said he could get into recovery. So my assumption is also that this is CWM 5.8.4.0, because the most recent toolkits got this versuib,
So that's where I started off from.
The only mistake I could have made is not thinking of his "i promise not to touch my phone again."
But he wanted to try, it 'failed' and got a little scared. This is no reason to reset everything to stock and never try again.
Plus the fact that he now knows how to get into recovery is already a big plus, so you won't actually have to start all over.
And
Correct me if I'm wrong, but wasn't I clear enough to make it understandable for a 'noob'?
No its all about the amount of info ! Its one big post with to much info ! Let it go step by step as he stated he does not have a clue what he is doing, let him easy understand a small piece of text and get it working !
Part of your problem could be is that you have fastboot ticked you need to untick fastboot on your device and then you when you press volume down press power and hold both keys and you should boot right into boot loader with no problem
Sent from my HTC One X using XDA Premium HD app
jslim38 said:
Part of your problem could be is that you have fastboot ticked you need to untick fastboot on your device and then you when you press volume down press power and hold both keys and you should boot right into boot loader with no problem
Sent from my HTC One X using XDA Premium HD app
Click to expand...
Click to collapse
He can't ....he's in a bootloop
I understand, sorry for that.
I was also looking at the big picture: Maybe another 'noob' would pass by with the same problem, and wants to know how to do it too and might find it helpful.
But let's not go too far off topic.
I'll leave the specific help to you.
appiehappie94 said:
I understand, sorry for that.
I was also looking at the big picture: Maybe another 'noob' would pass by with the same problem, and wants to know how to do it too and might find it helpful.
But let's not go too far off topic.
I'll leave the specific help to you.
Click to expand...
Click to collapse
No problem, but that is the point, your explanation is good but for a lot of people to much to handle. They see 1 block of text with things to do and go on and start confusing things for themselves ....
Its all good with the right intentions :thumbup:
On my HTC One V I unlock bootloader and rooted it successfully. It was working fine, but about 1-2 weeks later, when I was chatting with my friends on Messenger, it was starting to lag like hell until i couldn't do antyhing. I tried to turn it off and on with the power button. When I turned it on, firstly the logo "Quietly Brilliant" appeared and then...there was just a black screen. The phone was still turned on, but just with a black screen.. a slightly lighter black screen. I tried to turn it on and of. I can go to fast boot mode with Volume down+power button. I tried factory reset, but there was still the black screen. I send it to the manufacture, but they said, that the hardware is destroyed, because I've changed it. I think they mean I changed it with root and unlocking the bootloader...but I think that's not true? I don't think root or unlocking bootloader can change hardware. Yet I tried to unroot and relock the bootloader, but I can't do It if I can't connect my phone to my pc anymore. So my questions are:
1)How could I change the hardware?
2)How can I connect my phone to pc?
3)Is there a way to save my phone?
4)How does the manufacture know, that my phone is rooted when it can't be turned on, or connected to pc
5)Do they just lie about the hardware, so I must pay for it?
first of all, are you gsm or cdma? (do you have a sim?) If you can access bootloader, then you can fix your phone (99,9% of times). all you need to do is flash another rom with the correct kernel
mr_nooby said:
first of all, are you gsm or cdma? (do you have a sim?) If you can access bootloader, then you can fix your phone (99,9% of times). all you need to do is flash another rom with the correct kernel
Click to expand...
Click to collapse
Yes, I have s sim..so I have gsm i think? Right now, the manufacture is sending me back my phone. What is the bootloader exactly? Do you mean the combination of the keys volume down+power button?
If yes and I can acces to bootloader, how can I flash the rom with the correct kernel? Does it mean, my phone will be back to normal like it was at the start?
If I can't acces to bootloader, is there still a way to repair my phone?
btw I can't connect my phone to my pc...at least It didn't worked.
Don't worry, when you get back your phone tell me. If you can access your bootloader we will get your phone back to normal :thumbup:
mr_nooby said:
Don't worry, when you get back your phone tell me. If you can access your bootloader we will get your phone back to normal :thumbup:
Click to expand...
Click to collapse
Thank you very much!! How can I contact you when I get my phone back?
lddangsta said:
Thank you very much!! How can I contact you when I get my phone back?
Click to expand...
Click to collapse
first thing, when you get your phone back access the bootloader, hit fastboot and connect the phone to the pc (then after some seconds try vol up or down), it should say fastboot usb. tell me if it does (write it here)
mr_nooby said:
first thing, when you get your phone back access the bootloader, hit fastboot and connect the phone to the pc (then after some seconds try vol up or down), it should say fastboot usb. tell me if it does (write it here)
Click to expand...
Click to collapse
My phone is back. How can I access bootloader?
lddangsta said:
My phone is back. How can I access bootloader?
Click to expand...
Click to collapse
When starting your phone, hold the VOLUME DOWN BUTTON and Power buttons together
Seraz007 said:
When starting your phone, hold the VOLUME DOWN BUTTON and Power buttons together
Click to expand...
Click to collapse
When It's turned off, I hold the volume down button and power button together for 10 seconds. Then I let it go, but there's no bootloader mode. Before I sended it to the manufacture, I somehow did it, but I don't remember how.
lddangsta said:
When It's turned off, I hold the volume down button and power button together for 10 seconds. Then I let it go, but there's no bootloader mode. Before I sended it to the manufacture, I somehow did it, but I don't remember how.
Click to expand...
Click to collapse
Okay I got it. I couldn't access to bootloader because my phone was connected to my pc
mr_nooby said:
first thing, when you get your phone back access the bootloader, hit fastboot and connect the phone to the pc (then after some seconds try vol up or down), it should say fastboot usb. tell me if it does (write it here)
Click to expand...
Click to collapse
Yesm It said fastboot usb. What now?
mr_nooby said:
first thing, when you get your phone back access the bootloader, hit fastboot and connect the phone to the pc (then after some seconds try vol up or down), it should say fastboot usb. tell me if it does (write it here)
Click to expand...
Click to collapse
Yes, it said fastboot usb. What now?
Hey sorry I have to go to school now.. I'll write a little guide as soon as I come back, be patient. In order you have to unlock and root (if you haven't done it already), flash a recovery (I suggest twrp recovery, you can find it in android development or original android development-This also only if you don't have that already), factory reset from recovery, mount usb storage, copy rom to your phone, unmount, flash the rom, reboot into bootloader and flash the correct kernel found in the rom thread. This should work. I'll give you a hit when I get back tough.
mr_nooby said:
Hey sorry I have to go to school now.. I'll write a little guide as soon as I come back, be patient. In order you have to unlock and root (if you haven't done it already), flash a recovery (I suggest twrp recovery, you can find it in android development or original android development-This also only if you don't have that already), factory reset from recovery, mount usb storage, copy rom to your phone, unmount, flash the rom, reboot into bootloader and flash the correct kernel found in the rom thread. This should work. I'll give you a hit when I get back tough.
Click to expand...
Click to collapse
Its bootloader is unlocked and it's rooted. Now for the recovery i found this:
http://www.teamw.in/project/twrp2/119
They say I should download the newest recovery img, access bootloader, select fastboot, plug the device into computer and run the command:
fastboot flash recovery recoveryfilename.img into command prompt right?
Yes its right. Then you boot into recovery, and mount usb storage and with the pc copy a rom into the sd card, then unmount, from the recovery go to wipe - > factory reset, once it's done go to install and select the zip of the rom. When it's done, go back to the home page of recovery, and from there press reboot bootloader. Now do fastboot, and from the pc, put kernel in fastboot folder (the same place where you put your recovery to flash it), open cmd and type fastboot flash boot nameofkernel.img, wait for it to complete, reboot and enjoy!
mr_nooby said:
Yes its right. Then you boot into recovery, and mount usb storage and with the pc copy a rom into the sd card, then unmount, from the recovery go to wipe - > factory reset, once it's done go to install and select the zip of the rom. When it's done, go back to the home page of recovery, and from there press reboot bootloader. Now do fastboot, and from the pc, put kernel in fastboot folder (the same place where you put your recovery to flash it), open cmd and type fastboot flash boot nameofkernel.img, wait for it to complete, reboot and enjoy!
Click to expand...
Click to collapse
When I type "fastboot flash recovery recoveryfilename.img" into the command prompt..it tells me:'fastboot' is not recognized as an internal or external command, operable program or batch file
Have you downloaded the fastboot folder? And have you located it in cmd?
lddangsta said:
When I type "fastboot flash recovery recoveryfilename.img" into the command prompt..it tells me:'fastboot' is not recognized as an internal or external command, operable program or batch file
Click to expand...
Click to collapse
i think you'll be better off flashing recovery by the all in one toolkit
mr_nooby said:
Have you downloaded the fastboot folder? And have you located it in cmd?
Click to expand...
Click to collapse
I have a folder named Android an there's: adb.exe, AdbWinApi.dll, fastboot.exe, Unlock_code.bin
Do you mean this?
Yes, now create a folder on the desktop called fastboot and copy those files in that folder. Then in cmd type cd desktop (enter) cd fastboot (enter), put the recovery in that folder, connect the phone on fastboot usb and type the recovery command
I was trying to look what was installed on a friend's HTC Desire, so I used "adb reboot bootloader", and only used "fastboot devices" to make sure it sees the smartphone. I left it connected for some time while I was looking for some things related to installing a custom firmware and it got hot. I have a HTC Hero and I had it gone hotter and nothing happened, but after I restarted this HTC Desire it kept restarting continously after it played the HTC animation. I can still get into the bootloader/recovery, but that's kind about it, nothing more. Should I just wait for it to cool down, or I might just bricked it?
<<Update>>
It's been more than 8 hours and the smartphone still does this. The thing is the volume buttons are broken, I only have fastboot control over it. The only solution that came to my mind was to flash it with a Touch ROM, but I can't find a fastboot command to restart directly into recovery, I can only get into the bootloader/fastboot. Does anybody have an idea on how to get directly to recovery from fastboot?
Well, in fasboot you select "bootloader", then recovery.
abaaaabbbb63 said:
Well, in fasboot you select "bootloader", then recovery.
Click to expand...
Click to collapse
I can't do that because the volume buttons are broken, so I can't select anything.
cata3092 said:
I can't do that because the volume buttons are broken, so I can't select anything.
Click to expand...
Click to collapse
Is the phone s-off or unlocked?
It's S-OFFed
cata3092 said:
It's S-OFFed
Click to expand...
Click to collapse
Download the 4ext recovery.img on your PC. Then boot the phone into fastboot and run the following command:
Code:
fastboot boot recovery.img
It worked, now the phone it's fully functional (except the volume buttons of course) .
I used the following steps:
1. fastboot boot recovery.img
2. wipe both types of data
3. went to advanced menu and used the other type of wipe (dalvanic or something).
Thanks .
I can't boot up my device it's have blink sleeping android error. (my device is ze551ml running WW_2.19.40.22 firmware and never ever ROOT!!! )
I tried hold power button and press volume up button but its doesn't work.
I also can't access to recovery mode too.
It's have the same blink error message and can't pass by hold power button and press volume up button.
Oh but i can access to fastboot page.
and my computer don't recognize my phone at all(i already install driver)
Before this problem happen I get in to recovery mode try to wipe cache but i miss press and i selected "apply update from adb"
and that time my phone doesn't connected with PC. I don't know what to do so I turn off my phone.
then I open recovery mode again and select wipe cache then I go out to take a bath.
I came back and see my phone is off so I boot it.
It's booting about 2-3 mins and nothing happen so i go to recovery mode again but this time they have problem like i explain before(blink error message that can't pass by hold power button and press volume up button)
So anyone have a solution for my problem. please I really need your help!
Sorry for my bad english
Hi,
I had this when I went to wipe my system cache and it failed. Your best bet, especially if you can't get into recovery is to fastboot flash the recovery again if you have an unlocked bootloader.
If you don't you'll want to unlcok the bootloader and follow the instructions for using ADB if you're new to it: http://forum.xda-developers.com/zenfone2/general/asus-zenfone-2-flashing-recovery-mode-t3096596
How can I unlock my boot loader when i can't even open up my phone.
stultus136 said:
How can I unlock my boot loader when i can't even open up my phone.
Click to expand...
Click to collapse
If you hold volume down and power, it should go to bootloader first, then you have your choices for recovery....Get it to the bootloader screen, then run the commands to unlock it...
Could you please tell me everything step by step on how to cure my phone?
I'm very noob.
okay thank you.
I can start it now
THANKS!!!!!!!
p.s. i use fastboot erase cache code
stultus136 said:
okay thank you.
I can start it now
THANKS!!!!!!!
p.s. i use fastboot erase cache code
Click to expand...
Click to collapse
Glad you have it working...It seems that wiping the system cache can be problematic at times - Perhaps it's a bug.
Same Problem
smokinjoe2122 said:
Glad you have it working...It seems that wiping the system cache can be problematic at times - Perhaps it's a bug.
Click to expand...
Click to collapse
Hey I'm having the same problem, how'd you get the computer to recognize that the phone was plugged in? My computer does not recognize that the phone is on when I have the flashing error screen, so ADB doesn't recognize that there is a device connected.
Hi,
I had the exact same problem, and I managed to boot up again thanks to you!
What I did :
Install ADB and Drivers
Boot my phone into Fastboot (Power+Volume Up at boot, keeping VolumeUp button pressed while booting). Don't go into any menu (do not select recovery or so). At this point your computer should recognize your Android phone when you plug it in through USB.
Open up a cmd with admin rights, navigate to adb install path by typing : cd C:\adb
Then type : fastboot erase cache
It should trigger an action on your device, and the prompt should display sth like "Cache successfully erased" (I don't remember exactly)
Finally type : fastboot reboot, press volume up while booting again, and access Recovery like usual!
Now you can try wiping your partition cache again.
Worked like a charm for me! Thanks a lot