Is there anything special that needs to be done for Eclipse to see my Thrive for some USB debugging? I have debugging enabled on the tablet. Eclipse doesn’t seem to see it.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You will need to install USB driver using AVD on Windows. Details can be found at http://developer.android.com/guide/developing/device.html which also includes how to set it up for Linux/Ubuntu.
Normally, the device driver will install itself automatically when you connect it the first time. I found I had to modify the driver INF file when I did it for MyTouch 4G since it’s not in the list. You can simply open the INF and add something like the following as long as you know the device VID and PID,
I found the above ( http://www.addictivetips.com/mobile/enable-adb-usb-drivers-for-nvidia-tegra-based-android-tablets/) by googling Thrive, so it should work on Windows. The INF file can be found at the location where you installed the SDK, e.g. c:\android-sdk-windows\usb_driver\android_wiinusb.inf.