I'm trying to test a GPS-enabled application and want to test it on the real device (not the emulator). I want to spoof the application by sending fake GPS coordinates to it.
I've read that you can do this with DDMS, but this does not work because the "Emulator Control" to send the GPS signal is greyed out (disabled). I tried:
- Selecting the right device.
- Running DDMS both in eclipse and outside from the command-line
- I have enabled the Settings on my Android device so it allows USB debugging and GPS spoofing.