Magisk/native/jni/core
topjohnwu 1cd45b53b1 Support recovery based Magisk
Some devices (mainly new Samsung phones we're talking here...) using
A only system-as-root refuse to load ramdisk when booted with boot
no matter what we do. With many A only system-as-root devices, even
though their boot image is kernel only, we can still be able to add
a ramdisk section into the image and force the kernel to use it as
rootfs. However the bootloader on devices like the S10 simply does
not load anything within boot image into memory other than the kernel.
This gives as the only option is to install Magisk on the recovery
partition. This commits adds proper support for these kind of scenarios.
2019-03-30 00:49:48 -04:00
..
applets.cpp Remove Zygote notifier 2019-03-08 03:35:17 -05:00
bootstages.cpp Allow modules to have custom uninstaller script 2019-03-23 03:50:55 -04:00
daemon.cpp Remove Zygote notifier 2019-03-08 03:35:17 -05:00
db.cpp Use our own function to parse int 2019-03-07 20:31:35 -05:00
init.cpp Support recovery based Magisk 2019-03-30 00:49:48 -04:00
magisk.cpp Remove Zygote notifier 2019-03-08 03:35:17 -05:00
magiskrc.h Add newlines before rc scripts 2019-02-18 03:30:30 -05:00
scripting.cpp Allow modules to have custom uninstaller script 2019-03-23 03:50:55 -04:00
socket.cpp Separate scripting code 2019-02-15 20:45:05 -05:00