TWRP不断崩溃并重新启动

时间:2018-03-04 16:08:24

标签: android custom-rom

我的手机( 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)

打破之前我做了什么

  1. 关闭手机。

  2. 将手机引导至快速启动模式。 ( Pow + Vol Down

  3. 在PC上(通过USB线)我运行了以下命令:

    • fastboot oem unlock - >要求达成协议并删除整个系统

    • fastboot flash recovery Downloads/twrp.img - 我重命名了文件,它位于“下载”文件夹中

  4. 重新启动到恢复模式 2x Vol Up and Pow

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

2 个答案:

答案 0 :(得分:3)

我也遇到了这个问题,我找到了解决方案。

转到bootolader,然后执行:

fastboot -w

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

之后,通过致电:{/ p>转到recovery

fastboot reboot

答案 1 :(得分:0)

对我有用的东西:在循环过程中,我按住了调高音量按钮,在提示允许修改时轻扫,然后进入TWRP主屏幕。我已经从https://firmwarefile.com/blu-dash-x2-d110l下载了据称有库存的图像,所以我这样做了:

adb push ../Blu_D110L_MT6580_V22_GENERIC/Firmware/recovery.img /tmp/

然后从TWRP中,滑动/tmp/recovery.img中的Install Flash映像。重新启动, 然后又有了一部全新的手机。