1f2003d5
1f2003d5
I will add a logic that uninstall all modules while uninstalling APatch from manager. It's recommend to use Volume Down Key 3 times while booting to trigger safe mode to...
Did you try whether working on `SELinux Permissive` Status? I don't thought this is a bug that APatch should fix.
It's really hard to fix without device. If you have kernel source code, you can recompile kernel with `CONFIG_KALLSYMS=y and CONFIG_KALLSYMS_ALL=y` if possible.
Yes, we can do that but how to handle SuperKey? If the SuperKey is too simple, this would be a risk. Instead, too complex makes it too hard to remember....
> You could set it afterwards in the app and flash it again from there as you now have root priveleges. I thought this maybe a good idea. We can...
> > Yes, we can do that but how to handle SuperKey? > > If the SuperKey is too simple, this would be a risk. Instead, too complex makes it...
However, there is still a risk of unable to boot after patching (even successfully patched) or patching failed. I'm waiting for team's opinion about this.
> I'll have a try. Looks like we need to build magisk first for these libs in https://github.com/bmax121/APatch/tree/main/app/libs/arm64-v8a. But it seems [libmagiskpolicy.so](https://github.com/bmax121/APatch/blob/main/app/libs/arm64-v8a/libmagiskpolicy.so) is from a different version of magisk? Yes,...
> Where is the source code of the modified version? Wait for @bmax121 upload patiently. Btw, should the modified magiskpolicy being built together with APatch? If true, we may need...
> > Btw, should the modified magiskpolicy being built together with APatch? If true, we may need hack gradle to do that. > > It needs to be built from...