This tool provides an easy-to-use graphical interface (GUI) to help users manage and uninstall unnecessary packages (bloatware) on Android devices. It enables a streamlined approach to debloating, with the added option to enable Dark Mode for a more comfortable user experience.
- Package Management: Easily list, search, and uninstall selected Android packages (bloatware).
- Dark Mode: Optional Dark Mode to reduce eye strain.
- Custom Icon: The tool includes a custom Android-related icon for a personalized touch.
- ADB (Android Debug Bridge) must be installed and properly set up on your system Download.
- Python 3.x (for those running the script version)
- PyQt5 and Pillow for image processing (for those running the script version)
Download the latest executable from the Releases Section.
- Connect your Android device to your computer with USB debugging enabled.
- Run the downloaded
.exe
file. - List Installed Packages: Click on the
List Installed Packages
button to view all apps installed on your device. - Search Packages: Use the search bar to filter the list of packages.
- Uninstall Packages: Select one or more packages and click on
Uninstall Selected Packages
. - Enable Dark Mode: Check the
Enable Dark Mode
checkbox for a more comfortable interface.
- Clone the repository:
git clone https://github.com/oop7/Android_debloater.git
- Install required dependencies:
pip install -r requirements.txt
- Run the tool:
python android_debloater.py
- Install PyInstaller:
pip install pyinstaller
- Build the executable:
pyinstaller --onefile android_debloater.py
This will generate an .exe
file in the dist/
directory.
This project is licensed under the GLP-3.0 License. See the LICENSE file for details.