From c16ee8b379fe6486a852419ee31e03dc943da06f Mon Sep 17 00:00:00 2001 From: Evelyn Torres Date: Fri, 8 May 2026 13:17:26 -0230 Subject: [PATCH 1/2] pkg(insulet): add packes from omnipod dash pdm --- resources/assets/uad_lists.json | 40 +++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/resources/assets/uad_lists.json b/resources/assets/uad_lists.json index a5d517f..8c44d22 100644 --- a/resources/assets/uad_lists.json +++ b/resources/assets/uad_lists.json @@ -43051,5 +43051,45 @@ "neededBy": [], "labels": [], "removal": "Expert" + }, + "com.android.onetimeinitializer": { + "list": "Aosp", + "description": "Needed for first time setup. Due to how UAD works, the package will be restored on factory reset, so it's safe to remove. No purpose to keep it after setup.", + "dependencies": [], + "neededBy": [], + "labels": [], + "removal": "Recommended" + }, + "com.insulet.myblue.pdm": { + "list": "Oem", + "description": "App to control OmniPod insulin pumps. Preinstalled on the OmniPod DASH and OmniPod 5 PDMs. If you're seeing this package you're probably on a modded PDM, so you almost certainly know what this is and it's absolutely unsafe to remove if you're actively using OmniPod.\nhttps://play.google.com/store/apps/details?id=com.insulet.myblue.pdm", + "dependencies": [], + "neededBy": [], + "labels": [], + "removal": "Unsafe" + }, + "com.insulet.myblue.pdmsystem": { + "list": "Oem", + "description": "Additional package needed to control pods on the OmniPod DASH PDM. Doesn't seem to be present on OmniPod 5. See com.insulet.myblue.pdm\n tl;dr: needed to control your insulin pump, absolutely do not remove this.", + "dependencies": [], + "neededBy": [], + "labels": [], + "removal": "Unsafe" + }, + "com.nbbsw.compatiblemark": { + "list": "Oem", + "description": "Not exactly sure what this is. Trying to launch mainActivity, you get a Chinese error message, but you can see a java error saying it's trying to connect to s2.sv.wxjyun.cn, which is a non-existent URL. No issues when removing this so it's safe to remove.", + "dependencies": [], + "neededBy": [], + "labels": [], + "removal": "Recommended" + }, + "org.simalliance.openmobileapi.eseterminal": { + "list": "Aosp", + "description": "Needed for NFC payments (e.g. Google Wallet) on older Android versions.", + "dependencies": [], + "neededBy": [], + "labels": [], + "removal": "Advanced" } } From fb0dfa8d1448b20666e77c0b2dc960419af0e00f Mon Sep 17 00:00:00 2001 From: Evelyn Date: Tue, 12 May 2026 17:17:10 -0230 Subject: [PATCH 2/2] pkg(aosp): Update description for onetimeinitalizer --- resources/assets/uad_lists.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/uad_lists.json b/resources/assets/uad_lists.json index 8c44d22..d82f40f 100644 --- a/resources/assets/uad_lists.json +++ b/resources/assets/uad_lists.json @@ -43054,7 +43054,7 @@ }, "com.android.onetimeinitializer": { "list": "Aosp", - "description": "Needed for first time setup. Due to how UAD works, the package will be restored on factory reset, so it's safe to remove. No purpose to keep it after setup.", + "description": "Needed for first time setup. Due to how UAD works, the package will be restored on factory reset, so it's safe to disable. No purpose to keep it after setup. Better to disable; not uninstall", "dependencies": [], "neededBy": [], "labels": [],