Actions
GalaxyNexusI9250Installation » History » Revision 2
« Previous |
Revision 2/19
(diff)
| Next »
Paul Kocialkowski, 07/28/2013 12:58 PM
Galaxy Nexus Installation¶
If your phone was SIM-unlocked (using a code or another procedure), you must keep the nv_data.bin file:
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"
This will create a copy of the contents of /factory
. Keep these files around as a backup.
Flashing the images¶
Follow the procedure described in: HeimdallRecoveryInstallation
Updated by Paul Kocialkowski almost 12 years ago · 2 revisions