1. 08 Apr, 2019 5 commits
  2. 07 Apr, 2019 1 commit
  3. 06 Apr, 2019 11 commits
  4. 05 Apr, 2019 6 commits
  5. 04 Apr, 2019 3 commits
  6. 03 Apr, 2019 4 commits
  7. 02 Apr, 2019 2 commits
  8. 01 Apr, 2019 3 commits
    • topjohnwu's avatar
      Prevent accidental magiskinit execution · cc77a245
      topjohnwu authored
      Close #1281
      cc77a245
    • topjohnwu's avatar
      Boot to recovery if volume up key is held · 71a91ac7
      topjohnwu authored
      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.
      71a91ac7
    • topjohnwu's avatar
      Add entrypoint to build test · 08a70f03
      topjohnwu authored
      Just for convenience, nothing special here
      08a70f03
  9. 31 Mar, 2019 5 commits