From b8685af2b558dbb57fee8dcfd7398417fe6d4c06 Mon Sep 17 00:00:00 2001 From: w1nst0n Date: Wed, 4 Mar 2020 21:54:24 +0100 Subject: [PATCH] Update README + spelling corrections --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c1cc9fd..8536cb5 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ **DISCLAIMER**: Use this script at your own risk. I am not responsible for anything that could happen to your phone. ## Summary -I try to provide and maintain a universal tool which remove bloatwares on any unrooted Android phones. +I try to provide and maintain a universal tool which remove bloatwares on any (unrooted) Android phones. -The main goal is to improve battery performance and privacy by limiting the tracking from preinstalled apps. The script has a menu that lets you choose what debloat list you want to use. I strongly encourage you to take a look at the lists because some apps are commented out by default. All packages are as well documented as possible in order to provide the a better understanding of what you can delete or not. +The main goal is to improve battery performance and privacy by limiting the tracking from preinstalled apps. The script has a menu that lets you choose what debloat list you want to use. I strongly encourage you to take a look at the lists because some apps are commented out by default. All packages are as well documented as possible in order to provide a better understanding of what you can delete or not. This script *should* be safe with the default selection. 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. @@ -14,7 +14,7 @@ In any case, you can NOT brick your device with this script ! That's the main th ## Features * [X] Quick search among all the packages of your phone * [X] Uninstallation of system/user packages (manually or with the debloat lists) -* [X] Reinstallation of system packages +* [X] Reinstallation of system packages (manually or with the debloat lists) * [X] ADB backup (not really reliable, see the FAQ) * [X] Device brand detection and auto-selection of the appropriate manufacturer debloat list * [X] Logs in `debloated_packages.txt` and `remaining_packages.txt`. @@ -38,7 +38,8 @@ NB : It is NOT a real uninstallation for system apps (see the [FAQ](https://gitl * [X] Huawei * [X] Motorola * [X] Nokia -* [X] OnePlus +* [X] OnePlus +* [ ] Oppo * [X] Samsung * [X] Sony * [ ] Wiko @@ -47,7 +48,7 @@ NB : It is NOT a real uninstallation for system apps (see the [FAQ](https://gitl ## Mobile carriers debloat lists -|**France** | **USA** |**Germany** | +| **France** | **USA** |**Germany** | |:---------------:|:--------:|:----------:| | Orange | T-Mobile | Telekom | | SFR | Verizon | | @@ -80,9 +81,9 @@ bash debloat_script.sh ### WINDOWS -- Install [WSL (Windows Subsystem for Linux)](https://itsfoss.com/install-bash-on-windows/) in order to be able to use bash script. +- Install [WSL (Windows Subsystem for Linux)](https://itsfoss.com/install-bash-on-windows/) in order to be able to use bash scripts. -- 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/)). +- 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 the ADB folder in the system variables (see [this](https://www.xda-developers.com/adb-fastboot-any-directory-windows-linux/)). - Go to the release section and download the lastest release.