some personal, more technical – by Thomas Einwaller
Some weeks ago I tried to install the android client of our time tracking system timr on my HTC Magic using Eclipse. Normally the Android Debug Bridge (adb) recognizes connected Android phones and the dialog in Eclipse allows you to select on which device you want to install the application you are trying to debug.
In the case of the G1 this works very well but the HTC Magic did not appear in the dialog and I could not select it. Some research showed that the driver that was installed from Windows for the device was not correct. I head to use the great USBDeview tool to remove the installed driver. This allowed me to install the driver from usb_driver directory in the Android SDK. After that the device showed up in the Eclipse dialog and I was able to select it for installation.