Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg addition: Wiko packages #15

Merged
merged 4 commits into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
171 changes: 171 additions & 0 deletions resources/assets/uad_lists.json
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,168 @@
"labels": [],
"removal": "Recommended"
},
{
"id": "com.ape.walkfit",
"list": "Oem",
"description": "Walk counter and health for Wiko mobile",
"dependencies": [],
"neededBy": [],
jxdv marked this conversation as resolved.
Show resolved Hide resolved
"labels": [],
"removal": "Recommended"
},
{
"id": "com.ape.wikolegal",
"list": "Oem",
"description": "Provides legal for first time setup in Wiko mobile",
"dependencies": [],
"neededBy": [],
"labels": [],
"removal": "Recommended"
},
{
"id": "com.wiko.packageinstaller",
"list": "Oem",
"description": "Provides first time app install for Wiko mobile",
"dependencies": [],
"neededBy": [],
"labels": [],
"removal": "Recommended"
},
{
"id": "com.ape.cleanassist",
"list": "Oem",
"description": "Provides junk cleaner feature for Wiko mobile",
"dependencies": [],
"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.",
"dependencies": [],
"neededBy": ["com.ape.cleanassist"],
"labels": [],
"removal": "Advanced"
},
{
"id": "com.ape.fmradio",
"list": "Oem",
"description": "FM Radio app for Wiko mobile",
"dependencies": [],
"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.",
"dependencies": [],
"neededBy": ["com.ape.fmradio"],
"labels": [],
"removal": "Advanced"
},
{
"id": "com.wiko.services",
"list": "Oem",
"description": "Support app for Wiko mobile",
"dependencies": [],
"neededBy": [],
"labels": [],
"removal": "Advanced"
},
{
"id": "com.ape.massageexpress",
"list": "Oem",
"description": "Provides Wiko screen message feature",
"dependencies": [],
"neededBy": [],
"labels": [],
"removal": "Advanced"
},
{
"id": "com.ape.weatherlive",
"list": "Oem",
"description": "Weather app for Wiko mobile",
"dependencies": [],
"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.",
"dependencies": [],
"neededBy": ["com.ape.weatherlive"],
"labels": [],
"removal": "Advanced"
},
{
"id": "com.ape.gamemode",
"list": "Oem",
"description": "Provides game mode feature for Wiko mobilee",
"dependencies": [],
"neededBy": [],
"labels": [],
"removal": "Advanced"
},
{
"id": "com.ape.wikosetupwizard",
"list": "Oem",
"description": "Provides first time app install for Wiko mobile",
"dependencies": [],
"neededBy": [],
"labels": [],
"removal": "Advanced"
},
{
"id": "com.ape.soundrecorder",
"list": "Oem",
"description": "Sound recorder app for Wiko mobile",
"dependencies": [],
"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.",
"dependencies": [],
"neededBy": ["com.ape.soundrecorder"],
"labels": [],
"removal": "Advanced"
},
{
"id": "com.ape.easymode1",
"list": "Oem",
"description": "Provides easy mode for Wiko mobile",
"dependencies": [],
"neededBy": [],
"labels": [],
"removal": "Advanced"
},
{
"id": "com.ape.oneclean",
"list": "Oem",
"description": "Provides memory cleaner feature for Wiko mobile",
"dependencies": [],
"neededBy": [],
"labels": [],
"removal": "Advanced"
},
{
"id": "com.ape.smartgesture",
"list": "Oem",
"description": "Provide smart gesture feature for Wiko mobile",
"dependencies": [],
"neededBy": [],
"labels": [],
"removal": "Advanced"
},
{
"id": "com.tmobile.pr.adapt",
"list": "Carrier",
Expand Down Expand Up @@ -14922,6 +15084,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",
Expand Down