Install TWRP Recovery
跳到导航
跳到搜索
介绍
recovery模式指的是一种可以对安卓机内部的数据或系统进行修改的模式,类似电脑的winPE。不同的recovery有不同的功能。一般就HTC官方recovery而言,只能用它进行官方OTA系统升级以及恢复出厂设置。第三方recovery目前主要有CWM和TWRP。CWM目前已经很少见了,主要是TWRP。
2021 essential
#twrp img 安装是没错 不过还是进入不了系统 用linegeos recovery 能安装mokee #twrp install PS E:\a> adb shell twrp sideload PS E:\a> adb sideload .\twrp-installer-mata-3.2.3-0.zip opening '.\twrp-installer-mata-3.2.3-0.zip'... connecting...
下载recovery image
https://dl.twrp.me/hammerhead/
https://dl.twrp.me/hammerhead/twrp-3.1.1-0-hammerhead.img.html
注意 第一次 下面 下载搞错了 是 hammerhead 不是 hammerheadcaf
https://dl.twrp.me/hammerheadcaf/twrp-3.1.1-0-hammerheadcaf.img.html
Flash the TWRP into Nexus 5
办法1 adb reboot bootloader 输入以下指令 fastboot devices -l 若出来一串序列号,说明安卓设备已连接 刷入TWRP fastboot flash recovery twrp-3.1.1-0-hammerheadcaf.img fastboot reboot 办法2 更加简单的办法是 打开 刷机精灵 --》其它 --》刷入recovery 然后 选择你下载的 twrp-3.1.1-0-hammerheadcaf.img,待会就成功喽
参考
https://www.techonia.com/6129/install-twrp-recovery-nexus-5
https://www.techonia.com/6135/install-lineageos-14-1-nexus-5