This commit is contained in:
chiteroman 2024-08-18 01:44:07 +02:00
parent 56eed97fdd
commit 3b1f7591cd
No known key found for this signature in database
2 changed files with 10 additions and 5 deletions

View File

@ -11,6 +11,11 @@ NOTE: If your ROM is signed with test-keys, modify "SPOOF_PACKAGE_MANAGER" value
/data/adb/modules/playintegrityfix/pif.json and set to "true". /data/adb/modules/playintegrityfix/pif.json and set to "true".
Remember to kill com.google.android.gms.unstable process after this! Remember to kill com.google.android.gms.unstable process after this!
# v17.1 # v17.2
- Update fingerprint from husky to akita - Fix custom ROMs support
- Spoof android.os.Build fields in Zygisk instead Java
- Compatibility with TrickyStore module
- If hook is disabled, unload Zygisk lib
- Add granular advanced spoofing options (thanks @osm0sis)
- Other minor improvements

View File

@ -1,6 +1,6 @@
{ {
"version": "v17.1", "version": "v17.2",
"versionCode": 17100, "versionCode": 17200,
"zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v17.1/PlayIntegrityFix_v17.1.zip", "zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v17.2/PlayIntegrityFix_v17.2.zip",
"changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md" "changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md"
} }