Moto G 2014 LTE Root

女生的网名这么多〃 提交于 2020-01-08 16:06:29

【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>>

[TOC]

下载moto专用mfastboot

mfastboot-v2.zip

下载对应设备的twrp

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

刷入twrp

# 1. 开启USB调试
# 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
#

误删手机文件

选择Factory恢复手机

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