Hi, I have a HR10-250 running 6.3d and am planning to hack it with this set of instructions to run tivotool so I need to install vserver. I'd also like to enable HMO. Are these the correct linux commands? # rootwrite # cp /tvbin/tivoapp /tvbin/tivoapp.orig # cd /tvbin # mv tivoapp tivoapp.tmp # cp tivoapp.tmp tivoapp # chmod 755 tivoapp # echo -ne "\x3C\x02\x00\x00" | dd conv=notrunc of=tivoapp bs=1 seek=6984684 # rootread # reboot # rootwrite # cp /tvbin/tivoapp /tvbin/tivoapp.orig # cd /tvbin # mv tivoapp tivoapp.tmp # cp tivoapp.tmp tivoapp # chmod 755 tivoapp # echo -ne "\x34\x11\x00\x00" | dd conv=notrunc of=tivoapp bs=1 seek=903436 # echo -ne "\x24\x10\x00\x01" | dd conv=notrunc of=tivoapp bs=1 seek=1118524 # echo -ne "\x10\x00\x00\x14" | dd conv=notrunc of=tivoapp bs=1 seek=5724672 # reboot Can I run these both using the commands just once and running the 4 echo -ne commands in a row?


RSS