Uh, have you considered changing out your flash chip just to disprove the notion that it's widespread? While sqlite certainly makes higher demand on the crappy underlying
FAT file system, it also possible that it's just a hardware problem.

FWIW, we've been using a sqlite db on the iPhone without any reported problems thus far, but I have seen disk serious and totally fatal corruption issues on Android with plain old files. I expect that's mostly FAT though which is as modern as a buggy whip.

Mike

Matt (preinvent) wrote:
Well there it is:

03-19 22:43:02.624: ERROR/AndroidRuntime(2002): Caused by:
android.database.sqlite.SQLiteDatabaseCorruptException: database disk
image is malformed
03-19 22:43:02.624: ERROR/AndroidRuntime(2002):     at
android.database.sqlite.SQLiteQuery.native_fill_window(Native Method)
03-19 22:43:02.624: ERROR/AndroidRuntime(2002):     at
android.database.sqlite.SQLiteQuery.fillWindow(SQLiteQuery.java:75)
03-19 22:43:02.624: ERROR/AndroidRuntime(2002):     at
android.database.sqlite.SQLiteCursor.fillWindow(SQLiteCursor.java:288)
03-19 22:43:02.624: ERROR/AndroidRuntime(2002):     at
android.database.sqlite.SQLiteCursor.getCount(SQLiteCursor.java:269)
03-19 22:43:02.624: ERROR/AndroidRuntime(2002):     at
android.database.AbstractCursor.moveToPosition(AbstractCursor.java:
171)
03-19 22:43:02.624: ERROR/AndroidRuntime(2002):     at
android.database.AbstractCursor.moveToFirst(AbstractCursor.java:248)

Great.  Guess I'll be looking for another storage solution :(


--
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

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.

Reply via email to