|
|
Line 1: |
Line 1: |
− | <table border=1 cellpadding=5>
| |
− | <tr><th>File name</th><th>Description</th><th>Format</th><th>Tools</th></tr>
| |
| | | |
− | <tr><td>data/com.android.providers.contacts/databases/contacts2.db</td>
| |
− | <td>Main contacts database, also may contain call logs</td>
| |
− | <td>SQLite</td>
| |
− | <td>SQLite</td></tr>
| |
− |
| |
− | <tr><td>data/com.sec.android.provider.logsprovider/databases/logs.db</td>
| |
− | <td>Contains call logs</td>
| |
− | <td>SQLite</td>
| |
− | <td>SQLite</td></tr>
| |
− |
| |
− | <tr><td>data/com.android.providers.telephony/databases/mmssms.db</td>
| |
− | <td> SMS/MMS database</td>
| |
− | <td>SQLite</td>
| |
− | <td>SQLite</td></tr>
| |
− |
| |
− | </table>
| |
− |
| |
− |
| |
− |
| |
− |
| |
− | <h2>contacts.db</h2>
| |
− |
| |
− | <h3>Full path</h3>
| |
− | data/com.android.providers.contacts/databases/contacts2.db
| |
− |
| |
− | <h3>Format</h3>
| |
− | SQLite
| |
− |
| |
− | <h3>Parsing tools</h3>
| |
− | SQLite
| |
− |
| |
− | <h3>Known apps that use this file</h3>
| |
− |
| |
− | Anything that can access contacts?
| |
− |
| |
− | <h3>Data of interest</h3>
| |
− |
| |
− | Believe it or not, contacts are in this file.
| |
− |
| |
− | <h3>Additional information</h3>
| |
− |
| |
− | It's a database
| |