1150
Google Allows Creditors to Brick Your Phone
(lemmy.world)
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
[Matrix/Element]Dead
much thanks to @gary_host_laptop for the logo design :)
adb shell pm uninstall --user 0 com.google.android.devicelockcontroller
If you're using Shelter, then in addition to that command, replace
--user 0
with--user 10
You don't need root to do this. You can also uninstall other bloatware using this same method.
Hero, I just have to get around to doing it ๐ (I will, but grumble, grumble this is why most people don't bother battling for privacy)
I tried this on a Pixel 7 and am getting:
panther:/ $ pm uninstall --user 0 com.google.android.devicelockcontroller
Failure [DELETE_FAILED_INTERNAL_ERROR]
I also tried disable and got:
Cannot disable a protected package: com.google.android.devicelockcontroller
Ah. I guess you have to have root, then.
New to this depth of phone administration, where are you entering this command? Is there a developer CLI I should be looking for or is this done with a third party app or something?
Look up "adb" or "Android platform tools" on your favorite search engine. It's something you do on your PC with your phone plugged in.
Right on, thank you!
You could also give Shizuku a try! Connects to android's adb bridge over WiFi, right from your phone! From there you can use something like termux to shell straight into your phone!
how do on termux
You'd need Shizuku for that.
๐ญ