On 1/5/2012 4:17 AM, s.rawat wrote:
 #!/bin/sh
 su
> cd /data
> chmod 777 test.text

You could try something like:

sudo (cd /data && chmod 777 test.text)

Don't know if it will work on Android, but that's a Linux/Unix way of doing it.

Tim

--
You received this message because you are subscribed to the Google Groups "Android 
Discuss" 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-discuss?hl=en.

Reply via email to