MinorVersionUpgrade » History » Version 1
Denis 'GNUtoo' Carikli, 12/15/2017 12:20 PM
Based on https://redmine.replicant.us/projects/replicant/wiki/GalaxyNote2N7100Installation
1 | 1 | Denis 'GNUtoo' Carikli | h1. Galaxy Note 2 N7100 minor version upgrade |
---|---|---|---|
2 | |||
3 | h2. Downloading the files |
||
4 | |||
5 | The first step in the installation process is to download and set up the files that will be used to update Replicant to the device. |
||
6 | |||
7 | There are several ways of updating the device, either by: |
||
8 | * Downloading the update directly on device, and updating without the need of a computer. |
||
9 | * Downloading the update on a computer, copying it to the device, and updating without the need of a computer. |
||
10 | * Downloading the update on a computer, and using a command line tool called adb to perform sideload. |
||
11 | |||
12 | First find out what the latest image is: check out the @Last image@ part of the general table on [[GalaxyNote2N7100]]. |
||
13 | Then download the latest system image (replicant-6.0-n7100.zip) from [[ReplicantImages]] either on the device or on your computer, depending on the update procedure you have chosen. |
||
14 | |||
15 | h2. Copying the files to the device |
||
16 | |||
17 | If you already downloaded the update on the device, you should skip this section. |
||
18 | |||
19 | h3. Using the storage of the device |
||
20 | |||
21 | h4. Using the internal storage |
||
22 | |||
23 | 1. Make sure the device is started up and has an Android system running |
||
24 | 2. Connect the USB cable to both the computer and the device |
||
25 | 3. Enable USB mass storage on the device |
||
26 | 4. Mount the mass storage on the computer |
||
27 | 5. Copy the @replicant-6.0-n7100.zip@ file at the origin of the mass storage |
||
28 | 6. Safely unmount the mass storage on the computer |
||
29 | 7. Disable USB mass storage on the device |
||
30 | |||
31 | h4. Using a microSD card |
||
32 | |||
33 | 1. Connect the microSD card to the computer (e.g. using an USB card reader) |
||
34 | 2. Mount the microSD card on the computer |
||
35 | 3. Copy the @replicant-6.0-n7100.zip@ file at the origin of the microSD card |
||
36 | 4. Safely unmount the microSD card on the computer |
||
37 | 5. Disconnect the microSD card from the computer |
||
38 | 6. Insert the microSD card in the device (make sure it is turned off before inserting the card) |
||
39 | |||
40 | h3. Installing ADB |
||
41 | |||
42 | Instructions to install ADB: [[ToolsInstallation#ADB|ToolsInstallation]] |
||
43 | |||
44 | h2. Installing the images |
||
45 | |||
46 | Now that both the computer and the device are set up, it is time to actually install the images to the device. |
||
47 | |||
48 | 2. Make sure the device reboots to recovery |
||
49 | |||
50 | h3. Data wipe |
||
51 | |||
52 | When updating to a new minor release (e.g. from Replicant 6.0 0001 to Replicant 6.0 0002), a data wipe is usually not required, so it is strongly advised not to wipe the data as all the application settings and data would be gone. |
||
53 | |||
54 | 7. Select *Apply update* |
||
55 | |||
56 | h3. Using the storage of the device |
||
57 | |||
58 | h4. Using the internal storage |
||
59 | |||
60 | 8. Select *Choose from emulated* |
||
61 | 9. Select the system zip: *replicant-6.0-n7100.zip* |
||
62 | Note: if your device was running Android 4.2 and later, it may be located in the *0* directory |
||
63 | 10. Confirm the installation |
||
64 | |||
65 | h4. Using a microSD card |
||
66 | |||
67 | 8. Select *Choose from sdcard1* |
||
68 | 9. Select the system zip: *replicant-6.0-n7100.zip* |
||
69 | Note: if your device was running Android 4.2 and later, it may be located in the *0* directory |
||
70 | 10. Confirm the installation |
||
71 | |||
72 | h3. Using ADB sideload |
||
73 | |||
74 | 8. Select *Apply from ADB* |
||
75 | 9. Back to the host computer, load the system zip with sideload: |
||
76 | <pre> |
||
77 | adb sideload path/to/replicant-6.0-n7100.zip |
||
78 | </pre> |
||
79 | 10. Make sure the file is being transfered |
||
80 | |||
81 | h3. Completing the installation |
||
82 | |||
83 | 11. Press the back key (if necessary) to get back to the general menu |
||
84 | |||
85 | 16. Select *Reboot system now* to reboot the device |
||
86 | |||
87 | *Your device should now be updated!* |