[Q] Tegra based tablet and ADB problem
I have a tablet and I'd like to use adb but I have some probles, I looked on google but without luck...
Tablet Info: (from tablet)
Code:
Model Nr: SN10T1
Android OS Version: 2.2
TapUI Version: 1.2-4204
Kernel Version: 2.6.32.9-0001
Build Nr: FRF91
I did the following:
- Activate Debug Usb on tablet
- Downloaded and installed android-sdk and google-usb-driver
- Edited the file extras/google/usb_driver/android_winusb.inf adding under [Google.NTx86] and [Google.NTamd64]
Code:
;NVIDIA Tegra
%SingleAdbInterface% = USB_Install, USB\VID_0955&PID_7000
%CompositeAdbInterface% = USB_Install, USB\VID_0955&PID_7100&MI_01
Restarted adb but using adb devices it does not show the tablet....
I checked under device manager the VID and PID of my device and VID = 0955, PID = 7100 so they are the same of the file above...
Triyng to reinstall the driver using `extras/google/usb_driver/android_winusb.inf` I got this error:
Code:
The folder you specified doesn't contain a compatible software driver for your device. If the folder contains a driver, make sure it's designed to works with Windows x64 based system
I have windows 7 64bit Professional...
|