Skip to content

Surendrajat/android-debloater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Cleanup android bloatware (cr)app without root

Topics

Resources

Stars

Watchers

Forks

Languages