Beiträge von tracer

    As always nothink from DMM.


    Please check your CVS of enigma2 because it has got a lot of bugs.. if you will try to commpile just OE 1.5 with enigma2,enigma2-skins, enigma2-plugins and dvb-modules it won't boot, a web interface bug inside..


    ServiceEvent not found on ChannelSelection...


    more and more


    Good Support

    I commpile it on OE1.5


    my Makefile





    but folder name is 1.4


    can u show me your


    openembedded/packages/enigma2/enigma2.bb


    /openembedded/packages/dreambox/dreambox-dvb-modules.bb


    because i am gona be crazy


    :frowning_face:



    Again and adgain me...


    Today i commpiled OE ( 1.5, with enigma 200704xx and modules from orginal files )


    I changed today 1st -> modiles to 20070711 -> commpile image


    OK it boot !!!


    2nd I chaned enigma2 source to 20070814 ( it download CVS enigma2 current tree )


    NO image no boot


    USERS IN ENIGMA 2 are bugs now!!

    For example i got this error now:


    Code
    /mnt/hdd2/1.4/build/tmp/staging/mipsel-linux/lib/dreambox-secondstage/main.bin.gz /mnt/hdd2/1.4/build/tmp/deploy/images/dreambox-image-dm7025-20070812155544.boot.jffs2 /mnt/hdd2/1.4/build/tmp/deploy/images/dreambox-image-dm7025-20070812155544.rootfs.jffs2 dm7025 > /mnt/hdd2/1.4/build/tmp/deploy/images/dreambox-image-dm7025-20070812155544.nfi
    ERROR: function image_cmd failed
    ERROR: see log in /mnt/hdd2/1.4/build/tmp/work/dreambox-image-1.0-r0/temp/log.image_cmd.32283


    and


    log.imgae_cmd.32283



    Code
    mkfs.jffs2: read: Is a directory


    it many times hangs on do rootfs


    I tried 1.4 and 1.5 version of OE


    Today i decided update my enigma and Oe to newer src, but after when i try run enigma2, it stops, above is log


    thx

    I found resources.xml file.... in enigma2 but it is little strange, i can not understand how to do that as in enigma1...

    Ok :smiling_face:


    How can I replace ( Extensions on BLUE Button )


    to my own Class MyClass(Screen)


    When I ll push Blue Button when i am watching Channel, i ll see my menu


    In enigma 1 we do this way in resources .xml


    Code
    <actionmap name="enigmaMain">
    <action name="showMyClass" key="blue" flags="m" />

    Hi,


    as always stiupid questions... but thx for them we teacha lot of enigma2.


    I was thinking how to Bind ( Mapp ) Blue Button to My Menu



    I saw in keymap.xml


    <map context="InfobarExtensions">
    <key id="KEY_BLUE" mapto="extensions" flags="b" />
    </map>


    So it is Extensions...


    If we will write for example plugin, if we want to see it in Extension we need do this


    def Plugins(**kwargs):
    return PluginDescriptor(name='My Menu', description='open my menu', where=PluginDescriptor.WHERE_EXTENSIONSMENU, fnc=main)



    But how we should change Extension for My Menu class?


    to run directly my menu?