G-tab on order :D

Status
Not open for further replies.
Trying to do my homework... Setting up ADB - TegraTab

Modify ADB Driver
Modifying the Android ADB driver:
1) Edit the file:
C:\Android\android-sdk-windows\usb_driver\android_winusb.inf
2) Add the following 3 lines without quotes in the section “[Google.NTx86]”:
";NVIDIA Tegra"
"%SingleAdbInterface% = USB_Install, USB\VID_0955&PID_7000"
"%CompositeAdbInterface% = USB_Install, USB\VID_0955&PID_7100&MI_01"

3) Add those same 3 lines in the section “[Google.NTamd64]”.
4) Save the file.
Per the above directions... how the hell do I edit the android_winusb.inf if I don't even have the usb_driver sub directory? Is this editing after the fact of pluging it in once you get it?


Just trying to get everything setup before my gtab's arrival.
 
I think if you open up SDK manager and download the USB driver package you should be okay.

If not then I got my usb package initially from the instructions for getting ADB working with the nook color which you should be familiar with?
 
Last edited:
I used these instructions to setup ADB. No where does it show to download the USB driver... or did i set up up wrong if I don't see it?

EDIT: I had the box checked for updates only... Now I am downloading the needed SDK's per the guideance here.
 
Last edited:
Status
Not open for further replies.
Back
Top