That's odd, I just tried it and indeed it only works for 3.7.x version. Looking up the error brought up this page: http://www.sqlite.org/draft/wal.html Particularly the part of backwards compatibility.
Seems that something happened with that file, or it was in the middle of an operation or something. So, I would say it's a bug. I don't think there are any other compile options for sqlite lite to make the file format be different. On Wed, Aug 3, 2011 at 10:02 PM, Zsolt Vasvari <[email protected]> wrote: > This just happened again -- it's becoming an almost daily occurence. > He was trying to move his data from his Incredible to his Galaxy. > This is what the user says: > > "The Incredible has a custom ROM on it, I got it from someone with one > on it. The Galaxy is pure stock Samsung official. " > > > > On Aug 4, 9:16 am, Zsolt Vasvari <[email protected]> wrote: >> > If you are going to make claims about widespread fragmentation, it is >> > up to you to provide proof in the form of a reproducible test case. >> >> > If you don't want to take the time to supply such proof, that's fine, >> > but then please expect us to be dubious of your claims, until somebody >> > else supplies such a reproducible test case. >> >> Fair enough. I created a database on SQLite 3.7.2 (Cyognemod) and >> tried loading it into V3.6.22. >> >> This is the error I am getting: >> >> sqlite3 "My Book #4" >> SQLite version 3.6.22 >> Enter ".help" for instructions >> Enter SQL statements terminated with a ";" >> sqlite> .tables >> .tables >> Error: database disk image is malformed >> >> I am sending you the database in a private e-mail. >> >> >> >> >> >> > -- >> > Mark Murphy (a Commons >> > Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy >> >> > Android Training in NYC:http://marakana.com/training/android/- Hide quoted >> > text - >> >> - Show quoted text - > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- ~ Jeremiah:9:23-24 Android 2D MMORPG: http://solrpg.com/, http://www.youtube.com/user/revoltingx -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

