This is a rewrite of Playcurl, the old version became outdated as many things have changed. Paradoxically, this is more lightweight and easier to use.
- Flash the module. (You must have play integrity fix installed)
- Reboot.
- Check for integity.
- At every boot, the fingerprint (fp) will be pulled.
- Every 30 minutes, the updated fingerprint will be downloaded.
-
You can set your own check interval by specifying the number of minutes inside the file:
/data/adb/modules/playcurl_NEXT/minutes.txt
(minimum 1 minute, maximum 1400 minutes) Reboot to apply. -
You can set whether you want to use a random beta FP from the last month (since multiple are available) or the latest one.
- Follow these steps to configure:
a) Open the file:
/data/adb/modules/playcurl_NEXT/mode.txt
b) Writerandom
in the file if you want to use a random FP. c) Writenormal
or leave the file empty if you want to use the latest one.
- Follow these steps to configure:
a) Open the file:
- You can manually trigger the action (
action.sh
) if you're using Magisk Canary. - You can also run the script in Termux with the following command: su -c 'fp'
Instructions for device integrity :
- Download play integrity fix
- Download playcurl_NEXT
- Install both
- Reboot
- Open Spic and check for integrity
Instructions for strong integrity on custom rom:
- Install shamiko
- Install Tricky_store and put a valid keybox inside /data/adb/Tricky_store
- Install Pif
- enjoy
The backend of this module (autojson repo), was created using Shell Scripts that have been carefully adapted and customized from the original work of the PlayIntegrityFork module.
The original scripts were forked from the following repository: