From 244e037f85b50c66f4c83ad3524643df7c7adb40 Mon Sep 17 00:00:00 2001 From: chiteroman Date: Thu, 5 Sep 2024 21:11:05 +0200 Subject: [PATCH] v17.4 --- app/build.gradle.kts | 10 ++++++---- changelog.md | 7 ++++--- module/module.prop | 4 ++-- module/pif.json | 18 +++++++++++------- update.json | 6 +++--- 5 files changed, 26 insertions(+), 19 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 6fca78f..22c0f16 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -22,8 +22,8 @@ android { applicationId = "es.chiteroman.playintegrityfix" minSdk = 26 targetSdk = 35 - versionCode = 17300 - versionName = "v17.4-TEST" + versionCode = 17400 + versionName = "v17.4" multiDexEnabled = false externalNativeBuild { @@ -42,7 +42,8 @@ android { cFlags( "-std=gnu23", "-fvisibility=hidden", - "-fvisibility-inlines-hidden" + "-fvisibility-inlines-hidden", + "-ftrivial-auto-var-init=zero" ) cppFlags( @@ -50,7 +51,8 @@ android { "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", - "-fvisibility-inlines-hidden" + "-fvisibility-inlines-hidden", + "-ftrivial-auto-var-init=zero" ) } } diff --git a/changelog.md b/changelog.md index e5a6025..0fe7a5a 100644 --- a/changelog.md +++ b/changelog.md @@ -15,7 +15,8 @@ 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. -# v17.3 +# v17.4 -- Fix SELinux prop spoofing -- Remove useless code +- Update fingerprint +- Use Shadowhook instead Dobby +- Improvements in code diff --git a/module/module.prop b/module/module.prop index 25f54b5..61e4c0c 100644 --- a/module/module.prop +++ b/module/module.prop @@ -1,7 +1,7 @@ id=playintegrityfix name=Play Integrity Fix -version=v17.4-TEST -versionCode=17300 +version=v17.4 +versionCode=17400 author=chiteroman description=Universal modular fix for Play Integrity (and SafetyNet) on devices running Android 8-15 updateJson=https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/update.json diff --git a/module/pif.json b/module/pif.json index efb0ca9..fd6af56 100644 --- a/module/pif.json +++ b/module/pif.json @@ -1,14 +1,18 @@ { - "ID": "AP31.240617.015", + "ID": "AP41.240726.010", "BRAND": "google", - "DEVICE": "akita", - "FINGERPRINT": "google/akita_beta/akita:15/AP31.240617.015/12207491:user/release-keys", + "DEVICE": "komodo", + "TYPE": "user", + "TAGS": "release-keys", + "FINGERPRINT": "google/komodo_beta/komodo:15/AP41.240726.010/12266677:user/release-keys", "MANUFACTURER": "Google", - "MODEL": "Pixel 8a", - "PRODUCT": "akita_beta", + "MODEL": "Pixel 9 Pro XL", + "PRODUCT": "komodo_beta", + "INCREMENTAL": "12266677", + "RELEASE": "15", "SECURITY_PATCH": "2024-08-05", - "DEVICE_INITIAL_SDK_INT": 21, - "spoofProps": true, + "DEVICE_INITIAL_SDK_INT": 32, "spoofProvider": true, + "spoofProps": false, "spoofSignature": false } diff --git a/update.json b/update.json index 9540dfb..a9015cb 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v17.3", - "versionCode": 17300, - "zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v17.3/PlayIntegrityFix_v17.3.zip", + "version": "v17.4", + "versionCode": 17400, + "zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v17.4/PlayIntegrityFix_v17.4.zip", "changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md" }