diff --git a/lists/0 - Pending.sh b/lists/0 - Pending.sh index 9c993c1..4849edb 100644 --- a/lists/0 - Pending.sh +++ b/lists/0 - Pending.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash ### These packages will be added in the default selection when I will find time to document them. -# uncommented packages should be safe to remove but you still need to be **VERY** careful. +# Uncommented packages should be safe to remove but you still need to be **VERY** careful. # REMINDER : "Safe" only means "does not cause bootloop". # These packages can definitely break useful features (but you can easily reinstall them with the script) diff --git a/lists/AOSP.sh b/lists/AOSP.sh index 9dcd558..b4f6dc1 100644 --- a/lists/AOSP.sh +++ b/lists/AOSP.sh @@ -165,7 +165,7 @@ declare -a aosp=( # AOSP calculator app. # NOTE: On some phones, Huawei & Xiaomi also use this package name for their own calculator app. - "com.android.calllogbackup" + #"com.android.calllogbackup" # Call Logs Backup/Restore feature. # https://android.googlesource.com/platform/packages/providers/CallLogProvider/+/refs/heads/master/src/com/android/calllogbackup @@ -394,7 +394,7 @@ declare -a aosp=( ) -##################### DO NOT REMOVE THIS (will prevent core stuff to work) ##################### +##################### YOU SHOULDN'T MESS WITH THEM (core packages and may cause bootloop) ##################### #"com.android.certinstaller" # Certificate installer. Identifies your device and confirms that it should be able to access something. diff --git a/lists/Google.sh b/lists/Google.sh index 9639d3f..1bba15f 100644 --- a/lists/Google.sh +++ b/lists/Google.sh @@ -491,7 +491,7 @@ declare -a google=( ) -##################### YOU MOST LIKELY DON'T WANT TO REMOVE THESE ##################### +##################### YOU SHOULDN'T MESS WITH THEM (core packages and may cause bootloop) ##################### #"com.google.android.captiveportallogin" # Support for captive portal : https://en.wikipedia.org/wiki/Captive_portal @@ -510,7 +510,7 @@ declare -a google=( # Android Services Library that contains an "Android Notification Ranking Service." # It sorts notifications by "importance" based on things like freshness, app type (IM apps come first), and by contact. # The library android.ext.services is open-source. Google probably uses it to update its API without having to rely to the OEM -# It is a mainline module and is needed to boot since Android 11 +# It is a mainline module and is needed to boot since Android 11! NO NOT REMOVE IT! # https://source.android.com/devices/architecture/modular-system/extservices # https://arstechnica.com/gadgets/2016/11/android-extensions-could-be-googles-plan-to-make-android-updates-suck-less/ diff --git a/lists/Huawei.sh b/lists/Huawei.sh index 2a18677..ca814b7 100644 --- a/lists/Huawei.sh +++ b/lists/Huawei.sh @@ -388,7 +388,7 @@ declare -a huawei=( ) -##################### DO NOT REMOVE THIS (will prevent core stuff to work) ##################### +##################### YOU SHOULDN'T MESS WITH THEM (core packages and may cause bootloop) ##################### # "com.huawei.systemmanager" # Huawei System Manager app diff --git a/lists/LG.sh b/lists/LG.sh index ad8b528..011e5ab 100644 --- a/lists/LG.sh +++ b/lists/LG.sh @@ -475,8 +475,3 @@ declare -a lge=( # Does not remove screen pinning feature. # I don't know if this removes the floating windows feature that you have to enable with ADB (to make it look more like a desktop) ) - - -# TODO : -# Find the main Q-voice package. -# Add more packages. \ No newline at end of file diff --git a/lists/Motorola.sh b/lists/Motorola.sh index 76aedee..c6a493c 100644 --- a/lists/Motorola.sh +++ b/lists/Motorola.sh @@ -337,7 +337,7 @@ declare -a motorola=( ) -##################### DO NOT REMOVE THIS (will prevent core stuff to work) ##################### +##################### YOU SHOULDN'T MESS WITH THEM (core packages and may cause bootloop) ##################### #"com.motorola.android.providers.settings" # Removal causes bootloop. Which is fairly common with settings providers. diff --git a/lists/Samsung.sh b/lists/Samsung.sh index ef0b9c1..b42eefc 100644 --- a/lists/Samsung.sh +++ b/lists/Samsung.sh @@ -1432,7 +1432,7 @@ declare -a samsung=( "com.sec.usbsettings" # USBSettings # Hidden settings. Lets you choose from ADB, MTP, RNDIS, ACM, DM (dial *#0808# to open) - # Run at startup + # Runs at startup "com.monotype.android.font.samsungone" # Samsung One font @@ -1688,7 +1688,7 @@ declare -a samsung=( # It is samsung Touchwiz default launcher # DO NOT REMOVE THIS IF YOU DON'T USE ANOTHER LAUNCHER ! - "com.sec.android.app.clockpackage" + #"com.sec.android.app.clockpackage" # Samsung clock #"com.sec.android.app.personalization" # [MORE INFO NEEDED] @@ -1832,7 +1832,7 @@ declare -a samsung=( ) -##################### YOU PROBABLY DON'T WANT TO REMOVE THEM ##################### +##################### YOU SHOULDN'T MESS WITH THEM (core packages and may cause bootloop) ##################### #"com.samsung.android.applock" # Samsung App Lock diff --git a/lists/Xiaomi.sh b/lists/Xiaomi.sh index 878dcf1..941d971 100644 --- a/lists/Xiaomi.sh +++ b/lists/Xiaomi.sh @@ -782,7 +782,7 @@ declare -a xiaomi=( ) -####################### DO NOT REMOVE THIS (will prevent core stuff to work) ####################### +##################### YOU SHOULDN'T MESS WITH THEM (core packages and may cause bootloop) ##################### #"com.android.updater" # Mi Updater