Project

General

Profile

MigrateContactsDatabase » History » Revision 2

Revision 1 (Denis 'GNUtoo' Carikli, 05/03/2021 07:48 PM) → Revision 2/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>