“ Originally Posted by wcked
”
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