An application does not have free reign to read or write other application's data. For the most part, you need to go through content providers to access shared data. In particular, the contacts provider for the contacts data, and the media provider for images, music, etc.
The main exception to this is that the external flash card is accessible to everyone since it is a FAT filesystem and can be pulled out and put in other computers. If you launch the emulator with the sdcard enabled, you can find the path to this directory through the APIs on android.os.Environment. On Mar 27, 7:32 am, Derek <[EMAIL PROTECTED]> wrote: > Yes, I would have the same question for photos, images, audios and > videos ? > Where is the folder where end-user can store camera picture ? > Such folders are available and known in J2ME application. > > Thanks. > > On Mar 27, 9:01 am, Reman <[EMAIL PROTECTED]> wrote: > > > Hi all, > > how can i find the data, such as contacts or mails , on the > > emulator filesystem? Does there exist a contact.db file or something > > like that?where i can find the instruction of the filesystem in the > > document. --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

