Update README

This commit is contained in:
chiteroman 2023-11-20 17:34:37 +01:00
parent bd55606e21
commit bf9ce4eb73

View File

@ -26,12 +26,13 @@ Some modules which modify system can trigger DroidGuard detection, never hook GM
## Certify Play Store and fix Google Wallet ## Certify Play Store and fix Google Wallet
Follow this steps: Follow this steps:
- Flash my module in Magisk/KernelSU (if you already have my module, just ignore this step).
- Clear Google Wallet cache. - Clear Google Wallet cache.
- Clear Google Play Store cache. - Clear Google Play Store cache.
- Clear GSF (com.google.android.gsf) data and cache. - Clear GSF (com.google.android.gsf) cache.
- Flash my module in Magisk/KernelSU (if you already have my module, just ignore this step) - Clear GMS cache.
Then reboot device and should work. Also some users recommend to clear GMS data and cache but for me it wasn't necessary. Reboot and done!
## Read module logs ## Read module logs
You can read module logs using this command: You can read module logs using this command:
@ -40,7 +41,7 @@ adb shell "logcat | grep 'PIF'"
``` ```
## Can this module pass MEETS_STRONG_INTEGRITY? ## Can this module pass MEETS_STRONG_INTEGRITY?
NO **No**
## Play Integrity is now our problem, SafetyNet is deprecated ## Play Integrity is now our problem, SafetyNet is deprecated
You can read more info here: [click me](https://xdaforums.com/t/info-play-integrity-api-replacement-for-safetynet.4479337/) You can read more info here: [click me](https://xdaforums.com/t/info-play-integrity-api-replacement-for-safetynet.4479337/)