Hallo
Hab ne diNovo Media Desktop Laser mit installierter SetPoint-Software. Im Programmeordner der Software gibts ein paar xml's, besonders interessant dabei sind default.xml und strings.xml - anscheinend kann man hier das OSD-Menü und das MediaPad-Display konfigurieren bzw. die Anzeigen ändern.
Jedoch funktioniert es anscheinend nicht, ich habe z.b. das MediaPad so eingestellt, dass die Uhrzeit im 24h Format dastehen sollte, tut sie aber nicht - hat das mal jemand ausprobiert bzw. nähere Infos dazu?
Ein Teil von strings.xml sieht z.b. so aus:
Sieht doch recht vielversprechend aus, wenns nur funktionieren würde...
Hab ne diNovo Media Desktop Laser mit installierter SetPoint-Software. Im Programmeordner der Software gibts ein paar xml's, besonders interessant dabei sind default.xml und strings.xml - anscheinend kann man hier das OSD-Menü und das MediaPad-Display konfigurieren bzw. die Anzeigen ändern.
Jedoch funktioniert es anscheinend nicht, ich habe z.b. das MediaPad so eingestellt, dass die Uhrzeit im 24h Format dastehen sollte, tut sie aber nicht - hat das mal jemand ausprobiert bzw. nähere Infos dazu?
Ein Teil von strings.xml sieht z.b. so aus:
Code:
<!-- If a leading 0 should be shown in the date (e.g. "Aug 03"), set to 1. If not, set to 0. -->
<String ALIAS="LCD_LEAD_0_DATE">1</String>
<!-- If a leading 0 should be shown in the time (e.g. "09:50"), set to 1. If not, set to 0. -->
<String ALIAS="LCD_LEAD_0_TIME">1</String>
<!-- If AM/PM time format, set to 1. If 24 hour time format, set to 0.-->
<String ALIAS="LCD_TIME_FORMAT">0</String>
Sieht doch recht vielversprechend aus, wenns nur funktionieren würde...