LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Mobile (https://www.linuxquestions.org/questions/linux-mobile-81/)
-   -   android ICS in VirtualBox issues (https://www.linuxquestions.org/questions/linux-mobile-81/android-ics-in-virtualbox-issues-4175415412/)

ptreves 07-07-2012 10:00 AM

android ICS in VirtualBox issues
 
Hello,

I managed to install android ICS in Oracle VirtualBox.
At this point, I would like to test a sample android project developped in eclipse.

For this, I would like to use the Adroid Debug Bridge command line interface like:

adb connect 192.168.56.102

Now, starting my android ICS in (DEBUG) mode, and typing the commands: netcfg all my interface IPs are 0.0.0.0

So I tried :

netcfg eth0 dhcp
netcfg eth0 up
nslookup http://www.news.com

But It does not work. So next, I am trying to setup a static IP address in the Linux configuration files:

cd /etc/sysconfig/networking/devices

but I can only get as far as:

/android/system/etc

but not matching IP configuration files.
How should I setup/configure a dynamic or static IP in adroid ICS running in VirtualBox ?

Regards,

Paolo


All times are GMT -5. The time now is 01:32 PM.