View Single Post
Old March 5th, 2010, 10:30 AM   #135 (permalink)
altjx
Junior Member
 
Join Date: Mar 2010
Posts: 39
 
Device(s):
Thanks: 2
Thanked 2 Times in 2 Posts
Default

Quote:
Originally Posted by Jarek View Post

Click Start on your computer, and click run. Type cmd in the box, and hit ok. Now type the following, pressing Enter after each line:

cd c:\Android\tools

adb push su /data/local

adb shell

su

mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system

cd /system/bin

mv su osu

cat /data/local/su > su

chmod 6755 su

ls -l *su
(you should see the following)
-rwsr-sr-x root root 76200 2008-08-01 05:00 osu
-rwsr-sr-x root root 76200 2009-05-30 11:28 su
(now continue typing these following lines to finish)

sync

reboot

You're done!
Are there typos or is it just me?
Go to cmd prompt and type cd C:\android\tools? If you extracted the folder, its "C:\Android\android-sdk-windows\tools"

And then adb push, etc? 'adb' is not a valid command in command prompt also.
altjx is offline  
Last edited by altjx; March 5th, 2010 at 11:15 AM.
Reply With Quote