Edwinek
unread,Aug 9, 2010, 9:08:55 AM8/9/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tasker
Hi,
I've made a location-logger profile. The context starts it every 15
minutes. The action then writes one line to a log file:
%DATE %TIME %LOC %LOA
The problem is: in every line the date and time are updated, but %LOC
gives exactly the same latitude/longitude. This happens even at times
that I know I have been elsewhere. %LOA also stays the same.
So it looks like these variables aren't being refreshed with new
location data. Am I doing something wrong or is this a known bug?
Example:
09-08-10 06.30 50.077099680900574,6.023702383041382 16
09-08-10 06.45 50.077099680900574,6.023702383041382 16
09-08-10 07.00 50.077099680900574,6.023702383041382 16
09-08-10 07.15 50.077099680900574,6.023702383041382 16
(lines omitted)
09-08-10 12.30 50.077099680900574,6.023702383041382 16
09-08-10 12.45 50.077099680900574,6.023702383041382 16
09-08-10 13.00 50.077099680900574,6.023702383041382 16
09-08-10 13.15 50.077099680900574,6.023702383041382 16
09-08-10 13.30 50.077099680900574,6.023702383041382 16
09-08-10 13.45 50.077099680900574,6.023702383041382 16
09-08-10 14.00 50.077099680900574,6.023702383041382 16
09-08-10 14.15 50.077099680900574,6.023702383041382 16
09-08-10 14.30 50.077099680900574,6.023702383041382 16
My location changed between 6:30 and 7:15, and again between 13:15 and
14:00, but the log doesn't show it.
Any idea whats happening?
Regards,
Edwin