Hi,

First let me describe my scenario, I have a simple set of scripts running 
Android Qemu instances (not the Android emulator).
I downloaded the android sdk tools and by exposing the Qemu instance 
5554/5555 ports locally (incrementally), adb is able to autodetect the 
instances.
Since at some points i have more than 15 VMs (max supported by adb), I want 
to extend this maximum.
I do know that if set via ip:port there is no such limitation but for now i 
would like to keep Qemu's network mode and tcpdump working as they are.

Now to the point: 

I have built and tested multiple versions of adb, basically using "lunch 
sdk-eng" and "make adb", then i kill the adb server and start again.
Unfortunately none of the unmodified versions i built (1.0.32, 1.0.36) seem 
to auto-detect the running instances.
If the instances are running before the "start-server", once it gets 
started they are detected, otherwise, if they are launched afterwards they 
are never detected.

I would appreciate any feedback or clue of what might be going wrong. So 
far i only had a quick look at the code and from looking at the logs 
(redirected all to LOG(INFO)) I cannot see any obvious error.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/d47bce1d-6b76-402a-b669-5b63a3788ef0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to