Skip to content
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

Various Google Apps stop working with microG #41

Closed
Antonbeard opened this issue Dec 21, 2024 · 2 comments
Closed

Various Google Apps stop working with microG #41

Antonbeard opened this issue Dec 21, 2024 · 2 comments

Comments

@Antonbeard
Copy link

Google seemingly has updated their signature checking code. On Android 9 and above, the latest code uses PackageInfo.signingInfo (via GET_SINGNING_CERTIFICATES flags) instead of PackageInfo.signatures (via GET_SIGNATURES flag). This will likely roll out to non-Google apps in the future as well.

This means that all signature spoofing patches need to be updated to address the change of API usage by - in addition to the PackageInfo.signatures also spoofing the PackageInfo.signingInfo.

@Antonbeard
Copy link
Author

There is a discussion with a solution microg/GmsCore#2680

@Lanchon
Copy link
Owner

Lanchon commented Dec 21, 2024

thanks, both of you. i've long ago stopped maintaining this. lineageos has long been including the necessary patches (after years of opposing them), so haystack is no longer needed. and regarding non-free OSes, i really don't care about them. thanks again.

@Lanchon Lanchon closed this as completed Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants