- Add related props from Shamiko using susfs_hexpatch_props
- Add VerifiedBootHash directory for devices with missing
ro.boot.vbmeta.digest
value- Located at
/data/adb/VerifiedBootHash/VerifiedBootHash.txt
- Located at
- Enable SUS_SU for SUS_SU enabled kernel (uses kprobe hook)
- for kernel that manually implemented the KSU instead of kprobes, if you have abnormal environment detected try comment the
enable_sus_su
inservice.sh
- for kernel that manually implemented the KSU instead of kprobes, if you have abnormal environment detected try comment the
- Move /system/etc mount to post-mount script
- This will only work if the module executed before the SUSFS module
- For systemless hosts module you need to use sidex15's fork