Skip to content

Instantly share code, notes, and snippets.

@nhirata
Last active August 29, 2015 14:22
Show Gist options
  • Save nhirata/fb70d9fb747b25c0b6ec to your computer and use it in GitHub Desktop.
Save nhirata/fb70d9fb747b25c0b6ec to your computer and use it in GitHub Desktop.
flashimg.sh
#!/bin/sh
adb reboot bootloader
fastboot devices
fastboot flash system system.img
fastboot flash boot boot.img
fastboot flash userdata userdata.img
fastboot flash cache cache.img
fastboot flash recovery recovery.img
fastboot reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment