> Under active use, Android devices transfer about 11.6MB of data to Google servers daily, or 350MB per month, it's claimed, which is about half the amount transferred by an iPhone. Interesting, so 350MB of data per month is abuse, iPhones 175MB per month isn't. I guess Google now has to half their data use for it to be at parity with Apple and we're all fine?
Before everyone grabs their pitch forks....as someone who does telemetry tracking devices, 350megs/mo is pretty easy to do and send nearly 0 data, if you do it wrong....let me explain: TLS connection setup is ~10k so if do an 1 HTTPS call/telemetry that's 48 calls home/hour. (11,600/10k = 1,160 https connections/day. There's 1440 minutes/day) Of basically calling home every minute and sending not much. Ok calling hom…
Google sued: Idle Android eats mobile data to send telemetry and preload ads
241–250 of 320 posts
Re: Google sued: Idle Android eats mobile data to send telemetry and preload ads
#242Earlier quoted context omitted.
Don't rely on vendors to help you out of this conundrum, instead use what you have at your disposal to escape the duopoly. Get a supported Android device - there are hundreds of those by now - and install an AOSP-derived distribution like LineageOS. Leave out the Google bits, i.e. no 'gapps', no Google account, no nothing. If you need 'apps' which rely on the Google Services Framework use microG [1] but be aware of t…
Can this approach still use google apps when needed? I need to use certain things like 2FA apps used by my employer. I want the freedom to be able to quickly install X app if needed.
googlemaps-enable:
#!/data/data/com.termux/files/usr/bin/sh
exec sudo pm enable com.google.android.apps.maps
exit 0
googlemaps-disable: #!/data/data/com.termux/files/usr/bin/sh
exec sudo pm disable com.google.android.apps.maps
exit 0
Yes, you need root (and sudo) to do this.Re: Google sued: Idle Android eats mobile data to send telemetry and preload ads
#243Earlier quoted context omitted.
> With the median world income being $30/month, I doubt so ! First of all, this isn't even true - it's around $240/month. https://news.gallup.com/poll/166211/worldwide-median-househo... Second, people living in those countries aren't buying US data plans at US prices are they? You don't live in the Congo but shop for your data plan at a California strip-mall, do you?
Oh, right, I confused median with '1 dollar per day' extreme poverty line : https://ourworldindata.org/extreme-poverty Which should be around 5% these days. > Second, people living in those countries aren't buying US data plans at US prices are they? You don't live in the Congo but shop for your data plan at a California strip-mall, do you? Ok, so what are these prices ? https://www.cellularabroad.com/packages-congo.…
I know some eastern nations that have 50gb G4 for 10-15€, which is about as much as you'd pay for 1 meal in a pretty cheap restaurant.
Re: Google sued: Idle Android eats mobile data to send telemetry and preload ads
#244Earlier quoted context omitted.
I've been trying to execute on this approach, as I'm very interested in checking out of the tracking-by-default ecosystems. We're using some Xiaomi devices we purchased, and I'm currently seething. I can't root without 'unlocking', which is a process that requires me to activate a Mi Account, which then requires my email and a SIM (?!), and 'find my device' (location) to even allow installation of apps via USB. To un…
Yeah, Xiaomi seems like a terrible starting point if you're worried about surveillance.
Re: Google sued: Idle Android eats mobile data to send telemetry and preload ads
#245Earlier quoted context omitted.
Lawyers just bring up class action lawsuits to skim money off the payout. The individual payouts are usually so small barely anyone goes through the hassle of claiming them. The one positive is, at least it’s a small slap on the wrist for bad corporate behavior, but I doubt any company actually will change their behavior because of it.
No, companies do change behavior. The public interest argument is: 1) Companies can make a lot of money skimming $1 each off of 100 million people. 2) Federal enforcement agencies don't have time or energy for that. We can outsource that to private firms 3) Private law firms can file class action suits, and companies are forced into agreements where they pay damages AND often need to change behavior It kinda sorta wo…
(Or conversely, the payout to the lawyers should be the same form as the payout to consumers. Good luck spending $100 million Wells Fargo Free Checking Account buckz).
Re: Google sued: Idle Android eats mobile data to send telemetry and preload ads
#246Earlier quoted context omitted.
What about LineageOS with a non-Google app store?
I've been trying to execute on this approach, as I'm very interested in checking out of the tracking-by-default ecosystems. We're using some Xiaomi devices we purchased, and I'm currently seething. I can't root without 'unlocking', which is a process that requires me to activate a Mi Account, which then requires my email and a SIM (?!), and 'find my device' (location) to even allow installation of apps via USB. To un…
Re: Google sued: Idle Android eats mobile data to send telemetry and preload ads
#247Earlier quoted context omitted.
That’s not saying 175MB per month is ok, that could also be problematic. It’s saying 350MB per month is clearly excessive as demonstrated by a company using half that.
350MB is clearly excessive, and so is 175MB. Neither helps make a point about the other, though. It's about what's transferred, and about permission. What I want now is an open source Android device where I have controls. The #1 things I want to control is app permissions. I should be able to shut them down. If an app "needs" my location, it should get a random spot in the world. If it "needs" my contacts, it should…
Android AppManager [0] (if you're willing to spend the time configuring it via the command line) might help here.
> If an app "needs" my location, it should get a random spot in the world. If it "needs" my contacts, it should get an empty list.
Some Chinese OEMs do have these features. I know ColorOS (Oppo and Realme) does.
> If an app "needs" my network, it should see that it's offline.
Android 11 natively exposes ability to firewall apps individually. All major Chinese OEMs (Xiaomi, Oppo, Realme, OnePlus, Vivo) have supported this for a long time.
> The #2 thing I want to control is data going out.
There are two or three no-root firewall solutions on the PlayStore (disclaimer: I built one, too).
> #3 is having security updates forever, rather than sudden EOL with no notice.
Legacy devices may have other problems than what an Android distribution can address: https://grapheneos.org/faq#legacy-devices
Re: Google sued: Idle Android eats mobile data to send telemetry and preload ads
#248Earlier quoted context omitted.
Usually I'm a sceptic about Linux taking over the world, but this is actually the one situation where I could believe substantial progress might be made. If someone developed a slick UI for the basic phone functionality and a genuinely open Linux-based platform, provided compatibility with the major APIs needed to write Android apps so portability was easy, and maybe even funded the whole thing using an app store tha…
At that point what’s the difference between this and Android, unlock your bootloader, download AOSP and hack away...
I want a mobile OS that gives me complete control over my personal data.
Re: Google sued: Idle Android eats mobile data to send telemetry and preload ads
#249Earlier quoted context omitted.
Telemetry is not something the device needs to function either. It's a "value add" in the best possible light, security breach in the worst.
Telemetry at least is useful for the developers to see how people use their software/devices/whatever.
Re: Google sued: Idle Android eats mobile data to send telemetry and preload ads
#250Earlier quoted context omitted.
350MB is clearly excessive, and so is 175MB. Neither helps make a point about the other, though. It's about what's transferred, and about permission. What I want now is an open source Android device where I have controls. The #1 things I want to control is app permissions. I should be able to shut them down. If an app "needs" my location, it should get a random spot in the world. If it "needs" my contacts, it should…
I use glasswire which kinda some some of this. In addition to your list I would also be interested in setting up my homelab to monitor and detect rogue traffic that would have caught my phone doing what was described in the article. Does anyone have any open-source suggestions for DIY deep-packet analysis?