HomeSort by relevance Sort by last modified time
    Searched full:flashall (Results 1 - 8 of 8) sorted by null

  /development/ide/emacs/
android-host.el 37 ;; C-x a f android-fastboot-flashall
39 ;; android-fastboot-flashall is still work in progress, check the
60 (define-key map (kbd "f") 'android-fastboot-flashall))
100 (defun android-fastboot-flashall (arg)
101 "Execute 'fastboot -p <product> flashall'.
114 (concat (android-fastboot) " flashall -w"))
117 (concat (android-fastboot) " flashall")))))
  /docs/source.android.com/src/source/
flashing.md 25 $ fastboot flashall -w
building-dream.md 44 8. from this point, the fastboot tool (which is put automatically in your path) can be used to flash a device: boot the device into the bootloader by holding the back key while pressing the power key, and run `fastboot -w flashall`.
building-devices.md 171 $ fastboot flashall
176 $ fastboot -w flashall
building.md 88 $ fastboot flashall -w
  /device/ti/panda/
README 51 fastboot flashall
  /packages/providers/CalendarProvider/tests/
EMMA_README 16 # - fastboot flashall
  /system/core/fastboot/
fastboot.c 226 " flashall flash boot + recovery + system\n"
707 } else if(!strcmp(*argv, "flashall")) {

Completed in 173 milliseconds