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 occurres at reading data from connected device. What root cause of this problem? How I can fix this problem? Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---