On May 3, 5:25 am, wadhah dawahi <[email protected]> wrote: > samsung spica dont have the commande su.. and i found the source code > of su.c > and i want to modify it and execute it under /data/data/.... with > sumsung spica
That's probably not going to work, as most devices mount /data with the suid bit disabled. You'd have to put it on /system > but i found this tuto in french language " how to root your spica > it is hard... :( And not recommended until you know more about how unix operating systems work. > but why not with modifying some code source like su.c, chmod.c and > chown.c !!!!!!!!!!!!!!!!!!!! You have to root the device before you can install a program setuid root; and a program that isn't can't do what you want. -- You received this message because you are subscribed to the Google Groups "Android Security Discussions" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/android-security-discuss?hl=en.
