Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add watch after reopen the gps file #872

Merged
merged 2 commits into from
Sep 26, 2019
Merged

Add watch after reopen the gps file #872

merged 2 commits into from
Sep 26, 2019

Conversation

gefin
Copy link
Contributor

@gefin gefin commented Sep 10, 2019

vehicle_file_close(priv) disables watch of the file.
vehicle_file_open(priv) dont reenable it. So the gps position was frozen

In my case it is suspend/resume which lead to GPS the reopen.

      vehicle_file_close(priv) disables the watch of the file.
      vehicle_file_open(priv) dont re enable it. So the gps position was frozen
vehicle_file_close(priv) disables watch of the file.
vehicle_file_open(priv) dont reenable it. So the gps position was frozen

In my case it is suspend/resume which lead to GPS the reopen.
@pgrandin pgrandin merged commit 8a0630b into navit-gps:trunk Sep 26, 2019
@pgrandin
Copy link
Contributor

Thanks @gefin !

viktorgino pushed a commit that referenced this pull request Sep 22, 2020
* Add watch after reopen the file

      vehicle_file_close(priv) disables the watch of the file.
      vehicle_file_open(priv) dont re enable it. So the gps position was frozen
jkoan pushed a commit to jkoan/navit that referenced this pull request Jun 30, 2021
* Add watch after reopen the file

      vehicle_file_close(priv) disables the watch of the file.
      vehicle_file_open(priv) dont re enable it. So the gps position was frozen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants