I got it working with a permission change in the manifest file. I added "WRITE_EXTERNAL_STORAGE" and it worked like a gem :)).
On Sep 9, 12:13 pm, Chris Stratton <[email protected]> wrote: > On Jul 17, 6:24 pm, doubleminus <[email protected]> wrote: > > > Is it a permissions issue? Trying to "touch" the sdcard via adb shell > > gives me a "permission denied" message... > > FYI there's no "touch" command in the shell or /system/bin and the > shell apparently considers "permission denied" to be a good substitute > for "[command] not found" > > but you can "cat > /sdcard/testfile" and then ^D --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

