View Single Post
  #15  
Old 11-09-2009, 10:57 PM
D/\SH's Avatar
D/\SH D/\SH is offline    
Owner - Staff
Mobile Model: TP, TP2, soon Hero
Mobile Carrier: SPJ
Mobile OS: 6.5

 
Join Date: February 7th, 2007
Location: Grand Rapids, MI
Posts: 47,711
Downloads: 0
Uploads: 0
D/\SH Knows Their StuffD/\SH Knows Their StuffD/\SH Knows Their StuffD/\SH Knows Their StuffD/\SH Knows Their StuffD/\SH Knows Their StuffD/\SH Knows Their StuffD/\SH Knows Their StuffD/\SH Knows Their StuffD/\SH Knows Their StuffD/\SH Knows Their Stuff


View D/\SH's Profile   Edit Options Edit Profile Picture View D/\SH's Photo Album Add D/\SH's to Your Contacts Show Groups Edit Avatar Subscribed Threads Private Messages
Default Re: Re SPRINT HTC Hero Rooted READ MORE

“ Originally Posted by iTouch24 View Post

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 phoness 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 !
sweet i wil lfor sure try on my droid when cnet gets it my way!! woot woot if you here about tis working on the droid or not please comment in this thread.
Reply With Quote