I installed NetGuard about a month ago and blocked all internet to apps, unless
they’re on a whitelist. No notifications from this particular system app (that
can’t be disabled) until recently when it started making internet connection
requests to google servers. Does anyone know when this became a thing? Edit 2: I
bought my Pixel 6 phone outright, directly from Google’s Australian store. I
have no creditors. Were the courts not enough control for creditors? Since when
are they allowed to lock you out of your purchased property without a court
order? I don’t even live in the US, so what the actual fuck? Edit 1: You can
check it’s installed (stock Pixel 6 android 14) Settings > Apps > All Apps >
three dot menu, Show system > search “DeviceLockController”. I highly recommend
getting NetGuard, you can enable pro features via their website if you have the
APK for as low as 0.10€, but donate more, because it’s amazing. You can also
purchase via Google Play store.
I mean, the people this was targeted at were Kenyans who otherwise couldn’t afford a phone, I don’t think the people this applies to can afford to chose a phone model
a phone with a relatively non-evil brand (thus obscure), and
a rootable phone (thus a mainstream one)
that leaves me with no phone at all. Because only popular mainstream models get rooted and they’re all made by the worst companies.
When my current phone loses its usefulness I might even go without. Or possibly get one 2nd hand although the 2nd hand market still supports the 1st hand market.
I think Fairphone did not exist when I last bought a phone. But you make a good point; I overlooked that. It will probably be my next phone whenever I reach a point where open street maps no longer updates on my phone.
I think someone mentioned this is in the Playstore services stuff that’s hardwired in to the platform. Which means if a device is unrooted you can possibly do: $ adb shell 'pm disable --user 13 com.google.android.gms'.
Couldn’t you just remove it with ADB?
Root or get out, I have been rooting since 2020 and I decide what the heck to do with my phone 😁
I mean, the people this was targeted at were Kenyans who otherwise couldn’t afford a phone, I don’t think the people this applies to can afford to chose a phone model
If I were to simultaneously demand:
that leaves me with no phone at all. Because only popular mainstream models get rooted and they’re all made by the worst companies.
When my current phone loses its usefulness I might even go without. Or possibly get one 2nd hand although the 2nd hand market still supports the 1st hand market.
You could use a FairPhone
I think Fairphone did not exist when I last bought a phone. But you make a good point; I overlooked that. It will probably be my next phone whenever I reach a point where open street maps no longer updates on my phone.
Iirc when this came up yesterday, it disables Developer tools when active
I think someone mentioned this is in the Playstore services stuff that’s hardwired in to the platform. Which means if a device is unrooted you can possibly do:
$ adb shell 'pm disable --user 13 com.google.android.gms'
.User ID is 0, not 13, for the main phone user. Work is usually 10, could be different.
Also, to check list of users,
adb shell pm list users
I think I read somewhere it’s normally 13, and that’s what worked for me. Thanks for the ‘list users’ command… that confirmed it on my phone.