Panic Button

N

nefluan

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
 
F

fuzio76

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
 
Top