注意:教程来源于用户上传,互联网收集,其中真实性注意斟酌,操作可能存在风险,请践行时注意保存资料防止丢失,如果本教程侵犯您的个人或者集体利益,请邮件fiimecn@163.com下架处理,非常感谢!
i tried to install TWRP first as usual through adb. I flashed the memory and then tried to boot into it
and it gave an error "failed (status read failed (too many links))". I was kinda intersted what happened
我像往常一样先通过 ADB 安装 TWRP。我刷了内存,然后尝试启动
,结果提示“失败(状态读取失败(链接太多))”。
解决方案一:fastboot模式执行以下命令
fastboot -w fastboot reboot
解决方案二:
fastboot flash recovery xxxx.img fastboot flash vbmeta vbmeta.img --disable-verity --disable-verification fastboot reboot recovery
第二个方法需要从官方包中提取vbmeta.img 备用 xxxx.img为您的rec镜像
没有评论数据