this post was submitted on 21 Mar 2024
6 points (100.0% liked)
Privacy
39053 readers
461 users here now
A place to discuss privacy and freedom in the digital 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.
Some Rules
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
much thanks to @gary_host_laptop for the logo design :)
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Requests the app made today.
This is my phone I own outright, by the way. I don't have any creditors.
Update for those curious:
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.
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
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?
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 find it interesting that yours is
com.google.android.devicelockcontroller
.I checked mine on GrapheneOS and it looks like it's the AOSP version of the package:
com.android.devicelockcontroller