This tool provides a simple Windows GUI application to convert Android ADB backup files (.ab) to .tar files. Currently, it does not support password-protected backups.
- Python 3
- Java 14 or higher (must be added to the environment PATH)
- Ensure that both Python 3 and Java 14 (or higher) are correctly installed and added to the system's environment PATH.
- Place the
abe.jar
file in the same directory as this tool. - Run the application and follow these steps:
- Click on the "Convert" button.
- Wait for the conversion process to complete. A command prompt window will open showing the progress.
- Once the conversion is finished, your .ab file will be converted to a .tar file.
- This tool is designed for Windows environments.
- Support for Linux will be added in a future release.
To get started, download or clone this repository to your local machine. Ensure all dependencies are met as specified in the Requirements section.