1. 09 Aug, 2022 2 commits
  2. 08 Aug, 2022 2 commits
  3. 07 Aug, 2022 6 commits
  4. 05 Aug, 2022 1 commit
  5. 02 Aug, 2022 2 commits
  6. 24 Jul, 2022 3 commits
  7. 23 Jul, 2022 9 commits
  8. 22 Jul, 2022 2 commits
  9. 21 Jul, 2022 7 commits
  10. 20 Jul, 2022 4 commits
  11. 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