Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>This was pretty frustrating, but I got this to work on Windows 7 with these steps, which are similar to what Jenny Murphy described except this actually works and has the right file names etc:</p> <p>1 - Find your usb driver folder within the adt bundle folder, on my computer it was here:</p> <blockquote> <p>C:\Users\mscheel\Development\adt-bundle-windows-x86_64-20130219\sdk\extras\google\usb_driver</p> </blockquote> <p>2 - Open up the file called android_winusb.inf</p> <p>Add this magical snippet to both the [Google.NTamd64] and [Google.NTx86] section, which includes the correct PID and VID for Google Glass (Updated May 2014 after helping a student at Boston AnDevCon):</p> <p>;Google Glass %SingleAdbInterface% = USB_Install, USB\VID_18D1&amp;PID_0d02 %CompositeAdbInterface% = USB_Install, USB\VID_18D1&amp;PID_0d02</p> <p>[Update August 2013 - In windows you can find the values for the above by going into Device Manager, right clicking your device > Properties > Details Tab > Change Dropdown to Hardware Ids. Once you have them make sure they match what you put into your inf file, for a developer I helped recently we had to comment out the top two lines above and just use the last two lines]</p> <p>3 - Go into Device Manager and find the yellow warning icon for Glass, right click it and select Update Driver Software, choose select from computer and enter in the path in step #1 (just the parent folder of android_winusb.inf). My computer gave an anti-virus warning that I dismissed, and shortly after I was able to use <a href="http://droid-at-screen.ribomation.com/installation/" rel="nofollow noreferrer">Droid AT Screen</a> to mirror my Glass display onto my windows PC, which is great for presentations. </p> <p>The sweet taste of success:</p> <p><img src="https://i.stack.imgur.com/I4Uhu.png" alt="enter image description here"></p> <p>Note that after this Glass will display in Device Manager as "Android Phone > Android Composite ADB Interface".</p> <p><img src="https://i.stack.imgur.com/DnLzi.png" alt="enter image description here"></p> <p>Another addition, May 2014, from helping a user: Sometimes Windows will cheerfully tell you that your drivers are already up to date and you are using the correct ones. Even though you made modifications to the inf file. "The best driver software for your device is already installed”. If this happens look for the bottom option during the workflow “Let me pick from a list of device drivers on my computer”. Its not easy to spot and seems like the same choice you are making, but keep an eye out for it. This will help force Windows to start using your changes. </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload