Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Disabling com.qualcomm.atfwd? #693
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
thestinger
Aug 11, 2017
Contributor
See https://www.reddit.com/r/CopperheadOS/comments/6sunpd/system_connected_to_something_like/dlfoxv4/. Net Monitor is wrongly attributing all UID 1000 app connections to atfwd. Even then, I doubt any UID 1000 app is making a connection to telemetry.nvidia.com themselves. Apps can make network requests through APIs exposed by other apps. For example, DownloadManager can be used to perform async downloads by apps with the INTERNET permission.
|
See https://www.reddit.com/r/CopperheadOS/comments/6sunpd/system_connected_to_something_like/dlfoxv4/. Net Monitor is wrongly attributing all UID 1000 app connections to atfwd. Even then, I doubt any UID 1000 app is making a connection to |
thestinger
closed this
Aug 11, 2017
thestinger
added
the
Status: invalid
label
Aug 11, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
JusticeRage
Aug 11, 2017
Thanks for clarifying this and apologies for the misguided report.
I'll still have to look deeper into this, because I don't see any legitimate app, system or otherwise, which should send telemetry data to Nvidia.
JusticeRage
commented
Aug 11, 2017
|
Thanks for clarifying this and apologies for the misguided report. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
thestinger
Aug 11, 2017
Contributor
If it's attributed to atfwd, that means it's an app with uid 1000, but it's probably done by another app via an API. For example, maybe you have a game installed that uses an NVIDIA library doing this.
Net Monitor can accurately get data on all the outgoing connections but it can't always meaningfully attribute it to the real sources. I filed an issue about this, but the solution is probably just fixing the output to show all possible apps that could have made the connection, and in this case I don't think any of them made it directly but rather another app did it through them. For example, via DownloadManager.
|
If it's attributed to atfwd, that means it's an app with uid 1000, but it's probably done by another app via an API. For example, maybe you have a game installed that uses an NVIDIA library doing this. Net Monitor can accurately get data on all the outgoing connections but it can't always meaningfully attribute it to the real sources. I filed an issue about this, but the solution is probably just fixing the output to show all possible apps that could have made the connection, and in this case I don't think any of them made it directly but rather another app did it through them. For example, via DownloadManager. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
thestinger
Aug 11, 2017
Contributor
Maybe there's a way to retrieve DownloadManager logs via adb, I'll have a look for you because I'm curious about it.
|
Maybe there's a way to retrieve DownloadManager logs via adb, I'll have a look for you because I'm curious about it. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
JusticeRage
Aug 11, 2017
Le me know if you need a list of my installed apps! There shouldn't be any game in the list.
JusticeRage
commented
Aug 11, 2017
|
Le me know if you need a list of my installed apps! There shouldn't be any game in the list. |
JusticeRage commentedAug 11, 2017
Hi!
While playing with DNS logging on my network, then NetMonitor on the phone, I have noticed that
com.qualcomm.atfwdsends data totelemetry.nvidia.comwhich I don't really like. Based on the information I have found, this service is used to cast the device's screen over WiFi, a feature I have no use for. However, the app cannot be disabled.Would you consider allowing this APK to be disabled, or removing it completely from the distribution if it isn't used?