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
2019-12-27 00:57:33 +01:00
CHANGELOG.md v1.5 2019-12-27 00:57:33 +01:00
debloat_lists.sh 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 v1.5 2019-12-27 00:57:33 +01:00

Universal Android Debloater

DISCLAIMER : I am not responsible for thermonuclear war, you getting fired because you broke the alarm app or for anything that could happen to your phone actually.

But don't worry. This script should be safe as long as you only use my debloat lists and the stable release. If not, the worse thing you can do 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 boot into 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à !