[android-developers] Re: Problem with writing to SD card / deleting files on it. Number of files relevant?

2009-04-09 Thread Mattaku Betsujin
I don't have an answer :-( but for a time my sdcard refuse to mount rw, so all the RSS apps that I run which need to write into sdcard will fail to start. However, the sdcard can be happily written into by Windows (via USB). This is the first instance that I ever observe that Windows is superior

[android-developers] Re: Problem with writing to SD card / deleting files on it. Number of files relevant?

2009-04-09 Thread Mariano Kamp
I think that Android apps can't access the SD card in r/w mode when it is used in USB mass storage mode. Otherwise it works great. I read somewhere that this is a limitation of the FAT32 filesystem, which is a single user fs?! Unfortunately the setting for use in mass storage mode has disappeared

[android-developers] Re: Problem with writing to SD card / deleting files on it. Number of files relevant?

2009-04-08 Thread fadden
Complaints from the filesystem code will appear in the output of dmesg, not in the Android log file. You may want to check there. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: Problem with writing to SD card / deleting files on it. Number of files relevant?

2009-04-07 Thread Mariano Kamp
*bump* ;-) On Thu, Mar 19, 2009 at 7:20 PM, Mariano Kamp mariano.k...@gmail.comwrote: Hi, I wrote an app that downloads web sites and all their assets (images/stylesheets) to disk and therefore stores lots of small files on the SD card. Sometimes it fails to delete large amounts of