Posts: 1
Joined: May 2018
Reputation:
0
Hi guys.
I'm trying to install the skin but it gives me "installation failed to install add on from zip", I use the 17.6 version of kodi on raspberry pi 3 B +.
How can I solve?
Thanks
Posts: 294
Joined: Feb 2014
Reputation:
15
Try to download again. Maybe the zip is corrupted.
Posts: 6
Joined: Dec 2016
Reputation:
0
i have sygic on my surface pro 3 I have kodi 17 with your skin. How can I activate the sygic with the navigation button?
Posts: 294
Joined: Feb 2014
Reputation:
15
In skin settings - action button - click on custom ... write this action : StartAndroidActivity("com.sygic.aura")
Posts: 6
Joined: Dec 2016
Reputation:
0
its not an android tablet. surface pro 3 is a windows 10 software
Posts: 294
Joined: Feb 2014
Reputation:
15
2018-05-08, 07:07
(This post was last modified: 2018-05-08, 07:23 by idorel77.)
Try this: XBMC.System.Exec(C:\some\path\to\an.exe)
Posts: 2
Joined: Jun 2018
Reputation:
0
Hi,
I'm new here and I'm using your skin for a car PC (windows 10 based).
I'm having a few issues around the navigation (GPS) part, I have managed to launch MapFactor from using the home page navigation button with using this command: (XBMC.System.Exec(C:\Users\username\Desktop\MapFactorGPSNavigation-Shortcut.lnk)
however I'm finding a issue that the gps software opens behind kodi (windowed mode) or that there is no way ideal way of getting back to kodi (full screen mode). is there any way you can make the gps software open in a window in kodi so that you don't have to leave the kodi app and maybe have some control buttons there like volume up/down, back button, track up/down button ect.??
cheers.
Posts: 2
Joined: Jun 2018
Reputation:
0
I tried linking to a .exe file but the skin on Windows 10 doesn't seem to like spaces as I get a error if I put the path XBMC.System.Exec(C:\Program Files (x86)\Navigator17\PC_Navigator\PC_Navigator.exe)
The error reads
C:\Program
Windows cannot find 'C\Program'. Make sure you typed the name correctly, and then try again.
I know the directory is correct as I took the address directly from the file location. I tried replace the spaces with underscores but then it reads this error.
C:\Program_Files_(x86)\Navigator17\PC_Navigator\PC_Navigator.exe
Windows cannot find 'C:\Program_Files_(x86)\Navigator17\PC_Navigator\PC_Navigator.exe'. Make sure you typed the name correctly, and then try again.
What am I doing wrong?
This is windows 10 I'm using
Cheers appreciate your help.
Posts: 16
Joined: May 2009
Reputation:
0
Try this one
XBMC.System.Exec("C:\Program Files (x86)\Navigator17\PC_Navigator\PC_Navigator.exe")
Posts: 294
Joined: Feb 2014
Reputation:
15
You have to edit includes.xml and add on buttons :
<onup>Control.SetFocus(4201)</onup>
<ondown>Control.SetFocus(4221)</ondown>
<onright>Control.SetFocus(4261)</onright>
That number is number id for the up or down button.
Sorry but the most people use touch screen and don't need that. You need time to edit all buttons ...
Posts: 5
Joined: Aug 2018
Reputation:
0
Hello,
I'm trying to execute openAuto through an "action button" with CarPC-Carbon. It is running on a Raspberry 3 B+. I install Raspbian, then OpenAuto, then Kodi and finally the CarPc-Carbon. In terminal I type /home/pi/openauto/bin/autoapp and the program will launch fine. However, I want to be able to launch it via the "Navigation" button in CarPC-Carbon. How does one go about this? Please help! Thanks!