• 1
  • 18
  • 19
  • 20(current)
  • 21
  • 22
  • 38
[MOD] CarPC-Carbon
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
Reply
Try to download again. Maybe the zip is corrupted.
Reply
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?
Reply
In skin settings - action button - click on custom ... write this action : StartAndroidActivity("com.sygic.aura")
Reply
its not an android tablet. surface pro 3 is a windows 10 software
Reply
Try this: XBMC.System.Exec(C:\some\path\to\an.exe)
Reply
heres mine running in a jaguar x-type

https://www.youtube.com/watch?v=13M7CmN7nzg
Reply
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.
Reply
Hi , try to run exe file instead shortcut.lnk .

For volume and other things you can take example from this guy : http://www.instructables.com/id/USB-Volu...le-Cheap-/

And you can look into my channel to see how works volume control on android: https://www.youtube.com/user/idorel11
Reply
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.
Reply
Try this one
XBMC.System.Exec("C:\Program Files (x86)\Navigator17\PC_Navigator\PC_Navigator.exe")
Reply
@idorel77 : Thanks a lot for your theme, this is so much easier to use in car.
I have a small problem though, the arrow buttons in my remote are not working when i use this theme.
Say the up, down, left and right buttons present in my wireless USB remote.
Is there a way this can be fixed.

Please do let me know your inputs.
Thanks again for the good work you have done .!
Reply
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 ...
Reply
Hi Idorel, absolutely love your skin.

I was wondering if you could shed some light on some issues I'm having.

For visualization I'm using "2D spectrum" from Shadertoy. It works fine, but is slightly misaligned and too big. The rotating 3D one from your example is perfectly centered, but I can't find how to replicate it. Is there a way to move/center it, maybe make it a bit smaller?

There is also an issue where it overlaps wrong on the left side menu bars (I'll add an image). Right side is fine.

And lastly, because of how the visualization looks like, I'd like to move up the time under/above the song.artist to make it a bit more readable.

Image
Reply
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!
Reply
  • 1
  • 18
  • 19
  • 20(current)
  • 21
  • 22
  • 38

Logout Mark Read Team Forum Stats Members Help
[MOD] CarPC-Carbon2