Reputation: 21345
Right now I am trying to connect to Samsung Captivate. I see the device, but adb devices shows and empty list. Debugging in Eclipse I cannot see the device. I see it in the Windows 7 device list however. phone says connected. But adb devices does not list anything. What else do I need to do?
Upvotes: 1
Views: 7638
Reputation: 179
This solution is to connect via wifi, so there is no installation of drivers needed.
First you need to download the shell terminal emulator on your android phone. make sure both your android phone and computer are on the same wifi connection. after downloading the application, open it and type this:
after that.
navigate through your SDK folder wherein you can find an "Adb.exe" and open that in CMD and type this.
and you are done.
Upvotes: 0
Reputation: 11
Samsung has a separate driver for connecting their Android devices for to Windows machines. I think there is an option in Kies to install this.
Upvotes: 1