←  [EN] Enduser support

Forums

»

remote control

junad's Photo junad 15 Mar 2012

how can I change function of remote control without multiquick button plugin?
Is there a possibility to modify a specific file? or use another plugin?

box: dm500 hd
image: openpli 2.1
Quote

Erik Slagter's Photo Erik Slagter 15 Mar 2012

How about quickbutton?
Quote

junad's Photo junad 15 Mar 2012

How about quickbutton?


it is limited to a few buttons like long blue,long red,long yellow and long green
and I need to use blue,red,yellow,green,info,text and help button
and perhaps even tv,shift,dream buttons if it possible :D
Quote

rtzhjgg0's Photo rtzhjgg0 15 Mar 2012

I use MQB-VU which is more powerful than the original. It is compatible with Dremboxes and can mange ALL buttons and play MACROS(!) ;)
Quote

Erik Slagter's Photo Erik Slagter 15 Mar 2012

The drawback is that it (as mqb does) patches all sorts of python files.
Quote

rtzhjgg0's Photo rtzhjgg0 15 Mar 2012

The drawback is that it (as mqb does) patches all sorts of python files.

I'm using it on PLi from a year and never got any problems.
Quote

junad's Photo junad 15 Mar 2012

I use MQB-VU which is more powerful than the original. It is compatible with Dremboxes and can mange ALL buttons and play MACROS(!) ;)


how can I get MQB-VU?
What is the MACROS?
Quote

rtzhjgg0's Photo rtzhjgg0 15 Mar 2012

how can I get MQB-VU?
What is the MACROS?

This is the link

Macros are sequences of keystrokes that you can execute with a single button.

Attached Files

Quote

junad's Photo junad 15 Mar 2012


how can I get MQB-VU?
What is the MACROS?

This is the link

Macros are sequences of keystrokes that you can execute with a single button.


thank you for link
so I have installed and I tried to add macros on red button and choosing more function in (remote control macro 1) but when I click the red button could not execute more than one function.. just the first function

note:my box is dm500 hd
Quote

rtzhjgg0's Photo rtzhjgg0 15 Mar 2012

For what a purpose is the macro you created? Can you list here the sequece, so I can try to reproduce it?
Quote

junad's Photo junad 15 Mar 2012

Oops sorry :D
now I understand how it works
many thank
Quote

junad's Photo junad 15 Mar 2012

now everything is okay with MQB-VU it's better than MQB
but however if someone try to change the help button function from keymap.xml or from another file?
Quote

junad's Photo junad 19 Mar 2012


The drawback is that it (as mqb does) patches all sorts of python files.

I'm using it on PLi from a year and never got any problems.

I just have today a crash log with MQB-VU

Attached Files

Quote

rtzhjgg0's Photo rtzhjgg0 19 Mar 2012

Hmm... I'm not an expert, but this can be caused from 'Subtitle player'.
Quote

junad's Photo junad 19 Mar 2012

Maybe caused from Subtitle player and maybe not
You can take a look Below


"/usr/lib/enigma2/python/Plugins/Extensions/MultiQuickButton/plugin.py", line 260, in action
res = self.actions[action](action)
File "/usr/lib/enigma2/python/Plugins/Extensions/MultiQuickButton/plugin.py", line 250, in quickSelectGlobal
self.checkQuickSel(path)
File "/usr/lib/enigma2/python/Plugins/Extensions/MultiQuickButton/plugin.py", line 203, in checkQuickSel
self.execQuick(list[0])
File "/usr/lib/enigma2/python/Plugins/Extensions/MultiQuickButton/plugin.py", line 244, in execQuick
self.session.open(MessageBox,("Code " + _("Error") + ": %s" % (e)), MessageBox.TYPE_ERROR)
File "/usr/lib/enigma2/python/mytest.py", line 302, in open
raise RuntimeError("modal open are allowed only from a screen which is modal!")
RuntimeError: modal open are allowed only from a screen which is modal!
(PyObject_CallObject(<bound method MQBActionMap.action of <Plugins.Extensions.MultiQuickButton.plugin.MQBActionMap instance at 0x1a354e0>>,('QuickButtonActions', 'text')) failed)

Thanks anyway
Quote