Recovery - HTC One S

Hello! When I first root my phone, can I flash the twrp recovery img file and not the cwm?
Thank u!
Sent from my HTC One S using xda premium

Sure you can! After unlocking download twrp male sure fastboot driver is in the Same folder than open a cmd in zhis folder And Type: fastboot flash recovery "Name of recovery".img of course you need to be fastboot USB first.
Sent from my HTC One S using xda app-developers app

StorZ said:
Hello! When I first root my phone, can I flash the twrp recovery img file and not the cwm?
Thank u!
Sent from my HTC One S using xda premium
Click to expand...
Click to collapse
yes actually TWRP is better in some cases than CWM
if you want you can use hasoon2000's toolkit to help you with your root proccess
here are the steps for rooting your device:
1.unlock bootloader through htcdev
2.flash custom recovery image ( fastboot flash recovery "name of image".img)
3.flash the SuperSU ZIP file using the recovery (The SuperSU ZIP is included in the toolkit i mensioned above)
Note:you need the toolkit to get the superSU ZIP file
if you are using the toolkit so click on Perm Root
Link to toolkit:
http://d-h.st/n9n
Hope I Helped you

Related

[Q] Zip files and sd card

Hi, How do I run the zip *file-2.3.6.3-efgh-signed* but without clockworkmod recovery? Can i use some other program?
Tia ...
shrike011 said:
Hi, How do I run the zip *file-2.3.6.3-efgh-signed* but without clockworkmod recovery? Can i use some other program?
Tia ...
Click to expand...
Click to collapse
You can extract the recovery.img file from the zip and use the Android Flasher app. This will only work if you have S-OFF or an unlocked HBOOT.
tpbklake said:
You can extract the recovery.img file from the zip and use the Android Flasher app. This will only work if you have S-OFF or an unlocked HBOOT.
Click to expand...
Click to collapse
Yes, my Desire S is S-OFF and Unlocked thru htcdev, do you have a DL link for flasher?
Thank you for your prompt response
shrike011 said:
Yes, my Desire S is S-OFF and Unlocked thru htcdev, do you have a DL link for flasher?
Thank you for your prompt response
Click to expand...
Click to collapse
Found!
What to select in flasher options? Recovery? To be more specific, i want to root my phone, can you tell me step by step pls?
I've probably misunderstood this but if you're looking to root then why not just use gingerbreak?
Sent from my HTC Desire S using xda premium
dan-fish said:
I've probably misunderstood this but if you're looking to root then why not just use gingerbreak?
Sent from my HTC Desire S using xda premium
Click to expand...
Click to collapse
It wont work on my phone (2.3.5), i tried everything, zergrush, super oneclick, gingerbreak, infinite loop and nothing, so, i think the only option for me is to root with zip file, but i dont want to install clockwork mod recovery, and my question is how to instal zip from my sd card with some other tool?
Can i flash this from Android Flasher and how?
http://forum.xda-developers.com/showthread.php?t=1130004
shrike011 said:
Can i flash this from Android Flasher and how?
http://forum.xda-developers.com/showthread.php?t=1130004
Click to expand...
Click to collapse
That is just an alternative to ClockworkMod recovery. Also I misunderstood your original question about the su-3.0 zip file.
You need to flash that type of zip file using a custom recovery such as CWM or EXT4. The Android Flasher is for flashing image files to a device, not zip files.
As said above, you need s off or unlocked hboot (via htcdev) to flash the recovery.img (out of clockwork mod or 4ext zip file) using android flasher.
Then boot into recovery and install zip from sd card and select the SU zip file, once installed you have superuser and are rooted

What is TWRP Recovery?

