Skip to content

Commit 9562f93

Browse files
committed
MOD_2.0
1 parent 3eb4412 commit 9562f93

File tree

3 files changed

+24
-21
lines changed

3 files changed

+24
-21
lines changed

CHANGELOG.md

+16-13
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
1-
# v2.4.0
1+
## v2.4.0-MOD_2.0
2+
* Fix KernelSU support. You still need "ZygiskOnKernelSU".
3+
* Fix WiFi calling on some devices (and maybe other related issues) by moving changing *ro.product.first_api_level* from global namespace to GMS only.
4+
* Pass *MEETS_STRONG_INTEGRITY*. By default you need device that lounched with Android 13+ or custom ROM that manipulate with *ro.product.first_api_level* (>= 33 / or `null` / or not present).<br/>If you want to play with it more complex - use separate "-STRONG" build. NOTE: Various system issues are possible on "-STRONG" build!
25

3-
## Highlights
6+
## v2.4.0-MOD_1.3
47

5-
- **Play Integrity bypass** without breaking device checks or causing other issues
6-
- Disabled use of hardware attestation on Pixel 7 and newer (@anirudhgupta109)
8+
* Fix "stat /sys/fs/selinux" access time reading. Also removed archaic MIUI cross-region shenanigans. Thanks to PR by aviraxp!
9+
* Ignore props changing on Xiaomi.eu. This fixes randomly attestation failings. So strange ROM...
10+
* Added Riru version back. Remember that is need old MagiskHide support (and adding com.google.android.gms/com.google.android.gms.unstable to HideList) !
11+
* Added microG version. Note there is some strange behavior that GMS can crash while run SN attest more than 2 times in one session. Just do not do this. This behavior should not affect applications in real life.
712

8-
## Other changes
13+
## v2.4.0-MOD_1.2
914

10-
- Updated instructions for newer Android and Magisk versions
11-
- Better debugging for future development
15+
* Fix crash and endless tests loop/failing on Android < 9.0 (bug from original version 2.4.0).
16+
* Do not unpatch (revert) changes. To prevent possible tests failing after a while on some ROMs (cross conflicts).
1217

13-
**This version only supports Zygisk (Magisk 24 and newer).**
18+
## v2.4.0-MOD_1.1
1419

15-
It's taken a while to find way to bypass Play Integrity that doesn't require spoofing the build fingerprint permanently, but I wanted to make sure this module doesn't cause any unnecessary breakage. Enjoy!
20+
* Fix KeyStore hook desynchronization (tests randomly failing problem).
1621

17-
---
22+
## v2.4.0-MOD_1.0
1823

19-
# Donate
20-
21-
**If you found this module helpful, please consider supporting development with a [recurring donation](https://patreon.com/kdrag0n)** for rewards such as early access to updates, exclusive behind-the-scenes development news, and priority support. Alternatively, [you can also **buy me a coffee**](https://paypal.me/kdrag0ndonate). All support is appreciated ❤️
24+
* It is now based on top of original v2.4.0 codebase instead of v2.3.1, with adding new hiding algorithm for current realities and some code refreshing.

magisk/module.prop

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=safetynet-fix
22
name=Universal SafetyNet Fix
3-
version=v2.4.0-MOD_1.3
4-
versionCode=20400
3+
version=v2.4.0-MOD_2.0
4+
versionCode=24020
55
author=kdrag0n, modded by Displax
6-
description=A universal fix for SafetyNet and Play Integrity on Android 8–13 devices with hardware attestation.
7-
updateJson=https://raw.githubusercontent.com/kdrag0n/safetynet-fix/master/update.json
6+
description=A universal fix for SafetyNet and Play Integrity API on Android 8–13 devices with hardware attestation.
7+
updateJson=https://raw.githubusercontent.com/Displax/safetynet-fix/dev/update.json

update.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "v2.4.0",
3-
"versionCode": 20400,
4-
"zipUrl": "https://github.com/kdrag0n/safetynet-fix/releases/download/v2.4.0/safetynet-fix-v2.4.0.zip",
5-
"changelog": "https://raw.githubusercontent.com/kdrag0n/safetynet-fix/master/CHANGELOG.md"
2+
"version": "v2.4.0-MOD_2.0",
3+
"versionCode": 24020,
4+
"zipUrl": "https://github.com/Displax/safetynet-fix/releases/download/v2.4.0-MOD_2.0/safetynet-fix-v2.4.0-MOD_2.0.zip",
5+
"changelog": "https://raw.githubusercontent.com/Displax/safetynet-fix/dev/CHANGELOG.md"
66
}

0 commit comments

Comments
 (0)