Skip to content

Instantly share code, notes, and snippets.

@sjp38
Last active December 20, 2015 05:18
Show Gist options
  • Save sjp38/6077043 to your computer and use it in GitHub Desktop.
Save sjp38/6077043 to your computer and use it in GitHub Desktop.
Gist for blog article "How to upgrade your nexus device using factory image"
$ adb reboot bootloader
(만약 bootoloader가 lock 되어 있다면 다음 명령으로 언락 합니다)
$ fastboot oem unlock
$ ./flash-all.sh
(만약 bootoloader를 다시 lock 하고 싶다면 다음 명령으로 다시 lock 합니다)
$ fastboot oem lock
$ fastboot reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment