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

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

2011-11-21 Thread gjs
Hi, Yes I understand what you are attempting, I was just suggesting doing all three at the same time in parallel , that way you'd have a results in 30 seconds or less not have to wait for up 90 seconds. And no I don't know why your network provider is no working, try adding some debug statement

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

2011-11-21 Thread Tommy Hartz
Message- From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of gjs Sent: Monday, November 21, 2011 9:22 PM To: Android Developers Subject: [android-developers] Re: Please Help with GPS Provider Switch Hi, Yes I understand what you are attempting, I

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

2011-11-20 Thread Tommy Hartz
-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

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

2011-11-20 Thread gjs
] 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 will automatically update At first check your is GPS enabled..It also done

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

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

2011-11-18 Thread Tommy Hartz
, November 17, 2011 11:50 PM To: Android Developers Subject: [android-developers] Re: Please Help with GPS Provider Switch http://www.youtube.com/watch?v=twmuBbC_oB8feature=player_embedded On Nov 16, 11:24 am, Tommy Hartz droi...@gmail.com wrote: Hey, Right now when trying to get a user location I

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

2011-11-17 Thread BelvCompSvs
http://www.youtube.com/watch?v=twmuBbC_oB8feature=player_embedded On Nov 16, 11:24 am, Tommy Hartz droi...@gmail.com wrote: Hey, Right now when trying to get a user location I start with the GPS Provider. I have a timer set for 30 seconds, If a location is not found in 30 seconds the timer