On Thu, Jul 26, 2012 at 10:44 AM, Eddie <[email protected]> wrote: > It is a fairly basic debug requirement to read and write test files to > legitimate locations which, surely, includes the removable (secondary > external) sdcard?
Pop the SD card out, put it in an SD card slot on your development machine, copy the files there, then put the SD card back in the device. Or, use some on-device means to put the files in position that you copy to some place you can write to via adb push (e.g., some Samsung-supplied file explorer?). Or, see if Samsung has some desktop software that can somehow write to this location (e.g., Kies?), though that would worry me a smidge from a security standpoint. Or, contact Samsung for further assistance regarding Samsung's device, with Samsung's firmware, that implements Samsung's permissions with respect to who can write to media in Samsung's SD card slot. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 3.8 Available! -- 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

