Moto G 2014 LTE Root

╄→尐↘猪︶ㄣ 提交于 2019-11-29 21:45:51

[TOC]

下载moto专用mfastboot

mfastboot-v2.zip

下载对应设备的twrp

我的是这个版本 Moto G 2014 LTE thea

刷入twrp

# 1. 开启USE调试
# 2. 允许OEM解锁
# 3. 查看设备
adb devices
# 4. 进fastboot模式
adb reboot bootloader
# 5. 查看设备连接情况
mfastboot devices
# 6. 解锁设备
mfastboot oem unlock
# 7. 刷入TWRP
mfastboot.exe flash recovery .\twrp-3.3.1-0-thea.img

进recovery模式

https://www.xda-developers.com/how-to-install-magisk/

进recovery模式,安装Magisk.zip,

MaskManager.apk之前我已经安装好,根据自己情况选择。

启动手机

测试root情况

$adb shell
$su
#

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!