This board is now closed. The Blackhole image ended in 2020. The board will remain available in Read Only Mode, so all the posts from the last 15+ years are not lost. We thank you for being part of the community for the last 15+ years. You can join the OpenBh board if you have not already done so at www.openbh.net.

Panic Button

nefluan

Vu+ Newbie
installed OBH but Panic button 0 does not work as in older BH images, deleting zap history. Now it zap to the previous chanel.
How to recover zap history deletion?

thanks to all
 
installed OBH but Panic button 0 does not work as in older BH images, deleting zap history. Now it zap to the previous chanel.
How to recover zap history deletion?

thanks to all


open telnet and copy and enter these 2 commands :

sed -e 's/self.servicelist.recallPrevService()/self.servicelist.history = [ ]\n\t\t\t\tself.servicelist.history_pos = 0\n\t\t\t\tself.zapToNumber(1)/g' /usr/lib/enigma2/python/Screens/InfoBarGenerics.py > /usr/lib/enigma2/python/Screens/InfoBarGenerics.tmp

mv -f /usr/lib/enigma2/python/Screens/InfoBarGenerics.tmp /usr/lib/enigma2/python/Screens/InfoBarGenerics.py
 
Back
Top