HomeSort by relevance Sort by last modified time
    Searched full:flashall (Results 1 - 4 of 4) 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")))))
  /development/pdk/docs/source/
building-dream.jd 23 <li>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".<br></li>
35 <li>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".<br></li>
  /libcore/
run-core-tests 19 # adb reboot bootloader && fastboot flashall
  /system/core/fastboot/
fastboot.c 219 " flashall flash boot + recovery + system\n"
674 } else if(!strcmp(*argv, "flashall")) {

Completed in 185 milliseconds