InstallOrUpgradeReplicantWithADB » History » Version 3
Denis 'GNUtoo' Carikli, 11/28/2019 11:18 PM
add sections
1 | 1 | Denis 'GNUtoo' Carikli | h1. Install or upgrade Replicant with adb |
---|---|---|---|
2 | |||
3 | h2. Requirements |
||
4 | |||
5 | First make sure you have adb installed. If you don't the [[ToolsInstallation]] page has instructions for doing that. |
||
6 | |||
7 | h2. Download the update file |
||
8 | |||
9 | 1. First find the latest update file for your device in [[ReplicantImages]], it will look like that: |
||
10 | <pre> |
||
11 | replicant-6.0-<yourdevice>.zip |
||
12 | </pre> |
||
13 | |||
14 | For instance for the Samsung Galaxy S2, the update file will be named replicant-6.0-i9100.zip |
||
15 | 2. Download the update file on your computer |
||
16 | |||
17 | |||
18 | 2 | Denis 'GNUtoo' Carikli | h2. Reboot to recovery |
19 | 1 | Denis 'GNUtoo' Carikli | |
20 | 1. Press the power button |
||
21 | 2. Select Reboot |
||
22 | 3. Select Recovery |
||
23 | 4. Press OK |
||
24 | |||
25 | 3 | Denis 'GNUtoo' Carikli | h2. install the zip with adb |
26 | |||
27 | 1 | Denis 'GNUtoo' Carikli | You can then install the zip with adb. In the recovery: |
28 | 1. Select *Apply from ADB* |
||
29 | 2. Back to the host computer, load the system zip with sideload: |
||
30 | <pre> |
||
31 | adb sideload path/to/replicant-6.0-i9300.zip |
||
32 | </pre> |
||
33 | 3. Wait for the transfer and the installation of the files to complete. |
||
34 | Note that the percentage can stop updating at some point, way before the 100%. |
||
35 | In that case just wait for the transfer and files installation to complete. |