It's true, from the application i can retrieve the data from my file created. I am just curios to see the content of the file directly from the real android phone.
Thank you all for your advices. Lidia --- On Fri, 9/17/10, YuviDroid <[email protected]> wrote: From: YuviDroid <[email protected]> Subject: Re: [android-developers] How can i access the /data/data/<my_project_name>/files/my_file.txt on a real android device To: [email protected] Date: Friday, September 17, 2010, 10:08 AM You need a rooted phone to access that folder from DDMS. You can still access your file through your application though. On Fri, Sep 17, 2010 at 11:10 AM, Lidia <[email protected]> wrote: Hello to all, I wrote a file o the phone from my application in the following path: /data/data/<my_project_name>/files/my_file.txt If i run the application in emulator, i can see my file created in this path. but if i run the application on a real device, i can't see this file. Using DDMS from the eclipse the "data" folder from the phone has permissions drwxrwx--x - what does this mean? and when i try to expend the "+data" , it seems to be empty. I use the "Astro" programm to access the "data" folder from the phone, and it seems to be empty. Is the content hidden of this folder, and there is not a way to see what it contains? Thanks Lidia -- 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 -- YuviDroidCheck out Launch-X (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- 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 -- 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

