Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/198.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 计算机找不到Google Glass fastboot驱动程序_Android_Adb_Google Glass_Fastboot - Fatal编程技术网

Android 计算机找不到Google Glass fastboot驱动程序

Android 计算机找不到Google Glass fastboot驱动程序,android,adb,google-glass,fastboot,Android,Adb,Google Glass,Fastboot,我正试图在我的Google Glass设备上使用fastboot模式,以便根设备。但是,当我从命令提示符下使用adb reboot bootloader启动fastboot模式时,我的计算机找不到驱动程序,因此我无法从命令提示符下发送fastboot命令 我试着用与上一篇文章相同的方法对我的解决方案进行建模,但没有成功 我目前在sdk的usb_驱动程序文件夹中的android_winusb文件的[Google.NTx86]部分和[Google.NTamd64]部分下都有这些行: ;Google

我正试图在我的Google Glass设备上使用fastboot模式,以便根设备。但是,当我从命令提示符下使用adb reboot bootloader启动fastboot模式时,我的计算机找不到驱动程序,因此我无法从命令提示符下发送fastboot命令

我试着用与上一篇文章相同的方法对我的解决方案进行建模,但没有成功

我目前在sdk的usb_驱动程序文件夹中的android_winusb文件的[Google.NTx86]部分和[Google.NTamd64]部分下都有这些行:

;Google Glass
%SingleBootLoaderInterface% = USB_Install, USB\VID_18D1&PID_9001
%SingleAdbInterface%        = USB_Install, USB\VID_18D1&PID_9001
%CompositeAdbInterface%     = USB_Install, USB\VID_18D1&PID_9001&MI_01
我尝试过使用设备管理器并手动将Glass设备定向到sdk中的usb_驱动程序文件夹,以更新驱动程序软件,但它不起作用


如果您有任何关于如何解决此问题的想法,我们将不胜感激。

在此处找到创建通用adb驱动程序的说明:

我按照这个博客上的说明修改了我的android_winusb.inf文件,之后我可以使用设备管理器更新我的驱动程序软件。我将设备管理器定向到sdk中的usb_驱动程序文件夹进行更新,就像我之前所做的那样


感谢Alex p.关于查看博客页面的建议

试试这个吧!非常感谢你!