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