Find a file
2021-09-09 17:29:02 +02:00
.cargo Better adb error handling + improve windows build 2021-08-24 23:20:39 +02:00
ressources Add screenshot 2021-09-02 00:39:54 +02:00
src Use the adb binary in PATH 2021-09-01 23:08:59 +02:00
.gitignore Let's begin! 2021-08-18 22:57:08 +02:00
build.rs Better adb error handling + improve windows build 2021-08-24 23:20:39 +02:00
Cargo.lock Update cargo config to use Rust 2021 edition 2021-09-09 16:03:14 +02:00
Cargo.toml Update cargo config to use Rust 2021 edition 2021-09-09 16:03:14 +02:00
CHANGELOG.md Add CHANGELOG 2021-09-09 17:29:02 +02:00
LICENSE Add LICENSE 2021-09-09 14:59:19 +00:00
README.md Add special thanks section 2021-09-09 16:03:58 +02:00

Universal Android Debloater GUI

DISCLAIMER: Use it at your own risk. I am not responsible for anything that could happen to your phone.

uad-rust-gui-screenshot

This software is still in a very early stage of developpement. Check out the issues, and feel free to contribute!

Summary

This is a complete rewrite in Rust of the UAD project which aims at improving privacy and battery performance by removing unnecessary and obscure system apps. This can also contribute to improve security by reducing the attack surface.

Packages are as well documented as possible in order to provide a better understanding of what you can delete or not. The worse thing which could happen is removing an essential system package needed during boot causing then 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. So make a backup!

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

Features

  • Quick search among all the packages of an android device
  • Uninstallation/Reinstallation of system packages of system packages
  • Device brand detection and auto-selection of the appropriate manufacturer debloat list

NB : System apps cannot really be uninstalled without root (see the FAQ)

Universal debloat lists

  • GFAM (Google/Facebook/Amazon/Microsoft)
  • AOSP
  • Manufacturers (OEM)
  • Mobile carriers
  • Qualcomm / Mediatek / Miscellaneous

Manufacturers debloat lists

  • Archos
  • Asus
  • Blackberry
  • Gionee
  • LG
  • Google
  • HTC
  • Huawei
  • Motorola
  • Nokia
  • OnePlus
  • Oppo
  • Samsung
  • Sony
  • TCL
  • Wiko
  • Xiaomi
  • ZTE

Mobile carriers debloat lists

Country Carriers
France Orange, SFR, Free, Bouyges/Sosh
USA T-Mobile, Verizon, Sprint, AT&T
Germany Telekom

How to use it

  • Read the FAQ!
  • Do a proper backup of your data! You can never be too careful!
  • Enable Developer Options on your smartphone.
  • Turn on USB Debugging from the developper panel.
  • From the settings, disconnect from any OEM accounts (when you delete OEM account package it could lock you on the lockscreen because the phone can't associate your identity anymore)
  • Install ADB:

LINUX
  • Install Android platform tools on your PC :

Debian Base:

$ sudo apt install android-sdk-platform-tools

Arch-Linux Base:

$ sudo pacman -S android-tools

Red Hat Base:

$ sudo yum install android-tools

MAC OS
  • Install Homebrew
  • Install Android platform tools
$ brew install android-platform-tools

WINDOWS
> adb devices

NOTE: Chinese phones users may need to use the AOSP list for removing some stock apps because those chinese manufacturers (especially Xiaomi and Huawei) have been using the name of AOSP packages for their own (modified & closed-source) apps.

IMPORTANT NOTE: You will have to run this software whenever your OEM push an update to your phone as some uninstalled system apps could be reinstalled.

How to contribute

Hey-hey-hey! Don't go away so fast! This is a community project. That means I need you! I'm sure you want to make this project better anyway.

==> How to contribute

Special thanks

@mawilms for his LotRO plugin manager (Lembas) which helped me a lot to understand how to use the Iced GUI library.