Mojo123
unread,Aug 3, 2010, 6:06:31 PM8/3/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
My car locator widget consists of:
1) set my current location using Variable -> Variable Set, Name:
%PARKPLATZ, To: %LOC.
2) App -> Open Map, Mode: Navigate To, Lat,Long: %PARKPLATZ
My GPS is always set to ON in the phone settings (and I'm outside when
trying this). When I do the steps, the location is not consistently
set correctly at step 1. However, if I first turn on the Nav app and
then do steps 1 and 2, the location is set consistently correctly. Is
this because having GPS turned on in the phone settings only means
that the GPS is available (and will be activated when an app needs
it)? If that's the case, how can I ensure that GPS is REALLY on
before doing step 1? I suppose doing step 2, step 1, and step 2 is an
option, but it seems there should be a more elegant solution.