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