You need to go into the shell on the device (with "adb shell") and use "su" to run as root. Note that the proper place to put executables for use in the shell is /data/local.
On Aug 29, 12:48 am, "Xiangming Li" <[EMAIL PROTECTED]> wrote: > Hi all, > > On the 0.9 SDK release, I find the chmod command does not work, andybody > others meet the same problem? > 1. use adb push .... to upload one executable image to /data/data > 2. using ls -l, it show that the executable image has no 'x' property > 3, try to use chmod +x ... to add execution permission, while console give > "bad mode" > > Best, > Xiangl --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
