Readme: Fix typo

This commit is contained in:
Kim 2023-11-11 09:39:37 +05:30 committed by GitHub
parent 94eb9d3d5f
commit f5dc063599
Signed by: github
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ To use this module you must have one of this:
## About module ## About module
It injects a classes.dex file to modify few fields in android.os.Build class. Also, in native code it creates a hook to modify system properties. It injects a classes.dex file to modify few fields in android.os.Build class. Also, in native code it creates a hook to modify system properties.
The purpouse of the module is to avoid a hardware attestation. The purpose of the module is to avoid a hardware attestation.
## Failing BASIC verdict ## Failing BASIC verdict
If you are failing basicIntegrity (SafetyNet) or MEETS_BASIC_INTEGRITY (Play Integrity) something is wrong in your setup. My recommended steps in order to find the problem: If you are failing basicIntegrity (SafetyNet) or MEETS_BASIC_INTEGRITY (Play Integrity) something is wrong in your setup. My recommended steps in order to find the problem:
@ -48,7 +48,7 @@ You can read more info here: [click me](https://xdaforums.com/t/info-play-integr
## Current Issues ## Current Issues
It doesn't work in Xiaomi.eu custom ROMs due their fix implementation. It doesn't work in Xiaomi.eu custom ROMs due their fix implementation.
Their devs are already working in it: [click me](https://xiaomi.eu/community/threads/google-wallet-stopped-working-device-doesnt-meet-security-requirements.70444/post-704331). Their devs are already working on it: [click me](https://xiaomi.eu/community/threads/google-wallet-stopped-working-device-doesnt-meet-security-requirements.70444/post-704331).
If Xiaomi.eu devs drop support for your device and this module doesn't work you must change the ROM if you want to pass DEVICE verdict. If Xiaomi.eu devs drop support for your device and this module doesn't work you must change the ROM if you want to pass DEVICE verdict.
## Thanks to ## Thanks to