• Dr. Moose
    link
    fedilink
    English
    198 days ago

    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
    
      • Dr. Moose
        link
        fedilink
        English
        17 days 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.

      • Dr. Moose
        link
        fedilink
        English
        17 days ago

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