Fix mislabeled items

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
This commit is contained in:
Muntashir Al-Islam 2023-07-21 00:53:51 +06:00
parent aa67496dc6
commit 754c35cc16
5 changed files with 152 additions and 95 deletions

View File

@ -7,7 +7,8 @@
"https://source.android.com/devices/architecture/rros", "https://source.android.com/devices/architecture/rros",
"https://code.tutsplus.com/tutorials/quick-tip-theme-android-with-the-runtime-resource-overlay-framework--cms-29708" "https://code.tutsplus.com/tutorials/quick-tip-theme-android-with-the-runtime-resource-overlay-framework--cms-29708"
], ],
"removal": "delete" "removal": "delete",
"suppress": "LabelSameAsId"
}, },
{ {
"id": "android.auto_generated_vendor_", "id": "android.auto_generated_vendor_",
@ -17,7 +18,8 @@
"https://www.android.com/intl/en_en/auto/" "https://www.android.com/intl/en_en/auto/"
], ],
"removal": "delete", "removal": "delete",
"warning": "You may need this if you use Android Auto" "warning": "You may need this if you use Android Auto",
"suppress": "LabelSameAsId"
}, },
{ {
"id": "com.android.apps.tag", "id": "com.android.apps.tag",
@ -30,7 +32,8 @@
"label": "com.android.backupconfirm", "label": "com.android.backupconfirm",
"description": "Restores Google settings with Google Backup restore.\nDisplays confirmation popup when doing ADB backup.", "description": "Restores Google settings with Google Backup restore.\nDisplays confirmation popup when doing ADB backup.",
"removal": "caution", "removal": "caution",
"warning": "Disabling this package breaks ADB Backup" "warning": "Disabling this package breaks ADB Backup",
"suppress": "LabelSameAsId"
}, },
{ {
"id": "com.android.bio.face.service", "id": "com.android.bio.face.service",
@ -78,7 +81,8 @@
"id": "com.android.browser.provider", "id": "com.android.browser.provider",
"label": "com.android.browser.provider", "label": "com.android.browser.provider",
"description": "Old package (2014). Chrome bookmarks provider? Injects Picasa URL (https://picasaweb.google.com) in the Chrome browser's bookmarks in the browser.", "description": "Old package (2014). Chrome bookmarks provider? Injects Picasa URL (https://picasaweb.google.com) in the Chrome browser's bookmarks in the browser.",
"removal": "delete" "removal": "delete",
"suppress": "LabelSameAsId"
}, },
{ {
"id": "com.android.calculator2", "id": "com.android.calculator2",
@ -120,7 +124,8 @@
"https://source.android.com/devices/tech/config/carrier", "https://source.android.com/devices/tech/config/carrier",
"https://cs.android.com/android/platform/superproject/+/master:packages/apps/CarrierConfig/src/com/android/carrierconfig/DefaultCarrierConfigService.java" "https://cs.android.com/android/platform/superproject/+/master:packages/apps/CarrierConfig/src/com/android/carrierconfig/DefaultCarrierConfigService.java"
], ],
"removal": "replace" "removal": "replace",
"suppress": "LabelSameAsId"
}, },
{ {
"id": "com.android.carrierdefaultapp", "id": "com.android.carrierdefaultapp",
@ -501,7 +506,8 @@
"https://developer.android.com/reference/android/telephony/AvailableNetworkInfo", "https://developer.android.com/reference/android/telephony/AvailableNetworkInfo",
"https://cs.android.com/android/platform/superproject/+/master:frameworks/base/telephony/java/android/telephony/AvailableNetworkInfo.java" "https://cs.android.com/android/platform/superproject/+/master:frameworks/base/telephony/java/android/telephony/AvailableNetworkInfo.java"
], ],
"removal": "caution" "removal": "caution",
"suppress": "LabelSameAsId"
}, },
{ {
"id": "com.android.otaprovisioningclient", "id": "com.android.otaprovisioningclient",
@ -601,7 +607,8 @@
"id": "com.android.providers.partnerbookmarks", "id": "com.android.providers.partnerbookmarks",
"label": "com.android.providers.partnerbookmarks", "label": "com.android.providers.partnerbookmarks",
"description": "Provides bookmarks about partners of Google in Chrome.\n", "description": "Provides bookmarks about partners of Google in Chrome.\n",
"removal": "delete" "removal": "delete",
"suppress": "LabelSameAsId"
}, },
{ {
"id": "com.android.providers.userdictionary", "id": "com.android.providers.userdictionary",
@ -655,7 +662,8 @@
"web": [ "web": [
"https://blog.mindorks.com/understanding-the-scoped-storage-in-android" "https://blog.mindorks.com/understanding-the-scoped-storage-in-android"
], ],
"removal": "caution" "removal": "caution",
"suppress": "LabelSameAsId"
}, },
{ {
"id": "com.android.simappdialog", "id": "com.android.simappdialog",
@ -674,7 +682,8 @@
"https://web.archive.org/web/20200915164901/https://www.nowsms.com/doc/submitting-sms-messages/sending-wap-push-messages" "https://web.archive.org/web/20200915164901/https://www.nowsms.com/doc/submitting-sms-messages/sending-wap-push-messages"
], ],
"removal": "replace", "removal": "replace",
"suggestions": "sms" "suggestions": "sms",
"suppress": "LabelSameAsId"
}, },
{ {
"id": "com.android.soundrecorder", "id": "com.android.soundrecorder",
@ -809,19 +818,22 @@
"id": "com.android.wallpaperbackup", "id": "com.android.wallpaperbackup",
"label": "com.android.wallpaperbackup", "label": "com.android.wallpaperbackup",
"description": "Backup your wallapaper and load this backup instead of the original file in case you delete it.\nSafe to remove if you really want to.", "description": "Backup your wallapaper and load this backup instead of the original file in case you delete it.\nSafe to remove if you really want to.",
"removal": "delete" "removal": "delete",
"suppress": "LabelSameAsId"
}, },
{ {
"id": "com.android.wallpapercropper", "id": "com.android.wallpapercropper",
"label": "com.android.wallpapercropper", "label": "com.android.wallpapercropper",
"description": "Wallpaper cropper.", "description": "Wallpaper cropper.",
"removal": "delete" "removal": "delete",
"suppress": "LabelSameAsId"
}, },
{ {
"id": "com.android.wallpaperpicker", "id": "com.android.wallpaperpicker",
"label": "com.android.wallpaperpicker", "label": "com.android.wallpaperpicker",
"description": "Enables you to pick a wallpaper.", "description": "Enables you to pick a wallpaper.",
"removal": "caution" "removal": "caution",
"suppress": "LabelSameAsId"
}, },
{ {
"id": "com.android.webview", "id": "com.android.webview",

View File

@ -41,7 +41,8 @@
"id": "com.android.systemui.plugin.globalactions.wallet", "id": "com.android.systemui.plugin.globalactions.wallet",
"label": "com.android.systemui.plugin.globalactions.wallet", "label": "com.android.systemui.plugin.globalactions.wallet",
"description": "Apk file name: QuickAccessWallet. This is the Google Pay widget in the power menu(hold power button for 1sec to show this menu), below the Emergency, Power off and Reboot buttons.", "description": "Apk file name: QuickAccessWallet. This is the Google Pay widget in the power menu(hold power button for 1sec to show this menu), below the Emergency, Power off and Reboot buttons.",
"removal": "delete" "removal": "delete",
"suppress": "LabelSameAsId"
}, },
{ {
"id": "com.android.vending", "id": "com.android.vending",
@ -870,7 +871,8 @@
"web": [ "web": [
"https://beta.pithus.org/report/60835b97f38d9e64d4f554a73dab71c892153486a8e0fd81461c3d85359d9fae" "https://beta.pithus.org/report/60835b97f38d9e64d4f554a73dab71c892153486a8e0fd81461c3d85359d9fae"
], ],
"removal": "delete" "removal": "delete",
"suppress": "LabelSameAsId"
}, },
{ {
"id": "com.google.android.googlequicksearchbox", "id": "com.google.android.googlequicksearchbox",

189
misc.json
View File

@ -21,7 +21,7 @@
}, },
{ {
"id": "co.sitic.pp", "id": "co.sitic.pp",
"label": "co.sitic.pp", "label": "SYSdll",
"description": "Designed to remotely lock the phone (by sending a simple SMS) in case you don't pay your bill \nThis app was pre-installed on phone not served by that carrier (América Móvil) from South America.\nNormally you should not have this app anymore because it was removed by Nokia during an Android 10 update.\n", "description": "Designed to remotely lock the phone (by sending a simple SMS) in case you don't pay your bill \nThis app was pre-installed on phone not served by that carrier (América Móvil) from South America.\nNormally you should not have this app anymore because it was removed by Nokia during an Android 10 update.\n",
"web": [ "web": [
"https://www.reddit.com/r/Android/comments/fde3l6/3rd_party_telemetry_found_in_nokia_smartphones/fjh4zbx/?context=3" "https://www.reddit.com/r/Android/comments/fde3l6/3rd_party_telemetry_found_in_nokia_smartphones/fjh4zbx/?context=3"
@ -43,7 +43,7 @@
}, },
{ {
"id": "com.aaa.android.discounts", "id": "com.aaa.android.discounts",
"label": "AAA Mobile", "label": "AAA",
"description": "AAA = American Automobile Association\nKind of GPS that helps you find Point of interest (POI) like hotels, restaurants, and car repair facilities from the AAA databases.\nNOTE : Youll have to sign up for an AAA membership to enjoy all of the features and functionality of the Android app.", "description": "AAA = American Automobile Association\nKind of GPS that helps you find Point of interest (POI) like hotels, restaurants, and car repair facilities from the AAA databases.\nNOTE : Youll have to sign up for an AAA membership to enjoy all of the features and functionality of the Android app.",
"web": [ "web": [
"https://play.google.com/store/apps/details?id=com.aaa.android.discounts" "https://play.google.com/store/apps/details?id=com.aaa.android.discounts"
@ -52,7 +52,7 @@
}, },
{ {
"id": "com.aaa.android.discounts.vpl", "id": "com.aaa.android.discounts.vpl",
"label": "com.aaa.android.discounts.vpl", "label": "AAA",
"description": "AAA = American Automobile Association\nKind of GPS that helps you find Point of interest (POI) like hotels, restaurants, and car repair facilities from the AAA databases.\nNOTE : Youll have to sign up for an AAA membership to enjoy all of the features and functionality of the Android app.", "description": "AAA = American Automobile Association\nKind of GPS that helps you find Point of interest (POI) like hotels, restaurants, and car repair facilities from the AAA databases.\nNOTE : Youll have to sign up for an AAA membership to enjoy all of the features and functionality of the Android app.",
"removal": "delete" "removal": "delete"
}, },
@ -82,8 +82,8 @@
}, },
{ {
"id": "com.amazon.appmanager", "id": "com.amazon.appmanager",
"label": "com.amazon.appmanager", "label": "Mobile Device Information Provider",
"description": "Mobile Device Information Provider\nSeems related to Kindle", "description": "Maybe related to Kindle",
"removal": "delete" "removal": "delete"
}, },
{ {
@ -231,8 +231,8 @@
}, },
{ {
"id": "com.cequint.ecid", "id": "com.cequint.ecid",
"label": "com.cequint.ecid", "label": "City ID",
"description": "Caller ID from Cequint\nNever trust a company which promotes call ID/spam blocking features.\nCequint was acquired by TNS (https://tnsi.com/)", "description": "Caller ID from Cequint.\nNever trust a company which promotes call ID/spam blocking features.\nCequint was acquired by TNS (https://tnsi.com/)",
"web": [ "web": [
"https://www.cequint.com/", "https://www.cequint.com/",
"https://www.fiercewireless.com/wireless/t-mobile-to-launch-caller-id-service-from-cequint", "https://www.fiercewireless.com/wireless/t-mobile-to-launch-caller-id-service-from-cequint",
@ -308,8 +308,11 @@
}, },
{ {
"id": "com.diotek.sec.lookup.dictionary", "id": "com.diotek.sec.lookup.dictionary",
"label": "com.diotek.sec.lookup.dictionary", "label": "Samsung Dictionary",
"description": "Samsung dictionary from Diotek (Korean company)\nhttp://en.diotek.com/", "description": "Samsung dictionary from Diotek (Korean company)",
"web": [
"https://en.diotek.com/"
],
"removal": "delete" "removal": "delete"
}, },
{ {
@ -344,8 +347,8 @@
}, },
{ {
"id": "com.dolby.daxservice", "id": "com.dolby.daxservice",
"label": "com.dolby.daxservice", "label": "Dolby",
"description": "Dolby\nRuns in the background as part of the system. Runs even if disabled.\n\"Optimizes system audio performance\" or something like that. This is likely the backend audio service, possibly applying settings from com.oneplus.sound.tuner (\"Dolby Atmos\") to the audio processing.", "description": "Runs in the background as part of the system. Runs even if disabled.\n\"Optimizes system audio performance\" or something like that. This is likely the backend audio service, possibly applying settings from com.oneplus.sound.tuner (\"Dolby Atmos\") to the audio processing.",
"removal": "caution" "removal": "caution"
}, },
{ {
@ -378,15 +381,15 @@
}, },
{ {
"id": "com.dsi.ant.sample.acquirechannels", "id": "com.dsi.ant.sample.acquirechannels",
"label": "com.dsi.ant.sample.acquirechannels", "label": "ANT + DUT",
"description": "I don't know why there is \"sample\" in the name. Is this package really useful to find ANT channels ? \n", "description": "I don't know why there is \"sample\" in the name. Is this package really useful to find ANT channels ? \n",
"removal": "delete" "removal": "delete"
}, },
{ {
"id": "com.dsi.ant.server", "id": "com.dsi.ant.server",
"label": "com.dsi.ant.server", "label": "ANT Radio Service Test",
"description": "ANT HAL(Hardware Abstraction Layer) Server\nANT is a wireless protocol, similar to Bluetooth, that is mainly used for sport and fitness trackers.", "description": "ANT HAL (Hardware Abstraction Layer) Server.\nANT is a wireless protocol, similar to Bluetooth, that is mainly used for sport and fitness trackers.",
"removal": "replace" "removal": "caution"
}, },
{ {
"id": "com.dsi.ant.service.socket", "id": "com.dsi.ant.service.socket",
@ -401,7 +404,8 @@
"id": "com.ebay.carrier", "id": "com.ebay.carrier",
"label": "com.ebay.carrier", "label": "com.ebay.carrier",
"description": "Kind of weird ebay apps pre-installed by carriers.", "description": "Kind of weird ebay apps pre-installed by carriers.",
"removal": "delete" "removal": "delete",
"suppress": "LabelSameAsId"
}, },
{ {
"id": "com.ebay.mobile", "id": "com.ebay.mobile",
@ -420,8 +424,8 @@
}, },
{ {
"id": "com.emoji.keyboard.touchpal", "id": "com.emoji.keyboard.touchpal",
"label": "com.emoji.keyboard.touchpal", "label": "TouchPal Emoji Keyboard",
"description": "TouchPal Emoji Keyboard by Cootek a chinese company\nAdware (lots and lots of ads)", "description": "Developed by Cootek a chinese company.\nAdware (lots and lots of ads)",
"web": [ "web": [
"https://www.buzzfeednews.com/article/craigsilverman/google-banned-cootek-adware" "https://www.buzzfeednews.com/article/craigsilverman/google-banned-cootek-adware"
], ],
@ -452,8 +456,8 @@
}, },
{ {
"id": "com.facebook.appmanager", "id": "com.facebook.appmanager",
"label": "com.facebook.appmanager", "label": "Facebook App Manager",
"description": "Facebook app manager handles Facebook apps updates.", "description": "Handles Facebook apps updates.",
"removal": "delete" "removal": "delete"
}, },
{ {
@ -508,7 +512,7 @@
}, },
{ {
"id": "com.gd.mobicore.pa", "id": "com.gd.mobicore.pa",
"label": "com.gd.mobicore.pa", "label": "RootPA",
"description": "Mobicore is now Trustonic\nTrustonic is a small OS running on the CPU providing a TEE, an isolated environment that runs in parallel with the operating system, guaranteeing code and data loaded inside to be protected.\nSounds great, but it's closed source and \"normal\" devs can't use it for their apps.\nSee \"com.trustonic.tuiservice\"", "description": "Mobicore is now Trustonic\nTrustonic is a small OS running on the CPU providing a TEE, an isolated environment that runs in parallel with the operating system, guaranteeing code and data loaded inside to be protected.\nSounds great, but it's closed source and \"normal\" devs can't use it for their apps.\nSee \"com.trustonic.tuiservice\"",
"removal": "caution" "removal": "caution"
}, },
@ -551,7 +555,7 @@
}, },
{ {
"id": "com.hancom.office.editor.hidden", "id": "com.hancom.office.editor.hidden",
"label": "com.hancom.office.editor.hidden", "label": "Hancom Office Editor",
"description": "Legacy Hancom Office Editor (Korean alternative to Microsoft Office). Featured in Samsung and LG phones", "description": "Legacy Hancom Office Editor (Korean alternative to Microsoft Office). Featured in Samsung and LG phones",
"removal": "delete" "removal": "delete"
}, },
@ -674,7 +678,7 @@
}, },
{ {
"id": "com.ironsource.appcloud.oobe", "id": "com.ironsource.appcloud.oobe",
"label": "com.ironsource.appcloud.oobe", "label": "AppCloud",
"description": "AppCloud (discontinued) from ironSource, an advertising company", "description": "AppCloud (discontinued) from ironSource, an advertising company",
"web": [ "web": [
"https://en.wikipedia.org/wiki/IronSource" "https://en.wikipedia.org/wiki/IronSource"
@ -683,8 +687,8 @@
}, },
{ {
"id": "com.ironsource.appcloud.oobe.huawei", "id": "com.ironsource.appcloud.oobe.huawei",
"label": "com.ironsource.appcloud.oobe.huawei", "label": "Essential",
"description": "Essentials apps\nApp which promotes some other apps (and encourages you to install them)\nDeveloped by IronSource, a \"next-generation advertising company\" \nhttps://aura.ironsrc.com/ (app) | https://company.ironsrc.com/ (company)\nWhen you try to read their privacy policy you arrive to an outstanding blank PDF file!", "description": "An app that promotes some other apps (and encourages you to install them)\nDeveloped by IronSource, a \"next-generation advertising company\" \nhttps://aura.ironsrc.com/ (app) | https://company.ironsrc.com/ (company)\nWhen you try to read their privacy policy you arrive to an outstanding blank PDF file!",
"web": [ "web": [
"http://www.ironsrc.com/wp-content/uploads/2019/03/ironSource-Privacy-Policy.pdf" "http://www.ironsrc.com/wp-content/uploads/2019/03/ironSource-Privacy-Policy.pdf"
], ],
@ -965,25 +969,25 @@
}, },
{ {
"id": "com.monotype.android.font.chococooky", "id": "com.monotype.android.font.chococooky",
"label": "com.monotype.android.font.chococooky", "label": "ChocoEUKor font",
"description": "Font", "description": "Font",
"removal": "delete" "removal": "delete"
}, },
{ {
"id": "com.monotype.android.font.cooljazz", "id": "com.monotype.android.font.cooljazz",
"label": "com.monotype.android.font.cooljazz", "label": "CoolEUKor font",
"description": "Font", "description": "Font",
"removal": "delete" "removal": "delete"
}, },
{ {
"id": "com.monotype.android.font.foundation", "id": "com.monotype.android.font.foundation",
"label": "com.monotype.android.font.foundation", "label": "Foundation font",
"description": "Font", "description": "Font",
"removal": "delete" "removal": "delete"
}, },
{ {
"id": "com.monotype.android.font.rosemary", "id": "com.monotype.android.font.rosemary",
"label": "com.monotype.android.font.rosemary", "label": "RoseEUKor font",
"description": "Font", "description": "Font",
"removal": "delete" "removal": "delete"
}, },
@ -1024,7 +1028,7 @@
}, },
{ {
"id": "com.nuance.swype.input", "id": "com.nuance.swype.input",
"label": "com.nuance.swype.input", "label": "Swype",
"description": "Swype keyboard by Nuance", "description": "Swype keyboard by Nuance",
"web": [ "web": [
"https://www.nuance.com/mobile/mobile-applications/swype/android.html", "https://www.nuance.com/mobile/mobile-applications/swype/android.html",
@ -1072,8 +1076,8 @@
}, },
{ {
"id": "com.opera.preinstall", "id": "com.opera.preinstall",
"label": "com.opera.preinstall", "label": "Opera Preinstall Data",
"description": "Opera Preinstall Data\nGenerates utm tracking stuff", "description": "Generates utm tracking stuff",
"removal": "delete" "removal": "delete"
}, },
{ {
@ -1116,8 +1120,12 @@
}, },
{ {
"id": "com.pinsight.dw", "id": "com.pinsight.dw",
"label": "com.pinsight.dw", "label": "App Stack",
"description": "App Stack \nForce-installed app by Sprint. Pinsight is an advertising company (https://pinsightmedia.com/)\nNote : Sprint sold Pinsight to InMobi in 2018.\nhttps://www.fiercewireless.com/wireless/sprint-sells-mobile-ad-biz-pinsight-media-to-inmobi", "description": "Force-installed app by Sprint. Pinsight is an advertising company\nNote: Sprint sold Pinsight to InMobi in 2018.",
"web": [
"https://pinsightmedia.com/",
"https://www.fiercewireless.com/wireless/sprint-sells-mobile-ad-biz-pinsight-media-to-inmobi"
],
"removal": "delete" "removal": "delete"
}, },
{ {
@ -1160,48 +1168,55 @@
"id": "com.qti.diagservices", "id": "com.qti.diagservices",
"label": "com.qti.diagservices", "label": "com.qti.diagservices",
"description": "Starts process when plugged into a PC (with debugging on, haven't tried off) and then runs until stopped.\nCan't find info on what it is. Probably has to do with diagnostics for Android debugging?\nNoticed no ill effects from having it disabled for weeks.", "description": "Starts process when plugged into a PC (with debugging on, haven't tried off) and then runs until stopped.\nCan't find info on what it is. Probably has to do with diagnostics for Android debugging?\nNoticed no ill effects from having it disabled for weeks.",
"removal": "replace" "removal": "caution",
"suppress": "LabelSameAsId"
}, },
{ {
"id": "com.qti.dpmserviceapp", "id": "com.qti.dpmserviceapp",
"label": "com.qti.dpmserviceapp", "label": "com.qti.dpmserviceapp",
"description": "Data Power Manager for the radio.\nUsed to improve energy efficiency. Probably a bad idea to disable.", "description": "Data Power Manager for the radio.\nUsed to improve energy efficiency. Probably a bad idea to disable.",
"removal": "caution" "removal": "caution",
"suppress": "LabelSameAsId"
}, },
{ {
"id": "com.qti.ltebc", "id": "com.qti.ltebc",
"label": "com.qti.ltebc", "label": "LTE Broadcast Manager",
"description": "LTE Broadcast Manager\nRuns on boot, but not in the background beyond that.", "description": "Runs on boot, but not in the background beyond that.",
"removal": "caution" "removal": "caution"
}, },
{ {
"id": "com.qti.qualcomm.datastatusnotification", "id": "com.qti.qualcomm.datastatusnotification",
"label": "com.qti.qualcomm.datastatusnotification", "label": "com.qti.qualcomm.datastatusnotification",
"description": "Sends you a message when you reach a specified data limit?\nContains a service, but I've never it run. But I've also never run out of data or used the Android data warning system.", "description": "Sends you a message when you reach a specified data limit?\nContains a service, but I've never it run. But I've also never run out of data or used the Android data warning system.",
"removal": "replace" "web": [
"https://www.qualcomm.com/news/onq/2016/05/02/qualcomm-trupalette-brings-your-phones-display-life"
],
"removal": "caution",
"suppress": "LabelSameAsId"
}, },
{ {
"id": "com.qti.qualcomm.deviceinfo", "id": "com.qti.qualcomm.deviceinfo",
"label": "com.qti.qualcomm.deviceinfo", "label": "Device Info",
"description": "Device Info\nDisplays device information. Can be found in Settings->About phone.", "description": "Displays device information. Can be found in Settings->About phone.",
"removal": "caution" "removal": "caution"
}, },
{ {
"id": "com.qti.service.colorservice", "id": "com.qti.service.colorservice",
"label": "com.qti.service.colorservice", "label": "com.qti.service.colorservice",
"description": "Something to do with colors?\nContains a \"ColorServiceApp\" service, but I've never seen it run. Might be tied to some Display setting?\nProbably safe to disable; noticed no changes, but I also doubt there's any benefit to disabling it.", "description": "Something to do with colors?\nContains a \"ColorServiceApp\" service, but I've never seen it run. Might be tied to some Display setting?\nProbably safe to disable; noticed no changes, but I also doubt there's any benefit to disabling it.",
"removal": "replace" "removal": "caution",
"suppress": "LabelSameAsId"
}, },
{ {
"id": "com.qti.snapdragon.qdcm_ff", "id": "com.qti.snapdragon.qdcm_ff",
"label": "com.qti.snapdragon.qdcm_ff", "label": "QDCM-FF",
"description": "Qualcomm Display Color Management tool\nAttempts to \"make colors look vibrant and true to life\". No idea if it actually does something useful or if it's only some garbage dynamic color tuning (they tend to destroy colors).\nContains a service, but I've never seen it run on my Oneplus 9. Could be tied to color \"improvement\" settings in Settings->Display (all of which are off for me).\nhttps://www.qualcomm.com/news/onq/2016/05/02/qualcomm-trupalette-brings-your-phones-display-life", "description": "Qualcomm Display Color Management tool\nAttempts to \"make colors look vibrant and true to life\". No idea if it actually does something useful or if it's only some garbage dynamic color tuning (they tend to destroy colors).\nContains a service, but I've never seen it run on my Oneplus 9. Could be tied to color \"improvement\" settings in Settings->Display (all of which are off for me).",
"removal": "replace" "removal": "replace"
}, },
{ {
"id": "com.qti.xdivert", "id": "com.qti.xdivert",
"label": "com.qti.xdivert", "label": "Smart-Divert",
"description": "Smart-Divert\nIf enabled, diverts your calls to another number.\nYou can choose to divert all calls, divert on no reply or divert when the line is busy.\nWhere can you enable/disable this feature?", "description": "If enabled, diverts your calls to another number.\nYou can choose to divert all calls, divert on no reply or divert when the line is busy.\nWhere can you enable/disable this feature?",
"removal": "delete" "removal": "delete"
}, },
{ {
@ -1211,12 +1226,13 @@
"web": [ "web": [
"https://www.bleepingcomputer.com/news/security/smartphones-from-11-oems-vulnerable-to-attacks-via-hidden-at-commands/" "https://www.bleepingcomputer.com/news/security/smartphones-from-11-oems-vulnerable-to-attacks-via-hidden-at-commands/"
], ],
"removal": "delete" "removal": "delete",
"suppress": "LabelSameAsId"
}, },
{ {
"id": "com.qualcomm.cabl", "id": "com.qualcomm.cabl",
"label": "com.qualcomm.cabl", "label": "Content Adaptive Backlight Settings",
"description": "Content Adaptative Backlight Settings\nCABL will try to adjust the image being displaye by changing the contrast/quality/image backlight depending on \nthe content on the screen.\nDownside to this is loss of dynamic range which results in some colors being washed out/clipped.\nCABL != Auto brightness (which doesn't change the content of the screen, only the brightness)\nNOTE: You may want to remove this. It does not work very well on many phones.", "description": "This app will try to adjust the image being displaye by changing the contrast/quality/image backlight depending on \nthe content on the screen.\nDownside to this is loss of dynamic range which results in some colors being washed out/clipped.\nCABL != Auto brightness (which doesn't change the content of the screen, only the brightness)\nNOTE: You may want to remove this. It does not work very well on many phones.",
"web": [ "web": [
"https://mobileinternist.com/disable-adaptive-brightness-android" "https://mobileinternist.com/disable-adaptive-brightness-android"
], ],
@ -1253,11 +1269,12 @@
"id": "com.qualcomm.qcrilmsgtunnel", "id": "com.qualcomm.qcrilmsgtunnel",
"label": "com.qualcomm.qcrilmsgtunnel", "label": "com.qualcomm.qcrilmsgtunnel",
"description": "Long-form name: Qualcomm Radio Interface Layer Message Tunnel.\nRuns in the background, both as part of user apps and as part of the system? It's an active system process even when disabled, but disabling seems to remove the user-side part of the process.\nDisabling yields no immediate consequences, but functionality may still be retained in the system process.\nActs as a bridge between Android framework services and the hardware? A tunnel between modem and Android framework?\nThe decompiled code shows nothing obvious. \"sendOemRilRequest\" seems like the only method name hinting at something.", "description": "Long-form name: Qualcomm Radio Interface Layer Message Tunnel.\nRuns in the background, both as part of user apps and as part of the system? It's an active system process even when disabled, but disabling seems to remove the user-side part of the process.\nDisabling yields no immediate consequences, but functionality may still be retained in the system process.\nActs as a bridge between Android framework services and the hardware? A tunnel between modem and Android framework?\nThe decompiled code shows nothing obvious. \"sendOemRilRequest\" seems like the only method name hinting at something.",
"removal": "replace" "removal": "caution",
"suppress": "LabelSameAsId"
}, },
{ {
"id": "com.qualcomm.qti.auth.fidocryptoservice", "id": "com.qualcomm.qti.auth.fidocryptoservice",
"label": "com.qualcomm.qti.auth.fidocryptoservice", "label": "FidoCryptoService",
"description": "Qualcomm FIDO implementation.\nFido is a set of open technical specifications for mechanisms of authenticating users to online services that do not depend on passwords.", "description": "Qualcomm FIDO implementation.\nFido is a set of open technical specifications for mechanisms of authenticating users to online services that do not depend on passwords.",
"web": [ "web": [
"https://en.wikipedia.org/wiki/FIDO_Alliance", "https://en.wikipedia.org/wiki/FIDO_Alliance",
@ -1283,7 +1300,7 @@
}, },
{ {
"id": "com.qualcomm.qti.callenhancement", "id": "com.qualcomm.qti.callenhancement",
"label": "com.qualcomm.qti.callenhancement", "label": "CallEnhancement",
"description": "Supposed to enhance call quality (I'll let you test if it really does)\nThis can record your phone calls. A vulnerability was found in 2019, allowing unauthorized microphone audio recording by 3rd-party apps.", "description": "Supposed to enhance call quality (I'll let you test if it really does)\nThis can record your phone calls. A vulnerability was found in 2019, allowing unauthorized microphone audio recording by 3rd-party apps.",
"web": [ "web": [
"https://nvd.nist.gov/vuln/detail/CVE-2019-15472" "https://nvd.nist.gov/vuln/detail/CVE-2019-15472"
@ -1292,9 +1309,9 @@
}, },
{ {
"id": "com.qualcomm.qti.callfeaturessetting", "id": "com.qualcomm.qti.callfeaturessetting",
"label": "com.qualcomm.qti.callfeaturessetting", "label": "CallFeatureSetting",
"description": "Not mandatory according to some XDA users.\nMore info needed.", "description": "Not mandatory according to some XDA users.\nMore info needed.",
"removal": "replace" "removal": "caution"
}, },
{ {
"id": "com.qualcomm.qti.cne", "id": "com.qualcomm.qti.cne",
@ -1308,9 +1325,9 @@
}, },
{ {
"id": "com.qualcomm.qti.confdialer", "id": "com.qualcomm.qti.confdialer",
"label": "com.qualcomm.qti.confdialer", "label": "ConfDialer",
"description": "ConfDialer\nLTE Conferencing Service.", "description": "LTE Conferencing Service.",
"removal": "replace" "removal": "caution"
}, },
{ {
"id": "com.qualcomm.qti.dynamicddsservice", "id": "com.qualcomm.qti.dynamicddsservice",
@ -1320,7 +1337,8 @@
"https://www.qualcomm.com/news/releases/1996/05/07/qualcomm-introduces-new-high-speed-dual-direct-digital-synthesizer", "https://www.qualcomm.com/news/releases/1996/05/07/qualcomm-introduces-new-high-speed-dual-direct-digital-synthesizer",
"https://www.allaboutcircuits.com/technical-articles/direct-digital-synthesis/" "https://www.allaboutcircuits.com/technical-articles/direct-digital-synthesis/"
], ],
"removal": "replace" "removal": "caution",
"suppress": "LabelSameAsId"
}, },
{ {
"id": "com.qualcomm.qti.ims", "id": "com.qualcomm.qti.ims",
@ -1329,7 +1347,8 @@
"web": [ "web": [
"https://www.qualcomm.com/news/releases/2015/03/02/qualcomm-powers-mobile-and-home-connectivity-innovations-mobile-world" "https://www.qualcomm.com/news/releases/2015/03/02/qualcomm-powers-mobile-and-home-connectivity-innovations-mobile-world"
], ],
"removal": "caution" "removal": "caution",
"suppress": "LabelSameAsId"
}, },
{ {
"id": "com.qualcomm.qti.lpa", "id": "com.qualcomm.qti.lpa",
@ -1338,12 +1357,13 @@
"web": [ "web": [
"https://developer.qualcomm.com/blog/rise-esims-and-isims-and-their-impact-iot\nhttps://source.android.com/devices/tech/connect/esim-overview" "https://developer.qualcomm.com/blog/rise-esims-and-isims-and-their-impact-iot\nhttps://source.android.com/devices/tech/connect/esim-overview"
], ],
"removal": "replace" "removal": "replace",
"suppress": "LabelSameAsId"
}, },
{ {
"id": "com.qualcomm.qti.networksetting", "id": "com.qualcomm.qti.networksetting",
"label": "com.qualcomm.qti.networksetting", "label": "Network operators",
"description": "Network operators (hidden settings menu)\nLets you select network modes like GSM only, WCDMA only, LTE only etc, toggle VoLTE On/Off...", "description": "A hidden settings menu that lets you select network modes like GSM only, WCDMA only, LTE only etc, toggle VoLTE On/Off...",
"removal": "caution" "removal": "caution"
}, },
{ {
@ -1354,7 +1374,7 @@
}, },
{ {
"id": "com.qualcomm.qti.perfdump", "id": "com.qualcomm.qti.perfdump",
"label": "com.qualcomm.qti.perfdump", "label": "Perfdump",
"description": "Performance dump (logging)\nEnable a more accurate overview of the running services (and maybe how much power/RAM they take?)", "description": "Performance dump (logging)\nEnable a more accurate overview of the running services (and maybe how much power/RAM they take?)",
"removal": "delete" "removal": "delete"
}, },
@ -1372,13 +1392,13 @@
}, },
{ {
"id": "com.qualcomm.qti.qcolor", "id": "com.qualcomm.qti.qcolor",
"label": "com.qualcomm.qti.qcolor", "label": "QColor",
"description": "Something to do with colors?\nContains no services and I've never seen it run as a process. Only has one permission: CONTROL_DISPLAY_COLOR_TRANSFORMS\nProbably safe to disable; noticed no changes, but I also doubt there's any benefit to disabling it.", "description": "Something to do with colors?\nContains no services and I've never seen it run as a process. Only has one permission: CONTROL_DISPLAY_COLOR_TRANSFORMS\nProbably safe to disable; noticed no changes, but I also doubt there's any benefit to disabling it.",
"removal": "replace" "removal": "replace"
}, },
{ {
"id": "com.qualcomm.qti.qdma", "id": "com.qualcomm.qti.qdma",
"label": "com.qualcomm.qti.qdma", "label": "QDMA",
"description": "QDMA = Quadrature-Division Multiple Access\nIt's a radio protocol combining CDMA and QPSK.\nQDMA is used for local area networks, usually wireless short-range such as WiMax.", "description": "QDMA = Quadrature-Division Multiple Access\nIt's a radio protocol combining CDMA and QPSK.\nQDMA is used for local area networks, usually wireless short-range such as WiMax.",
"web": [ "web": [
"https://en.wikipedia.org/wiki/Quadrature-division_multiple_access" "https://en.wikipedia.org/wiki/Quadrature-division_multiple_access"
@ -1387,7 +1407,7 @@
}, },
{ {
"id": "com.qualcomm.qti.qmmi", "id": "com.qualcomm.qti.qmmi",
"label": "com.qualcomm.qti.qmmi", "label": "QMMI",
"description": "QMMI is a test app made by Qualcomm. It is used by service center to test the working of the various device components.", "description": "QMMI is a test app made by Qualcomm. It is used by service center to test the working of the various device components.",
"web": [ "web": [
"https://community.phones.nokia.com/discussion/52566/android-10-on-nokia-8-1/p19\nUseless for end-users." "https://community.phones.nokia.com/discussion/52566/android-10-on-nokia-8-1/p19\nUseless for end-users."
@ -1402,15 +1422,16 @@
}, },
{ {
"id": "com.qualcomm.qti.qms.service.telemetry", "id": "com.qualcomm.qti.qms.service.telemetry",
"label": "com.qualcomm.qti.qms.service.telemetry", "label": "Qualcomm Mobile Security",
"description": "Qualcomm Mobile Security\nTelemetry service. Obviously phones to Qualcomm.", "description": "Telemetry service. Obviously phones to Qualcomm.",
"removal": "delete" "removal": "delete"
}, },
{ {
"id": "com.qualcomm.qti.qtisystemservice", "id": "com.qualcomm.qti.qtisystemservice",
"label": "com.qualcomm.qti.qtisystemservice", "label": "com.qualcomm.qti.qtisystemservice",
"description": "Seems to only log stuff related to telephony?\nA user removed this without noticing any issues.", "description": "Seems to only log stuff related to telephony?\nA user removed this without noticing any issues.",
"removal": "replace" "removal": "replace",
"suppress": "LabelSameAsId"
}, },
{ {
"id": "com.qualcomm.qti.rcsimsbootstraputil", "id": "com.qualcomm.qti.rcsimsbootstraputil",
@ -1431,7 +1452,7 @@
}, },
{ {
"id": "com.qualcomm.qti.roamingsettings", "id": "com.qualcomm.qti.roamingsettings",
"label": "com.qualcomm.qti.roamingsettings", "label": "Roaming Settings",
"description": "Hidden settings menu for tweaking roaming settings? How exactly do you access this menu?", "description": "Hidden settings menu for tweaking roaming settings? How exactly do you access this menu?",
"removal": "caution" "removal": "caution"
}, },
@ -1484,7 +1505,8 @@
"id": "com.qualcomm.qti.uim", "id": "com.qualcomm.qti.uim",
"label": "com.qualcomm.qti.uim", "label": "com.qualcomm.qti.uim",
"description": "Runs \"RemoteSimLockService\" in the background.\nThis might be the only remote SIM lock service, just called UIM because R-UIM(Removeable-UserIdentityModule) is a variant of SIM commonly used in Asia.", "description": "Runs \"RemoteSimLockService\" in the background.\nThis might be the only remote SIM lock service, just called UIM because R-UIM(Removeable-UserIdentityModule) is a variant of SIM commonly used in Asia.",
"removal": "delete" "removal": "delete",
"suppress": "LabelSameAsId"
}, },
{ {
"id": "com.qualcomm.qti.uimGbaApp", "id": "com.qualcomm.qti.uimGbaApp",
@ -1496,7 +1518,8 @@
"id": "com.qualcomm.qtil.aptxals", "id": "com.qualcomm.qtil.aptxals",
"label": "com.qualcomm.qtil.aptxals", "label": "com.qualcomm.qtil.aptxals",
"description": "Something to do with the AptX bluetooh audio streaming codec?\nRuns in the background as part of the system.", "description": "Something to do with the AptX bluetooh audio streaming codec?\nRuns in the background as part of the system.",
"removal": "caution" "removal": "caution",
"suppress": "LabelSameAsId"
}, },
{ {
"id": "com.qualcomm.qtil.aptxalsOverlay", "id": "com.qualcomm.qtil.aptxalsOverlay",
@ -1506,7 +1529,7 @@
}, },
{ {
"id": "com.qualcomm.qtil.aptxui", "id": "com.qualcomm.qtil.aptxui",
"label": "com.qualcomm.qtil.aptxui", "label": "Bluetooth",
"description": "Something to do with selecting codec for bluetooh audio streaming?\nRuns in the background as part of the system.", "description": "Something to do with selecting codec for bluetooh audio streaming?\nRuns in the background as part of the system.",
"removal": "caution" "removal": "caution"
}, },
@ -1532,13 +1555,15 @@
"id": "com.qualcomm.uimremoteclient", "id": "com.qualcomm.uimremoteclient",
"label": "com.qualcomm.uimremoteclient", "label": "com.qualcomm.uimremoteclient",
"description": "Contains a service by the same name, but I've never seen it run.\nRelated to SIM/R-UIM functionality? (R-UIM is a type of SIM card mainly used in Asia)", "description": "Contains a service by the same name, but I've never seen it run.\nRelated to SIM/R-UIM functionality? (R-UIM is a type of SIM card mainly used in Asia)",
"removal": "caution" "removal": "caution",
"suppress": "LabelSameAsId"
}, },
{ {
"id": "com.qualcomm.uimremoteserver", "id": "com.qualcomm.uimremoteserver",
"label": "com.qualcomm.uimremoteserver", "label": "com.qualcomm.uimremoteserver",
"description": "Contains a service by the same name, but I've never seen it run.\nRelated to SIM/R-UIM functionality? (R-UIM is a type of SIM card mainly used in Asia)", "description": "Contains a service by the same name, but I've never seen it run.\nRelated to SIM/R-UIM functionality? (R-UIM is a type of SIM card mainly used in Asia)",
"removal": "caution" "removal": "caution",
"suppress": "LabelSameAsId"
}, },
{ {
"id": "com.qualcomm.wfd.service", "id": "com.qualcomm.wfd.service",
@ -1561,7 +1586,7 @@
}, },
{ {
"id": "com.quicinc.fmradio", "id": "com.quicinc.fmradio",
"label": "com.quicinc.fmradio", "label": "FM Radio",
"description": "FM Radio app by Qualcomm\nquicinc = Qualcomm Innovation Center", "description": "FM Radio app by Qualcomm\nquicinc = Qualcomm Innovation Center",
"removal": "replace", "removal": "replace",
"suggestions": "radios" "suggestions": "radios"
@ -1919,7 +1944,7 @@
}, },
{ {
"id": "com.trustonic.teeservice", "id": "com.trustonic.teeservice",
"label": "com.trustonic.teeservice", "label": "TeeService",
"description": "TEE = Trusted Execution Environment", "description": "TEE = Trusted Execution Environment",
"removal": "caution" "removal": "caution"
}, },
@ -2203,7 +2228,7 @@
}, },
{ {
"id": "org.codeaurora.bluetooth", "id": "org.codeaurora.bluetooth",
"label": "org.codeaurora.bluetooth", "label": "Bluetooth extensions",
"description": "More info needed", "description": "More info needed",
"web": [ "web": [
"https://source.codeaurora.org/quic/la/platform/vendor/qcom-opensource/bluetooth" "https://source.codeaurora.org/quic/la/platform/vendor/qcom-opensource/bluetooth"
@ -2220,11 +2245,12 @@
"id": "org.codeaurora.ims", "id": "org.codeaurora.ims",
"label": "org.codeaurora.ims", "label": "org.codeaurora.ims",
"description": "IMS(Ip Multimedia Subsystem) is an open industry standard for voice and multimedia communications over packet-based IP networks (VoLTE/VoIP/Wifi calling).\nRuns in the background as part of the system, with Google's IMS(com.google.android.ims, \"Carrier Services\") disabled, I haven't checked if it'd run with Carrier Services enabled.", "description": "IMS(Ip Multimedia Subsystem) is an open industry standard for voice and multimedia communications over packet-based IP networks (VoLTE/VoIP/Wifi calling).\nRuns in the background as part of the system, with Google's IMS(com.google.android.ims, \"Carrier Services\") disabled, I haven't checked if it'd run with Carrier Services enabled.",
"removal": "caution" "removal": "caution",
"supress": "LabelSameAsId"
}, },
{ {
"id": "org.simalliance.openmobileapi.service", "id": "org.simalliance.openmobileapi.service",
"label": "org.simalliance.openmobileapi.service", "label": "SmartcardService",
"description": "The SmartCard API is a reference implementation of the SIMalliance Open Mobile API specification that enables Android applications to communicate with Secure Elements, (SIM card, embedded Secure Elements, Mobile Security Card or others)\nSafe to remove if you think you don't need this", "description": "The SmartCard API is a reference implementation of the SIMalliance Open Mobile API specification that enables Android applications to communicate with Secure Elements, (SIM card, embedded Secure Elements, Mobile Security Card or others)\nSafe to remove if you think you don't need this",
"web": [ "web": [
"https://github.com/seek-for-android/pool/wiki/SmartcardAPI" "https://github.com/seek-for-android/pool/wiki/SmartcardAPI"
@ -2240,7 +2266,8 @@
"https://arxiv.org/ftp/arxiv/papers/1601/1601.03027.pdf", "https://arxiv.org/ftp/arxiv/papers/1601/1601.03027.pdf",
"https://www.justaskgemalto.com/us/what-uicc-and-how-it-different-sim-card/" "https://www.justaskgemalto.com/us/what-uicc-and-how-it-different-sim-card/"
], ],
"removal": "caution" "removal": "caution",
"suppress": "LabelSameAsId"
}, },
{ {
"id": "pl.zdunex25.updater", "id": "pl.zdunex25.updater",

View File

@ -72,6 +72,10 @@
"suggestions": { "suggestions": {
"description": "Suggestion ID for listing alternatives to this bloatware", "description": "Suggestion ID for listing alternatives to this bloatware",
"type": "string" "type": "string"
},
"suppress": {
"description": "Suppress a particular warning issued by the linter, separated by comma without space",
"type": "string"
} }
}, },
"required": [ "required": [

View File

@ -3,6 +3,8 @@
const SUPPORTED_REMOVAL_TYPES = ['delete', 'replace', 'caution', 'unsafe']; const SUPPORTED_REMOVAL_TYPES = ['delete', 'replace', 'caution', 'unsafe'];
const SUPPORTED_TAGS = []; const SUPPORTED_TAGS = [];
const SUPPRESS_LINT_CONST_LABEL_SAME_AS_ID = 'LabelSameAsId';
const SUPPRESS_LINT_CONSTS = [SUPPRESS_LINT_CONST_LABEL_SAME_AS_ID];
const REPO_DIR = __DIR__ . "/.."; const REPO_DIR = __DIR__ . "/..";
const SUGGESTIONS_DIR = REPO_DIR . '/suggestions'; const SUGGESTIONS_DIR = REPO_DIR . '/suggestions';
const LINT_DIR = __DIR__ . "/../build"; const LINT_DIR = __DIR__ . "/../build";
@ -70,6 +72,7 @@ if ($error_count != 0) {
function validate_bloatware_item(array $item): int { function validate_bloatware_item(array $item): int {
global $lint_writer; global $lint_writer;
$suppressed = isset($item['suppress']) ? parse_suppress($item['suppress']) : [];
$error_count = 0; $error_count = 0;
// `id` is a string // `id` is a string
if (gettype($item['id']) != 'string') { if (gettype($item['id']) != 'string') {
@ -81,6 +84,10 @@ function validate_bloatware_item(array $item): int {
if (gettype($item['label']) != 'string') { if (gettype($item['label']) != 'string') {
fprintf($lint_writer, "{$item['id']}: Expected `label` field to be a string, found: " . gettype($item['label']) . "\n"); fprintf($lint_writer, "{$item['id']}: Expected `label` field to be a string, found: " . gettype($item['label']) . "\n");
++$error_count; ++$error_count;
} else if ($item['label'] == $item['id']) {
if (!in_array(SUPPRESS_LINT_CONST_LABEL_SAME_AS_ID, $suppressed)) {
fprintf(STDERR, "{$item['id']}: `label` is the same as ID.\n");
}
} }
} else { } else {
fprintf(STDERR, "{$item['id']}: Missing `label`\n"); fprintf(STDERR, "{$item['id']}: Missing `label`\n");
@ -213,3 +220,8 @@ function validate_suggestion_item(array $item): int {
} }
return $error_count; return $error_count;
} }
function parse_suppress(?string $str): array {
if ($str == null) return [];
return preg_split("/,\\s*/", $str);
}