【问题标题】:Waiting for device when fastboot flash boot my google glassfastboot flash 启动我的谷歌眼镜时正在等待设备
【发布时间】:2018-08-03 13:36:45
【问题描述】:

我的谷歌眼镜没有更新。 我从过去 10 天开始尝试。 我已经按照谷歌给出的所有步骤(https://support.google.com/glass/answer/3226482?hl=en

我决定启动我的谷歌眼镜

所以,我关注了 doc (https://developers.google.com/glass/tools-downloads/system),但我被困在下面的命令中

techno-30@techno-30:~/Dhims/SDKupdate/sdk/platform-tools$ sudo $(which fastboot) 设备 015ECD7119006014 快速启动

techno-30@techno-30:~/Dhims/SDKupdate/sdk/platform-tools$ fastboot flash boot boot.img

我已经尝试了两次,但总是在等待设备是否连接。

谢谢..

【问题讨论】:

    标签: android google-glass


    【解决方案1】:

    首先将 Glass 设备置于 fastboot 模式:

    adb reboot bootloader 
    

    解锁 Glass 设备(如果已锁定):

    fastboot oem unlock 
    fastboot oem unlock
    

    (是的,您需要发出该命令两次)

    [可选]擦除设备-如果设备没有被锁定(上面的命令会告诉你)那么你可能想要擦除用户数据分区以开始清理,如果是这样的话

    fastboot -w
    

    然后,刷写每个分区。前任。对于 boot.img

    fastboot flash boot boot.img
    

    我希望这会奏效。试过我的工作正常。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2014-11-17
      • 2014-07-30
      • 1970-01-01
      • 2014-01-13
      • 2015-02-28
      • 1970-01-01
      • 2013-07-14
      相关资源
      最近更新 更多