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

How to make the webremote work on Vu+ Duo

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sonc
    Experienced Board Member
    • Jun 2010
    • 1568

    How to make the webremote work on Vu+ Duo

    Using Dream Elite Image 1.3.3.F, when using the web interface, I found the webremote to be not working.

    To get it to work you need to do the following:

    HTML Code:
    You need to modify the file RemoteControl.py contained in
    
    /usr/lib/enigma2/python/Plugins/Extensions/WebInterface/WebComponents/Sources
    
    The following line
    
    fp = open("/dev/input/event2", 'wb')
    
    must be modified to be
    
    fp = open("/dev/input/event0", 'wb')
    Then reboot the Vu+ and the web remote will be working.
Working...