hi, Using x86_64/EclipseGalileo/ADT0.9.3/SDK1.6r1, here is the use case: - create a blank sdcard with 'mksdcard -l empty 128M emptysdcard' - create Google APIS 1.6 compatible Virtual Device, using the above sdcard - start virtual device - observe virtual device checking out sdcard image - observe via DDMS FileExplorer the director structure: sdcard/ d---rwxr-x LOST.DIR d---rwxr-x - upload app, which is successful - run app, which fails, last few log entries are: 09-26 17:43:48.010: DEBUG/MountListener(600): handleEvent volume_unmounted:/sdcard 09-26 17:43:48.090: DEBUG/MountListener(600): handleEvent volume_checking:/sdcard 09-26 17:43:50.620: INFO/vold(550): Sucessfully mounted vfat filesystem 179:0 on /sdcard (safe-mode on) 09-26 17:43:50.620: DEBUG/MountListener(600): handleEvent volume_mounted:/sdcard 09-26 17:43:51.970: VERBOSE/MediaProvider(759): /sdcard volume ID: 419633178 09-26 17:44:27.451: INFO/dalvikvm(872): TRACE STARTED: '/sdcard/ x.trace' 8192KB 09-26 17:44:27.451: ERROR/dalvikvm(872): Unable to open trace file '/ sdcard/x.trace': Permission denied
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)? Cheers, andy --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

