Posts by fairbird

    That file just to test for old images which have old python-six ....

    open blackhole 5.1 have always new packages no need it ....


    And about install plugin did you read this update or not ?!!!

    And Panda555 already he was answered you here

    Sorry I don't have much time to support old image ....

    Always support newest images (Why) ?!!

    Because E2 source always update codes...

    The Pure Team has reached the version 6.5 and you still using old old version 6.2 ..

    Of course, there are many changes in the E2 source ... And My plugins always I trying to make it up to date with new changes in E2 ...


    So Please try version 6.5 and then send to the crash if you got it



    P.s: Did you installed the plugin with telnet command or you send it manually ?!!

    If you send it manually you need to install python-six


    The crash says

    Code
    AttributeError: 'module' object has no attribute 'ensure_text'


    That means the python-six does not installed or you have old version of package not compatible with code of plugin (six.ensure_text)

    NewVirtualKeyBoard V11.9



    -Move plugin to my github source

    -You Need to download plugin again by the command In the link below to receive new update online if there is and update


    Command to install plugin If the installation for the first time

    Code
    wget https://raw.githubusercontent.com/fairbird/NewVirtualKeyBoard/main/installer.sh -O - | /bin/sh

    RaedQuickSignal V14.6



    -Move plugin to my github source

    -You Need to download plugin again by the command In the link below to receive new update online if there is and update


    Command to install plugin If the installation for the first time

    Code
    opkg update
    opkg install wget
    wget https://raw.githubusercontent.com/fairbird/RaedQuickSignal/main/installer.sh -O - | /bin/sh


    For old version 8.8 to weak devices (This version no more support)

    Code
    opkg update
    opkg install wget
    wget https://raw.githubusercontent.com/fairbird/RaedQuickSignal/main/installer_Version8.8.sh -O - | /bin/sh

    KeyAdder V5.8



    -Move plugin to my github source

    -You Need to download plugin again by the command In the link below to receive new update online if there is and update


    Command to install plugin If the installation for the first time

    Code
    opkg update
    opkg install wget
    wget -q "--no-check-certificate" https://raw.githubusercontent.com/fairbird/KeyAdder/main/installer.sh -O - | /bin/sh

    version 14.5


    -Online Update Available

    -Add support for mmc path to find picons

    -Update Italian language [Thanks Spaeleus]


    Very Important: Should be install plugin by online command or plugin online update

    (Don't install tar file) I just attach it for archived

    Code
    wget http://tunisia-dreambox.info/TSplugins/RaedQuickSignal/installer.sh -O - | /bin/sh


    For Old version 8.8 to old devices (Weak hardware) (No more support)

    Code
    wget http://tunisia-dreambox.info/TSplugins/RaedQuickSignal/installer._Version8.8.sh -O - | /bin/sh

    Plugin depend on language file inside language folder ....

    Not depend on locale file any more (It is just extra depend) not main depend.


    But I will add it in next version (Thank you)

    version 14.4


    -Online Update Available

    -Fix Some bugs to show Sat picons


    Very Important: Should be install plugin by online command or plugin online update

    (Don't install tar file) I just attach it for archived

    Code
    wget http://tunisia-dreambox.info/TSplugins/RaedQuickSignal/installer.sh -O - | /bin/sh


    For Old version 8.8 to old devices (Weak hardware) (No more support)

    Code
    wget http://tunisia-dreambox.info/TSplugins/RaedQuickSignal/installer._Version8.8.sh -O - | /bin/sh

    The crash not from plugin .. from your e2 python ... ask image supporter

    Code
      File "/usr/lib/enigma2/python/mytest.py", line 500, in open
        dialog.e2internal_is_dialog = is_dialog
    -------
    AttributeError: 'NoneType' object has no attribute 'e2internal_is_dialog'

    Already I have edited the command here


    The correct one is

    Code
    rm -rf /usr/lib/enigma2/python/Plugins/SystemPlugins/NewVirtualKeyBoard

    and in install script also I have edited the command ..