Project

General

Profile

MigrateContactsDatabase » History » Version 33

Denis 'GNUtoo' Carikli, 06/02/2022 02:46 PM
Use images in the tutorial

1 1 Denis 'GNUtoo' Carikli
h1. MigrateContactsDatabase
2 2 Denis 'GNUtoo' Carikli
3 31 Denis 'GNUtoo' Carikli
{{toc}}
4 1 Denis 'GNUtoo' Carikli
5 31 Denis 'GNUtoo' Carikli
h2. Warnings
6
7
Improvements to this article are welcome:
8 2 Denis 'GNUtoo' Carikli
* This article is a work in progress
9
* It hasn't been tested yet and might contain mistakes
10 4 Denis 'GNUtoo' Carikli
* It needs to be more clear for less technical users
11 1 Denis 'GNUtoo' Carikli
12 31 Denis 'GNUtoo' Carikli
h2. Migration overview
13 4 Denis 'GNUtoo' Carikli
14 19 Denis 'GNUtoo' Carikli
Starting with @Replicant 6.0 0004 RC5@, the internal contact database format has changed due to the removal of some nonfree code (the Ambient SDK).
15 1 Denis 'GNUtoo' Carikli
16 19 Denis 'GNUtoo' Carikli
So when upgrading from a Replicant 6.0 image before @Replicant 6.0 0004 RC5@, you will need to follow the migration procedure that is in this wiki page.
17
18
If you follow it, you will have to backup your contact database to a file, then you will erase the internal contact database from within the Replicant recovery.
19
20
When this is done you will be able to install the new Replicant image.
21
22
After that you will be able to restore your contacts database by restoring it from the file you backuped it to.
23
24
h2. Backuping your contacts in a file
25
26 33 Denis 'GNUtoo' Carikli
First, you'll need to make sure Replicant is booted on the device and open the stock contact application. Here's how it looks like after the first start of Replicant 6.0 0003:
27 1 Denis 'GNUtoo' Carikli
28 33 Denis 'GNUtoo' Carikli
!01_launcher.png!
29
30 1 Denis 'GNUtoo' Carikli
Then if it shows a screen with "No contacts." in it, you won't need to backup the contacts to a file since you have no contacts, so you can skip this section (Backuping your contacts in a file), but you will still need to follow the rest of the tutorial in order to erase the internal contact database, otherwise your device may continuously crash after installing a new Replicant version with a different contact database format.
31
32 33 Denis 'GNUtoo' Carikli
If instead it shows some contacts, like in the following image you will then need to backup them to a file:
33
!02_contacts.png!
34 1 Denis 'GNUtoo' Carikli
35 33 Denis 'GNUtoo' Carikli
To do that you will first need to go in the contact application settings. For that click on the menu button (it's on the top right and it consists of 3 vertical dots):
36
!02_contacts.png!
37 1 Denis 'GNUtoo' Carikli
38 33 Denis 'GNUtoo' Carikli
That will display a menu. You will then have to select "Import/export" and then "Export to .vcf file":
39
!03_menu.png!
40 1 Denis 'GNUtoo' Carikli
41 33 Denis 'GNUtoo' Carikli
It will then display a new screen with many contacts. You will need to click a menu button again (it's on the top right and it consists of 3 vertical dots):
42 1 Denis 'GNUtoo' Carikli
43 33 Denis 'GNUtoo' Carikli
!05_contact-list.png!
44 1 Denis 'GNUtoo' Carikli
45 33 Denis 'GNUtoo' Carikli
Then  a new menu with only one option ("All [ ]") will appear:
46
!06_contact-list-menu.png!
47 1 Denis 'GNUtoo' Carikli
48 33 Denis 'GNUtoo' Carikli
You will need to select this option to select all contacts. This will bring to a new screen with all the contacts being checked. You will then need to press the right tick (it looks like a V) that is between the search button and the menu button on the top-right of the screen.
49 7 Denis 'GNUtoo' Carikli
50 33 Denis 'GNUtoo' Carikli
!07_contact-list-menu-checked.png!
51 7 Denis 'GNUtoo' Carikli
52 33 Denis 'GNUtoo' Carikli
Once this is done, it typically brings you to the download application that let you save your contact to a file in the device. As there are no other options you need to select "Download" on the left to save it to the download folder:
53
!08_downloads.png!
54 7 Denis 'GNUtoo' Carikli
55 33 Denis 'GNUtoo' Carikli
It's then strongly advised to copy the resulting file outside of the phone for instance:
56
* To copy it on a microSD and keep the microSD in a safe place where you won't loose it
57
* To copy it on an USB key with the help of a special usb cable
58
* To copy it on your computer with the help of adb
59 4 Denis 'GNUtoo' Carikli
60
h2. Setup ADB
61
62
Follow the instructions for [[ADB|setting up ADB on your computer]] so that you can access a root shell on your device.
63
64
*NOTE*: when prompted on your Replicant device, make sure that you check the box that says *Always allow from this computer* when you grant your computer USB debugging permissions. Otherwise, you will be unable to obtain root shell access on your Replicant device when you reboot it into the recovery OS to actually perform the backup.
65
66
*NOTE*: for security reasons, you may want to [[ADB#Revoking-all-computers-USB-debugging-permissions|revoke these non-expiring permissions]] once the backup is complete.
67
68 12 Denis 'GNUtoo' Carikli
h2. Reboot into the recovery
69
70
To reboot in the recovery, you can follow the instructions in the [[RebootIntoTheRecovery]] wiki page.
71
72 6 Denis 'GNUtoo' Carikli
h2. Mount the data partition
73
74 14 Denis 'GNUtoo' Carikli
You then need to mount the data partition.
75 1 Denis 'GNUtoo' Carikli
76 28 Denis 'GNUtoo' Carikli
For the @Galaxy S III (GT-I9300)@, the @Galaxy Note II (GT-N7100)@ and the @Galaxy Note 8.0 (GT-N51xx)@, you can use the following command:
77 9 Denis 'GNUtoo' Carikli
<pre>
78 13 Denis 'GNUtoo' Carikli
mount /dev/block/platform/*/by-name/USERDATA /data/
79 1 Denis 'GNUtoo' Carikli
</pre>
80 9 Denis 'GNUtoo' Carikli
81 26 Denis 'GNUtoo' Carikli
And for the @Galaxy Nexus (GT-I9250)@, you can use the following command:
82 11 Denis 'GNUtoo' Carikli
<pre>
83 26 Denis 'GNUtoo' Carikli
mount /dev/block/platform/*/*/by-name/userdata /data/
84 25 Denis 'GNUtoo' Carikli
</pre>
85 11 Denis 'GNUtoo' Carikli
86 27 Denis 'GNUtoo' Carikli
For the @Galaxy S II (GT-I9100)@ and the @Galaxy Note (GT-N7000)@, you can use the following command instead:
87 26 Denis 'GNUtoo' Carikli
88 23 Denis 'GNUtoo' Carikli
<pre>
89 26 Denis 'GNUtoo' Carikli
mount /dev/block/platform/*/by-name/DATAFS /data/
90 23 Denis 'GNUtoo' Carikli
</pre>
91
92 24 Denis 'GNUtoo' Carikli
And for the @Galaxy Tab 2 (GT-P31xx, GT-P51xx)@:
93
<pre>
94
mount /dev/block/platform/*/*/by-name/DATAFS /data/
95 21 Denis 'GNUtoo' Carikli
</pre>
96 4 Denis 'GNUtoo' Carikli
97
h2. Erase your contact database
98
99
Once in the recovery, you will then be able to erase your contact database:
100
101 2 Denis 'GNUtoo' Carikli
<pre>
102 1 Denis 'GNUtoo' Carikli
rm -rf /data/data/com.android.providers.contacts/databases/
103 22 Denis 'GNUtoo' Carikli
rm -rf /data/data/com.android.dialer/
104 1 Denis 'GNUtoo' Carikli
</pre>
105 4 Denis 'GNUtoo' Carikli
106 15 Denis 'GNUtoo' Carikli
Once this is done you will need to umount the userdata partition. This can be done with the following command:
107
<pre>
108 29 Denis 'GNUtoo' Carikli
umount /data/
109 15 Denis 'GNUtoo' Carikli
</pre>
110 10 Denis 'GNUtoo' Carikli
111 4 Denis 'GNUtoo' Carikli
h2. Install the new Replicant images
112 1 Denis 'GNUtoo' Carikli
113
Once the backup is done, you can proceed to install the Replicant images that have the contact database format to migrate to.
114 19 Denis 'GNUtoo' Carikli
115
h2. Restoring your contacts from a file
116
117
TODO
118 4 Denis 'GNUtoo' Carikli
119
h2. Revoke USB debugging permissions
120
121
If you don't need @USB debugging permissions@ anymore, it might be a good idea to remove them. The [[ADB#Revoking-all-computers-USB-debugging-permissions|Revoking all computer's USB debugging permissions]] section in the ADB wiki page explains how to do that.
122
123 17 Denis 'GNUtoo' Carikli
h2. Finally
124
125 16 Denis 'GNUtoo' Carikli
That's it! Your contacts database is now backed up.
126 17 Denis 'GNUtoo' Carikli
127
h2. Extra information
128
129
The file you backuped your contact in is in the "VCard":https://en.wikipedia.org/wiki/VCard format. That format is a standard, and many other software are compatible with it.