From 4a9b1189af474b09c8c41a9f879c977ee79f80db Mon Sep 17 00:00:00 2001 From: w1nst0n Date: Sat, 30 Mar 2019 16:13:19 +0100 Subject: [PATCH] Comment xiaomi package causing Contact app crash --- README.md | 2 +- debloat_script.sh | 19 ++++++------------- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index e0949f7..f1c10fd 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/debloat_script.sh b/debloat_script.sh index af0e3b1..9a9e4f0 100755 --- a/debloat_script.sh +++ b/debloat_script.sh @@ -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 ********# )