PDA

View Full Version : ANNOUNCE: OzTiVo startup animation fixed.



petestrash
04-12-2006, 07:20 PM
ANNOUNCE: OzTiVo startup animation fixed.

Hi,

After years of being frustrated with the opening video on our TiVo's, I have finally been able to come up with a fix that results in a perfect opening sequence.

These instructions are for use only on Philips based OzTiVo images.

This is not for use on UK Thomson based OzTiVo image's as they are not affected by the broken start-up video problem (as far as I'm aware). But can be run on UK Thomson TiVo's using the OzTiVo Philips image.

For Sony based OzTiVo images see the note at the end of these instructions.

1. Enter the following address into a browser, where the x's are your TiVo's IP: xxx.xxx.xxx.xxx/mfs/Resource/VideoClip

2. Click on the line that starts with 'LongOpen.mpv'

3. Take a note of the Number next to 'File', I think in most cases this will be 1507 (If it's not please email me with the number you see and the revision of OzTiVo software you are running DO NOT GO ANY FURTHER).

4. You can now close your browser and open a Telnet session.

5. Enter the following commands into Telnet. It's safe to cut and paste the commands if you like. (If you had a different number to 1507 in step 5 (And I said it was ok to use, replace 1507 with your number in the following).

NOTE: The download will take a while as the new file is 18Mb, also The inflating step will take a minute or so and the display won't change (it hasn't frozen).


[TiVo [p0] /]# cd /var/hack
[TiVo [p0] /var/hack]# wget http://www.oztivo.net/oztivofiles/images/PetesTrash.zip
--17:56:59-- http://www.oztivo.net/oztivofiles/images/PetesTrash.zip
=> `PetesTrash.zip'
Resolving www.oztivo.net... done.
Connecting to www.oztivo.net[65.49.60.197]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 18,692,745 [application/zip]

0% [ ] 18,692,745 0.00G/s ETA 00:00

Last-modified header invalid -- time-stamp ignored.
18:09:29 (0.00 GB/s) - `PetesTrash.zip' saved [18692745/18692745]

[TiVo [p1] /var/hack]# unzip PetesTrash.zip
Archive: PetesTrash.zip
inflating: LongOpen.mpv
inflating: mfs_import
inflating: mfs_uberexport
[TiVo [p1] /var/hack]#
[TiVo [p0] /var/hack]# chmod +x mfs*
[TiVo [p1] /var/hack]#
[TiVo [p1] /var/hack]# ./mfs_uberexport 1507 > LongOpen.mpv.orig
[TiVo [p1] /var/hack]#
[TiVo [p1] /var/hack]# ./mfs_import 1507 < LongOpen.mpv
starting mfs_import with args:
/mfs_import 1507
[TiVo [p1] /var/hack]#
[TiVo [p0] /var/hack]# reboot

The mfs_uberexport command backs up the current movie, and the mfs_import command installs the new one.

After your happy with the new movie, Telnet back into your TiVo and delete some of the files as they are quite large and if /var ever becomes full up it may cause issues with your TiVo.


[TiVo [p1] ~]# cd /var/hack
[TiVo [p1] /var/hack]#
[TiVo [p1] /var/hack]#
[TiVo [p0] /var/hack]# rm PetesTrash.zip
[TiVo [p1] /var/hack]#
[TiVo [p1] /var/hack]# rm LongOpen*
[TiVo [p1] /var/hack]#
[TiVo [p1] /var/hack]# exit

This deletes the downloaded zip and both the new and backup movie files.

NOTE: For Sony Based OzTiVo images:
These instructions would also probably work on Sony based OzTiVo images, but I have not tested it. One known side effect is the end of the opening video finishes with the Philips background, not the Sony one. This is not a problem for the TiVo and as soon as the menu comes up, the correct Sony background would be shown. Some people may not like the visual jump from one background to another.

Hope you enjoy the fixed animation.

Peter.

pjpete
04-12-2006, 09:16 PM
Way too cool, thanks heaps. :)

dyrplq
05-12-2006, 06:32 PM
Works like a charm Peter. Thank you!

