Thread: Persistant root
View Single Post
Old January 21st, 2010, 08:45 PM   #106 (permalink)
Mr S
New Member
 
Join Date: Jan 2010
Posts: 6
 
Device(s):
Thanks: 1
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by devrdander View Post
Make sure you copy the txt 1 line at a time. The echo on the adb shell can cause problems if trying to paste multiple lines.

from the shell, type cat /system/bin/playlogo

You should see:
Code:
#!/system/bin/sh
/data/local/try3 /system/bin/sh
mount -o rw,remount /dev/st9 /system
cat /system/bin/sh > /system/bin/su
chmod 04755 /system/bin/su
/system/bin/playlogo_real
If not, you can either odin back to stock and try again, or work with someone in IRC to see if they can help you figure out where your pasting went wrong.
I have the same problem with the phone being extremely laggy; typing cat /system/bin/playlogo does give me what you said it should. Odin back or try flashing the galaxy rom? >:\
I also have GDE if that matters.
Mr S is offline  
Last edited by Mr S; January 21st, 2010 at 09:09 PM.
Reply With Quote