Home / Overview
Welcome to the official documentation for the ADB & Fastboot GUI. This tool provides a user-friendly graphical interface for the powerful Android Debug Bridge (ADB) and Fastboot command-line utilities, making it accessible for both beginners and advanced users.
Our goal is to simplify Android device management, app debugging, and system modifications without needing to memorize complex commands.
Installation Guide
The application is cross-platform. Follow the instructions for your operating system.
Windows
- Download the latest
.exeinstaller from the Releases page. - Double-click the installer and follow the on-screen instructions.
Features
- Device Information: Connect, disconnect, reboot, and view device information with one click.
- Device Shell: A built-in terminal for running custom ADB/Fastboot commands.
- App Management: Install, uninstall, and list all APK's.
- File Explorer: Push and pull files.
- Fastboot Operations: Flash images, lock/unlock bootloader, and erase partitions.
Connection Guide
Connecting Your Device with USB
To use ADB, you must first enable USB Debugging on your device:
- Go to Settings > About phone.
- Tap on Build number 7 times to enable Developer options.
- Go back to Settings > Developer options and enable USB debugging.
- Connect your device to your computer via USB. A prompt will appear on your device to "Allow USB debugging." Check "Always allow from this computer" and tap OK.
Go to the Devices section. There you will see your device's serial number."
Connecting Your Device with Wireless
To use ADB, you must first enable Wireless Debugging on your device:
- Go to Settings > About phone.
- Tap on Build number 7 times to enable Developer options.
- Go back to Settings > Developer options and enter Wireless debugging.
- Then tap “Pair device with pairing code” and tap the “Wireless Connection” button in the software.
- In the window that opens, enter the pairing IP and pairing code in the first box (“PAIRING IP” “PAIRING CODE”).
- If your device is connecting for the first time, select the checkbox below and enter the first IP address you see in the “Wireless debugging” section into the second box, then press the ‘Connect’ button. If you see the message “Connected,” the device is connected.
Go to the Devices section. There you will see your device's serial number."
Frequently Asked Questions
My device isn't detected. What should I do?
Ensure you have the correct USB drivers installed for your device. Also, verify that USB Debugging is enabled and you have authorized your computer on the device.
Is this tool safe? Can it brick my device?
The tool is a graphical interface for official ADB and Fastboot commands. While standard operations are safe, actions in Fastboot mode (like flashing incorrect images) carry inherent risks. Always ensure you know what you are doing.
Troubleshooting
Error: 'device unauthorized' (USB Debugging)
This means you haven't approved the USB debugging connection on your Android device. Disconnect and reconnect the device to see the authorization prompt again.
Developer Guide
Interested in contributing? Here�s how to set up the development environment.
Setup
# Clone the repository
git clone https://github.com/Tentex1/ADBFastbootGUI.git
cd ADBFastbootGUI
Changelog / Release Notes
v2.0 (Latest) - 9-1-2025
- Patched: New Tab Controlled Theme!
- Added: Scrcpy and Its Features!
- Added: Advanced APK removal and listing!
- Fastboot Added: Erase Partition, More Flash Partitions, and OEM Lock/Unlock
- ADB Added: Device Backup/Restore, Real-time Log, and Serial Number Retrieval!
- Added: Dark Mode & Color Theme.
- Added: Added ability to connect more Fastboot and ADB devices!
- Fixed: A bug where APK installation would fail on some devices.
v1.0 - 7-11-2025
- Initial public release.
License Information
This software is open-source and distributed under the MIT License.
MIT License
Copyright (c) 2025 Duran
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.