[How-To]Windows -- root your HTC Evo and install Clockwork recovery

Status
Not open for further replies.

Jerry Hildenbrand

Space Cowboy
Staff member
Oct 11, 2009
5,577
2,817
113
Part two -- the SDK


Now reboot your computer, and while it's booting up turn on USB debugging on your Evo:
Menu>Settings>Applications>Development>check the USB debugging box

When everything is booted back up, plug your phone into a high speed USB port on your computer. When Windows is finished locating the USB drivers for your phone (they were installed with HTC sync) open a command prompt inside the Android-SDK>tools folder, and type:

Code:
adb devices

you should see the serial number of your Evo listed. That means you're done installing the SDK.
 
Last edited:
Part three - temp root and Rom Manager backup

Download the PC36IMG.zip file from here http://link.geekfor.me/rootedromzip and place it on your SD card. Don't put it inside any folders, just put it on your SD card.

Download the recovery tools from here http://link.geekfor.me/evorecovery and unzip the folder to your desktop.

Turn off your phone, and reboot it to the bootloader by holding volume down while turning it back on. Don't let go of the volume down button until you see three Androids on skateboards.

The bootloader will ask if you want to flash the image (the one you put on your card above). Say yes. Also say yes when it asks you to reboot after it's finished.

When your phone reboots, take the PC36IMG.zip file back off your SD card. Leaving it there will cause problems, so don;t skip this part.

Next download a custom ROM. I recommend RvU, cause it rocks. http://forum.androidcentral.com/htc...orking-4g-sync-fixed-rom-manager-support.html . Put it on your sd card, again -- not inside any other folders.

Plug your phone into your computer, and go back to your command prompt. At the prompt type in
Code:
adb reboot recovery
your phone will boot to a black screen that looks like this:
evo-4g-stock-recovery.jpg

When you get to that point, open the evorecovery file you put on your desktop and double click the recovery-windows.bat file. This will reboot your phone again, to a different recovery -- the good kind.

Inside custom recovery, flash a zip from the sd card is what you're looking for. Select it, and choose the ROM you downloaded earlier, and flash it. When that's finished, reboot.

Go through the setup after the phone reboots, and don't worry -- we're backing all this part up so you won't have to do it again. Once your phone is all setup, download ROM Manager from the market. Run it, and follow directions to install clockwork recovery, then back up your current rom.

This is like gold. Keep that backup safe.
 
Last edited:
Part four - real root and recovery

Download these files into a working folder on your computer --
http://www.joeyconway.com/sdx/evo/troot/eng-PC36IMG.zip (rename this to PC36IMG.zip)
^^mirrors (thanks Beezy) http://www.mediafire.com/?m3wnmtguf4l http://www.4shared.com/file/6rfZEE0I/eng-PC36IMG.html
xda-developers
xda-developers
http://www.droidaftermarket.com/koush/recoveries/recovery-clockwork-supersonic.img

Unzip the flash_image.zip and mtd-eng.zip, and place the files that were inside the zips on your SD card. As always, not inside any other folders. Go back to your command prompt and enter the following:

Code:
adb shell
cat /sdcard/flash_image > /data/flash_image
chmod 755 /data/flash_image
/data/flash_image misc /sdcard/mtd-eng.img

Now copy the PC36IMG.zip (the new one you downloaded above, not any other version you may have) to your sd card, and turn off the phone.

Note -- if you've had USB or SD card errors, see Saepak's post HERE for the fix. Thanks Saepak!

Reboot to the bootloader by holding volume down again, just like we did above. Again, say yes when asked to flash and reboot.

Once you're all booted up again, copy the recovery-clockwork-supersonic.img to your SD card -- you guessed it, not inside another folder.

Back at your command prompt, type in the following:

Code:
adb shell
cd /data/local
cat /sdcard/flash_image > flash_image
chmod 755 flash_image
./flash_image recovery /sdcard/recovery-clockwork-supersonic.img

type it EXACTLY as above, including the ./ part.

When your back at the #, type in reboot recovery. You'll boot into clockwork recovery, where you can use the nandroid function to restore the backup of your system you made earlier. The difference is that you can use things like root file explorer to move and delete things from the /system/ folder. Congrats.
 
Last edited:
Gbhil, for those of us that already had the Android SDK, do we need to download the Sun JRE? I've already accessed adb with the HTC sync I had from rooting my Hero. Just making sure I need this before I proceed. Thanks x 100 in advance.
 
Gbhil, for those of us that already had the Android SDK, do we need to download the Sun JRE? I've already accessed adb with the HTC sync I had from rooting my Hero. Just making sure I need this before I proceed. Thanks x 100 in advance.

Nope. If you can adb in, you're good to go with the SDK!
 
Hey gbhil, not trying to put my post up any higher than it is, but the more peeps change the rom on their phones the more of a chance of shutting down the Sd card and USB drivers. if this is going to be a goto for everything my post about fixing it is important. The ones I found on other sites were basic and didn't give all the steps. I updated that with info from Keith Newman. I wish I could change the title of my post but I am unable to. Just a thought. No it isn't common, but it is one of those things that is hard to find when you need it. Just a thought.


