1. 20 Jul, 2022 3 commits
    • 石松洲's avatar
      Later check persistent_properties · 8423dc8d
      石松洲 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.
      8423dc8d
    • Yann's avatar
      app: fix typo · 6077c989
      Yann authored
      6077c989
    • topjohnwu's avatar
      Release new canary build · c97d1044
      topjohnwu authored
      c97d1044
  2. 18 Jul, 2022 2 commits
    • Hen_Ry's avatar
      Fix · f42c089b
      Hen_Ry authored
      f42c089b
    • Andrew Gunnerson's avatar
      Fix booting into recovery with Android 13 GKI kernels · 1f8c063d
      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: 's avatarAndrew Gunnerson <chillermillerlong@hotmail.com>
      1f8c063d
  3. 14 Jul, 2022 3 commits
  4. 06 Jul, 2022 2 commits
  5. 05 Jul, 2022 1 commit
  6. 01 Jul, 2022 9 commits
  7. 30 Jun, 2022 1 commit
  8. 22 Jun, 2022 5 commits
  9. 19 Jun, 2022 9 commits
  10. 18 Jun, 2022 1 commit
  11. 17 Jun, 2022 4 commits