[android-developers] Location Change Triggering for Network but not for GPS

2011-03-07 Thread Jake Colman
When setting up a listener for location changes, is there anything different that is required to trigger the GPS to get a location fix that you don't need to do for network? I am using the followig code: mLocationManager.requestLocationUpdates( provider,

Re: [android-developers] Location Change Triggering for Network but not for GPS

2011-03-07 Thread TreKing
On Mon, Mar 7, 2011 at 2:41 PM, Jake Colman col...@ppllc.com wrote: Is there something else that needs to be done in order to force the GPS to actually get a fix? Using the emulator, push a fix with DDMS. Using a device, go outside.