Displax / safetynet-fix

SafetyNet & Play Integrity API workarounds for Magisk
MIT License
2k stars 53 forks source link

MEET_STRONG_INTEGRITY not passed #20

Closed King-Of-Knights closed 1 year ago

King-Of-Knights commented 1 year ago

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

personshelldon commented 1 year ago

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

King-Of-Knights commented 1 year ago

@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?

Displax commented 1 year ago

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

King-Of-Knights commented 1 year ago

@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 commented 1 year ago

@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.

King-Of-Knights commented 1 year ago

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