Skip to content

Instantly share code, notes, and snippets.

@thespianartist
Created June 3, 2015 04:26
Show Gist options
  • Save thespianartist/f34ffad3caca97bdeadc to your computer and use it in GitHub Desktop.
Save thespianartist/f34ffad3caca97bdeadc to your computer and use it in GitHub Desktop.
How to install developer preview in Nexus 9
./adb reboot bootloader
./fastboot oem unlock
./fastboot flash bootloader bootloader-flounder-3.47.0.0125.img
./fastboot reboot-bootloader
./fastboot flash recovery recovery.img
./fastboot flash boot boot.img
./fastboot flash system system.img
./fastboot flash vendor vendor.img
./fastboot flash cache cache.img
./adb reboot bootloader
@thespianartist
Copy link
Author

captura de pantalla 2016-03-09 a las 1 11 51 p m

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment