Hello,
Is it a 32bits or 8bits skin ?
You are about to leave i-have-a-dreambox.com | Dreambox - Support to get redirected to the following address:
Please note, that the target website is not operated by us. We are not responsible for it's content nor does our privacy policy apply there.
Hello,
Is it a 32bits or 8bits skin ?
Thanks
Not uploaded in blue panel ?
And for the Movies ?
Where is the last IPK for OE 1.6
?
No asking to have a new build but only have
The enigma update (06/07) on the icvs Feed
Why ?
We need to wait ?
Hello
Any updates on Icvs image based on That update ?
Thanks
Update to GP3 0.53 caused that.
Any infos about an update for the skin?
Crash this morning
File "/usr/lib/enigma2/python/mytest.py", line 208, in processDelay
callback(*retval)
File "/usr/lib/enigma2/python/Tools/BoundFunction.py", line 9, in __call__
return self.fnc(*self.args + args, **newkwargs)
File "/usr/lib/enigma2/python/mytest.py", line 483, in runNextScreen
session.openWithCallback(boundFunction(runNextScreen, session, screensToRun[1:]), screen, *args)
File "/usr/lib/enigma2/python/mytest.py", line 309, in openWithCallback
dlg = self.open(screen, *arguments, **kwargs)
File "/usr/lib/enigma2/python/mytest.py", line 319, in open
dlg = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs)
File "/usr/lib/enigma2/python/mytest.py", line 254, in instantiateDialog
return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop)
File "/usr/lib/enigma2/python/mytest.py", line 279, in doInstantiateDialog
readSkin(dlg, None, dlg.skinName, desktop)
File "/usr/lib/enigma2/python/skin.py", line 528, in readSkin
raise SkinError("source '" + wsource + "' was not found in screen '" + name + "'!")
skin.SkinError: {Kerni-HD1-Gemini/skin.xml}: source 'global.CamdName' was not found in screen 'InfoBar'!
(PyObject_CallObject(<bound method Session.processDelay of <__main__.Session instance at 0x164e3c8>>,()) failed)
getResolvedKey config.plugins.crashlogautosubmit.sendAnonCrashlog failed !! (Typo??)
getResolvedKey config.plugins.crashlogautosubmit.addNetwork failed !! (Typo??)
getResolvedKey config.plugins.crashlogautosubmit.addWlan failed !! (Typo??)
]]>
Flash Expander is easiest to install
Maybe the dev of this plugin can adapt
Hello,
An update for the last 3.2 image?
Yes it was the problem.
One question : I have adapted the Skin of Kerni (Kerni HD)
to SD (for 7025)
Can i post the skin -modified- on this forum or this is copywrited?
Thanks
Very thanks for your feedback
It was indeed the png file.
But this is a bug into the e2skinner. When we change
the resolution, the problem adapt correctly some graphics
but no all. A lot were converted to 32 bpp.
Hello all,
I tried to resize an HD skin to fit in my 7025 (with soft e2skinner)
and when i upload the files into the dreambox
Gemini is crashing with this error:
allocating new converter!
/usr/share/enigma2/XXBlue/vol.png: 568x16x8 png, 6
EXCEPTION IN PYTHON STARTUP CODE:
------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/enigma2/python/mytest.py", line 577, in <module>
runScreenTest()
File "/usr/lib/enigma2/python/mytest.py", line 474, in runScreenTest
vol = VolumeControl(session)
File "/usr/lib/enigma2/python/Components/VolumeControl.py", line 22, in __init__
self.volumeDialog = session.instantiateDialog(Volume)
File "/usr/lib/enigma2/python/mytest.py", line 237, in instantiateDialog
return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop)
File "/usr/lib/enigma2/python/mytest.py", line 268, in doInstantiateDialog
dlg.applySkin()
File "/usr/lib/enigma2/python/Components/GUISkin.py", line 112, in applySkin
self.createGUIScreen(self.instance, self.desktop)
File "/usr/lib/enigma2/python/Components/GUISkin.py", line 30, in createGUIScreen
if val.applySkin(desktop, self):
File "/usr/lib/enigma2/python/Components/GUIComponent.py", line 39, in applySkin
skin.applyAllAttributes(self.instance, desktop, self.skinAttributes, parent.scale)
File "/usr/lib/enigma2/python/skin.py", line 265, in applyAllAttributes
applySingleAttribute(guiObject, desktop, attrib, value, scale)
File "/usr/lib/enigma2/python/skin.py", line 155, in applySingleAttribute
ptr = loadPixmap(value, desktop) # this should already have been filename-resolved.
File "/usr/lib/enigma2/python/skin.py", line 134, in loadPixmap
raise SkinError("pixmap file %s not found!" % (path))
SkinError: {XXBlue/skin.xml}: pixmap file /usr/share/enigma2/XXBlue/vol.png not found!
I checked and the vol.png file is in the correct directory of the skin
root@dm7025:~# ls -lh "/usr/share/enigma2/XXBlue/vol.png"
-rw------- 1 root root 11.3k Mar 7 17:49 /usr/share/enigma2/XXBlue/vol.png
No feedback ?
Hello all,
I tried to resize a skin and when i uploaded it
Gemini is crashing with this error:
allocating new converter!
/usr/share/enigma2/Kerni-HD1 Blue/vol.png: 568x16x8 png, 6
EXCEPTION IN PYTHON STARTUP CODE:
------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/enigma2/python/mytest.py", line 577, in <module>
runScreenTest()
File "/usr/lib/enigma2/python/mytest.py", line 474, in runScreenTest
vol = VolumeControl(session)
File "/usr/lib/enigma2/python/Components/VolumeControl.py", line 22, in __init__
self.volumeDialog = session.instantiateDialog(Volume)
File "/usr/lib/enigma2/python/mytest.py", line 237, in instantiateDialog
return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop)
File "/usr/lib/enigma2/python/mytest.py", line 268, in doInstantiateDialog
dlg.applySkin()
File "/usr/lib/enigma2/python/Components/GUISkin.py", line 112, in applySkin
self.createGUIScreen(self.instance, self.desktop)
File "/usr/lib/enigma2/python/Components/GUISkin.py", line 30, in createGUIScreen
if val.applySkin(desktop, self):
File "/usr/lib/enigma2/python/Components/GUIComponent.py", line 39, in applySkin
skin.applyAllAttributes(self.instance, desktop, self.skinAttributes, parent.scale)
File "/usr/lib/enigma2/python/skin.py", line 265, in applyAllAttributes
applySingleAttribute(guiObject, desktop, attrib, value, scale)
File "/usr/lib/enigma2/python/skin.py", line 155, in applySingleAttribute
ptr = loadPixmap(value, desktop) # this should already have been filename-resolved.
File "/usr/lib/enigma2/python/skin.py", line 134, in loadPixmap
raise SkinError("pixmap file %s not found!" % (path))
SkinError: {Kerni-HD1 Blue/skin.xml}: pixmap file /usr/share/enigma2/Kerni-HD1 Blue/vol.png not found!
I checked and the vol.png file is in the correct directory of the skin
root@dm7025:~# ls -lh "/usr/share/enigma2/Kerni-HD1 Blue/vol.png"
-rw------- 1 root root 11.3k Mar 7 17:49 /usr/share/enigma2/Kerni-HD1 Blue/vol.png
Hello,
This post to resume my work.
I'm working on the dreamtv HD for 7025 (SD)
I can only work on this on the week-end so
each screen has to be resized
I will post this when this is finished
Screenshot
Hello
I installed Gemini 4.2
When i put the dreambox on standby
the tv screen was not really black like Gemini 3.9 but blue/grey
Is it a bug or a new feature ?
Thanks
In german :
Ich habe Gemini 4/2
Wenn ich die Dreambox in den Standby-Modus
dem TV-Bildschirm ist nicht wirklich schwarz wie Gemini 3/9 sondern blau / grau
Ist es ein Fehler oder eine neue Funktion?
Danke
In english ??
I translated the answer ..
Image in flash must be brand new (gemini 4.2 or so)
It's the new image Gemini 4.2 so what ?
zur Zeit sind 33 Mitglieder (davon 3 unsichtbar) und 208 Gäste online - Record: 1,424 Users ()