View Single Post
  #6  
Old 11-07-2009, 11:21 PM
VenumX's Avatar
VenumX VenumX is offline   Thread Starter  
The VenumX Factor
Mobile Model: HTC Touch PRO
Mobile Carrier: Sprint
Mobile OS: 6.5

 
Join Date: November 14th, 2007
Location: Nashua, NH
Posts: 2,370
Downloads: 0
Uploads: 0
VenumX Knows Their StuffVenumX Knows Their StuffVenumX Knows Their StuffVenumX Knows Their StuffVenumX Knows Their StuffVenumX Knows Their StuffVenumX Knows Their StuffVenumX Knows Their StuffVenumX Knows Their StuffVenumX Knows Their StuffVenumX Knows Their Stuff


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

“ Originally Posted by wcked View Post

hey ven..I'm kinda having a noob moment..There's no detail instructions how how to do it.Ok i know how to install it.But is there anything else i need to know? or can you prepare a detail instruction here...

thanks
well right now its kinda useless, until we actually have a CDMA-based rom for the hero... but its cool for devs like me to have root access to the filesystem :) if you really wanna gain access to your root in terminal you will need to download the adb for android which is included in the SDK download...then you can download the following file:

Code

http://zenthought.org/tmp/asroot2
then in command prompt type:

adb push asroot2 /data/local/
then
adb shell chmod 0755 /data/local/asroot2
then
adb shell
then
/data/local/asroot2 /system/bin/sh -

and you will see a # which is your root terminal and you can go crazy with that if you want :P
Reply With Quote