Project

General

Profile

MigrateContactsDatabase » History » Revision 3

Revision 2 (Denis 'GNUtoo' Carikli, 05/05/2021 02:34 PM) → Revision 3/43 (Denis 'GNUtoo' Carikli, 05/05/2021 02:34 PM)

h1. MigrateContactsDatabase 

 h2. Warning 

 * This article is a work in progress 
 * It hasn't been tested yet and might contain mistakes 
 * It needs to be more clear for less technical users 

 

 h2. Migration 

 # #. First backup your contacts somewhere safe 
 # #. Then as root you'll need to erase your contact database: 

 
 <pre> 
 rm -rf /data/data/com.android.providers.contacts/databases/ 
 </pre>