fastboot is a tool that comes with the Android SDK. It can be used to manipulate the partitions of your Android device when booted into the bootloader. DO NOT USE this tag for Ember FastBoot related questions.
fastboot is a tool that comes with the Android SDK. When your Android device is booted into the bootloader and connected to a computer over a USB connection it can be used to manipulate the partitions of your Android device. It has various functions including
- flashing images to different partitions
- erasing the data on different partitions, and
- completely reflashing your device from an
update.zip
file
It is a powerful tool that used incorrectly can damage your Android device or completely wipe all of the data from it.