我在我的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 -
请帮忙。
答案 0 :(得分:0)
我不知道在哪里找官方图片,中兴通讯有一个eBay网站,上面有国家图片。每当我软电话时,我基本上按照上面的Jan评论手动重启手机进入引导程序。完成后,您应该能够通过fastboot devices
手动查看手机。然后一系列命令(flash脚本通常运行)就是:
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash userdata userdata.img
fastboot reboot
我今天刚刚用Geeksphones峰值做了这个,但我几乎在每部手机上都做到了。