Update README

This commit is contained in:
w1nst0n 2019-03-31 14:34:25 +02:00
parent 857125109b
commit 1205fb6023

View file

@ -1,13 +1,22 @@
# Universal Android Debloater # Universal Android Debloater
Bash script using ADB for unrooted smartphones. Bash script using ADB for unrooted smartphones.
## 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
## Supported brands : ## Supported brands :
- Samsung - Samsung
- Xiaomi - Xiaomi
- Huawei - Huawei
## Specific debloat lists : ## Debloat lists :
- Brand's firmware related
- Facebook related - Facebook related
- T-Mobile related - T-Mobile related
- Microsoft related - Microsoft related
@ -15,11 +24,16 @@ Bash script using ADB for unrooted smartphones.
- Miscellaneous - Miscellaneous
## TODO : ## === TODO list === :
- Add debloat list for Nokia, Sony, Wiko, Motorola, Asus - **Add debloat list for Nokia, Sony, Wiko, Motorola, Asus**
- Add optionnal installation of alternative FOSS apps (F-droid, YalpStore,Silence...) - Add optionnal installation of alternative FOSS apps (F-droid, YalpStore,Silence...)
- Add auto-detect brand's name to auto-select the good debloat list
- Enabling backup/restore
- Improve UI/UX - Improve UI/UX
- Add Windows compatibility - Add Windows compatibility
- Add in comment the purpose of each deleted package
## How to use it (Newbies friendly) :
- Install Android plateform tools with your package manager
- Go the release section and download the .zip file
- Execute *debloat_script.sh*