Dear all,

I am facing a strange issu :

as soon as I try to instanciate a new MyLocationOverlay, my
application is blocked.

here is my code snippet

        mapViewFromXML = (MyMapView) this.findViewById(R.id.my_map);
         Log.d("MAP", "BEFORE CREATING MY LOCATION OVERLAY");
         mylocation = new MyLocationOverlay(this, mapViewFromXML);
         Log.d("MAP", "AFTER CREATING MY LOCATION OVERLAY");

And here is my log cat =

05-05 13:56:04.251: ERROR/ActivityThread(2961): Failed to find
provider info for com.google.settings
05-05 13:56:04.391: DEBUG/MAP(2961): BEFORE CREATING MY LOCATION
OVERLAY
05-05 13:56:04.401: DEBUG/MAP(2961): AFTER CREATING MY LOCATION
OVERLAY
05-05 13:56:04.421: DEBUG/LocationManager(2961): removeUpdates:
listener = com.google.android.maps.mylocationover...@435c17f8
05-05 13:56:04.431: DEBUG/GpsLocationProvider(567): setMinTime 0
05-05 13:56:04.440: INFO/Maps.MyLocationOverlay(2961): Request updates
from gps
05-05 13:56:04.461: DEBUG/qemud(546): fdhandler_accept_event:
accepting on fd 10
05-05 13:56:04.461: DEBUG/qemud(546): created client 0xc088 listening
on fd 14
05-05 13:56:04.471: DEBUG/qemud(546): client_fd_receive: attempting
registration for service 'sensors'
05-05 13:56:04.471: DEBUG/qemud(546): client_fd_receive:    ->
received channel id 31
05-05 13:56:04.481: DEBUG/qemud(546): multiplexer_handle_control:
unknown control message (26 bytes): 'ko:connect:1f:service busy'
05-05 13:56:09.160: INFO/ActivityManager(567): Displayed activity
com.glo.android/.X: 18065 ms
05-05 13:56:14.123: WARN/ActivityManager(567): Launch timeout has
expired, giving up wake lock!
05-05 13:56:14.150: WARN/ActivityManager(567): Activity idle timeout
for HistoryRecord{43646278 {com.glo.android/
com.glo.android.StationNearActivity}}

//
If I remove the instanciation then every thing is going fine (clear
but empty mapview). Did I do something wrong ?

Thanks for your help.


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

Reply via email to