Have you tried sending the coordinates through the terminal ? telnet localhost 5554 geo fix 50.8780618 6.6014193
Does this work ? On Sep 25, 2:02 pm, Stefan <[email protected]> wrote: > Hello, > > i am developing on a Mac OS X 10.4 (german version) and with android > sdk 1.6 r1. > The emulator only receive one lat/lon-value 0.0 if i tryy to send some > a pair aof lat/lon value. > > I read the issue 2545 (http://code.google.com/p/android/issues/detail? > id=2545) > > So i change the following settings in the emulator (because i read in > an other thread, that only the english locale work) to: > > Custom locale: en - English > Settings -> Date and time: Automatic: off, Select time: GMT+01:00, > British Summer Time, Use 24-hours: on, Select date: 2009-12-31 > > If i send one value (lat/lon), the emulator receive 0.0 0.0 and after > that, the emulator receive no data. > I test it with german locate, too. But the same error occur. What > setting is wrong?? > > My gpx file, which i later want to use looks like: > <?xml version="1.0" encoding="utf-8"?> > <gpx xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xmlns="http://www.topografix.com/GPX/1/1" version="1.1" > creator="i" > xsi:schemaLocation="http://www.topografix.com/GPX/1/1http://www.topografix.com/GPX/1/1/gpx.xsd"> > > ..... (some wpts) > > <trk> > <name>HUHU</name> > <trkseg> > <trkpt lat="50.8780618" lon="6.6014193"> > <name value="CITY"/> > <time>2009-09-25T13:58:14Z</time> > </trkpt> > > ... > > </trkseg> > </trk> > </gpx> > > Thanks, > Stefan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