I'm only familiar with ClockwordMod. I see on some ROM pages that you don't need to use the boot.img if you have TWRP recovery. What is it and where do I get it? Thanks.
It is team win recovery project . I believe you can be able to get online if you do a search . It is based on aosp recovery and has standard recovery options plus a few of their own options . Hope this helps and answers your questions. Just search team win recovery project and you can download from their site I believe.
Sent from my HTC Sensation 4G using xda premium
Legaleye3000 said:
I'm only familiar with ClockwordMod. I see on some ROM pages that you don't need to use the boot.img if you have TWRP recovery. What is it and where do I get it? Thanks.
Click to expand...
Click to collapse
It's in the dev section, you should at least look there 1st or search
http://forum.xda-developers.com/showthread.php?t=1677670
What I really like about TWRP is that you could mount the sdcard; something you can't do with CWM.
Also some people reported that if your battery dies on you while on CWM, your phone might not charge at all and you will have a dead phone.
Sent from my HTC One S
Pheroh said:
What I really like about TWRP is that you could mount the sdcard; something you can't do with CWM.
Also some people reported that if your battery dies on you while on CWM, your phone might not charge at all and you will have a dead phone.
Sent from my HTC One S
Click to expand...
Click to collapse
Kinda true so how do I overwrite cwm and replace with twrp
Sent from my HTC One S using xda premium
k1llacanon said:
Kinda true so how do I overwrite cwm and replace with twrp
Sent from my HTC One S using xda premium
Click to expand...
Click to collapse
You can either
1- download the recovery.img and use fastboot to flash.
2- Easier just to use Goo Manager, Hit the menu button (or 3 dots) and choose
"Flash OpenRecovery"
baseballfanz said:
You can either
1- download the recovery.img and use fastboot to flash.
2- Easier just to use Goo Manager, Hit the menu button (or 3 dots) and choose
"Flash OpenRecovery"
Click to expand...
Click to collapse
Thanks I'm now on twrp so what's this thing that I don't need to install fastboot commands on computer ? Like boot.IMG ? And how would I do it straight of the phone would I have to put the IMG file on the sd card ?
Sent from my HTC One S using xda premium
k1llacanon said:
Thanks I'm now on twrp so what's this thing that I don't need to install fastboot commands on computer ? Like boot.IMG ? And how would I do it straight of the phone would I have to put the IMG file on the sd card ?
Sent from my HTC One S using xda premium
Click to expand...
Click to collapse
CWM for some reason can not write to certain partitions, boot.img is one.
The boot.img is in the ROM and TWRP will flash it.
In case you want to use CWM, just extract the boot.img from the ROM file you download. Put it where fastboot can see it (usually where fastboot.exe is).
Run command
Code:
fastboot flash boot boot.img
After that is done boot into recovery and flash ROM
baseballfanz said:
CWM for some reason can not write to certain partitions, boot.img is one.
The boot.img is in the ROM and TWRP will flash it.
In case you want to use CWM, just extract the boot.img from the ROM file you download. Put it where fastboot can see it (usually where fastboot.exe is).
Run command
Code:
fastboot flash boot boot.img
After that is done boot into recovery and flash ROM
Click to expand...
Click to collapse
Yeah I know how to flash boot.img on the computer just wasn't sure how twrp did it still prefer cwm ui tho
Sent from my HTC One S using xda premium

[Q] Unlocked bootloader and root 2.20, but now can't install twprp recovery

