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-07-13 23:24:30 +02:00
CHANGELOG.md v1.4 2019-07-13 23:24:30 +02:00
debloat_lists.sh v1.4 2019-07-13 23:24:30 +02:00
debloat_script.sh v1.2.1 2019-04-21 02:22:48 +02:00
README.md v1.4 2019-07-13 23:24:30 +02: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.

Don't worry, this script is (pretty) safe if you only use my debloat lists. If not, the worse thing you can do is preventing a essential system process to be loaded during boot and causing thus an unfortunate bootloop. After about 5 failed system boot, 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 ? 😃

Features :

  • Quick search among all the packages of a phone
  • Uninstall system/user package
  • Reinstall system package
  • Backup all .apk from system/user apps stored in internal memory
  • Restore an existed backup
  • Brand device detection and auto-selection of the appropriate debloat list
  • Installation of alternative FOSS apps replacing stock apps (list in the WIKI section)

Supported brands :

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

Debloat lists :

  • Amazon
  • Brand's firmware specific
  • Facebook
  • Generic Android bloat
  • Google
  • Microsoft
  • Miscellaneous

Phone carriers :

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

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à !