Quote:
Originally Posted by tomsem
Could be.
I have a jail broken Kindle Touch but I don’t think it would tell us much. I think I remember seeing the SQLite DB on there but it didn’t open with the DB client I tried. But I’ll have another look after I get the battery charged up.
|
sqlitebrowser (cross platform, open source, compiled binaries available) has worked for me for browsing, I don't think that or the amazon supplied sqlite3 can update the db because amazon got cute with some superfluous custom function. NiLuJe supplies an sqlite3 that will but I don't remember which package.
/val/ocal/cc.db is the most likely suspect, but there are others. amazon tends to make tables with a huge number of columns, so a dump to tsv or csv, import to spread sheet and
hide irrelevant columns might make inspecting easier.