I can't send gps values via the eclipse emulator control panel

Posted by Janusz on Stack Overflow See other posts from Stack Overflow or by Janusz
Published on 2010-03-11T11:15:58Z Indexed on 2010/05/04 22:08 UTC
Read the original article Hit count: 226

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.

© Stack Overflow or respective owner

Related posts about android

Related posts about android-sdk