Skip to content

Instantly share code, notes, and snippets.

@bryanjhv
Last active January 26, 2021 07:00
Show Gist options
  • Save bryanjhv/8cc940ae9a2dae6a95723612073cc4e3 to your computer and use it in GitHub Desktop.
Save bryanjhv/8cc940ae9a2dae6a95723612073cc4e3 to your computer and use it in GitHub Desktop.

AppOps PRO for FREE with ROOT

Requirements

  • A ROOTed Android device.
  • AppOps installed on device.
  • Any ROOT editor and/or explorer.

NOTE:
I only tested version 3.1.1.
Hope this is fixed on latest!

Steps / Installation

  1. Stop the application:

    adb shell am kill-all rikka.appops
  2. Open this file in your editor:

    /data/data/rikka.appops/shared_prefs/settings.xml
    
  3. Add the following lines before </map>:

    <long name="rdn" value="4765132800000" />
    <string name="redeem_code">RIBKRKYAAANPJPHOVPS</string>

    NOTE: rdn is the expire date in ms (2121/01/01 here).

  4. Save the file, start the application and enjoy PRO!

License

SHARE the LINK instead of COPYING: https://git.io/JtcvH.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment