我的手机(Nexus 5)不断重启到 TWRP 屏幕,它崩溃、关闭并重复。
TWRP 错误:
Could not mount /data and unable to find crypto footer
Failed to mount '/data' (Invalid argument)
Unable to recreate /data/media folder.
Updating partition details...
Failed to mount '/data' (Invalid argument)
...done
Unable to mount storage
Failed to mount '/data' (Invalid argument)
Full SELinux support is present.
Running Recovery Commands
Failed to mount '/data' (Invalid argument)
Formatting Cache using make_ext4fs...
Done processing script file
Renamed stock recovery file in /system to prevent the stock ROM from replacing TWRP.
Failed to mount '/data' (Invalid argument)
Failed to mount '/data' (Invalid argument)
在我打破它之前我做了什么:
关机。
将手机启动到快速启动模式。( Pow + Vol Down )
在 PC 上(通过 USB 电缆)我运行了以下命令:
fastboot oem unlock
-> 请求协议并删除整个系统fastboot flash recovery Downloads/twrp.img
- 我重命名了文件,它位于下载文件夹中
重新启动到恢复模式(2x Vol Up 和 Pow)
那么如果不是这种方式,我应该怎么做才能成功刷新自定义恢复?