Advertisement
Captain_Throwback

fastboot help instructions

Jan 30th, 2014
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. ubuntu@ubuntu:~/jet$ sudo ./fastboot -n 2048
  2. usage: fastboot [ <option> ] <command>
  3.  
  4. commands:
  5. update <filename> reflash device from update.zip
  6. flashall flash boot + recovery + system
  7. flash <partition> [ <filename> ] write a file to a flash partition
  8. erase <partition> erase a flash partition
  9. getvar <variable> display a bootloader variable
  10. boot <kernel> [ <ramdisk> ] download and boot kernel
  11. flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
  12. devices list all connected devices
  13. reboot reboot device normally
  14. reboot-bootloader reboot device into bootloader
  15.  
  16. options:
  17. -w erase userdata and cache
  18. -s <serial number> specify device serial number
  19. -p <product> specify product name
  20. -c <cmdline> override kernel commandline
  21. -i <vendor id> specify a custom USB vendor id
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement