Folgende Warnungen sind aufgetreten:
Warning [2] Undefined variable $unreadreports - Line: 34 - File: global.php(961) : eval()'d code PHP 8.2.2 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/global.php(961) : eval()'d code 34 errorHandler->error_callback
/global.php 961 eval
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.2 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/printthread.php(287) : eval()'d code 2 errorHandler->error_callback
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



RasPiCar Projekt Forum
Diskussionsthread - CarPi/CarPC Image 2016 (Raspbian Jessie, Kodi 15.2) - Druckversion

+- RasPiCar Projekt Forum (https://RasPiCarProjekt.de)
+-- Forum: Userbereich (https://RasPiCarProjekt.de/forumdisplay.php?fid=35)
+--- Forum: Projekte (https://RasPiCarProjekt.de/forumdisplay.php?fid=40)
+--- Thema: Diskussionsthread - CarPi/CarPC Image 2016 (Raspbian Jessie, Kodi 15.2) (/showthread.php?tid=735)



RE: Diskussionsthread - CarPi/CarPC Image 2016 (Raspbian Jessie, Kodi 15.2) - cbrauweiler - 17.04.2016

Musst du den Skin editieren unter: /home/pi/.kodi/addons/skin.CarPC-touch_carbon_CB/16x9/Home.xml

Zeile für Videos
Code:
<onclick>ActivateWindow(Videos,/home/pi/Videos)</onclick>

Zeile für Musik
Code:
<onclick>ActivateWindow(Music,/home/pi/Musik)</onclick>

beides ändern in...
Code:
<onclick>ActivateWindow(Videos)</onclick>
Code:
<onclick>ActivateWindow(Music)</onclick>

Oder den Skin von Jack runterladen und benutzen. Wäre meine Empfehlung. Der ist sehr gelungen!


RE: Diskussionsthread - CarPi/CarPC Image 2016 (Raspbian Jessie, Kodi 15.2) - StylezZxDmg - 17.04.2016

Danke, den Skin von Jack hab ich auch schon geladen. der Ist wirklich richtig gut. Aber ich wechsel mein Skin ständig, ein tag den, dann den usw., drum will ich beide gern nutzen Big Grin


RE: Diskussionsthread - CarPi/CarPC Image 2016 (Raspbian Jessie, Kodi 15.2) - mitko992 - 18.04.2016

Wenn wir enkodar gebunden CLK - pin23 DT- pin21 i SW- pin19 geändert werden sollte, um /opt/carsec/config/gpio_description wie folgt:
button:19:KB_Esc
encoderConfusedl:2Confusedr:2:clk:23:dt:21:volume_minus:volume_plus

Es sollte enkodara den Klang eines Radioknopf zu befehlen rechts zurück zu drehen ? Da im Moment nicht Schema als Clk , Dt arbeite ich , passieren Sw durch 10K Widerstände gebunden für 3v3 nicht sollte es sein?

Vielen Dank im Voraus !


RE: Diskussionsthread - CarPi/CarPC Image 2016 (Raspbian Jessie, Kodi 15.2) - cbrauweiler - 18.04.2016

Can you write it in english? I can not understand what you writing.


RE: Diskussionsthread - CarPi/CarPC Image 2016 (Raspbian Jessie, Kodi 15.2) - hanneb1989 - 18.04.2016

Sorry for a another qeustion but i want to change navit to NL (Dutch) but its not working it still in german Sad

I tried to change the navit.xml file from de_De to nl_NL but its not working Sad

Also how to get the bleuthooth working?


Thanks again upfront for the moterator you rock bro! Thanks to you i got my system all up and running Smile


RE: Diskussionsthread - CarPi/CarPC Image 2016 (Raspbian Jessie, Kodi 15.2) - mitko992 - 19.04.2016

Hello, I have the following two questions:
First come now as to let a movie or song automatically stops the radio , but then how to let it go for now to let him have to reboot the system.
Secondly I have rotary encoders and want by pressing the encoder to stop the radio but did not receive a radio_toggle_mute tried but nothing happens !

Thanks in advance!


RE: Diskussionsthread - CarPi/CarPC Image 2016 (Raspbian Jessie, Kodi 15.2) - StylezZxDmg - 19.04.2016

kleine Frage, in den nächsten Tagen kommt bei mir Das Si4703 FM Modul an. Kann man die Tonausgabe nur über die Buchse am FM Modul machen oder auch über den Pi?


RE: Diskussionsthread - CarPi/CarPC Image 2016 (Raspbian Jessie, Kodi 15.2) - cbrauweiler - 19.04.2016

@hanneb1989:
Navit should change the language after changing the config.xml in line four
Code:
<config xmlns:xi="http://www.w3.org/2001/XInclude" language="de_DE">
for bluetooth ask in our subforum http://raspicarprojekt.de/showthread.php?tid=57 or try to find some information on google. as far as i know you need "bluez".

@mitko992:
the problem that radio sometimes did not start after playing music is known. actually i have no knowledge about a fix or workaround.
for the rotary i can not tell you anything because i don`t use them. maybe you try the english speaking forum of andrei @ http://engineeringdiy.freeforums.org/index.php

@StylezZxDmg:
Nur über die Buchse!


RE: Diskussionsthread - CarPi/CarPC Image 2016 (Raspbian Jessie, Kodi 15.2) - StylezZxDmg - 19.04.2016

ok danke, 

meinst du das funktioniert , wenn ich etwas in der art nehm ( http://www.amazon.de/Hama-AluLine-Kopfh%C3%B6rer-Adapter-Klinkenstecker-Klinkenkupplung/dp/B003LEJK4Y/ref=sr_1_1?ie=UTF8&qid=1461081890&sr=8-1&keywords=kopfh%C3%B6rer+adapter+f%C3%BCr+2)

und dann FM Modul und RPi Audiobuchse auf einen Verstärker führe, wenn das FM Modul aktiv ist, sendet der RPi ja nicht und umgekehrt genau so. Könnte ja theoretisch funktionieren.

währ jetzt so meine erste spontane Idee, kp ob das zu Störungen kommt dann


RE: Diskussionsthread - CarPi/CarPC Image 2016 (Raspbian Jessie, Kodi 15.2) - cbrauweiler - 19.04.2016

Nein weil das 1zu2 Ausgang ist. Du brauchst aber 2zu1 Eingang. Also eher sowas: http://www.thomann.de/de/cordial_adapterkabel_klinkeklinke.htm?glp=1&gclid=Cj0KEQjwrte4BRD-oYi3y5_AhZ4BEiQAzIFxn0n7sVDbXUXMCNV7aYpuAY7iLMutDgylSO6ZZqP0KG8aAixD8P8HAQ

Aber ob das funzt, keine Ahnung. Die anderen hier haben irgendwo auch einen Schaltplan zum selber bauen.