Android Guide
为什么需要Root From ChatGPT:
Magisk (Root)
Unlock the bootloader.
Install Android development tools (adb, fastboo).
Install Magisk app
Get
boot.imgfrom ROM file. Ueful tool: payload-dumper-goPatch the
boot.imgusing Magisk.Reboot to fastboot mode and flash the patched
boot.imgto boot partitionfastboot flash boot <boot.img>.Reboot, and the device will be rooted.
LSPosed
Make sure your device rooted.
Install LSPosed. Donwload the zip file and flash it using Magisk
评论