View Single Post
Posts: 1,341 | Thanked: 708 times | Joined on Feb 2010
#8
Is it possible to have longer interval for gps-data-logger ?
30 secs max seems little too battery consuming.
I was thinking like once in a hour would be suitable in a long airplane trip for example.

Code:
$ gconftool-2 -R /apps/gps-data-logger
 interval = 5
 method_gnss = true
 method_agnss = true
 method_cwp = false
 method_acwp = true
 log_folder = /home/user/MyDocs/gps-data-logger
And I wonder, why it says "5" there, although in settings I have "30 secs" there.

Well, anyway, will it work, if I manually with gconftool-2 set the interval to 3600?