MigrateContactsDatabase » History » Version 2
Denis 'GNUtoo' Carikli, 05/05/2021 02:34 PM
| 1 | 1 | Denis 'GNUtoo' Carikli | h1. MigrateContactsDatabase |
|---|---|---|---|
| 2 | 2 | Denis 'GNUtoo' Carikli | |
| 3 | h2. Warning |
||
| 4 | |||
| 5 | * This article is a work in progress |
||
| 6 | * It hasn't been tested yet and might contain mistakes |
||
| 7 | * It needs to be more clear for less technical users |
||
| 8 | |||
| 9 | h2. Migration |
||
| 10 | |||
| 11 | #. First backup your contacts somewhere safe |
||
| 12 | #. Then as root you'll need to erase your contact database: |
||
| 13 | <pre> |
||
| 14 | rm -rf /data/data/com.android.providers.contacts/databases/ |
||
| 15 | </pre> |