[android-beginners] Re: Mock GPS and proximity alerts.

2008-06-17 Thread psaltamontes
I don't know what the ... option is. If you need specific help with TourIt, please contact me off-list. Sorry, I have been confused. I wanted to say that when I select Show list option I see a white screen. I load the velo location provider but the list is empty. I suppose that when I select

[android-beginners] Re: Mock GPS and proximity alerts.

2008-06-16 Thread psaltamontes
Hi, I tried to do what you said me and other things, but I have problems that I cannot solve. I tried to do yours steps but... I had some errors. 1. If it is not there already, use registerIntentReceiver() as I described above, so it is controlled by the parent activity (in fact, it may work

[android-beginners] Re: Mock GPS and proximity alerts.

2008-06-16 Thread Mark Murphy
2. In the ProximityIntentReceiver, after you have received the first proximity alert intent, call LocationManager#removeProximityAlert() with the same Intent object you used in the previous addProximityAlert() call This don't work. I try to remove the proximity alert but the proximity alert

[android-beginners] Re: Mock GPS and proximity alerts.

2008-05-27 Thread Mark Murphy
psaltamontes wrote: The proximity alerts works with the mock GPS?, someone has tried it?. I can't say for the built-in track. I wrote my own separate track using TrackBuilder (see anddev.org), and proximity alerts work just fine with it. I would assume they work just fine with the built-in