Hey Guys So i was able to successfully unload my bootloader and root my phone via 2.20 root temp method. Now i've run into a wall where I seem to be following the directions, but can't seem to get it to work.
So after my phone was unlocked etc after the whole token thingy... (Sorry this is my first time since 3-4 years ago that i have rooted.. Last phone was a Droid X so excuse my ignorance).... Anyhow so my phone got reset and all and booted back and everything was fine and working.. Now according to the thread in order to flash a ROM of my choice i need to install some sort of Recovery tool. The instructions say to install TWRP-2.3.1.0-evita.img. I have put the .img on the same folder c:android that i have created where i have the adb, fastboot files. I open up a command prompt window and run the command "fastboot flash recovery twrp-2.3.1.0-evita.img and it says "waiting for device" and get's stuck there and nothing happens.
According to the post it is supposed to install it and restart my phone automatically, however nothing happens. I am afraid if i reboot my phone and try again that my temp root will go away and will have to redo-everything all over again. Additionally I have tried the market place method where you download "Goomanager" and install the twrp img via menu>openrecoveryscript and choose to download, however i get an error when attempting to download. Can someone point me in the right direction. And will i lose temp root if i reboot my phone?
"Hey guys i just notice i did not run the "adb fastboot" command to tell my phone to reboot first prioer to trying to flash the twrip image. Sorry"
Did you get superuser and busy box from the playstore?
Sent from my One X using xda premium
subarudroid said:
Did you get superuser and busy box from the playstore?
Sent from my One X using xda premium
Click to expand...
Click to collapse
No i did not download those apps... Do i need to download them? Anything special i need to know?
movadoevo8 said:
No i did not download those apps... Do i need to download them? Anything special i need to know?
Click to expand...
Click to collapse
I just downloaded superuser and busybox. Also i downloaded root checker and when i click on check root it says my phone is NOT PROPERLY ROOTER. Can this be because of how HTC ONE X gets temp rooted and this app doesn't work properly? How can i check for sure if i'm rooted? I mean i can get into TWRP recovery and everything with no issues. Thanks.
I believe that because you did not download superuser before reboot. I think you lost root. Might want to try again.
Sent from my One X using xda premium
So after i Ran the run.bat and did the entire cid and then token thingy from HTC site and unlocked my bootloader the phone rebooted on it's own.
I believe i need to install superuser via recovery or flash a rom first then install not sure.. the way the dev wrote this phrase is confusing to me.. Check it out...
10. After unlocking the bootloader, you can flash a custom recovery partition via fastboot, boot into recovery mode, and use a recovery ADB shell or install from an update.zip to install Superuser and su (I do not provide support for custom recoveries, but this is a straightforward process that other people can help with).
I mean every step form 1-9 all went successfully. Can you provide me with some tips ?
Oh OK. I get it. Give a sec I'll post what you need.
Sent from my One X using xda premium
Thanks for helping me out, much appreciated. Also look's like i will need to find the superuser file somewhere online. I believe it needs to be inside a .zip. If i need that can you please provide that info on the instructions. Thank you so much for helping me.
http://forum.xda-developers.com/attachment.php?attachmentid=1203381&d=1342493450
download this. Then in fastboot command prompt type. fastboot flash recovery (recoveryfilename.img)
(is the image file name you download)
subarudroid said:
http://forum.xda-developers.com/attachment.php?attachmentid=1203381&d=1342493450
download this. Then in fastboot command prompt type. fastboot flash recovery (recoveryfilename.img)
(is the image file name you download)
Click to expand...
Click to collapse
Alright thanks let me give it a try.
then after you have recovery installed. Download this http://forum.xda-developers.com/attachment.php?attachmentid=1195050&d=1342168095
ANd flash this zip in recovery
subarudroid said:
then after you have recovery installed. Download this http://forum.xda-developers.com/attachment.php?attachmentid=1195050&d=1342168095
ANd flash this zip in recovery
Click to expand...
Click to collapse
Thank you my friend. Now i need to figure out a ROM to install that has Jelly Bean and everything works. Do you have any recommendations that will work with AT&T HTC ONE XL? I'm currently about to flash the superuser, thanks.
subarudroid said:
then after you have recovery installed. Download this http://forum.xda-developers.com/attachment.php?attachmentid=1195050&d=1342168095
ANd flash this zip in recovery
Click to expand...
Click to collapse
So i did not download the CM recovery as i already had the TWRP recovery installed prior to my post. I put the superuser zip file in my CD Card then i adb reboot recovery within command prompt which brought me into the Team Win Recovery Project V2.3.1.0, I then selected install and choose the superuser zip file you linked me to download, however it fails with errors. Do you know what I am doing wrong?
I think this all has to happen before rebooting after the new root process. So CID, then flash recovery, load and flash superuser, then reboot. I'm not sure how others are getting it to stick. I'm rooted on 1.85 with both my HOX's
Sent from my One X using xda premium
subarudroid said:
I think this all has to happen before rebooting after the new root process. So CID, then flash recovery, load and flash superuser, then reboot. I'm not sure how others are getting it to stick. I'm rooted on 1.85 with both my HOX's
Sent from my One X using xda premium
Click to expand...
Click to collapse
Im reading line 10 again and i think i need to install a custom rom first via flashboot then boot into recovery to install the superuser zip file. Read this again and tell me what you think?
10. After unlocking the bootloader, you can flash a custom recovery partition via fastboot, boot into recovery mode, and use a recovery ADB shell or install from an update.zip to install Superuser and su (I do not provide support for custom recoveries, but this is a straightforward process that other people can help with).
1. After unlocking the bootloader, you can flash a custom "recovery" = twrp partition via fastboot,
2. boot into recovery mode, and use a recovery ADB shell or install from an update.zip to install Superuser and su
I think I'm spot on with my last post.
Sent from my One X using xda premium
subarudroid said:
1. After unlocking the bootloader, you can flash a custom "recovery" = twrp partition via fastboot,
2. boot into recovery mode, and use a recovery ADB shell or install from an update.zip to install Superuser and su
I think I'm spot on with my last post.
Sent from my One X using xda premium
Click to expand...
Click to collapse
What would be the ADB shell command to install lets say a file labelled superuser.zip ?
I've never tried nor know if possible to flash a zip in fastboot. To the best of my knowledge it has to be a image file.
Sent from my One X using xda premium
subarudroid said:
I've never tried nor know if possible to flash a zip in fastboot. To the best of my knowledge it has to be a image file.
Sent from my One X using xda premium
Click to expand...
Click to collapse
Alright thanks and sorry for all these questions. I'm going to try to flash a ROM like they recommended. By flashing the boot.img first then the rest of the rom. Thanks for all your help and sorry for anything.
GO into fastboot and try this one click method for recovery http://forum.xda-developers.com/attachment.php?attachmentid=1419624&d=1350837439
Don't be sorry. I'm wishing someone who has acomplished this could jump in. I wish I was more help.

