I had problems with GPS emulator.
I did one, I attach the NetBeans source project.
run java -jar upm.android.GPSEmulator <filename.xml>
the file format it parses is:
Using xml Syntax Highlighting
- <?xml version="1.0" encoding="UTF-8"?>
- <Document>
- <coordinates>
- x,y,z x1,y1,z1 x2,y2,z2 .........
- </coordinates>
- .
- .
- .
- <coordinates>
- x,y,z x1,y1,z1 x2,y2,z2 .........
- </coordinates>
- </Document>
Parsed in 0.001 seconds, using GeSHi 1.0.8.4
there is an example in points.xml
BR,
Eugenio

