for deactive pin code (parental lock)
in all "enigma" images,
with ftp go to
/var/tuxbox/config/enigma
view file called config
search for parentallock=0000**** the last 4 digit is your code BUT must converting with windows calculator
from HEX to DEC.
if you have parentallock=00000906 the result is 2310.
after that you can disable or change the enigma parental lock code.
best regards
e.g. the same trick can used with telnet
cat /var/tuxbox/config/enigma/config|grep -i pins
and go to the
i:/elitedvb/pins/enableparentallock=00000000
all zeros disabling parental lock code ;-)
in all "enigma" images,
with ftp go to
/var/tuxbox/config/enigma
view file called config
search for parentallock=0000**** the last 4 digit is your code BUT must converting with windows calculator
from HEX to DEC.
if you have parentallock=00000906 the result is 2310.
after that you can disable or change the enigma parental lock code.
best regards
e.g. the same trick can used with telnet
cat /var/tuxbox/config/enigma/config|grep -i pins
and go to the
i:/elitedvb/pins/enableparentallock=00000000
all zeros disabling parental lock code ;-)
Comment