summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/appMain/sdl_preloaded_pt.json2
-rw-r--r--src/components/HMI/IVSU/PROPRIETARY_REQUEST3
-rw-r--r--src/components/HMI/app/controller/SettingsController.js2
-rw-r--r--src/components/HMI/ffw/BasicCommunicationRPC.js2
4 files changed, 5 insertions, 4 deletions
diff --git a/src/appMain/sdl_preloaded_pt.json b/src/appMain/sdl_preloaded_pt.json
index b5025b353..f1f03a927 100644
--- a/src/appMain/sdl_preloaded_pt.json
+++ b/src/appMain/sdl_preloaded_pt.json
@@ -13,7 +13,7 @@
625],
"endpoints": {
"0x07": {
- "default": ["http://policies.telematics.ford.com/api/policies"]
+ "default": ["http://192.168.0.50/policies/sdl/1/query.json"]
},
"0x04": {
"default": ["http://ivsu.software.ford.com/api/getsoftwareupdates"]
diff --git a/src/components/HMI/IVSU/PROPRIETARY_REQUEST b/src/components/HMI/IVSU/PROPRIETARY_REQUEST
index ab0a27b55..e9009f722 100644
--- a/src/components/HMI/IVSU/PROPRIETARY_REQUEST
+++ b/src/components/HMI/IVSU/PROPRIETARY_REQUEST
@@ -1,2 +1 @@
-4Ezay^ק<yi'*';(*'-N)z:nx:Rǂi^^笴ǭO9$ySgږ爞ZDžYhږǜzۭקoj[nruZL
-w>^7k͆
+{"Content-Type":"application/json"} \ No newline at end of file
diff --git a/src/components/HMI/app/controller/SettingsController.js b/src/components/HMI/app/controller/SettingsController.js
index d40d5827d..32f4e4762 100644
--- a/src/components/HMI/app/controller/SettingsController.js
+++ b/src/components/HMI/app/controller/SettingsController.js
@@ -220,7 +220,7 @@ SDL.SettingsController = Em.Object.create( {
},
getURLS: function() {
- FFW.BasicCommunication.GetURLS();
+ FFW.BasicCommunication.GetURLS(7);
},
AllowSDLFunctionality: function(messages) {
diff --git a/src/components/HMI/ffw/BasicCommunicationRPC.js b/src/components/HMI/ffw/BasicCommunicationRPC.js
index 1838aad49..cfc6bd7bc 100644
--- a/src/components/HMI/ffw/BasicCommunicationRPC.js
+++ b/src/components/HMI/ffw/BasicCommunicationRPC.js
@@ -1317,6 +1317,8 @@ FFW.BasicCommunication = FFW.RPCObserver
OnSystemRequest: function(type, appID, fileName, url) {
Em.Logger.log("FFW.BasicCommunication.OnSystemRequest");
+ Em.Logger.log("OnSystemRequest Params: " + type + " " + appID + " " + fileName
+ + " " + url);
// send request