There are already some topics about that problem in the android-
developers mailing list.
>From what I understand, DDMS controls are completely bugged.
Thus, even if KML files are still supported according to the
documentation, KML with multi coordinates are not supported anymore
(e.g. KML files generated by google earth when saving a direction
doesn't work anymore).
The only means to interact with the GPS provider is:
* via telnet: "telnet localhost 5554" then "geo fix lat lon"
* programmatically (I did not test that and I read there is some
problems with programmatic mock providers).
I am currently working on a programmatic mock provider working with
KML files.

On Sep 1, 9:19 am, Semeria Stefano
<[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I am trying to port an location aware chat application from m5-rc15 to 
> Android 0.9 beta.
> In the last version my application was using the mocked gps in the following 
> way:
>
> *         I upload the kml file with the mocked track in 
> /data/misc/location/<providerName>
>
> *          I pass the providerName in LocationManager.requestUpdates()
> In this way my IntentReceiver continuously receives updates.
>
> In Android 0.9 things seems to have changed quite a lot. I found the mocked 
> provider "gps" files in /etc/location, a folder where I am no more able to 
> write data. Anyway If I simply call LocationManager.requestUpdates() passing 
> the gps provider, nothing seems to happen and my LocationListener code is not 
> executed.
> I found out that using ddms tool, mocked tracks can be loaded and fired to 
> emulator, but I am not able to successfully use the same kml files I used 
> before (ddms shows only location  (0,0,0),  may be something is wrong in my 
> files).
>
> Can anybody please explain how I could be able to reproduce something similar 
> to the old behaviour?
> How can I use the "gps" provider for example?
>
> Thanks a lot for your time.
>
> My best regards,
>
> Stefano

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to