[android-developers] Re: GPS low signal

2009-11-08 Thread miguel
Thank you very much! I finally managed to solve the problem today =) Actually what was wrong was my code but now its solved... I managed to find out the problem by walking outdoor with the laptop on and the debugger attached to the mobile device xD It was kinda funny :) Thanks again! On 8 nov,

[android-developers] Re: GPS low signal

2009-11-07 Thread Maps.Huge.Info (Maps API Guru)
You could check the list of satellites available, if none are visible, I'm guessing that would mean you have lost the signal. Here's some code that may help: private TextView locGpsStatus = null ; private Integer iGpsStatus = -1 ; . . . // Listener for GPS Status...