this post was submitted on 31 Aug 2025
1422 points (98.8% liked)

Technology

74692 readers
2867 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] drmoose@lemmy.world 19 points 1 day ago (3 children)

You don't need to sign anything just turn off play protect with 1 adb command:

adb shell settings get global package_verifier_user_consent
adb shell settings put global package_verifier_user_consent -1  # disable Play Protect
[–] willington@lemmy.dbzer0.com 19 points 1 day ago

Not a solution to our problem, but this is a crumb in our favor.

[–] essteeyou@lemmy.world 9 points 1 day ago (1 children)

I know why you included both, but saying "1 adb command" and then posting two is funny to me.

[–] drmoose@lemmy.world 1 points 4 hours ago

One gets the current value to verify it and another actually sets a new value. It's the way these commands are usually shared.

[–] SuperSpruce@lemmy.zip 2 points 20 hours ago (1 children)

Does this work with any app or just second party ones? Can you re-enable it?

[–] drmoose@lemmy.world 1 points 4 hours ago

Yes it modifies the phone not the app and you can re-enable it anytime with 1 instead of -1