Sygic navigation starting with specific adress

Post your questions and help other users.

Moderator: Martin

Post Reply
RitterK
Posts: 6
Joined: 22 Oct 2015 21:03

Sygic navigation starting with specific adress

Post by RitterK » 09 Jul 2016 08:44

Hi,

I don't mange to start sygic navigation with automatical start of navigation to a specific adress like I did in the past with google maps navigation.

Thanks for help!!! Preferred would be street name + city instead of geo coordinates.
Last edited by RitterK on 09 Jul 2016 10:51, edited 1 time in total.

User avatar
Bushmills
Posts: 286
Joined: 23 Sep 2014 21:56

Re: Sygic navigation strting with specific adress

Post by Bushmills » 09 Jul 2016 10:49

How would you start Sygic on a specific address when not launched by Automagic? Once that is answered, one could think of how to set up an Automagic flow which does the equivalent.

RitterK
Posts: 6
Joined: 22 Oct 2015 21:03

Re: Sygic navigation starting with specific adress

Post by RitterK » 09 Jul 2016 10:56

Sync will be started by Automagic workflow when it connects to my cars bluetooth.
In my workflow it will be checked by daytime and weekday which is my most probable target and starts navigation automatically to variable {Ort}. With maps it works, with Sygic I do not manage..

Not sure if I have to start as Activity or App and when doing that no idea how to implement the {Ort}.



Thanks for help.

User avatar
Bushmills
Posts: 286
Joined: 23 Sep 2014 21:56

Re: Sygic navigation starting with specific adress

Post by Bushmills » 09 Jul 2016 14:01

So let me repeat my question.

RitterK
Posts: 6
Joined: 22 Oct 2015 21:03

Re: Sygic navigation starting with specific adress

Post by RitterK » 09 Jul 2016 14:16

Sorry, I don't get the question.

I can start sygic with either
"Activity starten"
android.intent.action.VIEW, explizit component, package name com.sygic.aura, (class name: com.sygic.aura.activity.NaviNativeActivity)

or
"App starten"
com.sygic.aura



ok.. found a way:
android.intent.action.VIEW, data URI: geo:0,0?q={Ort}, explizit component: com.sygic.aura

unfortunately it doesn't start with navigation directly, but needs one click on the screen to confirm the displayed target location.

Any idea how to solve?

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Sygic navigation starting with specific adress

Post by Martin » 09 Jul 2016 20:16

I'm not aware about an intent that directly starts Sygic in navigation mode without confirmation.

You could use action Control UI/Steuere UI to automatically click the start button. Add a short sleep before executing the click to ensure that Sygic was started properly and shows the button. Something like this could work:
sleep(5000);
click("START");

Regards,
Martin

Post Reply