Earlier quoted context omitted.
There is a permission to record the screen. It requires user consent and there's an icon in the status bar while it's being used. It's impossible to use this covertly. What I believe the article is speaking about, is an app taking screenshots of its own windows. This is obviously possible and obviously requires no permissions whatsoever. Just make a screen-sized bitmap and do getWindow().getDecorView().draw(new Canva…
> It's impossible to use this covertly. *Unless there's a zero-day that allows it.
Your phone isn't secretly listening to you, but the truth is more disturbing
41–50 of 336 posts
Re: Your phone isn't secretly listening to you, but the truth is more disturbing
#42Earlier quoted context omitted.
Something I discovered when going down this rabbit hole is that if you had that conversation in your house and your visitors have access to your wifi, it may be that they performed the search without you knowing, and your ISP connected that data to you and sold it (as they do).
How would your ISP connect that data if every search engine uses HTTPS now, so there's no way for the ISP to see what you were searching for?
Re: Your phone isn't secretly listening to you, but the truth is more disturbing
#43Re: Your phone isn't secretly listening to you, but the truth is more disturbing
#44Earlier quoted context omitted.
Something I discovered when going down this rabbit hole is that if you had that conversation in your house and your visitors have access to your wifi, it may be that they performed the search without you knowing, and your ISP connected that data to you and sold it (as they do).
How would your ISP connect that data if every search engine uses HTTPS now, so there's no way for the ISP to see what you were searching for?
And of course whoever you are performing your search with, like, oh, an ad company like Google, Meta, or Facebook? They just might use that search data for something.
Re: Your phone isn't secretly listening to you, but the truth is more disturbing
#45> There is no easy way to close this privacy opening Sure there is. Hide screenshot taking behind permission and slap down hard apps that refuse to operate without them.
It says "screenshots of themselves". The application is responsible for rendering the screen in the first place so it fundamentally doesn't need a permission. Now, what could reasonably be a permission is "access the internet", but our overlords don't approve of that thought. (Contrast this to web pages, which do not render themselves and thus can sensibly be blocked from screenshotting)
For example, it can capture the entire DOM and send it off, including the contents of input fields that have not been submitted.
That DOM capture can be replayed on a browser to show what the user sees. So what’s the difference?
Re: Your phone isn't secretly listening to you, but the truth is more disturbing
#46Earlier quoted context omitted.
There is a permission to record the screen. It requires user consent and there's an icon in the status bar while it's being used. It's impossible to use this covertly. What I believe the article is speaking about, is an app taking screenshots of its own windows. This is obviously possible and obviously requires no permissions whatsoever. Just make a screen-sized bitmap and do getWindow().getDecorView().draw(new Canva…
> It's impossible to use this covertly. *Unless there's a zero-day that allows it.
Re: Your phone isn't secretly listening to you, but the truth is more disturbing
#47Earlier quoted context omitted.
How would your ISP connect that data if every search engine uses HTTPS now, so there's no way for the ISP to see what you were searching for?
DNS lookups are still frequently in the clear, and even if they're not, that just means you're trusting some DNS-over-HTTPS provider. The incentives are perverse. And of course whoever you are performing your search with, like, oh, an ad company like Google, Meta, or Facebook? They just might use that search data for something.
I care about accuracy when it comes to privacy conversations. I don't want people wasting their time on theories that aren't true when they should be focusing on the real issues at stake.
Re: Your phone isn't secretly listening to you, but the truth is more disturbing
#48There's a nation proud of overspinning enrichment turbines with a complicated computer virus that can even work offline. No conspiracy, that's just StuxNet. So, when you start learning about tech, you get paranoid. If you're not, it's even weirder. The fact that someone can target you, individually, is undisputable. Whether it will or not, that's another question. What I can recommend if you think you are being obser…
Sounds like the age old adage: if it's too good to be true, it is.
Re: Your phone isn't secretly listening to you, but the truth is more disturbing
#49I seem to recall that state of the art audio encoding can compress voice to 8kbit/s which is a single packet per second, insignificant compared to how chatty your device is. Trivial to buffer and send during a period of activity. It sums to 1.7MB over the 30 minute window in the article graphs which should be visible if it is actually counted. Why would apple or google actually make it count though? They want to spy…
Re: Your phone isn't secretly listening to you, but the truth is more disturbing
#50Earlier quoted context omitted.
What makes you think the raw audio stream needs to be sent anywhere. Modern phones are capable of doing keyword extraction on-device.
This conspiracy theory has been around for a lot longer than phone hardware has been capable of doing that.