universal-android-debloater/README.md

85 lines
2.9 KiB
Markdown
Raw Normal View History

2019-04-01 01:34:25 +13:00
# Universal Android Debloater
2019-03-31 03:42:24 +13:00
2020-01-10 02:18:55 +13:00
**DISCLAIMER** : Use this script at your own risk. I am not responsible for anything that could happen to you. Don't eat it ! It is not comestible.
2019-04-20 12:11:12 +12:00
2020-01-24 12:47:21 +13:00
But don't worry. This script *should* be safe as long as you only use my default apps selection and the last stable release. The worse thing which could happen is preventing an essential system process to be loaded 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.
2019-04-21 12:42:02 +12:00
2019-04-25 11:15:43 +12:00
In any case, you can NOT brick your device with this script ! That's the main thing, right ? :smiley:
2019-04-20 12:11:12 +12:00
2019-12-27 12:57:33 +13:00
**Don't forget to backup importants things before doing anything ! You can never be too careful !**
2019-12-16 11:21:39 +13:00
2019-04-01 01:34:25 +13:00
## Features :
2019-12-16 11:21:39 +13:00
* [X] Quick search among all the packages of your phone
2020-01-10 02:18:55 +13:00
* [X] Uninstall any system/user package
2019-12-16 11:21:39 +13:00
* [X] Reinstall system packages
* [X] ADB backup (see FAQ)
2020-01-24 12:47:21 +13:00
* [X] device brand detection and auto-selection of the appropriate debloat list
2020-01-11 13:26:48 +13:00
* [ ] Installation of alternative open-source apps replacing stock apps (list in the WIKI section) (WIP)
2020-01-10 01:45:55 +13:00
2020-01-10 02:18:55 +13:00
NB : It is not a real uninstallation for system apps (see the [FAQ](https://gitlab.com/W1nst0n/universal-android-debloater/-/wikis/FAQ))
2019-04-01 01:34:25 +13:00
2019-12-16 11:21:39 +13:00
## Universal debloat lists :
2020-01-10 01:45:55 +13:00
* [X] GFAM (Google/Facebook/Amazon/Microsoft)
2019-12-16 11:21:39 +13:00
* [X] Manufacturer bloat
2020-01-10 01:45:55 +13:00
* [X] AOSP bloat
2020-01-24 12:47:21 +13:00
* [X] Miscellaneous bloat
2019-12-16 11:21:39 +13:00
2020-01-24 12:47:21 +13:00
## Manufacturers debloat lists:
2019-04-25 23:14:06 +12:00
* [ ] Archos
2019-04-20 12:34:08 +12:00
* [X] Asus
* [X] LG
* [X] Google
2019-04-20 14:04:22 +12:00
* [ ] HTC
2019-04-20 12:34:08 +12:00
* [X] Huawei
* [ ] Motorola
* [X] Nokia
2019-07-14 09:24:30 +12:00
* [ ] OnePlus
2019-04-20 12:34:08 +12:00
* [X] Samsung
* [X] Sony
* [ ] Wiko
* [X] Xiaomi
2019-03-31 03:42:24 +13:00
2020-01-10 01:45:55 +13:00
## Phone carriers debloat lists :
2019-12-16 11:21:39 +13:00
- France
* [ ] Free
* [ ] SFR
* [ ] Orange
* [ ] Bouygues Telecom
2020-01-24 12:47:21 +13:00
2019-12-16 11:21:39 +13:00
- USA
* [X] T-Mobile
2019-12-27 12:59:56 +13:00
* [X] Verizon
2019-12-16 11:21:39 +13:00
* [ ] AT&T
2019-04-20 12:34:08 +12:00
2020-01-10 01:45:55 +13:00
## How to use it :
- **Read the [FAQ](https://gitlab.com/W1nst0n/universal-android-debloater/-/wikis/FAQ) !!**
- Enable *Developer Options* on your smartphone.
- Turn on *USB Debugging*.
2020-01-10 01:45:55 +13:00
### LINUX
2019-04-20 12:11:12 +12:00
- Install *Android plateform tools* with your package manager :
2019-04-20 11:37:41 +12:00
Debian Base :
```console
apt-get install android-sdk-platform-tools
```
2019-04-25 10:31:27 +12:00
Arch-Linux Base :
2019-04-20 11:37:41 +12:00
```console
pacman -S android-tools
```
2020-01-10 02:18:55 +13:00
- Go to the release section and download the .zip file.
2020-01-10 01:45:55 +13:00
- Execute *debloat_script.sh* et voilà !
### WINDOWS
2020-01-10 02:09:39 +13:00
- Install [WSL (Windows Subsystem for Linux)](https://itsfoss.com/install-bash-on-windows/) in order to be able to use bash script.
- Install [ADB](https://dl.google.com/android/repository/platform-tools-latest-windows.zip). If you want ADB support everywhere on your PC, you need to add the path of ADB folder in the system variables (see [this](https://www.xda-developers.com/adb-fastboot-any-directory-windows-linux/)).
2020-01-10 02:18:55 +13:00
- Go to the release section and download the .zip file.
2020-01-10 02:09:39 +13:00
2020-01-10 01:45:55 +13:00
- Execute *debloat_script.sh* from the Ubuntu bash shell et voilà !
2019-03-10 02:29:04 +13:00
- **Don't forget to check the debloat lists to see what are my default choices and to avoid any bad surprises.**
2020-01-10 02:18:55 +13:00