簡體   English   中英

閃爍的引導程序,現在adb / fastboot不再看到該設備

[英]Flashed bootloader, now adb/fastboot no longer see the device

像以前在其他Nexus手機上所做的那樣,我正在將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

您可以嘗試將手機與QSTP工具連接,並使用eMMC軟件下載器來刷新手機

您在Linux上嗎? 您必須以root用戶身份運行fastboot。 嘗試sudo fastboot

與其他類似命令相同,因此您可能需要考慮使用sudo -i並從那里繼續。

我的XT890遇到了相同的問題,認為刷新引導加載程序使設備hard-bricked了。 含義盡管可以打開設備,但由於沒有有效的bootloader ,因此無法連接到設備或恢復設備。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM