问题描述
我可以在adb中看到我的GLASS ID,而adb reboot-bootloader似乎可以正常工作.我在fastboot中看不到我的设备ID,并且fastboot oem unlock挂在等待设备"上.按下相机按钮不会重新启动设备.
I can see my GLASS id in adb and adb reboot-bootloader seems to work. I can not see my device id in fastboot however and fastboot oem unlock hangs on "waiting for device". Pressing the camera button does reboot the device.
有没有其他人/曾经见过这个问题,您做了什么补救?
Has anyone else had / seen this issue and what have you done to remedy?
我目前在XE7上并已调试.我之前通过adb侧面加载了apk,没有任何问题.我想知道任何可能的解决方案,以便能够在fastboot中查看我的GLASS.
I am currently on XE7 with debugging on. I have side-loaded apk's before with no issue via adb. I would like to know of any possible solutions to be able to see my GLASS in fastboot.
我的解决方案-我在Win 8上遇到问题,所以我换用OS X安装,拔下所有USB外设,然后运行"./adb reboot bootloader",在"./fastboot devices"中看到我的玻璃,然后运行"./两次启动"fastboot oem unlock".
我没有尝试在Win 8中拔掉所有外围设备.这可能对Win 8上存在相同问题的用户有所帮助.
I did not try unplugging all peripherals in win 8. That may help for those that have the same issue on Win 8.
推荐答案
您可以使用硬件技术使Glass进入快速启动.确保您的设备已充满电(应充足15%或更多),然后按照以下步骤操作.
You can use a hardware technique to get your Glass into fastboot. Make sure your device has some charge (15% or more should be sufficient) and follow these steps.
- 按住电源按钮15秒钟,关闭设备电源.
- 按住相机按钮.一直按住直到第5步.
- 轻按电源按钮.
- 等待直到LED稳定亮起.
- 释放相机按钮.
现在,您的设备应该可以快速启动了.将其插入USB端口并使用fastboot列出设备:
Now your device should be visible to fastboot. Plug it into a USB port and use fastboot to list devices:
$ fastboot devices
如果列出了您的设备,则现在可以运行其他fastboot命令.
If your device is listed, you can now run other fastboot commands.
这篇关于在Fastboot中看到GLASS时遇到问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!