A ay droid Member Licensed User Oct 10, 2016 #1 Dears, have you tried to connect your android to a pc in client mode ? In host mode I can, but I need to charge my phone during communication (which host mode does not allow) Any recommendations? Thanks..
Dears, have you tried to connect your android to a pc in client mode ? In host mode I can, but I need to charge my phone during communication (which host mode does not allow) Any recommendations? Thanks..
Erel B4X founder Staff member Licensed User Longtime User Oct 10, 2016 #2 You can connect to the pc in client mode with ADB (USB debug mode). You can then create a TCP connection. Upvote 0
You can connect to the pc in client mode with ADB (USB debug mode). You can then create a TCP connection.
A ay droid Member Licensed User Oct 10, 2016 #3 Erel said: You can connect to the pc in client mode with ADB (USB debug mode). You can then create a TCP connection. Click to expand... So that means Android sdk must be installed in the target PC? Upvote 0
Erel said: You can connect to the pc in client mode with ADB (USB debug mode). You can then create a TCP connection. Click to expand... So that means Android sdk must be installed in the target PC?
Erel B4X founder Staff member Licensed User Longtime User Oct 11, 2016 #4 Only a small part of the Android SDK is required (adb and a dll). However the USB driver needs to be configured. Upvote 0
Only a small part of the Android SDK is required (adb and a dll). However the USB driver needs to be configured.