I use the Android downloadmanager (above 2.3) for downloading many small files with different file extension (png,jpg,mov). After downloading 30000 images the android.process.media stop working and there isn't any exception message. The Downloaddir is /mnt/sd/Android/com.app.example/chache/files
I also preventing mediascanning for the downloaddir by using .nomedia files. http://android2know.blogspot.co.at/2013/01/create-nomedia-file.html Preventing Media Scanner from Scanning JPGs Downloaded with the DownloadManager on Android? (Developer)
Is the Android Downloadmanager not responsive for more than 40000 files? Should I write my own Downloadmanager in this case?
regards sebi