Android Guide
Magisk(Root)
- Unlock the bootloader.
- Install Android development tools (
adb,fastboot). - Install Magisk app.
- Get
boot.imgfrom ROM file. Useful tool: payload-dumper-go. - Patch the
boot.imgusing Magisk. - Reboot to fastboot mode and flash the patched
boot.imgto boot partition (fastboot flash boot <boot.img>). - Reboot, and the device will be rooted.
LSPosed
- Make sure your device rooted.
- Install Lsposed. Download the zip file and flash it using Magisk
- LSPosed Official
- LSPosed-JingMatrix (support Android 15)
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 conss'blogs!