Skip to content

Releases: chiteroman/PlayIntegrityFix

v18.1

13 Dec 21:17
Compare
Choose a tag to compare
  • Update fingerprint

v18.0

17 Nov 00:41
Compare
Choose a tag to compare
  • 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

25 Oct 09:59
Compare
Choose a tag to compare
  • Update fingerprint to latest beta (thanks to XiaomiEU devs)
  • Fix Shamiko whitelist bug
  • Fix bootloops on XiaomiEU custom roms

v17.8

23 Oct 12:29
Compare
Choose a tag to compare
  • 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

03 Oct 15:30
Compare
Choose a tag to compare
  • Update Gradle and AGP
  • Update fingerprint (fix RCS)

v17.6

18 Sep 23:31
Compare
Choose a tag to compare
  • Remove keybox logic
  • Update AGP, NDK & CMake
  • Change build from MinSizeRel to Release (better performance)
  • Enable LTO
  • Refactor code

v17.5

15 Sep 16:41
Compare
Choose a tag to compare
  • Update fingerprint
  • Refactor code

v17.4

05 Sep 19:11
Compare
Choose a tag to compare
  • Update fingerprint
  • Use Shadowhook instead Dobby
  • Improvements in code

v17.3

25 Aug 01:51
Compare
Choose a tag to compare
  • Fix SELinux prop spoofing
  • Remove useless code

v17.2

17 Aug 23:44
Compare
Choose a tag to compare
  • 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