手機 - Zinwa Q25 - Rooted(Android 14)



參考資訊:
https://github.com/topjohnwu/Magisk/releases
https://github.com/steward-fu/website/releases/tag/q25

步驟如下:
1. 下載Magisk-v30.4.apk
2. 下載https://github.com/steward-fu/website/releases/download/q25/boot.img (Build Number M2105K81AC_18.12.2025)
3. 開啟開發人員選項
4. Settings => System => Advanced => Developer Options => OEM unlocking
5. 執行如下命令:

$ adb reboot bootloader
$ fastboot flashing unlock
$ fastboot reboot

6. 資料會全部被清除
7. 執行如下命令:

$ adb install Magisk-v30.4.apk

8. Patch boot.img
9. 更新Patched boot.img

$ fastboot flash boot magisk_patched_xxxxx.img
$ fastboot reboot