Bash script using ADB to debloat non-rooted smartphones. Improve your privacy, the security and battery life of your device. https://gitlab.com/W1nst0n/universal-android-debloater
Go to file
2020-01-09 13:32:19 +01:00
CHANGELOG.md v1.5 2019-12-27 00:57:33 +01:00
debloat_script.sh v1.5 2019-12-27 00:57:33 +01:00
README.md Update README 2020-01-09 13:32:19 +01:00

Universal Android Debloater

DISCLAIMER : Use this script at you own risk. I am not responsible for anything that could happen to you. Don't eat it tho. It is not comestible.

But don't worry. This script should be safe as long as you only use my default debloat lists and the last stable release. The worse thing which can happen is preventing an essential system process to be loaded during boot thus causing an unfortunate bootloop. After about 5 failed system boots, the phone will automatically reboot in recovery mode and you'll have to perform a FACTORY RESET.

In any case, you can NOT brick your device with this script ! That's the main thing, right ? 😃

Don't forget to backup importants things before doing anything ! You can never be too careful !

Features :

  • Quick search among all the packages of your phone
  • Uninstall any system/user package
  • Reinstall system packages
  • ADB backup (see FAQ)
  • Brand device detection and auto-selection of the appropriate debloat list
  • Light/heavy debloat
  • Installation of alternative FOSS apps replacing stock apps (list in the WIKI section)

Universal debloat lists :

  • Amazon
  • Manufacturer bloat
  • Facebook
  • Generic Android bloat
  • Google
  • Microsoft
  • Miscellaneous

Manufacturers debloat list:

  • Archos
  • Asus
  • LG
  • Google
  • HTC
  • Huawei
  • Motorola
  • Nokia
  • OnePlus
  • Samsung
  • Sony
  • Wiko
  • Xiaomi

Phone carriers debloat list :

  • France
    • Free
    • SFR
    • Orange
    • Bouygues Telecom
  • USA
    • T-Mobile
    • Verizon
    • AT&T

How to use it (Newbies) :

  • Read the FAQ !!

  • Install Android plateform tools with your package manager :

    Debian Base :

    apt-get install android-sdk-platform-tools
    

    Arch-Linux Base :

    pacman -S android-tools
    
  • Go to the release section and download the .zip file

  • Execute debloat_script.sh et voilà !