Hi!
A module (connectivity-bridge) has been developed to connect the Android device via USB (OS: Windows XP). And any applications can send (read) data into (from) device through this module without using original module adb.exe. My module works with devices through AdbWinApi.dll (from Android SDK). So my module works with devices (connected via USB) analogously to original adb.exe module. Developed module work successfully: I can find devices, send data into found device and read response. But I have problem, when original adb.exe is started and forwarded (with same ports) on device which already connected via my tool. In this situation a many errors arises at reading data from connected device. In more details, errors arises at calling of exported from AdbWinApi.dll "AdbReadEndpointSync"-function. What root cause of this problem? How I can fix this problem? Thanks, Vladimir --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

