我正在恢復一個連接到工廠映像,就像我之前在其他nexus手機上完成的那樣。閃爍引導程序後,我無法再使用ADB連接到手機。在開發人員選項中選中「啓用USB調試」,但是當我插入手機時,USB調試從未開始。此手機之前有一個定製版本的果凍豆,我正在將其閃爍到ICS。任何人有關於如何讓這個手機再次工作的任何提示?閃存引導程序,現在adb/fastboot不再看到設備
這裏是出錯的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