Have you tried to put in the manifest file the necessary permission?? <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"></uses- permission> <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"></uses- permission>
On 30 Lug, 07:35, zhen <[email protected]> wrote: > Hi all, > > I wrote a simple application that uses the LocationManager to get > updates on the user's position. I have tested and it works on the > emulator well and i send the coordinates using DDMS. However, I try to > run my application on a real device and the location does not updates > at all? Why is this so? Do I have to set some settings on the real > device for theGPSto work? --~--~---------~--~----~------------~-------~--~----~ 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] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

