universal-android-debloater/lists/Miscellaneous.sh

117 lines
3.9 KiB
Bash
Raw Normal View History

2020-01-10 03:23:21 +13:00
#!/bin/bash
declare -a amazon_bloat=(
"com.amazon.mShop.android"
"com.sec.android.app.dictionary"
"com.amazon.fv"
"com.amazon.kindle"
"com.amazon.mp3"
"com.amazon.venezia"
"com.amazon.aa.attribution"
"com.amazon.aa"
"com.amazon.mShop.android.shopping"
"com.amazon.clouddrive.photo"
"com.amazon.avod.thirdpartyclient"
)
declare -a facebook_bloat=(
"com.facebook.katana"
"com.facebook.system"
"com.facebook.appmanager"
"com.facebook.services"
"com.facebook.orca"
"com.instagram.android"
#"com.whatsapp"
)
declare -a microsoft_bloat=(
"com.microsoft.skydrive"
"com.skype.raider"
"com.microsoft.office.excel"
"com.microsoft.office.word"
"com.microsoft.office.outlook"
"com.microsoft.office.powerpoint"
"com.skype.m2"
"com.microsoft.office.officehubhl"
"com.microsoft.office.officehub"
"com.microsoft.office.officehubrow"
"com.microsoft.appmanager"
)
declare -a misc_bloat=(
2020-01-10 10:20:05 +13:00
"com.audible.application" # Cover Audible Audiobooks (https://play.google.com/store/apps/details?id=com.audible.application)
2020-01-10 03:23:21 +13:00
"com.blurb.checkout"
"com.booking"
"com.cequint.ecid"
"com.ebay.mobile"
"com.enhance.gameservice"
"com.evernote"
2020-01-10 10:20:05 +13:00
"com.gotv.nflgamecenter.us.lite" #Football NFL (https://play.google.com/store/apps/details?id=com.gotv.nflgamecenter.us.lite)
2020-01-10 03:23:21 +13:00
"com.hancom.office.editor.hidden"
"com.imdb.mobile"
"com.infraware.polarisoffice5"
"com.linkedin.android"
2020-01-10 10:20:05 +13:00
"com.lookout" # Lookout Security & Antivirus (https://play.google.com/store/apps/details?id=com.lookout)
2020-01-10 03:23:21 +13:00
"com.micredit.in"
"com.netflix.mediaclient"
"com.netflix.partner.activation"
2020-01-10 10:20:05 +13:00
"com.niksoftware.snapseed" #Snapseed (https://play.google.com/store/apps/details?id=com.niksoftware.snapseed)
2020-01-10 03:23:21 +13:00
"com.nuance.swype.input"
"com.opera.app.news"
"com.opera.branding"
"com.opera.mini.native"
"com.s.antivirus"
"com.slacker.radio" # LiveXLive - Streaming Music and Live Events (https://play.google.com/store/apps/details?id=com.slacker.radio)
"net.sharewire.parkmobilev2" # ParkMobile - Find Parking (https://play.google.com/store/apps/details?id=net.sharewire.parkmobilev2)
2020-01-10 03:23:21 +13:00
"com.spotify.music"
"com.til.timesnews"
"com.turner.cnvideoapp" # Cartoon network App (https://play.google.com/store/apps/details?id=com.turner.cnvideoapp)
2020-01-10 03:23:21 +13:00
"com.tripadvisor.tripadvisor"
"com.UCMobile.intl"
2020-01-10 10:20:05 +13:00
"com.yahoo.mobile.client.android.liveweather" # Yahoo Weather (https://play.google.com/store/apps/details?id=com.yahoo.mobile.client.android.weather)
"flipboard.app" # Flipboard App (https://play.google.com/store/apps/details?id=flipboard.app)
2020-01-10 03:23:21 +13:00
"flipboard.boxer.app" #Briefing app (https://play.google.com/store/apps/details?id=flipboard.boxer.app)
2020-01-10 10:20:05 +13:00
"in.mohalla.sharechat" #ShareChat (https://play.google.com/store/apps/details?id=in.mohalla.sharechat)
"net.sharewire.parkmobilev2" # ParkMobile - Find Parking (https://play.google.com/store/apps/details?id=net.sharewire.parkmobilev2)
2020-01-10 10:20:05 +13:00
#### QUALCOMM ####
2020-01-10 03:23:21 +13:00
"com.qualcomm.qti.rcsbootstraputil"
"com.qualcomm.qti.rcsimsbootstraputil"
2020-01-10 10:20:05 +13:00
"com.qualcomm.qti.qms.service.connectionsecurity" #CURRENTLY IN TEST / MAY NOT BE SAFE
"com.qualcomm.qti.services.secureui"
"com.qualcomm.qti.auth.fidocryptoservice"
"com.qualcomm.qti.perfdump"
"com.qualcomm.atfwd"
"com.qualcomm.qti.qms.service.telemetry"
2020-01-10 03:23:21 +13:00
"com.qualcomm.timeservice"
#### FONTS ####
"com.monotype.android.font.chococooky"
"com.monotype.android.font.cooljazz"
"com.monotype.android.font.foundation"
"com.monotype.android.font.rosemary"
#### ANT(+) ####
# ANT+ (Adaptive Network Topology) is a proprietary multicast wireless sensor network technology.
# It's like Bluetooth low energy, but oriented towards usage with sensors. ANT+ is mostly used for sport tracking devices
# https://www.thisisant.com/directory
# Somes stuff are open-source : https://github.com/ant-wireless
"com.dsi.ant.plugins.antplus"
# ANT+ plugin service (https://play.google.com/store/apps/details?id=com.dsi.ant.plugins.antplus)
"com.dsi.ant.sample.acquirechannels"
"com.dsi.ant.server"
"com.dsi.ant.service.socket"
2020-01-10 03:23:21 +13:00
)