Add 2 notes (that users should read)

This commit is contained in:
w1nst0n 2020-09-18 22:05:16 +02:00
parent 61af0111bb
commit ed0788f649

View file

@ -15,7 +15,7 @@ In any case, you can NOT brick your device with this script! That's the main thi
* [X] Quick search among all the packages of your phone * [X] Quick search among all the packages of your phone
* [X] Uninstallation of system/user packages (manually or with the debloat lists) * [X] Uninstallation of system/user packages (manually or with the debloat lists)
* [X] Reinstallation of system packages (manually or with the debloat lists) * [X] Reinstallation of system packages (manually or with the debloat lists)
* [X] ADB backup (not really reliable, see the [FAQ](https://gitlab.com/W1nst0n/universal-android-debloater/-/wikis/FAQ)) * [X] ADB backup/restore (not really reliable, see the [FAQ](https://gitlab.com/W1nst0n/universal-android-debloater/-/wikis/FAQ))
* [X] Device brand detection and auto-selection of the appropriate manufacturer debloat list * [X] Device brand detection and auto-selection of the appropriate manufacturer debloat list
* [X] Logs in `debloated_packages.txt` and `remaining_packages.txt`. * [X] Logs in `debloated_packages.txt` and `remaining_packages.txt`.
* [ ] Installation of alternative open-source apps replacing stock apps (list in the WIKI section) (WIP) * [ ] Installation of alternative open-source apps replacing stock apps (list in the WIKI section) (WIP)
@ -27,12 +27,13 @@ NB : It is NOT a real uninstallation for system apps (see the [FAQ](https://gitl
* [X] AOSP * [X] AOSP
* [X] Manufacturers (OEM) * [X] Manufacturers (OEM)
* [X] Mobile carriers * [X] Mobile carriers
* [X] Others / Miscellaneous * [X] Qualcomm / Miscellaneous
## Manufacturers debloat lists ## Manufacturers debloat lists
* [ ] Archos * [ ] Archos
* [X] Asus * [X] Asus
* [ ] Blackberry * [ ] Blackberry
* [ ] Gionee
* [X] LG * [X] LG
* [X] Google * [X] Google
* [ ] HTC * [ ] HTC
@ -43,6 +44,7 @@ NB : It is NOT a real uninstallation for system apps (see the [FAQ](https://gitl
* [X] Oppo * [X] Oppo
* [X] Samsung * [X] Samsung
* [X] Sony * [X] Sony
* [ ] TCL
* [ ] Wiko * [ ] Wiko
* [X] Xiaomi * [X] Xiaomi
* [ ] ZTE * [ ] ZTE
@ -157,12 +159,16 @@ Note: You can access your Windows files under `/mnt/c/`
- Download [the lastest release of Android Universal Debloater](https://gitlab.com/W1nst0n/universal-android-debloater/-/releases) - Download [the lastest release of Android Universal Debloater](https://gitlab.com/W1nst0n/universal-android-debloater/-/releases)
- Check the debloat lists to be sure the default selection suits you. - Browse through the debloat lists to be sure the default selection suits you.
- Run `debloat_script.sh` from a Unix terminal - Run `debloat_script.sh` from a Unix terminal
```bash ```bash
$ bash debloat_script.sh $ bash debloat_script.sh
``` ```
**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) app.
**IMPORTANT NOTE:** You will have to run this script whenever your OEM push an update to your phone as some *uninstalled* system apps could be reinstalled.
## How to contribute ## 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. 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.