This toolkit provides a simple GUI interface to manage Android Debug Bridge (ADB) functionalities such as installing APKs and flashing recovery images. It uses Tkinter for the GUI and subprocess module to interact with ADB and Fastboot.
- Install APKs: Select a directory containing APK files and install them on the connected Android device.
- Flash Recovery: Choose a recovery image file and flash it onto the connected Android device.
- Device Information: Displays the name of the connected device.
- Abort Installation: Close the application.
- Python 3.x installed on your system.
- ADB and Fastboot installed and added to your system's PATH.
- Clone the repository or download the script.
- Ensure that ADB and Fastboot are installed and accessible from the command line.
- Run the script using Python.
python adbinstaller.py
- Connect your Android device to your computer via USB.
- Launch the application.
- Click on "Install APKs" to select a directory containing APK files and install them.
- Click on "Flash Recovery" to select a recovery image file and flash it onto the device.
- Click on "Abort" to close the application.
- Windows
- Linux
- macOS
This project is licensed under the MIT License - see the LICENSE file for details.
Special thanks to the developers of Tkinter and ADB for providing the tools necessary to create this application.