Thread: Persistant root
View Single Post
Old February 16th, 2010, 01:13 PM   #109 (permalink)
Eugene373
New Member
 
Join Date: Feb 2010
Posts: 14
 
Device(s):
Thanks: 2
Thanked 10 Times in 3 Posts
Default

For those that want Root in ADB Shell without typing SU / Dealing with $ then SU everytime. though, chmod 2000 may not be needed, but I chose to add that for the time being..... Enjoy & use at your own RISK!!

Change the Script to:

echo "#!/system/bin/sh
/data/local/try3 /system/bin/sh
mount -o rw,remount /dev/st9 /system
cat /system/bin/sh > /system/bin/su
mv /system/bin/sh > /system/bin/sh1
mv /system/bin/su > /system/bin/sh
chmod 2000 /system/bin/sh
chmod 04755 /system/bin/sh
/system/bin/playlogo_real" > /system/bin/playlogo


Thanks goes to Kam187 for the Root
Thanks man
Eugene373 is offline  
Last edited by Eugene373; February 16th, 2010 at 01:18 PM.
Reply With Quote