http://groups.google.com/group/android-developers/browse_thread/thread/32c0e799290b4854/44b72dd05fdedd52

On 29 août, 10:54, 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 Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new Android 0.9 SDK beta!
http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to