mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-04-29 01:22:07 +08:00
Bruh
This commit is contained in:
parent
e03f363117
commit
94eb9d3d5f
@ -25,6 +25,15 @@ If you are failing basicIntegrity (SafetyNet) or MEETS_BASIC_INTEGRITY (Play Int
|
||||
|
||||
Some modules which modify system can trigger DroidGuard detection, never hook GMS processes.
|
||||
|
||||
## Certify Play Store and fix Google Wallet
|
||||
Follow this steps:
|
||||
- Clear Google Wallet data and cache.
|
||||
- Clear Google Play Store data and 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)
|
||||
|
||||
Then reboot device and should work. Also some users recommend to clear GMS data and cache but for me it wasn't necessary.
|
||||
|
||||
## Read module logs
|
||||
You can read module logs using this command:
|
||||
```
|
||||
|
@ -5,4 +5,6 @@
|
||||
- Hardcode classes.dex into libs.
|
||||
- Using Shadowhook for arm64 and arm (smartphones), using Dobby for x86, x86_64 (emulators)
|
||||
|
||||
This should be the final build until Google "unfix" (again) the module. If you want to report a crash report or any other issue, please, always provide logs.
|
||||
This should be the final build until Google "unfix" (again) the module. If you want to report a crash report or any other issue, please, always provide logs.
|
||||
|
||||
Check README.md to know how to certify Play Store and fix Google Wallet.
|
Loading…
Reference in New Issue
Block a user