Dear Android Fans,
I don't know how often I repeat that f..... installation, but i never get the USB Driver package Revision 3.
View attachment 6918
So I'm not able to connect to a real device. Even after uninstalling everything that has to do with Java and install new.. - No USB driver package is avaliable.
It's real frustrating.
What is to do?
Isn't it fun stumbling around in the dark? I also spent a lot of time trying to connect to a device (Archos 70). I finally Googled for "Archos 70 usb driver" and got a link on Archos' web site for downloading and installing the driver, along with a page of instructions which were actually semi-useful. This led to the "usb_driver" folder appearing in my "android-sdk-windows" folder. (You should Google for your own device's name and "usb driver", obviously.)
Next were some instructions about "echo" to an adb_usb.ini file, which I wasn't even sure where it was supposed to be. Turns out that it is supposed to be in (assuming my user name on my computer is "Joe")
C:\Users\Joe\.android
The problem is that the file wasn't there, plus there was some question if this step is even necessary. Anyway, instead of using echo, I opened Windows Notepad and typed in the code Archos specified: "0x0e79" (your code may vary) and saved it as "adb_usb.ini".
I started up the A70, went into Tools - Applications - Development and checked "USB debugging", then attached the A70 to the computer via USB.
I then opened Control Panel (on the computer, running Win7) - Device Manager - Android Phone, and there was "Archos G8 Composite ADB Interface".
I went back to B4a, compiled and ran the code, and it said "Device not found".
I spent a few more hours bashing my head against the wall before it dawned on me that I might need to restart B4a. I did so and it worked. (Duh!)
One problem I have now is when I try to "detach the device" from the computer, I get a message saying that an application is using it, even though no applications are running. So I've just been yanking the USB cord and no harm seems to have been done. Then the last time I tried to compile and run on the A70, it said "Device not found". I rebooted the computer and it worked.
I don't know if any of this helps with your particular problem, but nothing I ever read set things out in these steps in simple English, so I thought that I would get it in writing here. Whether anyone else considers my English simple or not is another matter.