ADB debug driver
Saw that some people are having trouble getting adb working with this, so here are a few tips:
1. You may need to add the following lines to your android_winusb.inf before the driver will install right:
;NVIDIA Tegra
%SingleAdbInterface% = USB_Install, USB\VID_0955&PID_7000
%CompositeAdbInterface% = USB_Install, USB\VID_0955&PID_7100&MI_01
;NVIDIA Tegra
%SingleAdbInterface% = USB_Install, USB\VID_17EF&PID_741C
%CompositeAdbInterface% = USB_Install, USB\VID_17EF&PID_741C&MI_01
2. Also, you may need to select "media transfer" from the usb connection menu on the tablet.
Here's wishing that we get this rooted soon
|