Hello, I am not sure if anyone has noticed this. On DROID + 2.1 update, I have about 100 family photos in my sdcard. I noticed that if I don't change anything in the card, but just start media scanning for about 10 times, one file in the com.cooliris.media/cache directory keeps growing.
Is this a known issue? adb shell 'ls -l ./sdcard/Android/data/com.cooliris.media/cache/*' > old.txt adb shell am broadcast -a android.intent.action.MEDIA_MOUNTED --ez read-only false -d file:///sdcard adb shell am broadcast -a android.intent.action.MEDIA_MOUNTED --ez read-only false -d file:///sdcard adb shell am broadcast -a android.intent.action.MEDIA_MOUNTED --ez read-only false -d file:///sdcard adb shell am broadcast -a android.intent.action.MEDIA_MOUNTED --ez read-only false -d file:///sdcard adb shell am broadcast -a android.intent.action.MEDIA_MOUNTED --ez read-only false -d file:///sdcard adb shell am broadcast -a android.intent.action.MEDIA_MOUNTED --ez read-only false -d file:///sdcard adb shell am broadcast -a android.intent.action.MEDIA_MOUNTED --ez read-only false -d file:///sdcard adb shell am broadcast -a android.intent.action.MEDIA_MOUNTED --ez read-only false -d file:///sdcard adb shell am broadcast -a android.intent.action.MEDIA_MOUNTED --ez read-only false -d file:///sdcard adb shell am broadcast -a android.intent.action.MEDIA_MOUNTED --ez read-only false -d file:///sdcard adb shell 'ls -l ./sdcard/Android/data/com.cooliris.media/cache/*' > new.txt You can see that the local-album-cachechunk_1 keeps growing *even when nothing has changed on the card*. >From 309628 -> 451171 bytes $ diff old.txt new.txt 119,120c119,120 < ----rwxr-x system sdcard_rw 309628 2010-06-14 23:28 local-album- cachechunk_1 < ----rwxr-x system sdcard_rw 164 2010-06-14 23:28 local-album- cacheindex --- > ----rwxr-x system sdcard_rw 451171 2010-06-14 23:34 > local-album-cachechunk_1 > ----rwxr-x system sdcard_rw 164 2010-06-14 23:34 local-album-cacheindex 132c132 < ----rwxr-x system sdcard_rw 176 2010-06-14 23:28 local-meta- cachechunk_0 --- > ----rwxr-x system sdcard_rw 176 2010-06-14 23:34 > local-meta-cachechunk_0 -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
