mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-24 02:25:28 +00:00
71a91ac7a7
Forseeing the future that more and more A only system-as-root devices would have similar bootloader behavior as the latest Samsung devices (that is, no ramdisk will be loaded into memory when booting from the boot partition), a solution/workaround has to be made when Magisk is installed to the recovery partition, making custom recoveries unable to co-exist with Magisk. This commit allows magiskinit to read input device events from the kernel to detect when a user holds volume key up to toggle whether system-as-root mode is enabled. When system-as-root mode is disabled, magiskinit will boot with ramdisk instead of cloning rootfs from system, which in this case will boot to the recovery. |
||
---|---|---|
.. | ||
applets.cpp | ||
bootstages.cpp | ||
daemon.cpp | ||
db.cpp | ||
init.cpp | ||
magisk.cpp | ||
magiskrc.h | ||
scripting.cpp | ||
socket.cpp |