View Single Post
Old June 28th, 2010, 07:38 PM   #4 (permalink)
Crepiduse
New Member
 
Join Date: Jun 2010
Posts: 6
 
Device(s):
Thanks: 0
Thanked 8 Times in 3 Posts
Default

Corrected steps

LINUX

Step 1:
Mount SD Card in Phone!

In Terminal:

1) wget http://zenthought.org/tmp/asroot2
2) wget http://bit.ly/brI0EV
3) ./adb push asroot2 /data/local/
4) ./adb shell chmod 0755 /data/local/asroot2
5) ./adb shell

A $ prompt from the android will open now:

1) /data/local/asroot2 /system/bin/sh

(at this point your $ prompt should be a # meaning you are root, if not, type exit and then begin over, when you open the new ./adb shell you will be # root)

When you get # shell, UNMOUNT the sdcard!!!!! This will make the correct link available. Then continue on.

2) mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
3) cat /sdcard/Superuser.apk > /system/app/Superuser.apk
4) cat /sdcard/su > /system/bin/su
5) chmod 06755 /system/bin/su
Crepiduse is offline  
Last edited by Crepiduse; June 28th, 2010 at 07:54 PM.
Reply With Quote
The Following 6 Users Say Thank You to Crepiduse For This Useful Post:
heffe2001 (June 28th, 2010), icon123 (July 1st, 2010), ivesjd (September 3rd, 2010), jeffball55 (July 18th, 2010), Stefenatefun (December 20th, 2010), Vanski (September 15th, 2010)