Emulator control is disabled using a real Android device

I am trying to test a GPS-enabled application and want to test it on a real device (not an emulator). I want to fake an application by sending him fake GPS coordinates.

I read that you can do this using DDMS, but this does not work, because the "Emulator Control" for sending a GPS signal is output (disabled). I tried:

  • Choosing the right device.
  • Starting DDMS both in eclipse and externally from the command line
  • I turned on Settings on my Android device so that it can debug USB and GPS spoofing.
+5
source share

All Articles