[MOD] CarPC-Carbon - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Estouchy (https://forum.kodi.tv/forumdisplay.php?fid=261) +---- Thread: [MOD] CarPC-Carbon (/showthread.php?tid=320735) |
RE: [MOD] CarPC-Carbon - 22marco77 - 2020-09-21 (2020-09-10, 10:18)idorel77 Wrote: I don't know, I have mixed icons of apps and icons default A4 ... I solved the resolution by finding the right one for the Peugeot 3008 now the only bug I would like to fix is that of the icons of programs that I can not see and present themselves as in the attached photo. The skin with the right resolution is spectacular. I am super happy and I congratulate the developer. https://imageshack.com/i/pnSqjGhAj RE: [MOD] CarPC-Carbon - idorel77 - 2020-09-22 Hi, I'm happy for you. The problem with icons is not from my skin, the same problem is in official skin also. RE: [MOD] CarPC-Carbon - chrisfromwa - 2020-09-22 Hi, This is not really a question in regards to the skin, but hoping someone might know how to make this work. I want/need to be able to adjust the system volume from with KODI. I don't have a physical knob in my install, no room for it. Kodi OOB seems to have it's own volume and the main system volume needs to be set to 100%. Which doesn't really work for me, if I use an external program of KODI. I've been doing a lot of researching found this addon, that seems like it enables KODI to adjust the system volume. But I don't know how to make it work https://github.com/arnesongit/script.change.sysvolume It says to enable for example to adjust the volume up would use this script RunScript(script.change.sysvolume,change,10) Is it possible to add this to the volume buttons in Carbon? If so, where would I do it and how. RE: [MOD] CarPC-Carbon - idorel77 - 2020-09-23 Hi, if you want to change onclick volume buttons, you can edit includes.xml from line 770 : https://github.com/idorel77/CarPc-Carbon-K18/blob/master/xml/Includes.xml You can try to change <onclick>VolumeUp</onclick> with your command like <onclick>RunScript(script.change.sysvolume,change,10)</onclick> Also you can make a scripts folder in skin root folder.. like here: https://github.com/idorel77/skin.CarPC-touch_carbon/tree/master/scripts and make you own script with your system command. <onclick>RunScript("special://skin/scripts/yourfilename.py")</onclick> have fun! RE: [MOD] CarPC-Carbon - 22marco77 - 2020-09-23 (2020-09-22, 14:08)idorel77 Wrote: Hi, I'm happy for you. Thank you. So at the moment there is no solution for program icons, the strange thing that some see and many others not RE: [MOD] CarPC-Carbon - hopek1986 - 2020-09-27 Hi, there is a solution to switch between day/night mode in this skin by any GPIO PIN on Raspberry Pi 3? Or from a USB keyboard? I prefer first option RE: [MOD] CarPC-Carbon - idorel77 - 2020-09-28 I don't have a solution but is possible .... But why do you want to switch from a keyboard when you have a shortcut on home screen? RE: [MOD] CarPC-Carbon - 22marco77 - 2020-09-30 idorel77 a question, maybe you can suggest the solution, when I enter the addon configuration, I do not see the data to be able to configure it but only the arrows at the top left of the box and the writing cancel and ... I have no visibility of what is there written . https://ibb.co/cD1qB0d Is there a way to make kodi boot with skin carbon start with a playlist? Like the TV APP skin that in start up in addition to the radio and TV choice gives the possibility to start a playlist when opening kodi, it would be fantastic. RE: [MOD] CarPC-Carbon - hopek1986 - 2020-10-09 (2020-09-28, 11:57)idorel77 Wrote: I don't have a solution but is possible .... But why do you want to switch from a keyboard when you have a shortcut on home screen? Unfortunately, I have a display without an touch panel and I wanted to do day / night automation through a microcontroller which also serves as a power supply manager for the raspberry Pi. There will be a photoresistor to sense light or manual switch somewhere. Im plan to use another uC to act as a IR to USB keyboard emulator so keyboard shortcut will be also ok. Other thing is to use a GPIO logical state (eg. 0=day mode, 1= nihgt) to switch between modes? RE: [MOD] CarPC-Carbon - kenmoon - 2020-10-17 (2017-11-24, 12:35)idorel77 Wrote:Is it fixed? Still I have same issue on my Samsung Galaxy Smartphone Note 20 Ultra. I have download below linked(2017-11-19, 23:46)xBrunex Wrote: Do you have news about fixing 4:3 screens ?Try now , is not the best way but you can use now https://github.com/idorel77/CarPc-Carbon-K18 (Please click this image, it did not show preview in here but can see after clicked) RE: [MOD] CarPC-Carbon - gd71 - 2020-10-23 Hello, do you plan a new release for Matrix? (Did not found any related answer in this thread) Thanks RE: [MOD] CarPC-Carbon - Rowan707 - 2020-11-17 Hello, I have an issue with the PenMount PM6202B touchdriver. I'm running Kodi on a Raspbian Buster Full image installation and use a touchscreen with the Penmount driver which is included in the kernel. Unfortnuatly the X-asis touch layer seems to be inverted, but i was able to correct the calibration in Rasbian Desktop environment by editing the 99-calibration.conf. But when i'm using Kodi with your Car-PC Carbon skin the x-asis is still inverted and it looks like Kodi isn't able to use the calibration file. Can you help me how to invert the x-axis whithin the Kodi interface? The touchlayer itself is working properly I already tried the Calibration addon and fixed the python script as describled in the following post i've found: https://www.tapatalk.com/groups/engineeringdiy/calibration-add-on-didn-t-work-for-me-so-t521-s10.html After poiting the four calibration targets an error message appears, so nothing happened to the calibration settings. Thank you in advance Kind Regard, Rowan707 RE: [MOD] CarPC-Carbon - myxr6turbo - 2020-11-18 Love all the work you have put into this. One thing. There is no tick next to any of the watched videos to identify what has been seen or not. RE: [MOD] CarPC-Carbon - 22marco77 - 2020-12-02 [font][font]Spero che venga creata una versione per kodi 19, magari utilizzabile anche per android, questa con le modifiche necessarie per android è spettacolare.[/font][/font] RE: [MOD] CarPC-Carbon - idorel77 - 2021-02-27 Hi, for kodi 19 change gui vers. line 4 : https://github.com/idorel77/CarPc-Carbon-K18/blob/master/addon.xml From 5.14.0 to 5.15.0 I can see some bugs ... I don't know if I will have time to fix this ... but if you find bugs report here with some screenshots ... |