rustyredox@lemmy.world to Technology@lemmy.worldEnglish · 18 days agoGoogle: 'Your $1000 phone needs our permission to install apps now'". Android users are screwed - Louis Rossmannyoutube.comexternal-linkmessage-square517fedilinkarrow-up11.58Karrow-down121file-text
arrow-up11.56Karrow-down1external-linkGoogle: 'Your $1000 phone needs our permission to install apps now'". Android users are screwed - Louis Rossmannyoutube.comrustyredox@lemmy.world to Technology@lemmy.worldEnglish · 18 days agomessage-square517fedilinkfile-text
minus-squareDr. Moose@lemmy.worldlinkfedilinkEnglisharrow-up19·18 days agoYou 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
minus-squarewillington@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up19·18 days agoNot a solution to our problem, but this is a crumb in our favor.
minus-squareessteeyou@lemmy.worldlinkfedilinkEnglisharrow-up9·18 days agoI know why you included both, but saying “1 adb command” and then posting two is funny to me.
minus-squareDr. Moose@lemmy.worldlinkfedilinkEnglisharrow-up1·17 days agoOne gets the current value to verify it and another actually sets a new value. It’s the way these commands are usually shared.
minus-squareSuperSpruce@lemmy.ziplinkfedilinkEnglisharrow-up2·17 days agoDoes this work with any app or just second party ones? Can you re-enable it?
minus-squareDr. Moose@lemmy.worldlinkfedilinkEnglisharrow-up1·17 days agoYes it modifies the phone not the app and you can re-enable it anytime with 1 instead of -1
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
Not a solution to our problem, but this is a crumb in our favor.
I know why you included both, but saying “1 adb command” and then posting two is funny to me.
One gets the current value to verify it and another actually sets a new value. It’s the way these commands are usually shared.
Does this work with any app or just second party ones? Can you re-enable it?
Yes it modifies the phone not the app and you can re-enable it anytime with 1 instead of -1