Releases: chiteroman/PlayIntegrityFix
v18.5
IMPORTANT
Google implemented new checks, now, new Device verdict is like old Strong.
If you download Play Integrity API Checker you can check these new verdicts.
If you want to pass new Device verdict you must spoof a valid certificate chain. You can spoof it using TrickyStore module along PIF (recommended).
v18.5
- Fix Device verdict not passing on some devices.
v18.4
- Revert changes in v18.3
It seems that injecting a lib in the unstable process (GMS) doesn't work on some devices :(
I tried to optimize the code to avoid battery drain.
v18.3
- Update fingerprint
- Fix high battery drain
- Other improvements
v18.2
- Update fingerprint
- Add action.sh (to auto update fingerprint to latest beta)
Thanks to @osm0sis, @backslashxx and @KOWX712
v18.1
- Update fingerprint
v18.0
-
Module won't delete ro.build.selinux prop, if you can't pass attestation, you can try deleting it
manually.
More info here: #470 -
Update fingerprint to latest oriole (Pixel 6) beta rom
-
Remove auto conflict apps (cause bootloops, just remove them manually)
-
Improve Zygisk check
-
Upgrade Gradle, AGP and CMake
-
Enable LTO for Zygisk lib
v17.9
- Update fingerprint to latest beta (thanks to XiaomiEU devs)
- Fix Shamiko whitelist bug
- Fix bootloops on XiaomiEU custom roms
v17.8
- Auto parse fields from fingerprint!
- Auto detect test signed ROM!
- Auto remove conflict apps!
- Auto add GMS to denylist if using Shamiko!
- Back to Dobby (my version: https://github.com/chiteroman/Dobby.git)
- Other improvements
v17.7
- Update Gradle and AGP
- Update fingerprint (fix RCS)
v17.6
- Remove keybox logic
- Update AGP, NDK & CMake
- Change build from MinSizeRel to Release (better performance)
- Enable LTO
- Refactor code