+-
android-TWRP不断崩溃并重新启动
我的手机(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)

在打破它之前我做了什么:

>关闭电话.
>将手机启动到快速启动模式. (电源降)
>在PC上(通过USB电缆),我运行了以下命令:

> fastboot oem解锁->要求达成协议并删除整个系统
> fastboot闪存恢复Downloads / twrp.img-我已将文件重命名,并且它位于Downloads文件夹中

>重新启动到恢复模式(2倍Vol Up和Pow)

那么,如果不这样,我应该怎么做才能成功刷新自定义恢复?

最佳答案
我也遇到了这个问题,并且找到了解决方案.

转到bootolader,然后执行:

fastboot -w

擦除手机中的数据(它将擦除所有用户数据和内部存储)

之后,请致电:

fastboot reboot
点击查看更多相关文章

转载注明原文:android-TWRP不断崩溃并重新启动 - 乐贴网