GalaxyNexusI9250Installation » History » Version 2
Paul Kocialkowski, 07/28/2013 12:58 PM
1 | 1 | Paul Kocialkowski | h1. Galaxy Nexus Installation |
---|---|---|---|
2 | |||
3 | If your phone was *SIM-unlocked* (using a code or another procedure), you must keep the nv_data.bin file: |
||
4 | <pre> |
||
5 | adb shell busybox mount -o remount,rw /factory |
||
6 | adb pull /factory/ |
||
7 | adb shell "cat /data/radio/nv_data.bin > /factory/nv_data.bin" |
||
8 | adb shell "cat /data/radio/nv_data.bin.md5 > /factory/nv_data.bin.md5" |
||
9 | </pre> |
||
10 | |||
11 | 2 | Paul Kocialkowski | This will create a copy of the contents of @/factory@. Keep these files around as a backup. |
12 | |||
13 | 1 | Paul Kocialkowski | h2. Flashing the images |
14 | |||
15 | Follow the procedure described in: [[HeimdallRecoveryInstallation]] |