Great tutorial.
I had some issues with the usb driver installation under Windows 7 64bit because it wasn't finding a compatible driver for my device. I managed to get it going by editing the android_winusb.inf file that comes in the driver package. Here's the steps I took:
1. Open Device Manager
2. Right click on your "unknown" Android device and click properties. (My tablet was called "Android Eclaire")
3. Click on the details tab then select Hardware Ids in the drop down box.
4. Open android_winusb.inf in notepad and scroll down to the [Google.NTamd64] section.
5. Look for this section :
- Code: Select all
;Google NexusOne
%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_0D02
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_0D02&MI_01
6. Change these two lines to reflect your PID and VID listed in the Hardware Ids box that you should still have open somewhere in the background, then save and close android_winusb.inf
7. Now install the driver as normal
Sorry if this has been posted previously in this thread, I must admit I havn't read all 20 pages.