Sunday, March 04, 2012

Unlock the Galaxy Nexus Bootloader


Turn on USB debugging. Attach the phone to the computer.
‎./adb devices [just to make sure it's recognized]
‎./adb reboot bootloader [to get to the bootloader]
./fastboot oem unlock [unlocks the bootloader; select yes when asked on the phone]
‎./fastboot reboot
Simplicity.