Created
June 3, 2015 04:26
-
-
Save thespianartist/f34ffad3caca97bdeadc to your computer and use it in GitHub Desktop.
How to install developer preview in Nexus 9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./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 |
Author
thespianartist
commented
Mar 9, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment