help guys cant get into recovery mode - HTC One X

okay i just unlocked bootloader and want to install custom recovery CWM.
i have been following this guide: http://onexroot.com/one-x-root/how-to-root-one-x/
in the video (12:50), he enters recovery mode to install CWM.
i do the same thing, however my phone gets stuck on the rotation arrows, and then shows a phone with a warning arrow next to it. i didnt do anything wrong, any help plz? i did put the cwm.zip on storage and then did the above step.
please help i want to root my device asap

Apparently you don't have custom recovery installed, flash it first.
fastboot flash recovery *name of the recovery*.img
After that you can boot into custom recovery and start flashing stuff Make sure you do a nandroid backup

Nubzori said:
Apparently you don't have custom recovery installed, flash it first.
fastboot flash recovery *name of the recovery*.img
After that you can boot into custom recovery and start flashing stuff Make sure you do a nandroid backup
Click to expand...
Click to collapse
can u provide me with a guide or sth?
or links or anything, where to download the custom recovery file from, and how to flash it? (do i flash it using cmd?)

Here u have easy how to
http://forum.xda-developers.com/showthread.php?p=24678690
Sent from my HTC One X

no worries regarding how to flash custom recovery done that, just how to do a nandroid backup? and thanks alot for ur help, saved my day

In recoverys menu should bee backup and restore option
Tick backup...
Sent from my HTC One X

Related

[Q] cant boot phone

i flashed a dodgy rom the other day , my phone wont boot in to recovery or boot up (actaull rom) . i can acceas boot loader and fast boot ... i think my custom recovery is corrupt etc ....
any ideas what is the best soultion eg ruu etc
do i need a gold card if i wan to downgrade to 2.2 and i am reverting back to stock telstra(austrlaia)
can you flash via the bootlaoder eg update zip ? are there other ways to install a custom recovery ,i think it's called a p811img.zip or update zip can i just zip and rename a nandroid backup and restore that way ...
if fastboot is working and you believe the recovery is corrupt, just try flashing a correct recovery through adb fastboot?
there's a tutorial on that somewhere on the forum, then you can probably try nandroid recovery if you made a copy previously
Don't search the forums for any fixes, you'll never find any.. making a new thread was totally the right thing to do.
Also, don't look at my guide, it really sucks and there's nothing useful for you on it.

[Q] I can't update via OTA

Hello everyone
I want to update mi htc one via OTA but when the phone reboots enter to teamwin recovery i want to know how to updateit my firmware version is 1.12.599.20
Thank you and sorry for my bad english​
daga2448 said:
when the phone reboots enter to teamwin recovery​
Click to expand...
Click to collapse
Enough said. You need stock recovery to do OTA.
Try to locate OTA file and flash it manually
BerndM14 said:
Enough said. You need stock recovery to do OTA.
Click to expand...
Click to collapse
how do i install stock recovery without lossing root??
daga2448 said:
how do i install stock recovery without lossing root??
Click to expand...
Click to collapse
You won't lose root if you have stock recovery.
Do you even have a stock recovery? If so, just place it inside the adb folder, open the command prompt change directory to adb folder, boot into bootloader mode and type fastboot flash recovery name_of_recovery.img The same way you probably got custom recovery onto the device.
Won't lose root because of stock recovery. You'll lose root because of the OTA though, but even then it's easy enough to regain root. You can then either flash back the custom recovery OR boot the custom recovery. I'd suggesting booting the custom recovery that way you can make a nandroid backup of the updated system before you flash anything again.
fastboot boot custom_recovery_name.img If you're using TWRP then it probably won't make a backup of the stock recovery, CWM/Philz will work better for the nandroid. After you made a backup(If you choose to make a backup, again strongly suggested) then you can flash a custom recovery again.
Was it really necessary to post in a massive font?

Unable to update phone through OTA updates

