I downloaded an Android iso from the website Android x86 4.0 RC2 reconfigure keyboard.
Installed VirtualBox selecting a Linux distro ,256 MB RAM, 8 GB HDD.
I loaded the iso into the CD to finally install it on the virtual HDD, the emulator runs smoothly.
I allowedmock locations on the developer settings.
I can connect to internet trough the navigator using a NAT*** after executing the command on my host machine
VBoxManage modifyvm AndroidVM --natpf1 adb,tcp,*,5555,*,5555
*If I select the bridge adapter I can not setup the ethernet, netcfg eth0 dhcp produces a timeout
I can connect adb from the host machine
adb connect localhost
I checked that the device is connected:
C:\Android\android-sdk\platform-tools>adb devices
List of devices attached
localhost:5555 device
But when I try to set/send geolocation to the emulator...
Via Eclipse-->The Emulator Controls -> Locations controls. It does not allow me to edit lat/long and send it.
If I try to connect using telnet localhost 5555, so I could use the geo command, a black screen appears and if I press any button the cursor moves but nothing appears.
Lastly, I tried to install the application Bluetooth GPS, but when Google Play appears to link an account for some reason network is not detected and I can not continue, even if I am previously registered on the google play website within the browser.
Thanks in advance.