From bf9ce4eb7312cf4f9e83de6b9571c799d84cfeeb Mon Sep 17 00:00:00 2001 From: chiteroman <98092901+chiteroman@users.noreply.github.com> Date: Mon, 20 Nov 2023 17:34:37 +0100 Subject: [PATCH] Update README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 33a5b4e..58555c7 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,13 @@ Some modules which modify system can trigger DroidGuard detection, never hook GM ## Certify Play Store and fix Google Wallet 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 Play Store cache. -- Clear GSF (com.google.android.gsf) data and cache. -- Flash my module in Magisk/KernelSU (if you already have my module, just ignore this step) +- Clear GSF (com.google.android.gsf) cache. +- 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 You can read module logs using this command: @@ -40,7 +41,7 @@ adb shell "logcat | grep 'PIF'" ``` ## Can this module pass MEETS_STRONG_INTEGRITY? -NO +**No** ## 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/)