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

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

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