[Q] Please help i need copy rom file , but i can acces only CWM and fastboot

Hi there,
Please i need help,
I succesfully unlocked bootloader, install CWM and flash file, but i forgot to copy second file to phone. Now i can boot only too CWM or Fastboot and i need to copy rom file to phone ( One X).
Mounting in CWM not working
Thanks for help.
minergamerr said:
Hi there,
Please i need help,
I succesfully unlocked bootloader, install CWM and flash file, but i forgot to copy second file to phone. Now i can boot only too CWM or Fastboot and i need to copy rom file to phone ( One X).
Mounting in CWM not working
Thanks for help.
Click to expand...
Click to collapse
You have the evita?
Flash twrp 2.3.3.1 or 2.6 only correctly working versions. Usb mount works great on it
Sent from my HTC One XL using xda premium
^^^
Sent from my Evita
31ken31 said:
You have the evita?
Flash twrp 2.3.3.1 or 2.6 only correctly working versions. Usb mount works great on it
Sent from my HTC One XL using xda premium
Click to expand...
Click to collapse
Yes and agree. First you neet to make sure your phone is HTC One XL/Rogers/AT&T One X.(LTE)
Then you can fastboot flash TWRP 2.3.3.1 or 2.6
They have mount option to allow you to access.
TWRP website: teamw.in/project/twrp2/99
It will tell you how to flash.

[Q] how to get root?

The wife just got the mini for att, I know it's early, but is there a way to get root yet?
Thanks!
Yes there is
First unlock on HTC dev
Download the zip from here to somewhere you can find it (on your phone): http://download.chainfire.eu/345/SuperSU/UPDATE-SuperSU-v1.51.zip
Then flash this recovery using fastboot
http://forum.xda-developers.com/showthread.php?t=2418938
Then boot into recovery, flash the SuperSU zip, then reboot
Final step: profit
Still Locked
CNexus said:
Yes there is
First unlock on HTC dev
Download the zip from here to somewhere you can find it (on your phone): http://download.chainfire.eu/345/SuperSU/UPDATE-SuperSU-v1.51.zip
Then flash this recovery using fastboot
http://forum.xda-developers.com/showthread.php?t=2418938
Then boot into recovery, flash the SuperSU zip, then reboot
Final step: profit
Click to expand...
Click to collapse
I do all this, I have root access, but still network locked. any idea please ?
CNexus said:
Yes there is
First unlock on HTC dev
Download the zip from here to somewhere you can find it (on your phone): http://download.chainfire.eu/345/SuperSU/UPDATE-SuperSU-v1.51.zip
Then flash this recovery using fastboot
http://forum.xda-developers.com/showthread.php?t=2418938
Then boot into recovery, flash the SuperSU zip, then reboot
Final step: profit
Click to expand...
Click to collapse
This process unlocks the bootloader and NOT the network lock. You need to use a unlocking service to do this.
Sent from my HTC One mini using xda premium
RuffBuster said:
This process unlocks the bootloader and NOT the network lock. You need to use a unlocking service to do this.
Sent from my HTC One mini using xda premium
Click to expand...
Click to collapse
He asked how to get root. And I answered his question.
CNexus said:
Yes there is
First unlock on HTC dev
Download the zip from here to somewhere you can find it (on your phone): http://download.chainfire.eu/345/SuperSU/UPDATE-SuperSU-v1.51.zip
Then flash this recovery using fastboot
http://forum.xda-developers.com/showthread.php?t=2418938
Then boot into recovery, flash the SuperSU zip, then reboot
Final step: profit
Click to expand...
Click to collapse
I unlocked and transferred the TWRP. Thanks a lot. But when I choose to boot into recovery from the boot loader, I just boot into the normal startscreen? Any ideas of where it went wrong?
Regards..
ramsey2000 said:
I unlocked and transferred the TWRP. Thanks a lot. But when I choose to boot into recovery from the boot loader, I just boot into the normal startscreen? Any ideas of where it went wrong?
Regards..
Click to expand...
Click to collapse
Tried another ver. of TWRP and it worked
CNexus said:
Yes there is
First unlock on HTC dev
Download the zip from here to somewhere you can find it (on your phone): http://download.chainfire.eu/345/SuperSU/UPDATE-SuperSU-v1.51.zip
Then flash this recovery using fastboot
http://forum.xda-developers.com/showthread.php?t=2418938
Then boot into recovery, flash the SuperSU zip, then reboot
Final step: profit
Click to expand...
Click to collapse
now to S-Off and super CID lets see how it goes

Categories

Resources