So in review for those that wish to do this
I used PUTTY for the Bash Prompt commands
and Filezilla for the transfers
[ ]1.get the mfs-utils for your box from http://www.dealdatabase.com/forum/sh…ad.php?t=39487
I used for my series 2 (mfs-utils_bin.mips-20050604.tar.bz2 )
[ ]2. Filezilla Transfer it over to /hack dont forget to set it for a binary transfer
[ ]Using putty bash command cd /hack
[ ] tar -jxvf mfs-utils_bin.mips-20050604.tar.bz2
this unpacks the utilities to /hack/mfs-utils
[ ] cd /hack/mfs-utils
[ ] if you wish to back up then back up with the mfs_uberexport command ….example mfs_uberexport 2242 >2242DIRECTV_Green_w_NoBrand.mpv2242
‘fsid’ ‘ name of the output file’
this will go to the current directory you ar cd’d into
[ ] next i used tivowebplus to find the fsids of the streams under RESOURCE/VIDEOCLIP PAY ATTENTION the numbers you want to use are the second ones in the string
DIRECTV_Blue.mpv:2213:2214:4096 tyDb 2213 03/23/05 12:30 184
so in this example we are going to use the 2214 portion for the next part
*****with 6.2a update for daylight it still works but you may get a message like this ./mfs_import 15 </dev/zero
recv error, falling back to read loop. : Socket operation on non-socket
although it ay look like an error it still worked
[ ] so to replace them with empty/blankness we will use the
mfs_import (INSTERFSID HERE) </dev/zero command
i hope this helps others
AGAIN JAIME THANKS
Updated 4/18 with tip from FANTMN about putting the hack off of the root directory verses /VAR
bash-2.02# cd /var/hack
bash-2.02# tar -jxvf mfs-utils_bin.mips-20050604.tar.bz2
mfs-utils/bin.mips
mfs-utils/bin.mips/ciphercheck
mfs-utils/bin.mips/mfs_export
mfs-utils/bin.mips/mfs_info
mfs-utils/bin.mips/mfs_dumpobj
mfs-utils/bin.mips/mfs_dumpschema
mfs-utils/bin.mips/contrib
mfs-utils/bin.mips/vserver
mfs-utils/bin.mips/mfs_tarstream
mfs-utils/bin.mips/mfs_streams
mfs-utils/bin.mips/mfs_burstcmds
mfs-utils/bin.mips/mfs_uberexport
mfs-utils/bin.mips/mfs_import
mfs-utils/bin.mips/mfs_stream
mfs-utils/bin.mips/tserver
mfs-utils/bin.mips/mfs_tmfstream
mfs-utils/bin.mips/NowShowing
mfs-utils/bin.mips/mfs_tzoffset
mfs-utils/bin.mips/mfs_ls
bash-2.02# cd mfs-utils
bash-2.02# cd bin.mips
bash-2.02# ./mfs_import 2206 </dev/zero
recv error, falling back to read loop. : Socket operation on non-socket
bash-2.02# ./mfs_import 3 </dev/zero
recv error, falling back to read loop. : Socket operation on non-socket
bash-2.02# ./mfs_import 9 </dev/zero
recv error, falling back to read loop. : Socket operation on non-socket
bash-2.02#
bash-2.02#
bash-2.02# ./mfs_import 21 </dev/zero
recv error, falling back to read loop. : Socket operation on non-socket
bash-2.02# ./Superpatch67Standby.tcl
TuikHelper.tcl not found!
bash-2.02#
bash-2.02# ./Superpatch67Standby.tcl
Use “Superpatch67Standby.tcl default” to use script defaults (+tcs -mss -sbt).
Use “Superpatch67Standby.tcl restore” to restore to TiVo defaults.
Other options: – will remove the option, + will add the option
mnp – “Music & Photos in TiVo (DIRECTV) Central”
tcs – “Standby in TiVo (DIRECTV) Central”
mss – “Standby in Messages & Setup”
sbt – “Search by Title (Demo) from Pick programs to Record”
Example: Superpatch67Standby.tcl +tcs -mss -sbt -mnp
bash-2.02#
bash-2.02# ./Superpatch67Standby.tcl +tcs -mss -sbt
Current Software Version: 6.2a-01-2-151
Adding Standby in TiVo (DIRECTV) Central
Searching for ui/TivoCentral/TivoCentralDocument.brf
Removing Standby in Messages & Setup
Searching for common/ui/Menus/SetupMainMenu/SetupMainMenuDocument.brf
Removing Search by Title (Demo) from Pick programs to Record
Searching for ui/PickPrograms/PickProgramsDocument.brf
Done!
bash-2.02#
bash-2.02# reboot
IMPORTANT NOTE: BINARY MODE BINARY MODE did i mention BINARY MODE\
and
To CHMOD 1 file: chmod 755 filename.cgi
To CHMOD several files: chmod 755 filename1.cgi filename2.cgi
To CHMOD all files and folders in current working directory: chmod 755 *
To CHMOD all files and folders in current working directory and each subsequent sub-directory and file: chmod -R 777 *