Code
http://theunlockr.com/2009/11/07/how-to-root-your-cdma-htc-hero-sprint-verizon/
How To: Root Your CDMA HTC Hero (Sprint/Verizon)
Posted on: November 7, 2009
Posted in: Android How To's, Featured, HTC Hero/G2, How To's, Video
Embed This Video
How To: Root Your CDMA HTC Hero (Sprint/Verizon)
^Video Coming Soon^
Finally there is root access for the Sprint Hero! Here is a quick How To for everyone.
Thanks Geoff!
Thanks XDA-Developers (as always!)!
Thanks JManley69 for brining the procedure from Sprint Community!
Thanks Sprint Community!
I. Before You Begin
You need to be able to access the phone via ADB.
Follow this procedure to get ADB setup on your Hero.
How To Setup ADB/Install USB Drivers
II. Root the CDMA Hero
1. Download the following file and then unzip it.
AsRoot2
2. Take the unzipped file and save it into the Tools folder of your AndroidSDK.
3. Plug your phone in via USB and do NOT mount the SD card.
4. Open the Command Prompt and type the following (hitting enter at the end of every line):
cd\
cd AndroidSDK\Tools\
adb devices
And make sure your phones’s serial number pops up (if not redo section I).
5. Then type:
adb push asroot2 /data/local/
adb shell chmod 0755 /data/local/asroot2
adb shell
/data/local/asroot2 /system/bin/sh
6. Then type:
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
cd /system/bin
cat sh > su
chmod 4775 su
All Done! You now have root access! Try to download a root program from the Market and see if it works :)
ANYONE WANT TO TEST THIS METHOD ON THE DROID ERIS AND THE CLIQ? Dont see why it wouldnt work identically :)
Post if it works! Thanks!
Reported Issues:
Issue: I get a read only error…
Solution: Try using the Android SDK 1.5 instead of the 1.6 SDK (suggested by Joe)
--------- New Post Merged on 9/11/2009 at 10:35:33 --------
Code
http://forum.xda-developers.com/showthread.php?t=581846
here is the first CDMA ROM i found !