作业帮 > 综合 > 作业

求翻译一段短文求翻译:I had the following issue:FAILED (remote: 90 hboo

来源:学生作业帮 编辑:作业帮 分类:综合作业 时间:2024/04/28 18:54:39
求翻译一段短文
求翻译:
I had the following issue:
FAILED (remote: 90 hboot pre-update! please flush image again immediately)
sending 'zip' (137446 KB)... FAILED (status read failed (Too many links))
With Windows 7 64bit
But I've found a solution!
Everybody with the same error try the following:
Open the step1-windows.bat with a texteditor (notepad doesn't display the lineending correctly. Try wordpad)
Now you see everything the Batch file is doing.
Instead of typing "step1-windows.bat" copy and paste every line you can see in there ( you don't have to copy the echo lines):
fastboot-windows.exe erase cache
fastboot-windows.exe oem rebootRUU
fastboot-windows.exe flash zip testimage.zip
NOW...when this error appears again WAIT until the HTC logo appears again and windows has successful recognized the device again!
Now type:
fastboot-windows.exe flash zip testimage.zip
now it shoud work.
The last step:
fastboot-windows.exe reboot-bootloader
to return to the bootloader!
As an alternative you can add "sleep 10" to the batch file under the first "fastboot-windows.exe flash zip testimage.zip" line!
不要用机器翻译的,谢谢…
我有以下问题:
失败(远程:90 hboot 前置更新!请立即再次刷新图片)
发送 'zip'(137446 KB)...失败(状态读取失败(太多链接))
在64位的 Windows 7 下
但我已经找到了解决办法!
每个具有同样的错误的人会尝试以下方法:
用文本编辑器打开 step1-windows.bat 文件 (记事本[notepad] 不能正确显示行数.请尝试用 写字板[wordpad])
现在你可以看到批处理文件的处理.
[这里不是很明白]
替换显示的“step1-windows.bat”
在那里将你可以看到的每一行复制和粘贴(你不用复制输出行):
[以下三行是带参数的命令]
fastboot-windows.exe erase cache
fastboot-windows.exe oem rebootRUU
fastboot-windows.exe flash zip testimage.zip
现在...当这个错误再次出现时,请等待,直到再次出现的HTC标志及系统(窗口)再次成功确认设备!
现在输入:
fastboot-windows.exe flash zip testimage.zip
它应该会运行下去.
最后一步:
fastboot-windows.exe reboot-bootloader
然后返回到bootloader!
作为一种替代方法您可以添加“sleep 10”到批处理文件的第一个“fastboot-windows.exe flash zip testimage.zip”行下面!