參考資料:
https://community.fxtec.com/topic/3722-rooting-pro1x-with-magisk/
https://drive.google.com/drive/folders/1h0NqcNvkcX0nV5V3VVie4-smEm5ijW36
步驟如下:
1. Unlock Bootloader
2. 安裝https://github.com/topjohnwu/Magisk/releases/tag/v25.2
3. 複製boot.img(從Android安裝包提取出來)
4. 開啟Magisk
5. 選擇Install
6. Select and Patch a File,選擇剛剛複製到手機的boot.img檔案
7. 把Magisk Patch過後的檔案燒錄到boot分區
$ fastboot flash boot magisk_patched-xxx.img $ fastboot reboot
完成