I've solved my problem. I use TCP socket insted of UDP.
I could make 2 TCP packet bridge tunnels for one android device. I misunderstood that it is impossible. just type adb forward tcp:9999 tcp:9999 adb forward tcp:8888 tcp:8888 It makes two tunnels from PC to Android. That establish two communication channel simultaneously. Thanks. -- 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

