summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasanoaozora <fifitaneki@hotmail.com>2017-09-21 16:50:44 +0200
committerasanoaozora <fifitaneki@hotmail.com>2017-09-21 16:50:44 +0200
commit5a18639081b948758def95b7cc34156f5e7fbd88 (patch)
treefd202a5a0fadb172874de3430acbe63fd71cbad8
parent591e8c86012ae2d39a4f1eb580105546b37c8b36 (diff)
downloadnavigation-5a18639081b948758def95b7cc34156f5e7fbd88.tar.gz
update service config files for GDP
-rw-r--r--src/fuel-stop-advisor/fuel_stop_advisor.service4
-rw-r--r--src/hmi/qml/NavigationAppBrowseMap.qml2
-rwxr-xr-xsrc/update_third_party.sh2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/fuel-stop-advisor/fuel_stop_advisor.service b/src/fuel-stop-advisor/fuel_stop_advisor.service
index d00e307..95e66b6 100644
--- a/src/fuel-stop-advisor/fuel_stop_advisor.service
+++ b/src/fuel-stop-advisor/fuel_stop_advisor.service
@@ -3,8 +3,8 @@
[Unit]
Description=Fuel Stop Advisor Service for FSA configuration file
-Requires=dbus.service ambd_fsa.service
-After=ambd_fsa.service
+Requires=dbus.service
+After=enhanced-position-service.service
[Service]
Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/0/dbus/user_bus_socket
diff --git a/src/hmi/qml/NavigationAppBrowseMap.qml b/src/hmi/qml/NavigationAppBrowseMap.qml
index 2c2c253..aa28123 100644
--- a/src/hmi/qml/NavigationAppBrowseMap.qml
+++ b/src/hmi/qml/NavigationAppBrowseMap.qml
@@ -129,7 +129,7 @@ NavigationAppHMIMenu {
{
Genivi.hookSignal(dltIf,"guidanceManeuverChanged");
var advice = Genivi.Maneuver[args[1]];
- console.log(advice)
+ Genivi.hookMessage(dltIf,"Advice: ",advice)
maneuverBarCru.visible=false;
maneuverBarApp.visible=false;
maneuverBarPre.visible=false;
diff --git a/src/update_third_party.sh b/src/update_third_party.sh
index a9c0f30..545446d 100755
--- a/src/update_third_party.sh
+++ b/src/update_third_party.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-navigation_version='8cd0718826f1c9b3c58cbe4446c38a01897a4af3'
+navigation_version='f14e57e3656a5500563bdd32537ac1295d4a3f52'
positioning_version='9725fe1f553197042d6445997690d452a73490c0'
navit_version='f5abdd317e10d56226300d001469595658a605e4'