On Sep 26, 10:57 am, javahollic <[email protected]> wrote: > Using x86_64/EclipseGalileo/ADT0.9.3/SDK1.6r1, here is the use case: [...] > huh? how does /sdcard get a permission of "d---rwxr-x", what is sdcard > "safe-mode", how can I make it owner writeable (assuming that is the > problem I see)?
You may need: <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

