universal-android-debloater/README.md

68 lines
1.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
2019-04-25 11:09:00 +12:00
**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.
2019-04-20 12:11:12 +12:00
2019-04-20 12:17:34 +12:00
2019-04-25 10:29:10 +12:00
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.
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-04-01 01:34:25 +13:00
## Features :
2019-04-20 12:34:08 +12:00
* [X] Quick search among all the packages of a phone
* [X] Uninstall system/user package
* [X] Reinstall system package
* [X] Backup all .apk from system/user apps stored in internal memory
* [X] Restore an existed backup
* [X] Brand device detection and auto-selection of the appropriate debloat list
2019-04-21 12:42:02 +12:00
* [ ] Installation of alternative FOSS apps replacing stock apps (list in the WIKI section)
2019-04-01 01:34:25 +13:00
2019-04-20 11:23:48 +12:00
## Supported brands :
2019-04-25 23:14:06 +12:00
* [ ] Archos
2019-04-20 12:34:08 +12:00
* [X] Asus
* [X] LG
* [ ] 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
2019-04-01 01:34:25 +13:00
## Debloat lists :
* [X] Amazon
* [X] Brand's firmware specific
* [X] Facebook
* [X] Generic Android bloat
* [X] Google
* [X] Microsoft
2019-04-20 12:34:08 +12:00
* [X] Miscellaneous
2019-03-31 03:42:24 +13:00
2019-04-20 12:34:08 +12:00
Phone carriers :
* [X] T-Mobile
* [ ] Verizon
* [ ] AT&T
* [ ] Free
* [ ] SFR
* [ ] Orange
* [ ] Bouygues Telecom
2019-03-31 03:42:24 +13:00
2019-04-20 12:34:08 +12:00
2019-04-20 11:37:41 +12:00
## How to use it (Newbies) :
2019-04-25 11:24:15 +12:00
- **Read the [FAQ](https://gitlab.com/W1nst0n/universal-android-debloater/wikis/FAQ) !!**
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
```
2019-04-20 12:11:12 +12:00
- Go to the release section and download the .zip file
- Execute *debloat_script.sh* et voilà !
2019-03-10 02:29:04 +13:00