android - Flashed bootloader, now adb/fastboot no longer see the device -


i restoring nexus s factory image i've done before on other nexus s phones. after flashing bootloader, can no longer connect phone adb. "enable usb debugging" checked in developer options, usb debugging never starts when plug phone in. phone had custom version of jelly bean on , flashing ics. have tips how can adb working again on phone?

here shell output things went wrong. after flashing bootloader, fastboot no longer connect flash radio. script used flash phone @ end of output.

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 bootloader... okay [  0.001s] finished. total time: 0.001s < waiting device > ^c zzz:$ more flash-all.sh #!/bin/sh  # copyright (c) 2011 android open source project # # licensed under apache license, version 2.0 (the "license"); # may not use file except in compliance license. # may obtain copy of license @ # #      http://www.apache.org/licenses/license-2.0 # # unless required applicable law or agreed in writing, software # distributed under license distributed on "as is" basis, # without warranties or conditions of kind, either express or implied. # see license specific language governing permissions , # limitations under 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 device > ^c 

you can try connect phone qstp tool , use emmc softwaredownloader flashing phone


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

qt - Errors in generated MOC files for QT5 from cmake -