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

Android 13 spoofing patches #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Android 13 spoofing patches #1

wants to merge 1 commit into from

Conversation

abranson
Copy link

@abranson abranson commented Mar 7, 2025

This is the current patch for SailfishOS's AppSupport 13. We don't build MicroG into the image, so this relaxes newer forceQueryable restrictions so it can run as a separately installed app. We also keep it as a 'dangerous' permission for the same reason. We don't enable spoofing by default, it's activated by a sysprop that's set before the container starts.

Probably not usable as-is for most distributions, but the pieces might be useful.

- Adds a sysprop to enable spoofing.
- ComputerEngine moved to its own class
- SigningInfo support
  - Add signatures and signinginfo when requested in flags.
- Allow any package to declare itself forceQueryable if spoofing is
  enabled, so MicroG doesn't need to be built into the image.
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

Successfully merging this pull request may close these issues.

1 participant