[android-developers] Re: Getting GPS Location in Android 1.0 SDK

2008-12-11 Thread Alemao
I just copied the code from the link (http://groups.google.com/group/ android-developers/browse_thread/thread/ ad6d7ddd57c51061/13f0b10817a2d440) and I still can't have the method onLocationChanged() to get called. I don't think the problem is with the listener because the method

[android-developers] Re: How to query for my current location?

2008-12-10 Thread Alemao
I created the Listener and requested updates (see code below), but for some reason I'm not being notified. The method onStatusChanged() is being called instead, firstly with STATUS set to TEMPORARILY_UNAVAILABLE, then when I send the first GPS coordinate via DDMS, the method is called again with

[android-developers] Re: MapActivity / MapView causes application to crash at startup

2008-12-09 Thread Alemao
I'm also having the same issue. I even tried a very simple example from Android's documentation (http://code.google.com/android/samples/ ApiDemos/src/com/example/android/apis/view/MapViewDemo.html) but the result is the same: Application has stopped unexpectedly. I added all the permissions