-2

我在我的 ZTE OPEN 设备上刷了一个错误的基础图像二进制(火焰)(http://1drv.ms/1rCB954 )。现在它卡在 Firefox 主屏幕上并拒绝进入恢复。它也没有在 adb、fastboot 中检测到。有没有办法仍然恢复我的手机?

sudo ./flash.sh 
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached 
roamer2 device

Partition table...
< waiting for device >
sending 'partition' (33 KB)...
OKAY [  0.005s]
writing 'partition'...
FAILED (remote: unknown partition name)
Finished. total time: 0.007s
Flash nCPU...
sending 'modem' (32369 KB)...
OKAY [  2.963s]
writing 'modem'...
FAILED (remote: unknown partition name)
Finished. total time: 2.965s
sending 'rpm' (143 KB)...
OKAY [  0.014s]
writing 'rpm'...
FAILED (remote: unknown partition name)
Finished. total time: 0.017s
sending 'tz' (331 KB)...
OKAY [  0.033s]
writing 'tz'...
FAILED (remote: unknown partition name)
Finished. total time: 0.035s
sending 'sbl1' (239 KB)...
OKAY [  0.023s]
writing 'sbl1'...
FAILED (remote: unknown partition name)
Finished. total time: 0.025s
sending 'sdi' (10 KB)...
OKAY [  0.002s]
writing 'sdi'...
FAILED (remote: unknown partition name)
Finished. total time: 0.005s
sending 'fsg' (829 KB)...
OKAY [  0.079s]
writing 'fsg'...
FAILED (remote: unknown partition name)
Finished. total time: 0.082s
Flash Apps...
sending 'aboot' (354 KB)...
OKAY [  0.034s]
writing 'aboot'...
FAILED (remote: unknown partition name)
Finished. total time: 0.037s
sending 'boot' (7514 KB)...
OKAY [  0.686s]
writing 'boot'...
OKAY [  1.290s]
Finished. total time: 1.976s
sending 'system' (267069 KB)...
FAILED (remote: data too large)
Finished. total time: 0.001s
sending 'persist' (4264 KB)...
OKAY [  0.390s]
writing 'persist'...
FAILED (remote: flash write failure)
Finished. total time: 0.655s
sending 'recovery' (8816 KB)...
OKAY [  0.805s]
writing 'recovery'...
OKAY [  1.536s]
Finished. total time: 2.342s
sending 'cache' (5304 KB)...
OKAY [  0.485s]
writing 'cache'...
OKAY [  1.376s]
Finished. total time: 1.861s
sending 'userdata' (36604 KB)...
OKAY [  3.339s]
writing 'userdata'...
FAILED (remote: flash write failure)
Finished. total time: 9.362s
sending 'usbmsc' (20480 KB)...
OKAY [  1.868s]
writing 'usbmsc'...
FAILED (remote: unknown partition name)
Finished. total time: 1.870s
Done...
rebooting...

Finished. total time: 0.001s
Just close the windows as you wish.
- waiting for device -

请帮忙。

4

1 回答 1

0

我不确定在哪里可以找到官方图片,中兴通讯有一个 eBay 网站,其中包含基于国家/地区的图片。每当我软砖手机时,我基本上都会按照上面 Jan 的评论手动将手机重新启动到引导加载程序中。完成后,您应该能够从 running 手动查看手机fastboot devices。然后一系列命令(通常运行 Flash 脚本)很简单:

fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash userdata userdata.img
fastboot reboot

我今天刚刚用 Geeksphones peaks 做到了这一点,但我几乎在每部手机上都做到了。

于 2014-08-14T23:55:40.043 回答