Displax / safetynet-fix

SafetyNet & Play Integrity API workarounds for Magisk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MEET_STRONG_INTEGRITY not passed

King-Of-Knights opened this issue · comments

commented

Describe the bug
Hi there, MEET_STRONG_INTEGRITY is fail while MEET_BASIC_INTEGRITY and MEET_DEVICE_INTEGRITY both pass.

Expected behavior
MEET_STRONG_INTEGRITY pass

Screenshots of SafetyNet & Play Integrity API tests result
Testing SafetyNet
Testing Play Integrity API

Device info
Device model: Redmi k50 ultra/ Xiaomi 12T Pro (diting)
Android version: 13
ROM name/version: V14.0.10.0.TLFCNXM

Additional context
Since I saw you have said MEET_STRONG_INTEGRITY has been fixed in last week Release. I think I should pass MEET_STRONG_INTEGRITY as well? Thanks for your work!

Checklist

  • [√] I confirm that the SELinux status is Enforcing on my device.
  • [√] All information is present
  • [√] Screenshots are attached

Ig You want to pass STRONG_INTEGRITY, just unroot Your device and lock it. It mostly never work with unlocked bootloader.

commented

@personshelldon Hi, thanks for the response! I saw the lastest release log, looks like the author has already settled STRONG_INTEGRITY. Maybe I am misunderstood?

Please read release notes carefully. Your ro.product.first_api_level must be 33 or null or not present.

commented

@Displax Sorry to bother again, I change another device, Xiaomi Pad 6Pro, which is Android 13 and ro.product.first_api_level 33, magisk 26.1, but still not pass (result), any idea?

@Displax Sorry to bother again, I change another device, Xiaomi Pad 6Pro, which is Android 13 and ro.product.first_api_level 33, magisk 26.1, but still not pass (result), any idea?

Google fixed this.

commented

@Displax Oh~, sorry to hear that T_T, anyway, Thanks for your great contribution!