-
Notifications
You must be signed in to change notification settings - Fork 196
pkg(tcl): add and update many packs #1022
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
base: main
Are you sure you want to change the base?
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
|
@Muriilow Do you have information on those TCL packages? |
|
@AnonymousWP searching for these packages I didnt find anything important on the internet, but these descriptions seems fair to me... |
The dupe. |
|
According to the VSC-LSP, the only dupes in this branch are |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
984c28f to
73ad0aa
Compare
mostly Iris/NXTVISION
AnonymousWP
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this. 🙂
| }, | ||
| "com.tcl.guard": { | ||
| "list": "Oem", | ||
| "description": "TGuard. Runs in the background on boot.\nHas these services: \"Online Support\" (related to `com.tcl.usercare`?), \"IO Limit\", \"Health\" (device health?) stuff, battery and low-storage diagnostics. On model T509A, it links to `libTclRootCheck.so` (native shared dynamic library), very sus.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What makes it Expert? Does it break vital functionalities?
| }, | ||
| "com.tcl.ttvs": { | ||
| "list": "Oem", | ||
| "description": "TCSCore. Runs in the background all the time. Uses some Google tracking APIs. May request permission `org.microg.gms.STATUS_BROADCAST`, probably for detecting \"illegitimate\" Play Services installations.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above.
| }, | ||
| "com.tct.contentcenter": { | ||
| "list": "Oem", | ||
| "description": "A panel that opens from the launcher, similar to Samsung Free", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does it show?
| }, | ||
| "com.focaltech.fpsensormmitest": { | ||
| "description": "Related to `com.focaltech.fingerprint`?", | ||
| "removal": "Recommended", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you're not sure if it's related to the fingerprint, shouldn't this be Advanced?
| }, | ||
| "com.tct.iris.overlay_product": { | ||
| "description": "Related to TCL NXTVISION", | ||
| "removal": "Recommended", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "removal": "Recommended", | |
| "removal": "Advanced", |
Overlay should be the same as the core process (iris).
| }, | ||
| "com.tct.nxtvision_ui": { | ||
| "description": "TCL NXTVISION (code-name `iris`) Settings front-end", | ||
| "removal": "Recommended", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above.
| "labels": [] | ||
| }, | ||
| "com.tct.nxtvision_ui.overlay_product": { | ||
| "description": "TCL NXTVISION (code-name `iris`) Settings front-end overlay", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above.
| "labels": [], | ||
| "removal": "Advanced" | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why this was introduced, but it's an empty line.
| "labels": [], | ||
| "removal": "Advanced" | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why this was introduced, but it's an empty line.
closes (partially) #779