
Originally Posted by
3fingers
I am new at telnet, but I managed to log into the box through venus login but I do not know how to implement or use sqlite3 to run the command? Could you give me some instructions to do so?
Why not try simply clearing all settings ?
once logged in, do a "cd /usr/local/etc/dvdplayer" the "ls" to list the contents of the folder and delete everything using the "rm filename" command except "dmem.bin".
or
Code:
cp /usr/local/etc/dvdplayer/dmem.bin /tmp/dmem.bin
rm /usr/loca/etc/dvdplayer/*
cp /tmp/dmem.bin /usr/local/etc/dvdplayer/dmem.bin
Then reboot the player.
Best of luck,