From df5053aee0b79243d619ef09659c7b17a4497427 Mon Sep 17 00:00:00 2001 From: jxd1337 Date: Mon, 11 Sep 2023 11:21:18 +0200 Subject: [PATCH 1/3] Add wiko packages --- resources/assets/uad_lists.json | 153 ++++++++++++++++++++++++++++++++ 1 file changed, 153 insertions(+) diff --git a/resources/assets/uad_lists.json b/resources/assets/uad_lists.json index 9b05f82f..b387ee36 100644 --- a/resources/assets/uad_lists.json +++ b/resources/assets/uad_lists.json @@ -683,6 +683,150 @@ "labels": [], "removal": "Recommended" }, + { + "id": "com.ape.walkfit", + "list": "Oem", + "description": "Walk counter and health for Wiko mobile", + "neededBy": [], + "labels": [], + "removal": "Recommended" + }, + { + "id": "com.ape.wikolegal", + "list": "Oem", + "description": "Provides legal for first time setup in Wiko mobile", + "neededBy": [], + "labels": [], + "removal": "Recommended" + }, + { + "id": "com.wiko.packageinstaller", + "list": "Oem", + "description": "Provides first time app install for Wiko mobile", + "neededBy": [], + "labels": [], + "removal": "Recommended" + }, + { + "id": "com.ape.cleanassist", + "list": "Oem", + "description": "Provides junk cleaner feature for Wiko mobile", + "neededBy": [], + "labels": [], + "removal": "Advanced" + }, + { + "id": "com.ape.cleanassistoverlay", + "list": "Oem", + "description": "Overlay app for com.ape.cleanassist.\n If we uninstall com.ape.cleanassist this package should be removed also.", + "neededBy": ["com.ape.cleanassist"], + "labels": [], + "removal": "Advanced" + }, + { + "id": "com.ape.fmradio", + "list": "Oem", + "description": "FM Radio app for Wiko mobile", + "neededBy": [], + "labels": [], + "removal": "Advanced" + }, + { + "id": "com.ape.fmradiooverlay", + "list": "Oem", + "description": "Overlay app for com.ape.fmradio.\n If we uninstall com.ape.fmradio this package should be removed also.", + "neededBy": ["com.ape.fmradio"], + "labels": [], + "removal": "Advanced" + }, + { + "id": "com.wiko.services", + "list": "Oem", + "description": "Support app for Wiko mobile", + "neededBy": [], + "labels": [], + "removal": "Advanced" + }, + { + "id": "com.ape.massageexpress", + "list": "Oem", + "description": "Provides Wiko screen message feature", + "neededBy": [], + "labels": [], + "removal": "Advanced" + }, + { + "id": "com.ape.weatherlive", + "list": "Oem", + "description": "Weather app for Wiko mobile", + "neededBy": [], + "labels": [], + "removal": "Advanced" + }, + { + "id": "com.ape.weatherliveoverlay", + "list": "Oem", + "description": "Overlay app for com.ape.weatherlive.\n If we uninstall com.ape.weatherlive this package should be removed also.", + "neededBy": ["com.ape.weatherlive"], + "labels": [], + "removal": "Advanced" + }, + { + "id": "com.ape.gamemode", + "list": "Oem", + "description": "Provides game mode feature for Wiko mobilee", + "neededBy": [], + "labels": [], + "removal": "Advanced" + }, + { + "id": "com.ape.wikosetupwizard", + "list": "Oem", + "description": "Provides first time app install for Wiko mobile", + "neededBy": [], + "labels": [], + "removal": "Advanced" + }, + { + "id": "com.ape.soundrecorder", + "list": "Oem", + "description": "Sound recorder app for Wiko mobile", + "neededBy": [], + "labels": [], + "removal": "Advanced" + }, + { + "id": "com.ape.soundrecorderoverlay", + "list": "Oem", + "description": "Overlay app for com.ape.soundrecorder.\n If we uninstall com.ape.soundrecorder this package should be removed also.", + "neededBy": ["com.ape.soundrecorder"], + "labels": [], + "removal": "Advanced" + }, + { + "id": "com.ape.easymode1", + "list": "Oem", + "description": "Provides easy mode for Wiko mobile", + "neededBy": [], + "labels": [], + "removal": "Advanced" + }, + { + "id": "com.ape.oneclean", + "list": "Oem", + "description": "Provides memory cleaner feature for Wiko mobile", + "neededBy": [], + "labels": [], + "removal": "Advanced" + }, + { + "id": "com.ape.smartgesture", + "list": "Oem", + "description": "Provide smart gesture feature for Wiko mobile", + "neededBy": [], + "labels": [], + "removal": "Advanced" + }, { "id": "com.tmobile.pr.adapt", "list": "Carrier", @@ -14291,6 +14435,15 @@ "labels": [], "removal": "Recommended" }, + { + "id": "com.ironsoure.appcloud.oobe.wiko", + "list": "Misc", + "description": "Provides first time setup for Wiko mobile", + "dependencies": [], + "neededBy": [], + "labels": [], + "removal": "Recommended" + }, { "id": "com.ironsource.appcloud.oobe", "list": "Misc", From ab7ec503ed1954fc2fef4b08e22bd21a62b46bc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20Virgovi=C4=8D?= Date: Fri, 27 Oct 2023 16:31:18 +0000 Subject: [PATCH 2/3] Update Wiko support in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4598a62..3c162e7e 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ NB : System apps cannot truly be uninstalled without root (see the [FAQ](https:/ - [ ] TCL - [x] Unihertz - [x] Vivo/iQOO -- [ ] Wiko +- [x] Wiko - [x] Xiaomi - [x] ZTE From d174095f994ba81a3ecba78e8fb38fa99b0fcabb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20Virgovi=C4=8D?= Date: Fri, 27 Oct 2023 17:10:12 +0000 Subject: [PATCH 3/3] Update uad_lists.json --- resources/assets/uad_lists.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/resources/assets/uad_lists.json b/resources/assets/uad_lists.json index eac2734e..1227cb83 100644 --- a/resources/assets/uad_lists.json +++ b/resources/assets/uad_lists.json @@ -705,6 +705,7 @@ "id": "com.ape.walkfit", "list": "Oem", "description": "Walk counter and health for Wiko mobile", + "dependencies": [], "neededBy": [], "labels": [], "removal": "Recommended" @@ -713,6 +714,7 @@ "id": "com.ape.wikolegal", "list": "Oem", "description": "Provides legal for first time setup in Wiko mobile", + "dependencies": [], "neededBy": [], "labels": [], "removal": "Recommended" @@ -721,6 +723,7 @@ "id": "com.wiko.packageinstaller", "list": "Oem", "description": "Provides first time app install for Wiko mobile", + "dependencies": [], "neededBy": [], "labels": [], "removal": "Recommended" @@ -729,6 +732,7 @@ "id": "com.ape.cleanassist", "list": "Oem", "description": "Provides junk cleaner feature for Wiko mobile", + "dependencies": [], "neededBy": [], "labels": [], "removal": "Advanced" @@ -737,6 +741,7 @@ "id": "com.ape.cleanassistoverlay", "list": "Oem", "description": "Overlay app for com.ape.cleanassist.\n If we uninstall com.ape.cleanassist this package should be removed also.", + "dependencies": [], "neededBy": ["com.ape.cleanassist"], "labels": [], "removal": "Advanced" @@ -745,6 +750,7 @@ "id": "com.ape.fmradio", "list": "Oem", "description": "FM Radio app for Wiko mobile", + "dependencies": [], "neededBy": [], "labels": [], "removal": "Advanced" @@ -753,6 +759,7 @@ "id": "com.ape.fmradiooverlay", "list": "Oem", "description": "Overlay app for com.ape.fmradio.\n If we uninstall com.ape.fmradio this package should be removed also.", + "dependencies": [], "neededBy": ["com.ape.fmradio"], "labels": [], "removal": "Advanced" @@ -761,6 +768,7 @@ "id": "com.wiko.services", "list": "Oem", "description": "Support app for Wiko mobile", + "dependencies": [], "neededBy": [], "labels": [], "removal": "Advanced" @@ -769,6 +777,7 @@ "id": "com.ape.massageexpress", "list": "Oem", "description": "Provides Wiko screen message feature", + "dependencies": [], "neededBy": [], "labels": [], "removal": "Advanced" @@ -777,6 +786,7 @@ "id": "com.ape.weatherlive", "list": "Oem", "description": "Weather app for Wiko mobile", + "dependencies": [], "neededBy": [], "labels": [], "removal": "Advanced" @@ -785,6 +795,7 @@ "id": "com.ape.weatherliveoverlay", "list": "Oem", "description": "Overlay app for com.ape.weatherlive.\n If we uninstall com.ape.weatherlive this package should be removed also.", + "dependencies": [], "neededBy": ["com.ape.weatherlive"], "labels": [], "removal": "Advanced" @@ -793,6 +804,7 @@ "id": "com.ape.gamemode", "list": "Oem", "description": "Provides game mode feature for Wiko mobilee", + "dependencies": [], "neededBy": [], "labels": [], "removal": "Advanced" @@ -801,6 +813,7 @@ "id": "com.ape.wikosetupwizard", "list": "Oem", "description": "Provides first time app install for Wiko mobile", + "dependencies": [], "neededBy": [], "labels": [], "removal": "Advanced" @@ -809,6 +822,7 @@ "id": "com.ape.soundrecorder", "list": "Oem", "description": "Sound recorder app for Wiko mobile", + "dependencies": [], "neededBy": [], "labels": [], "removal": "Advanced" @@ -817,6 +831,7 @@ "id": "com.ape.soundrecorderoverlay", "list": "Oem", "description": "Overlay app for com.ape.soundrecorder.\n If we uninstall com.ape.soundrecorder this package should be removed also.", + "dependencies": [], "neededBy": ["com.ape.soundrecorder"], "labels": [], "removal": "Advanced" @@ -825,6 +840,7 @@ "id": "com.ape.easymode1", "list": "Oem", "description": "Provides easy mode for Wiko mobile", + "dependencies": [], "neededBy": [], "labels": [], "removal": "Advanced" @@ -833,6 +849,7 @@ "id": "com.ape.oneclean", "list": "Oem", "description": "Provides memory cleaner feature for Wiko mobile", + "dependencies": [], "neededBy": [], "labels": [], "removal": "Advanced" @@ -841,6 +858,7 @@ "id": "com.ape.smartgesture", "list": "Oem", "description": "Provide smart gesture feature for Wiko mobile", + "dependencies": [], "neededBy": [], "labels": [], "removal": "Advanced"