[android-beginners] Re: GPS location does not work on real device

2009-08-17 Thread sheik
Hi, i just switched my example program to get location updates from android sdk 1.1 to sdk 1.5... the code worked well in 1.1 but i have problem doing the same in sdk 1.5 ... i am getting only the first location update...i dont know where the problem exists.. i have added all the needed

[android-beginners] Re: GPS location does not work on real device

2009-08-05 Thread Lorenz
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 leowz...@gmail.com wrote: