GalaxyNexusI9250Installation » History » Version 1
Paul Kocialkowski, 07/28/2013 12:57 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 | h2. Flashing the images |
||
| 12 | |||
| 13 | Follow the procedure described in: [[HeimdallRecoveryInstallation]] |