rustyredox@lemmy.world to Technology@lemmy.worldEnglish · 9 days agoGoogle: 'Your $1000 phone needs our permission to install apps now'". Android users are screwed - Louis Rossmannyoutube.comexternal-linkmessage-square516fedilinkarrow-up11.58Karrow-down122file-text
arrow-up11.55Karrow-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 · 9 days agomessage-square516fedilinkfile-text
minus-squareDr. Moose@lemmy.worldlinkfedilinkEnglisharrow-up20·8 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·8 days agoNot a solution to our problem, but this is a crumb in our favor.
minus-squareessteeyou@lemmy.worldlinkfedilinkEnglisharrow-up9·8 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·7 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·8 days agoDoes this work with any app or just second party ones? Can you re-enable it?
minus-squareDr. Moose@lemmy.worldlinkfedilinkEnglisharrow-up1·7 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