1. 07 Nov, 2021 4 commits
  2. 06 Nov, 2021 1 commit
  3. 05 Nov, 2021 10 commits
  4. 04 Nov, 2021 3 commits
  5. 03 Nov, 2021 2 commits
  6. 02 Nov, 2021 6 commits
  7. 31 Oct, 2021 8 commits
  8. 29 Oct, 2021 6 commits
    • topjohnwu's avatar
      Update rules again · 2c44e1bb
      topjohnwu authored
      2c44e1bb
    • 残页's avatar
      Don't use xwrite() when patching legacy rootfs init · e3f63994
      残页 authored
      Fix topjohnwu#4810
      > [    2.927463]  [1:           init:    1] magiskinit: Replace [/system/etc/selinux/plat_sepolicy.cil] -> [xxx]
      [    2.936801]  [1:           init:    1] magiskinit: write failed with 14: Bad address
      
      Since topjohnwu#4596, magisk fails to patch `/init`, xwrite() fails with EFAULT, break the original `/init` file and make the device unbootable. Reverting this commit for legacy rootfs devices fixes the problem. I think this is a Samsung kernel magic since currently I can't reproduce this on other devices or find something special in the log currently we have.
      e3f63994
    • 残页's avatar
      Fix init.rc path detection · 89c2c217
      残页 authored
      Fix #4319
      Some devices store init.rc into the new path but still have the legacy /init.rc file
      89c2c217
    • vvb2060's avatar
      Remove CustomTab · 2954eb4b
      vvb2060 authored
      2954eb4b
    • vvb2060's avatar
      Clean sent proguard rules · e08de916
      vvb2060 authored
      e08de916
    • 残页's avatar
      Fix compilation when init debug toggle enabled · a170acb9
      残页 authored
      a170acb9