Its:
/data/data/com.android.providers.telephony/databases/mmssms.db
Its a database file so if you're trying to LOOK at it, it wont work without a db viewer. You can however back it up from terminal:
cp /data/data/com.android.providers.telephony/databases/mmssms.db /sdcard/mmssms.db
Basically it'll copy the file to the root of your sdcard. If you have root access you can push it back after a wipe as well. You can just as easily use backup apps from market which do the same exact thing.

Reply With Quote

Bookmarks