I try to send gps longitude and latitude to the android emulator with eclipse, but the values seem to never be set. Instead the onStatusChanged method of my listener is called. Edit I send those values through the emulator controls in the ddms view in eclipse.
If I send data via telnet I get the correct data shown and the onLocationChanged method of my listener is changed.