Member
Joined: 05/07/2006
After getting my S2 OS 6.2 hacked and working with PTVnet. I realized that theshows that I recorded prior to installing the super patch where not able to be played back after using VOB MUX, but movies after where allowing me to play them on the computer. I thought I may have an Encryption issue so I FTP ciphercheck and csoscout to the tivo, telneted and tried to patch the tivoapp and rebooted.
mount -o remount,rw /
cd /tvbin
cp -p tivoapp tivoapp.good
mv tivoapp tivoapp.tmp
cp -p tivoapp.good tivoapp
echo -ne "\x3C\x02\x00\x00" | dd conv=notrunc of=tivoapp bs=1 seek=6978700
chmod 755 tivoapp
mount -o remount,ro /
reboot
This shut my dvr down and wouldn't come back from the "this will take a few minutes screen". So, I manually shut it down, rebooted, tried to telenet to it, ftp it, and access tivoweb plus. Nothing worked. I had to completely reinstall and rebake the drive.Now I'm in the same position I was before, ready to decrypt. This seems to be all I need in order to complete my task in the first place but I couldn't make it this far before,
mount -o remount,rw /
cd /var/hack
tivosh ./csoscout.tcl
mount -o remount,ro /
reboot
I'm looking for a second opinion before I move any farther. Thanks in advance.