Hi,

my app is creating a directory by using

File thisDir = getDir("mycustomname", Context.MODE_WORLD_WRITEABLE);

It is stored at
/data/data/package/app_mycustomname/

I can browse that directory with DDMS or with 'adb shell', of course,
it is empty. My App then creates some subdirectories there, and those
have subdirectories too, and so on, and creates files in several of
those. My app can read all those dirs and files, too.

Sometimes I have to take a look at this directory tree, but I cannot
browse deep into that tree, neither using DDMS (both inside Eclipse
and standalone) nor using the shell. I can see that there is a
directory called /data/data/package/app_mycustomname/mysubdirectory
and I can even 'cd' into this directory. But when I do a 'ls' there,
the directory is reported to be empty, though I'm sure there must be
something inside.

app_mycoustomname has the permissions drwxrwx-wx
app_mycoustomname/mysubdirectory has the permissions drwxrwxrwx

I have the same issue on the emulator and on the ADP1, both running a
1.1 firmware.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to