You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Bump version to v1 (versionCode 1000)
- Add TSUpport Advanced option
- Update README badges & links to point at frpunlocking-com/PlayIntegritySuperFork
- Rename module to "Play Integrity Super Fork" and extend supported A-range to A13–A16
- Update update.json with correct zipUrl and changelog
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Play Integrity Fork
2
2
*PIF forked to be more futureproof and develop more methodically*
3
3
4
-
[](https://github.com/osm0sis/PlayIntegrityFork/releases/latest)
[](https://github.com/osm0sis/PlayIntegrityFork/releases)
4
+
[](https://github.com/frpunlocking-com/PlayIntegritySuperFork/releases/latest)
[](https://github.com/frpunlocking-com/PlayIntegritySuperFork/releases)
8
8
9
9
A Zygisk module which fixes "MEETS_DEVICE_INTEGRITY" for Android <13 "deviceRecognitionVerdict" with the Play Integrity API.
10
10
@@ -21,7 +21,7 @@ It injects a classes.dex file to modify fields in the android.os.Build class. Al
21
21
22
22
## About 'custom.pif.json' file
23
23
24
-
You can fill out the included template [example.pif.json](https://raw.githubusercontent.com/osm0sis/PlayIntegrityFork/main/module/example.pif.json) from the module directory (/data/adb/modules/playintegrityfix) then rename it to custom.pif.json to spoof custom values to the GMS unstable process. It will be used instead of any included pif.json (none included currently).
24
+
You can fill out the included template [example.pif.json](https://raw.githubusercontent.com/frpunlocking-com/PlayIntegritySuperFork/main/module/example.pif.json) from the module directory (/data/adb/modules/playintegrityfix) then rename it to custom.pif.json to spoof custom values to the GMS unstable process. It will be used instead of any included pif.json (none included currently).
25
25
26
26
Note this is just a template with the current suggested default entries, but with this fork you can include as few or as many android.os.Build class fields and Android system properties as needed to pass DEVICE verdict now and in the future if the enforced checks by Play Integrity change.
27
27
@@ -57,7 +57,7 @@ A migration may also be performed manually with `sh migrate.sh` and custom.pif.j
57
57
58
58
## About 'custom.app_replace.list' file
59
59
60
-
You can customize the included default [example.app_replace.list](https://raw.githubusercontent.com/osm0sis/PlayIntegrityFork/main/module/example.app_replace.list) from the module directory (/data/adb/modules/playintegrityfix) then rename it to custom.app_replace.list to systemlessly replace any additional conflicting custom ROM spoof injection app paths to disable them.
60
+
You can customize the included default [example.app_replace.list](https://raw.githubusercontent.com/frpunlocking-com/PlayIntegritySuperFork/main/module/example.app_replace.list) from the module directory (/data/adb/modules/playintegrityfix) then rename it to custom.app_replace.list to systemlessly replace any additional conflicting custom ROM spoof injection app paths to disable them.
61
61
62
62
## About 'autopif2.sh' and 'killpi.sh' script files
0 commit comments