Hi Yi
Sorry for the late reply, i am having typical problem, I am not able
to ping my virtual device from my host, but I can ping my host from my
Android device(with virtualbox).
Here is the what I am using:
host os : ubuntu 9.04(32bit)
VirtualBox : 2.1.4
Android distro : Android-x86(1.6 based)
As you said in the instructions I tried to install my device with
HostInterface as network option in virtualbox,but if I do this my
there is no network connection in my Android & if I open browser it is
saying there is " No netwrok connection"
On Sep 23, 11:11 am, Yi Sun <
beyo...@gmail.com> wrote:
> For everyone's benefit, here is the steps I did to hook up the adb:
> 1. start VirtualBox and config the network to host interface
> 2. boot up the android
> 3. you should see your ip address in the notification bar is your ethernet
> started in the Android
> 4. ping the ipaddress of android from your host machine
> 5. you should be able to ping it.
> 6. on your host machine (assume it is the machine you build android-x86), go
> to android-x86-build-dir/out/host/linux-x86/bin/
> 7. ./adb kill-server
> 8. ./adb connect <ipaddress of android>:5555, you should see something
> below:
> yisun@ysun-desktop:~/android/0911/out/host/linux-x86/bin$ ./adb connect
>
192.168.0.158:5555
> * daemon not running. starting it now *
> * daemon started successfully *
> connected to
192.168.0.158:5555
>
> 9. ./adb shell
> Yi
>
>
>
> On Wed, Sep 23, 2009 at 11:02 AM, Yi Sun <
beyo...@gmail.com> wrote:
>
> > A basic question, can you really ping your virtualbox machine?
>