Debloater is a Python-based desktop application that allows users to remove or disable unwanted system or third-party applications (also known as "bloatware") on their Android devices using ADB (Android Debug Bridge).
- Python
- Tkinter -
sudo apt-get install python3-tk
- ADB (Android Debug Bridge)
- Clone the repository.
git clone https://github.com/Musaddiq-Sultan/Android-Debloater
- Open a terminal or command prompt and navigate to the Debloater directory.
cd Android-Debloater/
- Connect your Android device to your computer using a USB cable and make sure that USB debugging is enabled on your device.
- Launch the Debloater app by running the
main.py
file.
python3 debloat.py
- Enter the package name of the application you want to remove or disable.
- Select the desired action (enable app, disable app, or uninstall app) using the radio buttons.
- Click the "Submit" button to execute the selected action.
- View the logs in the "Logs" section to see the output of the ADB commands.
- (Optional) Use the "Select App" button to view a list of installed packages and select a package from the list to automatically.