android-debloater icon indicating copy to clipboard operation
android-debloater copied to clipboard

Cleanup android bloatware (cr)app without root

Android Debloater

Clean your bloated device without root!

Requirement

  • ADB
  • Python3
  • A bloated android device
  • A functional brain

Debloating

  1. Clone this repo:

    git clone https://github.com/Surendrajat/android-debloater && cd android-debloater
    
  2. Connect device with adb and test with:

    adb decives
    
  3. Run

    adb shell pm list packages > pkg.list
    
  4. Open pkg.list file and add a hyphen(-) to the bloat apps.

    For eg: Change package:com.bloat.bs to -package:com.bloat.bs

  5. Save pkg.list and run:

    python debloater.py
    

Troubleshooting

Meh! It's simple. Figure out yourself. Useful link