Passing GPS speed via the Eclipse Emulator Control
Posted
by Nick
on Stack Overflow
See other posts from Stack Overflow
or by Nick
Published on 2010-04-16T22:34:11Z
Indexed on
2010/04/16
22:43 UTC
Read the original article
Hit count: 180
android
Hi,
my app queries the GPS-speed using .getSpeed()
on a LocationListener. Is there a way to set this speed using the Eclipse Emulator Control or the command line? I tried to feed multiple sets of coordinates to the emulator via the manual GPS-control, but it didn't pick up a speed from that. Also, using a pre-defined GPX-file and playing it doesn't work for me.
I would like to test my app without having to take it on a test-drive in my car every time ;)!
Thanks!
© Stack Overflow or respective owner