Welcome!

Welcome to Satlover forums, full of great people, ideas and excitement.

Please register if you would like to take part. link..

Register Now

Alert: Don't Use Hotmail Email Accounts for registration

Collapse

Before Access to all Forums and Trial accounts you must need to activate your account Email address

BlackHole web-interface remote control fix

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sonc
    Experienced Board Member
    • Jun 2010
    • 1568

    BlackHole web-interface remote control fix

    With the BH image, the web-interface uses a picture of a Dreambox remote control, but here is a quick fix to get the web-interface to use an image of the VU+ remote control instead.

    I've tested this on BH 1.4.3-B and it works perfectly.

    The image of the remote control, and correct key mappings are already in place. All you need do is edit the file "tools.js" in directory:

    /usr/lib/enigma2/python/Plugins/Extensions/WebInterface/web-data/

    On line 1137 and 1152,

    change this:

    Code:
       if(boxtype == "dm8000"){
    to this:

    Code:
      if(boxtype == "dm500hd"){
    This causes the Vu+ remote control image to be loaded instead of the dreambox remote control when you select "Webremote" in the web-interface.

    All the key mappings work ok.

    If you don't fancy editting, there is a copy of the new "tools.js" here:

    Code:
    http://www.multiupload.com/JATCJ471N8
    Just download and copy to
    /usr/lib/enigma2/python/Plugins/Extensions/WebInterface/web-data/


    You may need to clear your browser cache on your PC if it doesn't display the Vu+ remote control first time.


    Regards,

    sonc
Working...