T-Mobile secretly records iPhone screens and claims it's being helpful.
-
This post did not contain any content.
-
This post did not contain any content.
with price increases a frequent occasion in recent times
Good grief this article was padded for length. Who speaks like that? How hard is it to write "with recent price increases"?
-
with price increases a frequent occasion in recent times
Good grief this article was padded for length. Who speaks like that? How hard is it to write "with recent price increases"?
I agree completely with what you've said. Your perspective is thoughtful, well-reasoned, and aligns with my own understanding. It's refreshing to see such clarity, and I support your view without hesitation. You've made an excellent and persuasive point overall.
-
I agree completely with what you've said. Your perspective is thoughtful, well-reasoned, and aligns with my own understanding. It's refreshing to see such clarity, and I support your view without hesitation. You've made an excellent and persuasive point overall.
No dialogue is ever static; every conversation offers an opportunity to reassess and refine one’s viewpoints in light of new insights. In coming to genuine agreements, we learn not only about others but also about ourselves, gaining awareness of how our internal values align with the broader spectrum of social beliefs.
-
with price increases a frequent occasion in recent times
Good grief this article was padded for length. Who speaks like that? How hard is it to write "with recent price increases"?
Most likely written by AI
-
This post did not contain any content.
-
It’s also android phones. All of the shots in the article are of android phones.
-
This is likely just recording sessions of the carrier’s app, not everything on your phone. Session recording for CS and UX is pretty common these days. It can be impossible to identify a problem unless you actually see what is happening in the app.
That said, you have to ask for consent for this shit. A lot of companies don’t alert customers when they release a new tool that requires privacy consent.
-
-
with price increases a frequent occasion in recent times
Good grief this article was padded for length. Who speaks like that? How hard is it to write "with recent price increases"?
Active vs passive voice. It's a thing
-
This post did not contain any content.
Tons of corporate software out there will record user sessions in order to debug issues and replay a user’s interactions so an engineer can review it. Take a look at tools like Hotjar, Logrocket, and Fullstory.
Not making excuses for them and it’s probably less insidious than this makes it out to be, but people should be aware that this is not uncommon at all.
-
Most likely written by AI
Most likely written by AI
Are comments like this most likely written by AI?
Am I AI?
Obligatory em dash—done!
-
This post did not contain any content.
I admit, my skepticism regarding these companies has me leaving a black sticker on my selfie cam for a couple years now.
-
with price increases a frequent occasion in recent times
Good grief this article was padded for length. Who speaks like that? How hard is it to write "with recent price increases"?
AI. Probably.
-
-
It’s also android phones. All of the shots in the article are of android phones.
-
This is likely just recording sessions of the carrier’s app, not everything on your phone. Session recording for CS and UX is pretty common these days. It can be impossible to identify a problem unless you actually see what is happening in the app.
That said, you have to ask for consent for this shit. A lot of companies don’t alert customers when they release a new tool that requires privacy consent.
This is so. At the bottom of the article it says:
To help us give customers who use T-Life a smoother experience, we are rolling out a new tool in the app that will help us quickly troubleshoot reported or detected issues. This tool records activities within the app only and does not see or access any personal information. If a customer’s T-Life app currently supports the new functionality, it can be turned off in the settings under preferences.
So yes, it can only see itself, i.e. within the T-Mobile app. It's still dumb.
I'm not well versed enough in Android app development to answer whether or not one userspace app can even access the screen contents of another app without root or special permissions, but it wouldn't surprise me if there are several roadblocks in that path on the part of the OS for obvious reasons.
-
-
This post did not contain any content.
Another reason to only buy unlocked, non-carrier subsidized phones with AOSP installed if possible
-
-
It’s also android phones. All of the shots in the article are of android phones.
-
This is likely just recording sessions of the carrier’s app, not everything on your phone. Session recording for CS and UX is pretty common these days. It can be impossible to identify a problem unless you actually see what is happening in the app.
That said, you have to ask for consent for this shit. A lot of companies don’t alert customers when they release a new tool that requires privacy consent.
I wonder if this would include on-screen notifications.
-
-
This is so. At the bottom of the article it says:
To help us give customers who use T-Life a smoother experience, we are rolling out a new tool in the app that will help us quickly troubleshoot reported or detected issues. This tool records activities within the app only and does not see or access any personal information. If a customer’s T-Life app currently supports the new functionality, it can be turned off in the settings under preferences.
So yes, it can only see itself, i.e. within the T-Mobile app. It's still dumb.
I'm not well versed enough in Android app development to answer whether or not one userspace app can even access the screen contents of another app without root or special permissions, but it wouldn't surprise me if there are several roadblocks in that path on the part of the OS for obvious reasons.
For quality assurance reasons, we've defined 'within the app' as 'everything on the phone while our app is running in the background'.
-
This post did not contain any content.
I suspect these recording tools cause perf issues on low end hardware.
-
I agree completely with what you've said. Your perspective is thoughtful, well-reasoned, and aligns with my own understanding. It's refreshing to see such clarity, and I support your view without hesitation. You've made an excellent and persuasive point overall.
Your brevity is perfectly cromulent.
-
This is so. At the bottom of the article it says:
To help us give customers who use T-Life a smoother experience, we are rolling out a new tool in the app that will help us quickly troubleshoot reported or detected issues. This tool records activities within the app only and does not see or access any personal information. If a customer’s T-Life app currently supports the new functionality, it can be turned off in the settings under preferences.
So yes, it can only see itself, i.e. within the T-Mobile app. It's still dumb.
I'm not well versed enough in Android app development to answer whether or not one userspace app can even access the screen contents of another app without root or special permissions, but it wouldn't surprise me if there are several roadblocks in that path on the part of the OS for obvious reasons.
I’m not well versed enough in Android app development to answer whether or not one userspace app can even access the screen contents of another app without root or special permissions
This requires special permissions and explicit user approval every time an app starts screen recording, plus it shows a red notification whenever screen recording is active.
I think you could get by with a one-time user approval as a device administration or assistive app permission, which you'd need to manually grant in Settings. Unlikely anyone would do that by accident.
That might be different for system-level apps. I haven't bought a carrier-branded phone in 10+ years so I'm not sure what that's like these days.
-
I wonder if this would include on-screen notifications.
That would be a pretty big security hole in iOS if that was allowed, but it isn’t. Notification and other UI elements are rendered on top of the underlying app, which does not have access to or cannot see the full screen’s canvas. We can see practical implementations of this “snapshot” test feature in code:
GitHub - uber/ios-snapshot-test-case: Snapshot view unit tests for iOS
Snapshot view unit tests for iOS. Contribute to uber/ios-snapshot-test-case development by creating an account on GitHub.
GitHub (github.com)
-
-
It’s also android phones. All of the shots in the article are of android phones.
-
This is likely just recording sessions of the carrier’s app, not everything on your phone. Session recording for CS and UX is pretty common these days. It can be impossible to identify a problem unless you actually see what is happening in the app.
That said, you have to ask for consent for this shit. A lot of companies don’t alert customers when they release a new tool that requires privacy consent.
Lemmy bring biased again?
OP literally changed the title to include iPhone when the actual title from the link says screen recording.
-
-
Reddit is using AI to determine users beliefs, values, stances and more based on their activity (posts and comments) summarizing it to Subreddit Mods.
Technology2
-
-
-
Bitchat is a new private Bluetooth messaging app that doesn’t need the internet – here’s how it works
Technology1
-
-
-
Meta rolled back protections. Now hate is surging - What we're seeing: More hate, more fear, less freedom.
Technology1
-