P.S For Mac users using Safari, don't worry about the unzip step as Safari will have automatically unzipped this file for you and you will have copied over a FOLDER called PetesTrash to /var/hack. Simply go cd /var/hack/PetesTrash and carry on from the chmod line.

Now if only I could find a script that would automatically set the "Now Playing" scrren to alphabetical...... :-)

tenty
07-12-2006, 05:54 AM
Now if only I could find a script that would automatically set the "Now Playing" scrren to alphabetical...... :-)


I should point out that you don't really need a script. Off the other websites such as the Cnet (http://help.cnet.com/Video_Players_and_Recorders/9602-12576_39-0.html?messageID=2505084&kw=Video+Players+and+Recorders&nodeId=6463) ones:


Now, to enable sorting, enter the following remote control sequence at the Now Playing screen:

Slow-Motion > 0 > Record > Thumbs Up

After the three thumbs-up rings, a menu bar at the bottom of the Now Playing list will appear, stating "Press Enter for sort options." When you press Enter (the small Enter/Last button at the very bottom of your remote), your TiVo will zoom to a Now Playing Options screen. From here, you can sort by Newest (by record date), Expiration (by expiration date), or Alphabetical (by program name). You can also simply hit 1, 2, or 3 at the Now Playing screen as a shortcut to sort by those same options.


Cheers

dyrplq
07-12-2006, 08:49 AM
Thanks Tenty, thats what I do. I just get sick of having to do it every time I reboot Tivo.

Wanted
15-12-2006, 05:02 PM
Doesn't the NZ 1.5 image have it on by default? I have the option enabled without the code, but you still need to press enter to change to alphabetical.

Oh and thanks Petestrash for the video fix works great. Man it sounds weird without the stuttering etc...

techscholar
27-12-2006, 07:20 AM
Thanks Peter. As a newbie I am constantly rebooting at the moment and was getting a little disappointed at the "break" in audio in the startup movie.

I hope all fixes are going to be this easy ;-)

Doitsujin
08-02-2007, 05:16 AM
This is probably a stupid question: I don't have a network card and therefore I cannot enter xxx.xxx.xxx.xxx/mfs/Resource/VideoClip is there any other way to find out the number next to file?

petestrash
09-02-2007, 05:47 PM
You could probably do it with dumpobj, but realistically if you are running an NZTiVo or ZATiVo or OzTivo image the number will be 1507 based on the hundreds that have already installed it.

Peter.

MichaelHarris1
17-03-2007, 08:50 PM
Hi Pete

Updated tonight all looks great. Thanks very much

Michael

JON
13-07-2008, 06:05 PM
G,day Pete

Its been a while

My UK tivo with Phillips 1.4 is working a treat since you helped me fix the the image issuse

I have managed to redirect tivo to the new site and it is working spot on.I used method E...you guyes have done a great job.. many thanks

So i thought i would have a go at repairing the start up animation.. nothing to loose as my tivo is due an upgrade to 1.6 soon

I understand the telnet part but cannot workout how to.. FTP PetesTrash.zip to /var/hack on your TiVo..

any help would be greatly appreciated

thanks Jon

petestrash
19-07-2008, 06:58 PM
FTP is File Transfer Protocol, it is used to move files between two computers.

You will need an FTP program on your PC, I use FileZilla but there are plenty of others.

I suggest you do an internet search to learn more about FTP, as it is really useful.

But I'm about to change the instructions so it's even easier, and you won't need FTP.

Check back later today.

Peter.

Tony_Hollingsworth
07-10-2008, 08:11 PM
Hi Pete
Thanks for the instructions to fix the animation - I thought I'd try to enable this, as my kids get all excited when they see the startup animation - cute!

However I get into Putty/Telnet and the # prompt. When I execute your wget command as follows...

wget http://www.oztivo.net/oztivofiles/images/PetesTrash.zip

I get the error as follows....

Resolving www.oztivo.net... wget: error in loading shared libraries
: undefined symbol: gethostbyname

Any ideas?

Thanks
Tony

petestrash
08-10-2008, 12:03 AM
Hi Tony,

Could you please update your profile so we know where you are from (makes support easier for us).

Is this a new install or one that has been used for a while, and are you using an Australian/New Zealand/Netherlands/South Africian image, and if you know what is the version number?

Peter.