blob: fb6c5161eeb8a4c0c1860d71d33a9f155d7973b2 [file] [log] [blame] [view]
Skyler Kaufman991ae4d2011-04-07 12:30:41 -07001# Flashing #
2
3To flash a device, you will need to use `fastboot`. Place the device in fastboot mode either manually by holding the appropriate key combination at boot, or from the shell with
4
5 $ adb reboot bootloader
6
7Once the device is in fastboot mode, run
8
9 $ fastboot flashall -w
10
11The `-w` option wipes the `/data` partition on the device; this is useful for your first time flashing a particular device, but is otherwise unnecessary.
12
13# Emulating #
14
15To run the emulator, type
16
17 $ emulator
18
19