On Feb 4, 3:07 pm, blindfold <[email protected]> wrote: > C:\Android\android-sdk-windows-1.0_r2\tools>adb -d shell > $ chmod 777 /data/misc > chmod 777 /data/misc > Unable to chmod /data/misc: Operation not permitted
The "adb" daemon still runs as a regular user on the ADP1. You need to run "su" to become root, then issue the chmod. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---

