Effortlessly remove up to 98% of bloatware apps from your Android device without requiring root access. Developed in Rust for maximum efficiency and reliability. And it is lightweight.
This tool is highly powerful, even without root access. Only remove apps that you are absolutely certain are bloatware. Deleting essential system apps could cause your device to malfunction.
- Supported Devices
- Supported Platforms
- How to Use
- Important Notes
- Customizing the
pkgs.txtFile - Guide to Download, Open ADB on Windows, and Check Device Connection
- Troubleshooting Tips
- Building the App
The tool has been tested on the following devices:
| Device | Brand | Status |
|---|---|---|
| Y16-64GB | Vivo | ✅ - PASS |
| Y16-32GB | Vivo | ✅ - PASS |
| A5 CPH1909 32GB | Oppo | ❌ - FAIL |
| OS | Status |
|---|---|
| Windows | ✅ |
| Linux | ✅ |
| macOS | ❌ |
| OS | Status |
|---|---|
| Android 10+ | ✅ |
| iOS | ✅ |
-
Download and Set Up ADB: Refer to our detailed Guide to Download, Open ADB on Windows, and Check Device Connection.
-
Download the Tool: Download
Super-Bloatware-Remover-vX.X.zipfrom the latest release. Alternatively, download the entire repository, which includes thepkgsfolder and the main application. -
Run the Tool:
- Execute
Super-Bloatware-Remover-vX.X.exe. - Provide required paths when prompted:
- Pkgs Path: Path to your
pkgs.txtfile. - ADB Path: Full path to your ADB folder (e.g.,
C:\platform-tools) or simplyadbif it's in your system'sPATHvariable.
- Pkgs Path: Path to your
- Execute
-
Download and Set Up ADB:
- Install ADB (Android Debug Bridge) on your system.
- Connect your Android device via USB cable and enable USB debugging on the device.
-
Download the Tool:
- Download the
Super-Bloatware-Remover-vX.Xbinary and thepkgs.zipfile from the releases section. - Extract the
pkgsfolder.
- Download the
-
Run the Tool:
- Navigate to the directory containing the
pkgsfolder. - Make the binary executable:
chmod +x ./Super-Bloatware-Remover-vX.X
- Execute the binary:
./Super-Bloatware-Remover-vX.X
- Navigate to the directory containing the
-
Provide Required Paths:
- Pkgs Path: Path to the
pkgs.txtfile (e.g.,./pkgs/vivo/pkgs.txt). - ADB Path: Enter
adbif it's in your system'sPATH, or provide the full path to the ADB executable.
- Pkgs Path: Path to the
pkgs.txt: This file lists the package names of apps considered bloatware. If unsure, use the defaultpkgs.txtprovided.- Samsung Devices: Typically have fewer bloatware apps. A Samsung-specific list is not included.
The pkgs.txt file is customizable, allowing you to add or remove package names as needed. Each line should contain the package name of an app to be removed.
com.google.android.youtube
com.facebook.appmanager
- Use the following ADB command to list all installed packages:
adb shell pm list packages
- Add the desired package names to your
pkgs.txtfile.
- Visit the official Android Developers SDK Platform Tools.
- Download the SDK Platform Tools for Windows.
- Extract the ZIP file to a convenient location, such as
C:\platform-tools.
- Open the folder where you extracted platform-tools.
- Hold Shift, right-click inside the folder, and select "Open PowerShell window here" or "Open Command Window here".
- Type
adb versionand press Enter to verify ADB installation.
- Go to Settings > About phone.
- Tap Build number 7 times to enable Developer options.
- Go back to Settings, locate Developer options, and enable USB debugging.
- Connect your Android device via USB cable.
- Type
adb devicesin the command window and press Enter. - Accept the USB debugging prompt on your device if it appears.
- Your device should appear in the list with its serial number.
- Execute
Super-Bloatware-Remover-vX.X.exe. - Provide the required paths when prompted.
- Ensure your device remains connected and recognized by ADB.
- If
adb devicesdoesn’t list your device:- Reconnect the USB cable.
- Update USB drivers.
- Toggle USB debugging off and on in your device settings.
If you wish to build the app on your computer due to compatibility issues, follow these steps:
-
Clone the repository and navigate to the directory:
git clone https://github.com/junaidcodingmaster/Super-Bloatware-Remover.git cd Super-Bloatware-Remover -
Install requirements and build the app:
./build.sh --install ./build.sh --build
Refer to the Build Script Documentation for detailed instructions.
Made by Junaid