步驟如下:
$ cd $ wget https://github.com/steward-fu/website/releases/download/xt897/hybris-boot.zip $ unzip hybris-boot.zip $ cd hybris-boot $ ./mkbootimg --kernel zImage --ramdisk ramdisk.gz --cmdline "console=/dev/null androidboot.hardware=qcom user_debug=31 loglevel=1 zcache=lz4 androidboot.selinux=permissive selinux=0" --base 0x80200000 --kernel_offset 0x8000 --ramdisk_offset 0x1600000 --second_offset 0xf00000 --dt dt --tags_offset 0x100 --pagesize 2048 -o boot.img $ zip -r boot.zip META-INF/ updater-unpack.sh boot.img
P.S. 進入TWRP Recovery並且刷入boot.zip即可