Thanks, Indeed it was quite simple. I configured the network in VirtualBox to NAT, I changed it to Bridged Network. After that I started the Android VM, the server assigned an IP to my android VM which was in the same network as my host PC. I used the simple
ADBHOST=xxxxxxx adb kill-server ADBHOST=xxxxxxx adb devices to connect it. It worked great. The speed is excellent and using ddms I can see the complete system logs. Thanks again. Billa On Oct 16, 11:21 am, Daniel Baeyens <[email protected]> wrote: > Hi, > > On Fri, Oct 16, 2009 at 10:49 AM, BilalMujeeb <[email protected]> wrote: > > > I have installed Android in virtualbox and is trying to get the > > connect to this virtual machine using adb. I have tried using > > ADBHOST=xxxxxxx adb kill-server > > ADBHOST=xxxxxxx adb devices > > But it is not showing any android system connected to that ADBHOST. > > > Anyone has any idea. > > It's a simple idea, but I had a similar problem. I assumed that I > could contact the gust host from my host with my initial network > configuration, but I couldn't. Try to ping the guest host or double > check your network configuration (guest IP, type of Virtualbox virtual > network, etc), just to be sure... > > Moreover, check if adbd is launched on your guest host > > Kind regards, > -- > Daniel Baeyens > Warp Networks S.L. -http://www.warp.es --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
