Skip to content
Snippets Groups Projects
  1. Jul 19, 2018
  2. Jul 18, 2018
  3. Jul 17, 2018
    • topjohnwu's avatar
      Prevent crashing on broken module.prop · 201d8a97
      topjohnwu authored
      201d8a97
    • topjohnwu's avatar
      Log fatal errors in debug mode only · d08f3269
      topjohnwu authored
      d08f3269
    • topjohnwu's avatar
      8dc9d3bc
    • topjohnwu's avatar
      Read fstab from device tree · adf95ce3
      topjohnwu authored
      In previous versions, magiskinit will not early mount if /sepolicy is detected. However on OP5/5T latest betas, the devices are fully trebelized,
      but for some reason the file /sepolicy still exists, making magiskinit think it is NOT a treble device and doesn't work properly.
      
      So to properly fix this issue, I will have to use the "official" way - check fstab in device trees. Any block mentioned in the fstab in device trees
      are supposed to be early mounted. Currently magiskinit will only mount system and vendor even if other partitions exists in the dtb fstab, since other
      partitions are not used to construct sepolicy (currently).
      
      These changes can also fix #373, since we dynamically detect PARTNAME from device trees.
      adf95ce3
  4. Jul 16, 2018
  5. Jul 15, 2018
  6. Jul 13, 2018
  7. Jul 12, 2018
  8. Jul 11, 2018
  9. Jul 09, 2018
  10. Jul 07, 2018
Loading