Quote Originally Posted by edcba View Post
Yes, your method works, but the previous method of returning to the start via the advance button was much simpler. Is there any reason why that functionality cannot be restored?
I haven't tried it, but the thing that changed it to the new functionality is clearly marked; just undo it. I.e., for 11.3b10, what did it was
Code:
echo -ne "\x10\x40\x00\x26" | dd conv=notrunc of=${TIVOAPP}.patched bs=1 seek=7310200
What will undo it is
Code:
echo -ne "\x14" | dd conv=notrunc of=/tvbin/tivoapp.patched bs=1 seek=7310200
(You can do that on the tivo, via telnet or ssh; no need to pull the drive again)