Project

General

Profile

ReplicantReleaseNotes » History » Version 7

Denis 'GNUtoo' Carikli, 06/02/2022 03:00 PM
Make sure that users understand that they need to restore their contacts after having installed a 0004 / 0004 transition

1 1 Denis 'GNUtoo' Carikli
h1. ReplicantReleaseNotes
2
3 4 Denis 'GNUtoo' Carikli
{{toc}}
4
5 1 Denis 'GNUtoo' Carikli
h2. Replicant 6.0 0004
6
7 2 Denis 'GNUtoo' Carikli
h3. Installation and upgrade instructions
8 1 Denis 'GNUtoo' Carikli
9 2 Denis 'GNUtoo' Carikli
h4. Installation from scratch
10
11 6 Denis 'GNUtoo' Carikli
If you are installing Replicant 6.0 0004 from scratch you can simply follow the usual [[ReplicantInstallation]] instructions.
12 2 Denis 'GNUtoo' Carikli
13 6 Denis 'GNUtoo' Carikli
You can also follow the [[ReplicantInstallation]] instructions if erasing your data in the process is not an issue or if you are upgrading from Replicant 4.2 (as nobody wrote instructions to upgrade from Replicant 4.2 while keeping the data).
14 2 Denis 'GNUtoo' Carikli
15
h4. Upgrading from a previous Replicant 6.0 version
16 1 Denis 'GNUtoo' Carikli
17 6 Denis 'GNUtoo' Carikli
Upgrading from a previous Replicant 6.0 version like Replicant 6.0 0003 Replicant 6.0 0004 requires a special procedure to do a data migration.
18
19
This is because because:
20 2 Denis 'GNUtoo' Carikli
* All the release of Replicant 6.0 after the 0003 have been signed with different keys than the ones before.
21
* The contact database has changed format due to the removal of nonfree Ambient SDK code
22
23 6 Denis 'GNUtoo' Carikli
If for some reasons you don't care about keeping your data, or that for some reasons these procedure fails and that you don't care about your data, you can simply follow [[ReplicantInstallation]].
24 2 Denis 'GNUtoo' Carikli
25 7 Denis 'GNUtoo' Carikli
To upgrade from Replicant 6.0 0003:
26
* You will first need to prepare your device for the migration of the contact database. See the [[MigrateContactsDatabase]] article for the instructions on how to do that.
27
* Then once this is done, for migrating to Replicant 6.0 0004, you will need to read the [[AndroidSystemKeyMigration]] article before following the [[MinorVersionUpgrade]] installation instructions.
28
* Then you will need to restore your contacts. See the [[MigrateContactsDatabase]] article again for that.
29 3 Denis 'GNUtoo' Carikli
30
h5. Galaxy Nexus and a Galaxy Tab 2 graphics
31
32
Due to a bug with the integration of a new, more compatible graphic stack based on llvmpipe, once booted, the Galaxy Nexus and a Galaxy Tab 2 graphics are extremely slow.
33
34
So if you have a Galaxy Nexus (GT-I9250), a Galaxy Tab 2 (GT-P3100, GT-P3110, GT-P3113, GT-P5100, or GT-P5110 ) you might also want to restore the previous graphics stack.
35
36
To do that, you can follow the [[EnablingRootAccess]] article to get root access on the device, and run the following command on the device:
37
<pre>
38
graphics.sh faster
39
</pre>
40
41
It will reboot and restore the previous graphic stack.
42
43
The [[Graphics#Methods-to-choose-the-software-renderer]] article also has more details on the topic.
44
45
</pre>