-
Notifications
You must be signed in to change notification settings - Fork 54
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
Add GrapheneOS Android 14 Support #53
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Md Arif <[email protected]>
Signed-off-by: Md Arif <[email protected]>
This reverts commit 1a99225.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this works, the code looks good to me. I'd like to know if this is working from GrapheneOS users though.
@razinares Did it not work? Why did you delete your message? |
Hi, On my testing it did not work properly, Rezygisk reported that the modules were working, But in reality the modules crashed. However i used android 15 of grapheneos. Tested Modules: LSposed Fork, Play Integrity Fix |
This should do for all Graphenes, however the issue may be #63 and not the issue of this PR. Can I get your logcat? |
Changes
Add GrapheneOS Android 14 Support
Based on:- KitsuneMagisk/Magisk@0a200be and pixincreate/Magisk@b0c163e
Why
Currently, Magisk and Zygisk Next have removed zygisk support for GrapheneOS Android 14
some more info:-
https://github.com/GrapheneOS/platform_frameworks_base/blob/14/core/java/com/android/internal/os/Zygote.java
Checkmarks