From 8a98e56f009a14a1a7198adc9b3ea9634a372fcd Mon Sep 17 00:00:00 2001 From: w1nst0n Date: Wed, 11 Mar 2020 22:51:18 +0100 Subject: [PATCH] Updated array name to match debloat_script.sh changes --- lists/Asus.sh | 2 +- lists/Carriers.sh | 5 +++++ lists/Google.sh | 7 ++++++- lists/Huawei.sh | 2 +- lists/LG.sh | 2 +- lists/Motorola.sh | 2 +- lists/Nokia.sh | 2 +- lists/OnePlus.sh | 2 +- lists/Samsung.sh | 2 +- lists/Sony.sh | 2 +- lists/Xiaomi.sh | 2 +- 11 files changed, 20 insertions(+), 10 deletions(-) diff --git a/lists/Asus.sh b/lists/Asus.sh index 16ad5e7..c8e4317 100644 --- a/lists/Asus.sh +++ b/lists/Asus.sh @@ -1,6 +1,6 @@ #!/bin/bash -declare -a asus_bloat=( +declare -a asus=( "com.asus.calculator" # Asus calculator app diff --git a/lists/Carriers.sh b/lists/Carriers.sh index e96377c..69fdac1 100644 --- a/lists/Carriers.sh +++ b/lists/Carriers.sh @@ -430,6 +430,11 @@ declare -a us_carriers_bloat=( # It has a LOT of permissions : https://knowledge.protektoid.com/apps/com.dti.att/7a36d4f5f00bae044566221400719c75ea2f4f33bc2578a7f8210f36d718a8d6 # Someone knows what "dti" is/means ? + "com.locationlabs.cni.att" + # AT&T Smart Limits + # Parental Control tool. + # https://m.att.com/shopmobile/wireless/features/smart-limits.html + "com.motorola.att.phone.extensions" # [MORE INFO NEEDED] # Provide acess to AT&T extensions in you dialer. I'm not sure tho. It's only a supposition. # https://asecare.att.com/tutorials/adding-and-deleting-an-extension-on-your-officehand-mobile-app-2990/?product=AT&T%20Office@Hand diff --git a/lists/Google.sh b/lists/Google.sh index fb9ff9a..bb74c18 100644 --- a/lists/Google.sh +++ b/lists/Google.sh @@ -1,6 +1,6 @@ #!/bin/bash -declare -a google_bloat=( +declare -a google=( "com.android.hotwordenrollment.okgoogle" # "OK Google" detection service. @@ -210,12 +210,17 @@ declare -a google_bloat=( #"com.google.android.deskclock" # Google clock app (https://play.google.com/store/apps/details?id=com.google.android.deskclock) + "com.google.android.feedback" # When an app crashes, this is the app that briefly asks you if you want to feedback the crash on the market, Google Play Store. "com.google.android.googlequicksearchbox" # Google Search box (https://play.google.com/store/apps/details?id=com.google.android.googlequicksearchbox) + "com.google.android.instantapps.supervisor" + # Lets you try new games directly on Google Play. + # https://www.zdnet.com/article/googles-instant-apps-goes-live-now-you-can-try-android-apps-before-installing-them/ + "com.google.android.keep" # Google Keep (https://play.google.com/store/apps/details?id=com.google.android.keep) diff --git a/lists/Huawei.sh b/lists/Huawei.sh index 79a4939..c645823 100644 --- a/lists/Huawei.sh +++ b/lists/Huawei.sh @@ -1,6 +1,6 @@ # !/bin/bash -declare -a huawei_bloat=( +declare -a huawei=( # I NEVER HAD AN HUAWEI DEVICE ON HAND. THIS LIST WAS MADE POSSIBLE BY @REDSKULL23 # https://forum.xda-developers.com/honor-6x/how-to/guide-list-bloat-software-emui-safe-to-t3700814 # Yet, his documentation is not enough precise to me. diff --git a/lists/LG.sh b/lists/LG.sh index e90a7d5..4658e48 100644 --- a/lists/LG.sh +++ b/lists/LG.sh @@ -1,6 +1,6 @@ #!/bin/bash -declare -a lg_bloat=( +declare -a lg=( # I NEVER HAD A LG DEVICE ON HAND. # I did some intensive searches on the web to find a list and I try my best to document it. But I need LG users to really improve it. # I use [MORE INFO NEEDED] tag as a marker. diff --git a/lists/Motorola.sh b/lists/Motorola.sh index 26ecb2a..e84d69c 100644 --- a/lists/Motorola.sh +++ b/lists/Motorola.sh @@ -1,6 +1,6 @@ #!/bin/bash -declare -a motorola_bloat=( +declare -a motorola=( # I NEVER HAD A MOTOROLA DEVICE ON HAND. # I did some intensive searches on the web to find a list and I try my best to document it but I need Motorola users to really improve it. # I use [MORE INFO NEEDED] tag as a marker. diff --git a/lists/Nokia.sh b/lists/Nokia.sh index e5eb78f..e619588 100644 --- a/lists/Nokia.sh +++ b/lists/Nokia.sh @@ -1,6 +1,6 @@ #!/bin/bash -declare -a nokia_bloat=( +declare -a nokia=( # I NEVER HAD A NOKIA DEVICE ON HAND. # I did some intensive searches on the web to find a list and I try my best to document it but I need Nokia users to really improve it. # I use [MORE INFO NEEDED] tag as a marker. diff --git a/lists/OnePlus.sh b/lists/OnePlus.sh index b6e85d4..dafb9ce 100644 --- a/lists/OnePlus.sh +++ b/lists/OnePlus.sh @@ -1,6 +1,6 @@ #!/bin/bash -declare -a oneplus_bloat=( +declare -a oneplus=( # I NEVER HAD A ONEPLUS DEVICE ON HAND. # I did some intensive searches on the web to find a list and I try my best to document it but I need OnePlus users to really improve it. # I use [MORE INFO NEEDED] tag as a marker. diff --git a/lists/Samsung.sh b/lists/Samsung.sh index df4e2d2..00f131d 100644 --- a/lists/Samsung.sh +++ b/lists/Samsung.sh @@ -1,6 +1,6 @@ #!/bin/bash -declare -a samsung_bloat=( +declare -a samsung=( ##################### SAFE TO DEBLOAT (useless features) ##################### diff --git a/lists/Sony.sh b/lists/Sony.sh index 3b164eb..da0eb7b 100644 --- a/lists/Sony.sh +++ b/lists/Sony.sh @@ -1,6 +1,6 @@ #!/bin/bash -declare -a sony_bloat=( +declare -a sony=( # I NEVER HAD A SONY DEVICE ON HAND. # I did some intensive searches on the web to find a list and I try my best to document it but I need Nokia users to really improve it. # I use [MORE INFO NEEDED] tag as a marker. diff --git a/lists/Xiaomi.sh b/lists/Xiaomi.sh index 4466fa6..9094527 100644 --- a/lists/Xiaomi.sh +++ b/lists/Xiaomi.sh @@ -1,6 +1,6 @@ #!/bin/bash -declare -a xiaomi_bloat=( +declare -a xiaomi=( "android.autoinstalls.config.Xiaomi.cepheus" # Used to **auto** install stuff (Cepheus phone model) !