Hi,

Michael Trimarchi wrote:
Hi,

Cédric Berger wrote:
On Wed, Feb 4, 2009 at 17:39, Radek Polak <[email protected]> wrote:
Try
http://androidgps.blogspot.com/2009/02/visualizing-gps-satellite-status.html

It's great for testing purposes


Yes I installed it but could not have it work yet (with michael's V10).

Yesterday I could get a fix and Andnav2 did track my position on map,
but this YGPSSats appli did not show anything.
_______________________________________________
android-freerunner mailing list
[email protected]
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org

Can you stop the GPS satellites?
Michael
_______________________________________________
android-freerunner mailing list
[email protected]
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org

can it be possible that for wait nseconds the gps_frerruner create a mutex, a conditional
variable?

>      if (state->fix_freq > 0) {
>        to.tv_sec += state->fix_freq;
>      } else {
>        to.tv_sec++;
>       }

>      pthread_mutex_lock(&timer_mtx);

>      // binoic specific function - non POSIX */
>      pthread_cond_timedwait_monotonic(&timer_cond, &timer_mtx, &to);

>      DFR ("gps timer exp");

A sleep(nsec) can be ok too?

Michael

_______________________________________________
android-freerunner mailing list
[email protected]
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org

Reply via email to