Re: [android-developers] Re: about close Location Manager service

2009-12-01 Thread Hong
i found that MyLocationOverlay is also a location listener. removed that and all is good... On Tue, Dec 1, 2009 at 8:33 AM, jef wrote: > I have the same problem or I don't understand how to stop listening > location change. > > > I have a G1 and "mLocationManager01.removeUpdates > (mLocationLi

[android-developers] Re: about close Location Manager service

2009-12-01 Thread jef
I have the same problem or I don't understand how to stop listening location change. I have a G1 and "mLocationManager01.removeUpdates (mLocationListener01);" work well but in emulator in version 1.6 and 2.0 the gps doesn't stop... And someone report me the same issue concerning my application w

Re: [android-developers] Re: about close Location Manager service

2009-11-19 Thread Hong
er... so nothing we can do about it? was it on the G1? On Wed, Nov 18, 2009 at 3:20 AM, tstanly wrote: > finally I find that it's a gps driver issue. > > On 11月17日, 上午2時57分, Hong wrote: > > can u be more specific? what driver issue? i seem to have the same > > problem. > > > > thanks > > > >

[android-developers] Re: about close Location Manager service

2009-11-18 Thread tstanly
finally I find that it's a gps driver issue. On 11月17日, 上午2時57分, Hong wrote: > can u be more specific?  what driver issue?  i seem to have the same > problem. > > thanks > > > > On Mon, Jul 27, 2009 at 12:49 AM, tstanly wrote: > > > sorry, > > > I found that is the driver issue. > > > On 7月27日,

Re: [android-developers] Re: about close Location Manager service

2009-11-16 Thread Hong
can u be more specific? what driver issue? i seem to have the same problem. thanks On Mon, Jul 27, 2009 at 12:49 AM, tstanly wrote: > > sorry, > > I found that is the driver issue. > > > On 7月27日, 上午11時22分, tstanly wrote: > > hi all, > > > > it' so strange about close gps location manager, >

[android-developers] Re: about close Location Manager service

2009-07-26 Thread tstanly
sorry, I found that is the driver issue. On 7月27日, 上午11時22分, tstanly wrote: > hi all, > > it' so strange about close gps location manager, > the gps signal dosen't stop. > > my code is: > > ==code=== > public class g extends MapActivity{ > >    private LocationManager mLocationMana