Sorry, you can create something in /data/data/package.of.your.app/. Basing on what I see in "abd shell", owner of "/data/" directory is system and a group is system. Moreover, there's no permission to read/ write for others, so you can't create something there. "/data/data/" has the same properties. Only in "/data/data/package.of.your.app/" is writable to apps.
On Dec 16, 10:26 am, szeldon <[email protected]> wrote: > Are you sure that an application can create a new directory in /data? > I know that you can create files/directories in /data/ > package.of.your.app/ but I'm not sure if you can create something in / > data. Check permissions by using "adb shell" or by using some method > in File class. > > On Dec 16, 7:04 am, shuoshuo <[email protected]> wrote: > > > I use new File("/data/mydir/tmp").mkdirs() to create dir mydir and > > tmp, but it can not be created, does anyone using File.mkdirs() in > > android. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

