I'm not finding any more documentation for the Waze API beyond that pagetheou linked to. Even their wiki seems to be lacking info about it.
Do you happen to know of the location of a longer list of URL parameters for the Waze API?
In particular I am hoping to find a way to automate the toggling of the absurdly buried preference setting for "Avoid Major Highways", because I take the freeway in the morning, but I take surface streets on the way home.
I toyed with the idea of getting the coordinates for all of the taps involved and using run shell tap inputs with waits between, but the inconsistency of the "Are you on your way to X?" prompt makes this approach silly.
Matt
Matt
Matt
*light bulb* That sounds manageable. I will give it a try, Thanks Matt.
If you launch the navigation settings activity it's only one screen tap (on the actual setting toggle).
Matt
--
You received this message because you are subscribed to a topic in the Google Groups "Tasker" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tasker/5nY-9A7OK6U/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tasker+un...@googlegroups.com.
Visit this group at http://groups.google.com/group/tasker.
For more options, visit https://groups.google.com/groups/opt_out.
Send Intent
Action: android.intent.action.VIEW
Data: waze://?ll=40.3560493,-105.4533494&navigate=yes
Target: Activity
Thanks, Moshe
--
You received this message because you are subscribed to the Google Groups "Tasker" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tasker+un...@googlegroups.com.
Visit this group at http://groups.google.com/group/tasker.
For more options, visit https://groups.google.com/d/optout.
This post ( http://stackoverflow.com/a/2530734 ) led me to the directory, /data/data/com.waze
The user and preferences files hold many settings, and changes will be seen on the next launch of Waze. The primary roads (highways) setting can be changed here. No need for sqlite editors, as it appears to be plain text files.
I figured this might help someone.
I know this is an older post, but it's exactly what I'm wanting to do. Problem is I've never used intents for anything, so I'm not sure how to set it up. I essentially just want a shortcut that I press and it opens waze and navigates me home. Can anyone help out a newb?
--
You received this message because you are subscribed to a topic in the Google Groups "Tasker" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tasker/5nY-9A7OK6U/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tasker+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/tasker.
Create a Favorite Destination in Waze and save it.In TaskerCreate a new TaskHit + sign then System icon then Send Intent (or search for intent)Under Action header type in:android.intent.action.VIEWUnder Data header type in:waze://?favorite=My House&navigate=yesThe above assumes you have a favorite setup called My House. Obviously you can use any favorite you'd like that's been previously saved in Waze.
On Fri, Jan 13, 2017 at 6:26 AM, Justin G <jgos...@gmail.com> wrote:
I know this is an older post, but it's exactly what I'm wanting to do. Problem is I've never used intents for anything, so I'm not sure how to set it up. I essentially just want a shortcut that I press and it opens waze and navigates me home. Can anyone help out a newb?
--
You received this message because you are subscribed to a topic in the Google Groups "Tasker" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tasker/5nY-9A7OK6U/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tasker+un...@googlegroups.com.