我正在恢复工厂形象的连接,正如我之前在其他nexus手机上所做的那样。刷新引导加载程序后,我无法再使用ADB连接到手机。在开发人员选项中检查“启用USB调试”,但是当我插入手机时,USB调试永远不会启动。这款手机之前有一个自定义版本的果冻豆,我正在将它闪存到ICS。任何人都有关于如何让adb再次在这款手机上工作的提示?
这是shell输出出错的地方。闪存引导加载程序后,fastboot无法再连接到闪存无线电。用于刷新手机的脚本位于输出的末尾。
zzz:$ pwd
/Users/zzz/Downloads/soju-imm76d
zzz:$ ls
bootloader-crespo-i9020xxkl1.img flash-all.sh flash-base.sh image-soju-imm76d.zip radio-crespo-i9020xxki1.img
zzz:$ flash-all.sh
sending 'bootloader' (1536 KB)...
OKAY [ 0.282s]
writing 'bootloader'...
OKAY [ 0.369s]
finished. total time: 0.651s
rebooting into bootloader...
OKAY [ 0.001s]
finished. total time: 0.001s
< waiting for device >
^C
zzz:$ more flash-all.sh
#!/bin/sh
# Copyright (C) 2011 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
fastboot flash bootloader bootloader-crespo-i9020xxkl1.img
fastboot reboot-bootloader
sleep 5
fastboot flash radio radio-crespo-i9020xxki1.img
fastboot reboot-bootloader
sleep 5
fastboot -w update image-soju-imm76d.zip
zzz:$ fastboot devices
zzz:$ fastboot device
< waiting for device >
^C
答案 0 :(得分:0)
您可以尝试将手机与QSTP工具连接,并使用eMMC softwaredownloader闪烁手机
答案 1 :(得分:0)
你在Linux上吗?您必须以root身份运行fastboot。试试sudo fastboot
。
与其他类似命令相同,因此您可能需要考虑转发sudo -i
并从那里继续。
答案 2 :(得分:-1)
我的XT890遇到了同样的问题,认为闪存引导加载程序有hard-bricked
设备。含义尽管您可以打开设备,但由于没有有效的bootloader
,您无法连接到设备或恢复设备。