Skip to content

Instantly share code, notes, and snippets.

@Epsiloni
Created June 9, 2015 07:48
Show Gist options
  • Save Epsiloni/47493366fcad9ff79e80 to your computer and use it in GitHub Desktop.
Save Epsiloni/47493366fcad9ff79e80 to your computer and use it in GitHub Desktop.
Nexus 9 Image Flashing Command
fastboot flash boot boot.img && fastboot flash cache cache.img && fastboot flash recovery recovery.img && fastboot flash system system.img && fastboot flash vendor vendor.img
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment