Search Results
Search results 1-20 of 33.
-
I don't know when or if this change will be adopted by the development team (I don't make this decision). That's why I wrote "special version" for you --> You can modify your skin.xml accordingly so that the change takes effect. - Back up the current skin.xml to your PC (backup) - Open the skin.xml with a linux-compatible editor and search for "RdsInfoDisplay" - Delete the entire screen Source Code (5 lines) - Replace the screen with the modified code Source Code (5 lines) - Save the skin.xml an…
-
Quote from milan58: “In the EPG, what is marked in red has no function.” Ich habe es eben auch im Radiomodus noch einmal getestet ... die Tasten funktionieren einwandfrei. Beispiel: Wenn Du "6" drückst springt die EPG-Anzeige einen Zeitraum weiter. Wenn Du "9" drückst, wird Dir der EPG ab 20:00 Uhr (Primetime) anhezeigt. Ein kleiner Fehler ist mir unterlaufen ... mit "8" kann man nur die Seiter "vor" springen. Die Beschriftung werde ich noch abändern. I just tested it again in radio mode... the …
-
You can find the Oscam start log at /var/log/oscam.log I'll say goodbye until I receive all the information for support: - oscam-startlog--> missing - oscam.config --> has been posted - oscam.user --> is faulty, contains entries from oscam.config - oscam.dvbapi --> has been posted, is empty - oscam.server --> missing ... Pumuckel
-
Oscamwebif: Replace the [webif] block as follows: Source Code (3 lines) Now restart the receiver and you should be able to access the Oscam webif on port 8888 The oscam-startlog is too short and the remaining configuration files (oscam.server, oscam.user, oscam.dvbapi) are still missing ... Pumuckel
-
Quote from essco: “After a while, I got this message from top | grep 'oscam': root@vuduo4k:~# top | grep 'oscam' 2300 root 19 -1 17576 6864 5404 S 0.3 1.2 0:00.07 oscam ” Quote from essco: “root@vuduo4k:~# ls /usr/bin/cam oscam root@vuduo4k:~# ls /usr/script/cam oscam.sh root@vuduo4k:~# ” This means, that oscam is installed correctly and is currently working. Is your problem now that it is not decrypted? - If so, what exactly should oscam decrypt and in which directory are your configuration fil…
-
You could try the following: - In a "bad" image, replace the file "/usr/lib/enigma2/python/Tools/MultiBoot.pyc" with a version from a "good" image --> reboot --> test again (I don't have such a receiver and therefore can't test it.) By the way... there's an image on the server dated April 2, 2025. Why is the image dated February 2, 2025, so important to you? ... Pumuckel
-
O.k., aber dann hast Du viel Arbeit vor Dir, denn die Elemente sind einzelnd aus dem Screen "infobar_def" zu löschen. Ich habe mal zur Erläuterung mit paar Dingen angefangen: 1. rechts oben "CAID" u.s.w. , dafür wäre folgendes zu löschen: Source Code (3 lines) 2. Irdeto- und Seca-Indikator, dafür wäre folgendes zu löschen: Source Code (17 lines) Erschwerend kommt hinzu, dass im Orginal die einzelnen Abschnitte direkt hintereinander folgen (ohne Zeilenumbrüche) und somit wird es zunächst für Laie…