SQLite is a relational database management system (RDBMS). Instead of running a server process, SQLite databases are directly accessed by running the 'sqlite' binary.

learn more… | top users | synonyms

2
votes
0answers
199 views

Can Not Open mmssms.db

I have taken a copy of the mmssms.db from the /data/data/com.android.providers.telephony/databases/ I am trying to open this in sqliteman, but the database does not want to load in, I have taken ...
1
vote
0answers
112 views

GTab with access denied to all app databases

I have a brand new GTAB (Android) that was working fine but suddenly, give a reboot while I was using anMoney, a very good application of financial organization. Until anything I'd like to observe ...
1
vote
0answers
351 views

Rooted Phone's data folder now empty

I used to see all the dbs in File Explorer , now all of a sudden the data folder is empty, What could have happened? Phone: Motorola Droid X (original). I have been debugging rigorously, the only ...
0
votes
0answers
121 views

Can't run sqlite3 via adb

I'm trying to help a friend about a device with a locked screen to which he forgot the password for it. There are no associated accounts. While trying to perform the steps described in Disable Pattern ...