On Nov 18, 3:46 am, Jim Graham <spooky1...@gmail.com> wrote: > > As you already know from the name of the group, this list is for > discussion of Android development, not Android hardware support.
And I am an Android Developer, not an HTC Incredible owner. Sorry if I didn't make that clear. In the past, it has been extremely valuable to query other developers about a possible device specific problem. I hope that is still allowed. From this group, I found out that some knuckleheads at HTC decided to go with a 2 megabyte buffer on the HTC Thunderbolt. Let me rephrase the question: Fellow Android Developers, have you seen any pattern where Incredible users report problems due to files disappearing on a storage card? What, if anything, were you as a developer able to do about it? In fact, even if not on an HTC Incredible, have you had ever had bugs reported that came down to files missing from storage card? What was the cause? If you want code, here is some: I am calling: SQLiteDatabase.openDatabase(path, null, SQLiteDatabase.OPEN_READWRITE); That succeeds when the file exists. When the file has mysteriously disappeared, it fails. Nathan -- 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