Hi there,
I own a HTC One M8 which I purchased locally from Singapore. My software version has the .707. code.
Recently, when I received an OTA update to my phone I was unable to update it, the phone would go to the update screen and the green bar would load halfway before changing to the screen of a phone with a red triangle.
I had previously unlocked my phone using HTC Dev. I then flashed SuperSu to root my phone. I am now unable to get rid of SuperSu from my phone but was able to lock my phone using the instructions from HTC Dev with the "re-locked" logo on my stock recovery, which I was able to flash back onto my phone. Although SuperSu is on my phone, it does not work and root checker tells me that my phone is not rooted. My phone is also S-On.
I was foolish enough to not create a nandroid backup before beginning this process.
So if anyone has any instructions on how to revert my phone to complete stock or any advice, please tell me.
Thanks for your help!
What's your current version ?
Check here for the x.xx.707.x nandroid backup : http://forum.xda-developers.com/showthread.php?t=2701376
Steps
1. unlock bootloader (you don't need to relock bootloader to proceed OTA)
2. install TWRP recovery
3. restore nandroid backup
4. flash stock recovery
5. reboot and do the OTA
ckpv5 said:
What's your current version ?
Check here for the x.xx.707.x nandroid backup : http://forum.xda-developers.com/showthread.php?t=2701376
Steps
1. unlock bootloader (you don't need to relock bootloader to proceed OTA)
2. install TWRP recovery
3. restore nandroid backup
4. flash stock recovery
5. reboot and do the OTA
Click to expand...
Click to collapse
After downloading the recovery, I don't see it in the restore tab when I transfer it to my phone. How do I put in the recovery file?
amritsg said:
After downloading the recovery, I don't see it in the restore tab when I transfer it to my phone. How do I put in the recovery file?
Click to expand...
Click to collapse
adb reboot bootloader
fastboot flash recovery nameofrecoveryfile.img
eg. fastboot flash recovery stock1.12.661.17recovery.img
flyera343 said:
adb reboot bootloader
fastboot flash recovery nameofrecoveryfile.img
eg. fastboot flash recovery stock1.12.661.17recovery.img
Click to expand...
Click to collapse
I think he might have meant the TWRP backup files. Once he has flashed TWRP and loaded the files onto the folder he can't see it in the restore button/directory.
amritsg said:
After downloading the recovery, I don't see it in the restore tab when I transfer it to my phone. How do I put in the recovery file?
Click to expand...
Click to collapse
Make sure you unpacked the nandroid backup that you downloaded i.e unzip it and place it in the correct directory on your device. It'll be something like ... TWRP/Backups/serialnum/ <<Just put in serial number for your device.
Else if you don't know how, just quickly go into TWRP and make a backup of any file "boot" for example, that way TWRP will automatically create the path on the device for you. Remove the back up file only leaving the path in place then unzip the nandroid backup and place it in the directory TWRP gave to you.
Boot into recovery and restore the nandroid backup. When that is finished you flash the stock recovery back, as mentioned above by flyera, of course I'm saying that with the assumption that you already have adb + drivers installed on your computer.
I had to re-read a few times but I think you are right. The original post indicates that he must be familiar with adb and recovery installation. Good explanation..

[Q] Htc one m8 stuck on logo1

Basically I'm stuck. Phone won't boot.....I can get to the white screen/bootloader.
It had a custom recovery on it (TWRP) so wonuldn't update....I followed a video to put the stock recovery on it.
I've downloaded a few files, stock recovery, stock boot etc.....put on sd card but no joy. It says reading sd card.....then "no image or wrong image"
In all honesty i'm so lost...Has anyone ever over come this???
vtec3483 said:
Basically I'm stuck. Phone won't boot.....I can get to the white screen/bootloader.
It had a custom recovery on it (TWRP) so wonuldn't update....I followed a video to put the stock recovery on it.
I've downloaded a few files, stock recovery, stock boot etc.....put on sd card but no joy. It says reading sd card.....then "no image or wrong image"
In all honesty i'm so lost...Has anyone ever over come this???
Click to expand...
Click to collapse
What are you trying to do in the first place?
If you're going to flash a custom rom, place the rom in your SD card or internal storage, do a full wipe and install the rom.
If you're returning to stock for OTA, restore your nandroid backup (system, kernel etc) after which flash your stock recovery and do a reset from settings than search for OTA.
If you can't boot into recovery, flash the latest TWRP on your phone through fastboot. Use the commands: fastboot flash boot boot.img
Bobbi lim said:
What are you trying to do in the first place?
If you're going to flash a custom rom, place the rom in your SD card or internal storage, do a full wipe and install the rom.
If you're returning to stock for OTA, restore your nandroid backup (system, kernel etc) after which flash your stock recovery and do a reset from settings than search for OTA.
If you can't boot into recovery, flash the latest TWRP on your phone through fastboot. Use the commands: fastboot flash boot boot.img
Click to expand...
Click to collapse
dude i know you are trying to help but please get your facts right and complete !
flashing a recovery image to the boot partition is not helping !!!
it's : fastboot flash recovery recovery.img
Mr Hofs said:
dude i know you are trying to help but please get your facts right and complete !
flashing a recovery image to the boot partition is not helping !!!
it's : fastboot flash recovery recovery.img
Click to expand...
Click to collapse
Bobbi lim said:
What are you trying to do in the first place?
If you're going to flash a custom rom, place the rom in your SD card or internal storage, do a full wipe and install the rom.
If you're returning to stock for OTA, restore your nandroid backup (system, kernel etc) after which flash your stock recovery and do a reset from settings than search for OTA.
If you can't boot into recovery, flash the latest TWRP on your phone through fastboot. Use the commands: fastboot flash boot boot.img
Click to expand...
Click to collapse
It had a custom recovery on it Team win recovery project......which was stopping the software from updating.
So tried to put the stock recovery back on it.
At the moment I don't think its corresponding properly with my laptop......in the fastboot menu it does come up "fastboot usb" Drivers are installed too
But when trying to send it commands via command prompt it keeps saying device not found.
I'm wondering if it has deleted to operating system , as on the fastboot menu next to " OS - it says nothing "
Sorry for being brief....this is the first time i've ever come across all this stuff

help making a recovery

everything i read for making a recovery image says to boot int recovery, (vol up, home, power) then use arrows to scrool to recovery.. well i boot using home, vol up and power and i dont get a recovery option. I get
reboot system now
apply update from ADB
Apply update from external storage
wipe data/factory reset
wipe cache partition
apply update from cache
but no recovery.. Not sure what im doing wrong.. any suggestions?
snakebyt said:
everything i read for making a recovery image says to boot int recovery, (vol up, home, power) then use arrows to scrool to recovery.. well i boot using home, vol up and power and i dont get a recovery option. I get
reboot system now
apply update from ADB
Apply update from external storage
wipe data/factory reset
wipe cache partition
apply update from cache
but no recovery.. Not sure what im doing wrong.. any suggestions?
Click to expand...
Click to collapse
That is recovery. It is the stock recovery. You can only make images with custom recovery like twrp. You have to install twrp recovery with odin.
Are you trying to make a backup of your system? You can only do any of that in custom recovery. I don't understand what you mean by "make a recovery image". It doesn't mean the same thing as it does in Windows. Making a recovery image in Android is making a copy of the recovery system itself in image form, or creating one.
Those options you see on screen, that IS Android stock recovery. It's options are limited.
I think when you say you want to make a recovery image, you really mean you want to create a nandroid backup of your system. Which is a sort of " snapshot" of your system right now that can be restored later to go back to that point.
yes, you are correct. i am trying to make a nandroid back up. I have installed clockwork rom manager and twrp from the android market, maybe i need to install it using odin. I will look for a tutorial on that. I want to try marshmallow and a couple of other roms, but i want to make sure i have a good backup ya know. Thank you for the reply
snakebyt said:
yes, you are correct. i am trying to make a nandroid back up. I have installed clockwork rom manager and twrp from the android market, maybe i need to install it using odin. I will look for a tutorial on that. I want to try marshmallow and a couple of other roms, but i want to make sure i have a good backup ya know. Thank you for the reply
Click to expand...
Click to collapse
Rom manager and twrp manager are just apps. They can only install the actual recovery system on a rooted device. If not rooted, you must use odin.
Download odin on your PC. Then download a .tar of twrp recovery from their site twrp.me
Use odin to flash twrp onto your phone.

Categories

Resources