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 <[email protected]> wrote:

>
> sorry,
>
> I found that is the driver issue.
>
>
> On 7月27日, 上午11時22分, tstanly <[email protected]> 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 mLocationManager01;
> >    ....
> >    @Override
> >   protected void onCreate(Bundle savedInstanceState)
> >   {
> >     mLocationManager01 = (LocationManager)getSystemService
> > (Context.LOCATION_SERVICE);
> >     .....
> >  }}
> >
> > ========================
> > and my stop code is:
> >
> > mLocationManager01.removeUpdates(mLocationListener01);//stop gps
> > service
> >
> > however,
> > this stop code I write into the onDetroy(),onPause(),onStop(),finish
> > (),
> > but sometimes the gps signal will not stop expectly.
> >
> > something wrong??
> >
> > thanks!
> --~--~---------~--~----~------------~-------~--~----~
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
> -~----------~----~----~----~------~----~------~--~---
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to