-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't get Play Integrity to pass with real play store #157
Comments
Are all checkmarks in microG's self test checked? |
Thanks for your answer. They are, and microG itself is working perfectly. But I can't get the requirements for play integrity to pass. |
Sorry, no idea then. I never used or investigated Play Integrity. |
Hi, thanks for your answer. I will seek for myself how to get play integrity to work. But first, I would like to ask for some help to get the real play store to properly install. I just opened this ticket on the problem with the logs, if you have an idea why I have this issue : #159 Have a nice day! |
Hey did you get it to work? |
|
I resolved -9 CANNOT_BIND_TO_SERVICE by resintalling MGIR following instructions if right order (basically deleting user apps of vending and gms, then deleting module that will unmount system apps of vending and gms, then installing same user apps, then installing MGIR to systemize and reboot ig, if I forgot something, read official intructions). And after activating Google Device Registration and Google SafetyNet. Though I don't know at all which of those steps are necessary or not, have to do test one by one Something like for i in com.google.android.gms com.google.android.gsf com.android.vending com.github.nift4.microg_installer_revived
do pm uninstall $i
pm uninstall -k --user 0 $i
magisk --uninstall-module $i
ksu uninstall $i
pm install -r /storage/emulated/0/Download/$i.apk
pm install -r --user 0 /storage/emulated/0/Download/$i.apk
ksu install /storage/emulated/0/Download/$i.zip
magisk --install-module /storage/emulated/0/Download/$i.zip
done But now I'm stuck at -12 GOOGLE_SERVER_UNAVAILABLE |
As usual, the thing being mysterious So I managed a new time switching from -12 GOOGLE_SERVER_UNAVAILABLE to BASIC_INTEGRITY, that time by granting every rights to gms and then deny them all. Still consistent across reboot Though I can't deny battery optimisation, ROM say it's necessary for that app And second mystrious thing, my CROM don't notoriously support signature spoofing, and I don't have activated ZLSP or FGA, yet spoofing seems fine for GMS PIF don't seem to change anything to that BASIC_INTEGRITY verdict. And now error -17 CLIENT_TRANSIENT_ERROR REQUEST_HASH_TOO_LONG |
Quite the trip... I permuted ChiteroMan's > @osm0sis Osmosis's > @chiteroman ChiteroMan's and downgraded from BASIC_INTEGRITY to NO_INTEGRITY I tried |
And btw that error could be corrected by re reapplying what I did to get BASIC_INTEGRITY. But no known way to get DEVICE_INTEGRITY |
By deactivating |
Strong Integrity is not possible with unlocked bootloader , Strong Integrity hardly passes for custom ROMs with regular Gapps |
Source |
Hi,
I am trying to get Play Integrity to work. I have followed https://github.com/nift4/microg_installer_revived#how-do-i-get-the-real-play-store, and the play store is now correctly installed.
I have correctly installed this magisk module:
https://github.com/chiteroman/PlayIntegrityFix
But I can't get Play Integrity to pass. I couldn't find out if the problem comes from this module or from the microg installer. Here is the error I have in SPIC:
Would you have an idea of what is wrong?
Thanks in advance for any answer
The text was updated successfully, but these errors were encountered: