Comment xiaomi package causing Contact app crash

This commit is contained in:
w1nst0n 2019-03-30 16:13:19 +01:00
parent 7ce27d8ba7
commit 4a9b1189af
2 changed files with 7 additions and 14 deletions

View file

@ -15,7 +15,7 @@ Bash script using ADB for unrooted smartphones.
- Miscellaneous
## === TODO ===
## TODO
- Add debloat list for Nokia, Sony, Wiko, Motorola, Asus
- Add optionnal installation of alternative FOSS apps (F-droid, YalpStore,Silence...)
- Add auto detect brand's name in order to auto-select the good debloat list

View file

@ -1,13 +1,5 @@
#!/bin/bash
#### TODO ####
# Handle Sony, Wiko, Nokia, Motorola, Asus
# Workspace lokout meteo partage de lien Mobile hotspot (Samsung)
# Install apk
# Backup / Restore
# Detect brand
RED='\033[0;31m'
NC='\033[0m' # No Color
bold=$(tput bold)
@ -57,12 +49,12 @@ declare -a google_bloat=(
"com.google.tango.measure" #Google Measure app.
"com.google.vr.vrcore" # VR stuff
#**********DEBLOAT AVANCE**********#
#"com.android.vending" #Google Play Store app.
#"com.google.android.apps.maps" #Google maps
#"com.google.android.apps.photos" #Application photo
"com.android.vending" #Google Play Store app.
"com.google.android.apps.maps" #Google maps
"com.google.android.apps.photos" #Application photo
#"com.google.android.gms" #Google Play Services. DO NOT remove this.
#"com.google.android.gsf" #Google Services Framework, needed for Google Apps. DO NOT remove this.
#"com.google.android.gsf.login" #Support for managing Google accounts. DO NOT remove this.
"com.google.android.gsf.login" #Support for managing Google accounts. DO NOT remove this.
#"com.google.android.inputmethod.latin" #Google Board (Clavier Google).
#**********DEBLOAT AVANCE**********#
)
@ -269,7 +261,6 @@ declare -a generic_bloat=(
"com.android.phasebeam" #Wallpaper.
"com.android.printservice.reccomendation" #Keep it, if you need to print directly via your phone.
"com.android.printspooler" #Keep it, if you need to print directly via your phone.
"com.android.providers.contacts" #Part of stock contact app, sync !!!!! contacts.com.android.providers.calendar #Necessary to sync stock Calendar app and let it work correctly.
"com.android.providers.partnerbookmarks" #Provides bookmarks about partners of Google in Chrome.
"com.android.quicksearchbox" #Search box.
"com.android.soundrecorder" #Sound recorder, obviously.
@ -281,6 +272,7 @@ declare -a generic_bloat=(
"com.android.wallpapercropper" #Wallpaper cropper.
"com.example.android.notepad" #Notepad app.
#******** DEBLOAT AVANCE ********#
#"com.android.emergency"
#"com.android.calendar" #Stock calendar app.
@ -296,6 +288,7 @@ declare -a generic_bloat=(
#"com.android.vpndialogs" #VPN system.
#"com.android.phone.recorder" #Call recorder function.
#"com.android.providers.userdictionary" #User dictionary for keyboard apps.
#"contacts.com.android.providers.calendar" #Necessary to sync stock Calendar app and let it work correctly.
#******** DEBLOAT AVANCE ********#
)