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:
Then reboot the Vu+ and the web remote will be 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')