Recently we saw how to root your Sprint HTC EVO 4G, this method works very well but it has some limitations like the inability to write a system or recovery while being in Android (it was possible only through the recovery mode). As usual the folks at XDA worked hard and have now fully rooted the device enabling full control over it. See the instructions after the break!
All the credits go to toastcfh, keishou, maejrep, Flipz, Paul and Amon_RA for this hack.
Follow those simple instructions to fully root your HTC EVO 4G:
- You need a rooted HTC EVO 4G, if you haven’t rooted your device yet use the following post @ How To Root your HTC EVO 4G
- Start by doing a Nandroid backup since your device will be wiped out
- Download the files you’ll find @ http://forum.xda-developers.com/showthread.php?t=701835
- Unzip the following files: flash_image.zip and mtd-eng.zip
- Copy the files you extracted to the root of your SD Card: flash_image and mtd-eng.img
- On your computer open up a command prompt and type:
adb shell
cat /sdcard/flash_image > /data/flash_image
chmod 755 /data/flash_image
/data/flash_image misc /sdcard/mtd-eng.img - Once it is done, copy PC36IMG.zip to the root of your SD Card.
- Turn off your device
- Reboot it in bootloader mode: Hold Volume Down and Power
- The PC36IMG.zip file will be found by your HTC EVO 4G.
When asked if you want to flash, select Yes - Once it is flashed it will ask you if you want to reboot pick Yes
- Your device will reboot, wait for Android to be loaded.
Copy recovery.img to the root of your SD Card. - On your computer open up a command prompt again and type:
adb shell
cat /sdcard/flash_image > /data/flash_image
chmod 755 /data/flash_image
/data/flash_image recovery /sdcard/recovery.img
reboot recovery - You’re now in recovery mode, using the menu wipe the data and the Dalvik cache
- Go to nandroid restore and restore your previous ROM setup.
You’ve now fully rooted your device, you can reboot into recovery, write to system while being in Android and so much more!
You can follow the XDA thread @ http://forum.xda-developers.com/showthread.php?t=701835.
Don't forget to follow us on Twitter and join our Facebook Fan page to stay updated.