最新版TWRP下载链接:https://twrp.me/xiaomi/xiaomiredmi4x.html

platform-tools下载地址:https://developer.android.google.cn/studio/releases/platform-tools

 

开始

按住音量减键开启电源进入fastboot模式,使用fastboot命令键入

fastboot flash recovery <twrp.img>

其中<twrp.img>即为TWRP镜像。等待刷入,接着

fastboot boot <twrp.img>

现在就可以操作recovery了!

 

 

参考资料:

http://www.miui.com/thread-3682404-1-1.html

https://twrp.me/xiaomi/xiaomiredmi4x.html

版权声明:本文为tyxx原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://www.cnblogs.com/tyxx/p/10920731.html