- 09 Aug, 2022 2 commits
- 08 Aug, 2022 2 commits
- 07 Aug, 2022 6 commits
-
-
残页 authored
Fix #6095
-
topjohnwu authored
-
Acetylcholine authored
Signed-off-by:
ACh Sulfate <xenonhydride@gmail.com> Co-authored-by:
John Wu <topjohnwu@gmail.com>
-
topjohnwu authored
-
Cristian Silaghi authored
-
石松洲 authored
Fix #6166
-
- 05 Aug, 2022 1 commit
-
-
topjohnwu authored
-
- 02 Aug, 2022 2 commits
- 24 Jul, 2022 3 commits
- 23 Jul, 2022 9 commits
-
-
topjohnwu authored
Consolidate all code into the src folder
-
vvb2060 authored
fix magiskpolicy context
-
vvb2060 authored
-
vvb2060 authored
-
gidano authored
-
vvb2060 authored
-
vvb2060 authored
-
vvb2060 authored
-
石松洲 authored
This would be helpful when debugging arch-related bugs, there is no reason to prevent it.
-
- 22 Jul, 2022 2 commits
- 21 Jul, 2022 7 commits
- 20 Jul, 2022 4 commits
-
-
topjohnwu authored
-
石松洲 authored
`daemon_entry` calls `getprop` which initializes sysprop impl and checks whether we need to load persistent property file. On FDE devices, magiskd starts before /data is actually decrypted, and the check always fails. Thus `persist_getprop("persist.sys.safemode")` will always fail.
-
Yann authored
-
topjohnwu authored
-
- 18 Jul, 2022 2 commits
-
-
Hen_Ry authored
-
Andrew Gunnerson authored
With Android 13 GKI kernels, the boot partition has no ramdisk, so Magisk constructs one from scratch. In this scenario, there's no backup init binary at /.backup/init. For normal boot, magiskinit will symlink /init -> /system/bin/init if needed. This commit implements the same for booting into recovery. Before, magiskinit would just exec itself over and over again because it couldn't restore the backup init. Signed-off-by:
Andrew Gunnerson <chillermillerlong@hotmail.com>
-