Skip to content

Instantly share code, notes, and snippets.

@archon810
Created November 12, 2014 22:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save archon810/f336192f1d85b3203bbc to your computer and use it in GitHub Desktop.
Save archon810/f336192f1d85b3203bbc to your computer and use it in GitHub Desktop.
c:\Temp\factory images\hammerhead-lrx21o>fastboot flash boot boot.img
target reported max download size of 1073741824 bytes
sending 'boot' (8852 KB)...
OKAY [ 0.511s]
writing 'boot'...
OKAY [ 0.762s]
finished. total time: 1.280s
c:\Temp\factory images\hammerhead-lrx21o>fastboot flash cache cache.img
target reported max download size of 1073741824 bytes
erasing 'cache'...
OKAY [ 0.710s]
sending 'cache' (13348 KB)...
OKAY [ 0.678s]
writing 'cache'...
OKAY [ 1.086s]
finished. total time: 2.481s
c:\Temp\factory images\hammerhead-lrx21o>fastboot flash recovery recovery.img
target reported max download size of 1073741824 bytes
sending 'recovery' (9552 KB)...
OKAY [ 0.542s]
writing 'recovery'...
OKAY [ 0.794s]
finished. total time: 1.339s
c:\Temp\factory images\hammerhead-lrx21o>fastboot flash system system.img
target reported max download size of 1073741824 bytes
erasing 'system'...
OKAY [ 0.929s]
sending 'system' (981596 KB)...
OKAY [ 33.280s]
writing 'system'...
OKAY [ 67.075s]
finished. total time: 101.290s
c:\Temp\factory images\hammerhead-lrx21o>fastboot reboot
rebooting...
finished. total time: 0.002s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment