Adam And Liz.com AdamAndLiz > Technical > TiVoElvisConfiguration (r1.1 vs. r1.10) AdamAndLiz webs:
Know| Main | Plugins? | Sandbox | TWiki | Technical | Us |
Technical . { Changes | Index | Search | Go }
 <<O>>  Difference Topic TiVoElvisConfiguration (r1.10 - 05 Jun 2006 - TWikiGuest)
Added:
>
>


... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... Welcome!!! Links: car insurance : [http://www.insurance-top.com auto insurance] - [HTTP://www.insurance-top.com auto insurance] : [Insurance car|http://www.insurance-top.com] - [Insurance car|HTTP://www.insurance-top.com] : http://www.insurance-top.com/auto/ : insurance quote : | home insurance : "cars insurance" http://www.insurance-top.com : [http://www.insurance-top.com|insurance auto] Please refresh.

-- TWikiGuest - 05 Jun 2006


... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... Please refresh.

-- TWikiGuest - 05 Jun 2006


 <<O>>  Difference Topic TiVoElvisConfiguration (r1.9 - 29 Dec 2005 - AdamWhite)
Changed:
<
<

see also TiVoHowToUseElvis TivoLinks TiVoCronConfiguration
>
>

see also TiVoHowToUseElvis TivoLinks TiVoCronConfiguration TiVoInstallingTivoBin
Changed:
<
<

Start elvis with the command TERMINFO=/var/hack/terminfo elvis filename

>
>

Start elvis with the command TERMINFO=/var/hack/terminfo /var/hackelvis filename

Changed:
<
<

1 Edit file vi TERMINFO=/var/hack/terminfo ellvis vi
>
>

1 Edit file vi TERMINFO=/var/hack/terminfo /var/hack/elvis vi
Changed:
<
<

1 Enter the following lines (If you're not sure how to do this, see the TiVoHowToUseElvis page #!/bin/sh
TERMINFO=/var/hack/terminfo elvis $1 $2
>
>

1 Enter the following lines (If you're not sure how to do this, see the TiVoHowToUseElvis page #!/bin/sh
TERMINFO=/var/hack/terminfo /var/hack/elvis $1 $2

 <<O>>  Difference Topic TiVoElvisConfiguration (r1.8 - 28 Dec 2005 - AdamWhite)
Changed:
<
<

1 Extract the files /bin/cpio --unconditional --make-directories -i -H tar -d -F elvis-11.4_Tivo-1.tar.gz
>
>

1 Extract the files /bin/cpio --unconditional --make-directories -i -H tar -d -F elvis-11.4_Tivo-1.tar
Changed:
<
<

1 Edit file vi TERMINFO=/var/hack/terminfo vi
>
>

1 Edit file vi TERMINFO=/var/hack/terminfo ellvis vi

 <<O>>  Difference Topic TiVoElvisConfiguration (r1.7 - 27 Nov 2003 - AdamWhite)
Changed:
<
<

see also TiVoHowToUseElvis TivoLinks TiVoCronConfiguration
>
>

see also TiVoHowToUseElvis TivoLinks TiVoCronConfiguration

 <<O>>  Difference Topic TiVoElvisConfiguration (r1.6 - 26 Nov 2003 - AdamWhite)
Changed:
<
<

see also TiVoHowToUseElvis TivoLinks
>
>

see also TiVoHowToUseElvis TivoLinks TiVoCronConfiguration

 <<O>>  Difference Topic TiVoElvisConfiguration (r1.5 - 15 Nov 2003 - AdamWhite)
Added:
>
>

Comments



 <<O>>  Difference Topic TiVoElvisConfiguration (r1.4 - 11 Nov 2003 - AdamWhite)
Changed:
<
<

Configuring Elvis to work on TiVo

see also TiVoHowToUseElvis
>
>

Configuring Elvis on TiVo

see also TiVoHowToUseElvis TivoLinks
Changed:
<
<

Installation Instructions

>
>

Installation Instructions


 <<O>>  Difference Topic TiVoElvisConfiguration (r1.3 - 10 Nov 2003 - AdamWhite)
Changed:
<
<

Configuring Elvis to work on TiVo

>
>

Configuring Elvis to work on TiVo

see also TiVoHowToUseElvis

 <<O>>  Difference Topic TiVoElvisConfiguration (r1.2 - 08 Nov 2003 - AdamWhite)
Changed:
<
<

You can now use the vi command to edit files. If it doesn't always work, your path mught need adjusting. Try the command /var/hack/vi filename

>
>

You can now use the vi filename command to edit files. If it doesn't always work, your path mught need adjusting. Try the command /var/hack/vi filename


 <<O>>  Difference Topic TiVoElvisConfiguration (r1.1 - 06 Nov 2003 - AdamWhite)
Added:
>
>

%META:TOPICINFO{author="adam" date="1068162660" format="1.0" version="1.1"}% %META:TOPICPARENT{name="TiVo"}%

Configuring Elvis to work on TiVo

This page documents my attempts at getting elvis to work on my TiVo.

Installation Instructions

  Instruction Command to execute
   
1 Download and FTP elvis-11.4_Tivo-1.tar.gz to your Tivo's /VAR/HACK directory.
If you're unsure how to FTP to TiVo, see the TivoHowToFTP page
 
   
2 Telnet to your TiVo
 
   
3 Change to the /VAR/HACK directory (assuming you have already created it!) CD /var/hack
   
4 Extract the 'tar' file from the gzip gzip -d elvis-11.4_Tivo-1.tar.gz
You can either cut&paste this or, use the wildcard method -
gzip -d elvis*
   
5 Extract the files /bin/cpio --unconditional --make-directories -i -H tar -d -F elvis-11.4_Tivo-1.tar.gz
   
6 At this point, all files will have been extracted to your /var/hack/elvis/1.4_Tivo-1 directory, not a very useable place. What we really want is to have it all in /var/hack cd elvis*
cp elvis /var/hack
cp terminfo.tar /var/hack
   
  There is also a README file in this directory, which outlines what to do from here on  
   
7 Go back to the /var/hack directory and set permissions cd /var/hack
chmod 755 elvis
   
8 Unpack the terminfo.tar file cpio -i -H tar --make-directories < terminfo.tar
   

Getting it Going

Elvis won't work unless it knows where to find the terminfo file, there are two ways of doing this. The hard and the easy.

The hard way.
Start elvis with the command TERMINFO=/var/hack/terminfo elvis filename

The easy way
requiring a small script to be created in the /var/hack directory

  Instruction Command to execute
   
9 Change to the /var/hack directory cd /var/hack
   
10 Edit file vi TERMINFO=/var/hack/terminfo vi
   
11 Enter the following lines (If you're not sure how to do this, see the TiVoHowToUseElvis page #!/bin/sh
TERMINFO=/var/hack/terminfo elvis $1 $2
   
12 Change the permission on the vi command chmod 755 vi

You can now use the vi command to edit files. If it doesn't always work, your path mught need adjusting. Try the command /var/hack/vi filename

-- AdamWhite - 06 Nov 2003

%META:FILEATTACHMENT{name="elvis-11.4_Tivo-1.tar.gz" attr="" comment="Elvis (VI Editor) gziped archive" date="1068156452" path="W:\tivo\hack\elvis-1[1].4_Tivo-1.tar.gz" size="63155" user="adam" version="1.1"}%


Topic TiVoElvisConfiguration . { View | Diffs | r1.10 | > | r1.9 | > | r1.8 | More }
Revision r1.1 - 06 Nov 2003 - 23:51 GMT - AdamWhite
Revision r1.10 - 05 Jun 2006 - 07:16 GMT - TWikiGuest
Copyright © 2003 by the contributing authors. Send feedback.