Add some useful stuff

This commit is contained in:
w1nst0n 2019-04-20 02:11:12 +02:00
parent 2e84534a0e
commit ecd748d95a

View file

@ -2,6 +2,10 @@
Bash script using ADB for unrooted smartphones.
**DISCLAIMER** : I am not responsible for thermonuclear war, you getting fired because you disabled the alarm app or for anything that could happen to your phone actually. :)
Don't worry, this script is pretty safe if you only use my debloat lists. The worse thing you can do is "deleting" (this script doesn't delete because it's for non-rooted phone actually (see FAQ)) a system packet essential to the system preventing the phone to correctly boot (bootloop). After arround 5 try to boot, the phone will automatically boot into recovery mode enabling you to do a FACTORY RESET. You can NOT brick your device with this script !
## Features :
- Quick search among all the packages of a phone
- Uninstall system/user package
@ -30,6 +34,7 @@ Bash script using ADB for unrooted smartphones.
## === TODO list ===
- **Add debloat list for Wiko, Motorola, Google (Pixel)**
- **Wiki and FAQ (What to do if the phone is in bootloop etc...)
- Add optionnal installation of alternative FOSS apps (F-droid, YalpStore,Silence...)
- Improve UI/UX
- Add Windows compatibility
@ -37,8 +42,9 @@ Bash script using ADB for unrooted smartphones.
## How to use it (Newbies) :
- Install *Android plateform tools* with your package manager :
- **Read the FAQ (Wiki Section)**
- Install *Android plateform tools* with your package manager :
Debian Base :
```console
apt-get install android-sdk-platform-tools
@ -47,6 +53,6 @@ Bash script using ADB for unrooted smartphones.
```console
pacman -S android-tools
```
- Go to the release section and download the .zip file
- Execute *debloat_script.sh* et voilà !
- Go to the release section and download the .zip file
- Execute *debloat_script.sh* et voilà !