mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-01-18 19:12:38 +02:00
Release v17.3
This commit is contained in:
parent
a96220b3bb
commit
689b93b9b6
16
changelog.md
16
changelog.md
@ -7,15 +7,15 @@ If not, try removing /data/adb/pif.json file.
|
|||||||
Donations:
|
Donations:
|
||||||
https://www.paypal.com/paypalme/chiteroman
|
https://www.paypal.com/paypalme/chiteroman
|
||||||
|
|
||||||
NOTE: If your ROM is signed with test-keys, modify "spoofSignature" value in
|
If your ROM is signed with test-keys, modify "spoofSignature" value in
|
||||||
/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.2
|
If you are using TrickyStore and you have a valid keybox, but Strong
|
||||||
|
isn't passing, maybe you should change the ROM.
|
||||||
|
Stock ROMs gives the best results.
|
||||||
|
|
||||||
- Fix custom ROMs support
|
# v17.3
|
||||||
- Spoof android.os.Build fields in Zygisk instead Java
|
|
||||||
- Compatibility with TrickyStore module
|
- Fix SELinux prop spoofing
|
||||||
- If hook is disabled, unload Zygisk lib
|
- Remove useless code
|
||||||
- Add granular advanced spoofing options (thanks @osm0sis)
|
|
||||||
- Other minor improvements
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": "v17.2",
|
"version": "v17.3",
|
||||||
"versionCode": 17200,
|
"versionCode": 17300,
|
||||||
"zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v17.2/PlayIntegrityFix_v17.2.zip",
|
"zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v17.3/PlayIntegrityFix_v17.3.zip",
|
||||||
"changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md"
|
"changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user