Edit: or does this new way keep that from happening with part of it being the same thing? Thanks just wondering if this keeps me from ever going through that hell again.
 
Last edited:
K, having an issue with this. I got through everything flawlessly until the very end. I flashed Fresh rom .2d and now my phone is stick in a boot loop. Any ideas here? I've never had this happen before so I'm not sure if there is a comedy remedy to it....
 
@vbsoulpole
is this the sprint screen reboot? if so then you are going to have to do a hard reset. go into boot loader, vol down to wipe storage, power button, (i believe power botton again to confirm) all out of memory. this wipes your user data. at that point it will boot. good luck
 
Was way ahead of you Saepak. Went into recovery, did full data wipe and cache wipe and it booted it up perfectly.

The instructions over at XDA mention that now that I'm looking at it, should through that into the final set of instructions before flashing the nandroid recovery/new ROM.
 
Hey gbhil, not trying to put my post up any higher than it is, but the more peeps change the rom on their phones the more of a chance of shutting down the Sd card and USB drivers. if this is going to be a goto for everything my post about fixing it is important. The ones I found on other sites were basic and didn't give all the steps. I updated that with info from Keith Newman. I wish I could change the title of my post but I am unable to. Just a thought. No it isn't common, but it is one of those things that is hard to find when you need it. Just a thought.


Edit: or does this new way keep that from happening with part of it being the same thing? Thanks just wondering if this keeps me from ever going through that hell again.

Done. Thanks for the heads up. Any others y'all think I should add to the first post holler at me

But yeah, this should stop all that mess. And everyone who want's to use ROM Manager needs to do it. Next week support for hot-sd card-recovery goes away according to Koush
 
Last edited:
I got to the part where I applied the RVU 1.3.2 but now it is looping the Sprint/4G part. Any insight?

EDIT:
Nevermind I got it. Had to wipe the data. Seems to be working OK, doing a ROM backup now. Will let you know how it goes.
 
Last edited:
I cannot, repeat CANNOT get the flash_image file to copy to the sdcard, or to the /data directory. Help!!
 
I cannot, repeat CANNOT get the flash_image file to copy to the sdcard, or to the /data directory. Help!!

(I moved these from the RvU thread)

How are you trying to copy flash_image to the sdcard?

It can't copy to the /data dir until it's on the sdcard, so that's expected.

What error message do you see?
 
Hey gbhil, not trying to put my post up any higher than it is, but the more peeps change the rom on their phones the more of a chance of shutting down the Sd card and USB drivers. if this is going to be a goto for everything my post about fixing it is important. The ones I found on other sites were basic and didn't give all the steps. I updated that with info from Keith Newman. I wish I could change the title of my post but I am unable to. Just a thought. No it isn't common, but it is one of those things that is hard to find when you need it. Just a thought.


Edit: or does this new way keep that from happening with part of it being the same thing? Thanks just wondering if this keeps me from ever going through that hell again.

Might i ask more details on this?... I Rooted my phone a few days ago and flashed 3 ROMs and now my SD card is all messed up its like my phone cant read it its kind of intermittent. It seems the longer the phone is on the worse it is. Ive tried reformating and even this fix [Fixed] Well looks like I killed my EVO already... (Lost SD & USB) - xda-developers but nothing helped. Is the problem that your are referencing sound like what i have going on? And is there a fix?
 
Might i ask more details on this?... I Rooted my phone a few days ago and flashed 3 ROMs and now my SD card is all messed up its like my phone cant read it its kind of intermittent. It seems the longer the phone is on the worse it is. Ive tried reformating and even this fix [Fixed] Well looks like I killed my EVO already... (Lost SD & USB) - xda-developers but nothing helped. Is the problem that your are referencing sound like what i have going on? And is there a fix?

Looks like they got similar issues sorted out. Can't hurt to try

http://forum.androidcentral.com/htc...9-bricked-my-evo-but-there-away-un-brick.html
 
@RamboDroid
Okay will try this one more time. Posted this 2 times now and it hasn't actually posted up. Dang computer.
Okay, yeah wasn't thinking that would fix your issue RamboDroid, but it didn't hurt to give it a try. The RvU 1.3.2 has the OTA built in so that shouldn't be your issue either, but that doesn't mean that you aren't on to something. The only way, I can think of to test that theory is to go back to un-rooted and start from scratch. You can install the original RUU from here. [ROM]RUU_Supersonic_1.32.651.1_Radio_1.39.00.04.26 - xda-developers Good luck. This doesn't look like it has the OTA built in. From there you can either run the OTA, and then root your EVO or you can root and install RvU and see how it works, but I would test on the RUU first, and see if it fixes your SD card issue. Hope this info helps.
 
@gbhil
Thanks for the link in. Also are you going to sticky this sweet How-To. I am suggesting it. Thanks for the awesome info.
 
Status
Not open for further replies.

Trending Posts

Members online

Forum statistics

Threads
963,661
Messages
6,993,809
Members
3,165,100
Latest member
Kyle TW