How to pass BASIC and DEVICE Play Integrity
Azriel1.Root your device with
- Magisk (Official / Kitsune)
- KernelSU (use this kernel)
2.For Magisk, enable Zygisk. For KernelSU install this module
3.Install Play Integrity Fix module and reboot.
4.If still failing DEVICE Integrity, search for valid not banned device fingerprint yourself with below example format and store it to /data/adb/pif.json and then reboot.
Below fingerprint is already banned and is only an example.
{
"PRODUCT": "taimen",
"DEVICE": "taimen",
"MANUFACTURER": "Google",
"BRAND": "google",
"MODEL": "Pixel 2 XL",
"FINGERPRINT": "google/taimen/taimen:8.1.0/OPM4.171019.021.R1/4833808:user/release-keys",
"SECURITY_PATCH": "2018-07-05",
"FIRST_API_LEVEL": "26"
}
Don't be lazy; if you find yourself being lazy, it's better to exit Android modding and go back to stock ROM.