I'm running an android emulator with virtualbox / buildroid, and connecting with ADB and eclipse, DDMS,
Everything is working, I'm able to load apps from eclipse etc, BUT the emulator controls in DDMS perspective are greyed out, so I'm unable to send location data to the device.
Is it impossible to send location data from DDMS to a virtualbox based emulator, or is this a configuration issue?
Also is there an alternative way to send mock GPS data to my emulator (I tried to use a 'mock location' application , but it keeps asking for a location source to be enabled, even though I've enabled wifi/gps (I know that emulators aren't able to use actual GPS etc, so can this be faked?)