This utility offers a set of commands to control Android smartphones and tablets. Users can format the internal memory, create backups, and update firmware, among other things.
ADB FastBoot
ADB FastBoot is a Windows application that can help you install new firmware on various mobile devices. The utility does not have a graphical interface, so you need to use the command line to work with it. It is possible to perform service operations, create partitions and backup the system.
Firmware
To install new firmware, you need to specify a path to the IMG file. Additionally, the utility allows the creation and formatting of partitions. Before you proceed, however, it is recommended to create a backup copy of your system with the adb backup command.
Debugging
With this utility, developers are able to debug their apps. It is necessary to use the adb install command and specify the path to the executable file. This way you can install apps without using Google Play.
Additionally, it is possible to remove system apps and remove background processes from RAM. Another command adb logcat allows you to write every action in a journal for later review.
File sharing
Users can transfer files from a mobile device to the PC and back. Besides, you can restore previously created backups.
Features
- free to download and use;
- as with ADB Run, this utility provides additional control over mobile devices;
- users can install new firmware and format partitions;
- possibility to boot a smartphone or tablet into the download mode;
- can help with app debugging;
- compatible with all modern versions of Windows.