RE: [android-developers] Re: Please Help with GPS Provider Switch

2011-11-21 Thread Tommy Hartz
Good call I guess I could do all three at once then check to see which is more accurate. startNetwork does get called which is why its so why it is so weird. I though maybe I was doing some wrong. I'll give it a shot with all 3 and see what happens. Thanks for your time and input! -Original Me

RE: [android-developers] Re: Please Help with GPS Provider Switch

2011-11-21 Thread Tommy Hartz
Well I am not using them at the same time. Here is my process. 1) Start with GPS, set timer for 30 seconds. If GPS has not got a location in that time my timer goes off and stops the GPS. I then request the Passive provider. I allow again 30 seconds for that. If nothing happens in 30 seconds the t

RE: [android-developers] Re: Please Help with GPS Provider Switch

2011-11-20 Thread Tommy Hartz
droid-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of Deepu George Jacob Sent: Saturday, November 19, 2011 11:07 AM To: android-developers@googlegroups.com Subject: Re: [android-developers] Re: Please Help with GPS Provider Switch GPS never use timer it

Re: [android-developers] Re: Please Help with GPS Provider Switch

2011-11-19 Thread Deepu George Jacob
GPS never use timer it will automatically update At first check your is GPS enabled..It also done by programatically ... To check the location changed by using location.getSpeed(); location.getLatitude() some thing like that -- You received this message because you are subscribed to the Googl

RE: [android-developers] Re: Please Help with GPS Provider Switch

2011-11-18 Thread Tommy Hartz
Thanks for the link, but it doesn't really explain why the network provider isn't kicking in after trying the GPS and Passive providers. -Original Message- From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of BelvCompSvs Sent: Thursday, Novemb