Compare Products, Prices & Stores For:

COMPUTERS, COMPONENTS COMPUTER ACCESSORIES, COMPUTER MEMORY, HARDWARE, INPUT DEVICES, NETWORKING, PDAs & MOBILE ELECTRONICS, SOFTWARE, STORAGE & MEDIA, DIGITAL CAMERAS, HOME AUDIO, TV& VIDEO

Google
 
Web DealDatabase.com
What are you shopping for?


Go Back   DealDatabase Forum - Deals, Freebies, and TiVo & DirecTivo Hacking > Category: NEW TiVo, DTiVo, Extraction FORUMS! > Newbie Tivo

Reply
 
Thread Tools Rate Thread Display Modes
  #16  
Old 08-08-2005, 01:36 AM
TivoWare's Avatar
TivoWare TivoWare is offline
Senior Member
 
Join Date: Oct 2004
Posts: 157
Add Standby back to the Main Menu!

Ok here it is! Superpatch67Standby.tcl
(If this is a bad name suggest a new one!)

Beta! Beta! Beta!
As with most scripts, if something goes wrong this could make your tivo unbootable.

This Script requires TuikHelper.tcl:
I made TuikHelper.tcl to help other people that want to make scripts that change TuikResources. It is very poorly documented but you should be able to look at scripts that use it and get the idea.

Superpatch67Standby.tcl will:
-Add Standby back to DirecTV Central
-Remove Standby from messages and settings
-Remove Search by Title (Demo) from Pick programs to Record

Normal usage: ./Superpatch67Standby.tcl
Reverse changes: ./Superpatch67Standby.tcl remove

You need to Reboot to see the changes.
Also if you download it I better hear if it worked or not!

I don't have a 7.1 system to test, but if someone could at least test it with the follwing section commented out and let me know the messages you get.
Code:
    # Import Resource
    if { [ImportResourceByIndexPath $ResIndex ${WorkPath}${WorkName}.new] == "" } {
      puts "  Error: Failed to import ${WorkPath}${WorkName}.new to $ResName"
      exit
    }
Superpatch67Standby.tcl (+1492 views)
TuikHelper.tcl (+1257 views)

*Update*
Get the latest version here.
__________________
Tip: When linking to a post change showpost.php to showthread.php Before After

2 x HDVR2, 1 x SD-DVR40 (All 160 GB, superpatched, tivoweb, crond, inetd (vserver,tserver), mfs_ftp, usb2.0, endpad)

Last edited by TivoWare; 12-01-2006 at 09:37 AM. Reason: New Version
Reply With Quote
  #17  
Old 08-08-2005, 01:56 AM
darrin75 darrin75 is offline
Diamond Member
 
Join Date: Jul 2004
Posts: 567
I got a ?. I have a tivo that I have extracted the tivoCentralDocument how do I reinsert it to test your scripts. Thanks I have been waiting for this..Awesome

Thanks
Darrin
__________________
1. Search some more..
2. Your going to have to Open the tivo voiding you warranty.
3. When you have that done, better learn to hack it.
4. If you don't get past step three, go back to step one..
Reply With Quote
  #18  
Old 08-08-2005, 02:06 AM
TivoWare's Avatar
TivoWare TivoWare is offline
Senior Member
 
Join Date: Oct 2004
Posts: 157
If all you did is extract the tivoCentralDocument, I don't really understand what you are asking. But If you want a restore one you have saved try this.

If you use my TuikHelper.tcl you can do it like so:

Code:
#!/tvbin/tivosh

#Require TuikHelper.tcl
if { [catch { source [file dirname [info script]]/TuikHelper.tcl } Result] } {
 puts "TuikHelper.tcl is required to run this script"
}

set ResName "TivoCentralDocument.brf"
set ResPath "ui/TivoCentral/"

set WorkPath "/var/tmp/"
set WorkName $ResName

puts "Searching for $ResPath$ResName IndexPath..."
set ResIndex [ FindResourceIndexPath $ResPath$ResName ]

if { $ResIndex == "" } {
  puts "Error: Failed to find $ResPath$ResName"
  exit
}

if { [ImportResourceByIndexPath $ResIndex ${WorkPath}${WorkName}] == "" } {
  puts "Error: Failed to import ${WorkPath}${WorkName} to $ResName"
  exit
}
__________________
Tip: When linking to a post change showpost.php to showthread.php Before After

2 x HDVR2, 1 x SD-DVR40 (All 160 GB, superpatched, tivoweb, crond, inetd (vserver,tserver), mfs_ftp, usb2.0, endpad)

Last edited by TivoWare; 08-08-2005 at 02:08 AM.
Reply With Quote
  #19  
Old 08-08-2005, 02:17 AM
darrin75 darrin75 is offline
Diamond Member
 
Join Date: Jul 2004
Posts: 567
Works great!!!Thanks
__________________
1. Search some more..
2. Your going to have to Open the tivo voiding you warranty.
3. When you have that done, better learn to hack it.
4. If you don't get past step three, go back to step one..
Reply With Quote
  #20  
Old 08-08-2005, 02:44 AM
darrin75 darrin75 is offline
Diamond Member
 
Join Date: Jul 2004
Posts: 567
NOTE: This Works Before OR After Applying Nutkase Superpatch. Tested..
__________________
1. Search some more..
2. Your going to have to Open the tivo voiding you warranty.
3. When you have that done, better learn to hack it.
4. If you don't get past step three, go back to step one..
Reply With Quote
  #21  
Old 08-08-2005, 12:00 PM
steve90071 steve90071 is offline
Senior Member
 
Join Date: Apr 2004
Posts: 114
I would like to give Superpatch67Standby.tcl a try (I will back up first), but I am not clear on how to position TuikHelper.tcl. Do I just put it in the path of Superpatch67Standby.tcl?
Reply With Quote
  #22  
Old 08-08-2005, 12:30 PM
TivoWare's Avatar
TivoWare TivoWare is offline
Senior Member
 
Join Date: Oct 2004
Posts: 157
Quote:
Originally Posted by steve90071
I would like to give Superpatch67Standby.tcl a try (I will back up first), but I am not clear on how to position TuikHelper.tcl. Do I just put it in the path of Superpatch67Standby.tcl?
Yes, just put them in the same directory.
__________________
Tip: When linking to a post change showpost.php to showthread.php Before After

2 x HDVR2, 1 x SD-DVR40 (All 160 GB, superpatched, tivoweb, crond, inetd (vserver,tserver), mfs_ftp, usb2.0, endpad)
Reply With Quote
  #23  
Old 08-08-2005, 04:18 PM
LanMan's Avatar
LanMan LanMan is offline
Experienced Member.
 
Join Date: Feb 2004
Posts: 23
Nice Job

TivoWare,

Tested on a Hughes SD-DVR40 6.2

The scripts work great! Network setup via UI in your future plans.......

Eric
Reply With Quote
  #24  
Old 08-08-2005, 06:41 PM
NoCalME's Avatar
NoCalME NoCalME is offline
Senior Member
 
Join Date: Sep 2003
Posts: 110
Worked great on my SD-DVR80. Thanks!
Reply With Quote
  #25  
Old 08-09-2005, 11:22 AM
steve90071 steve90071 is offline
Senior Member
 
Join Date: Apr 2004
Posts: 114
Worked great on my RCA DVR40. Thanks!
Reply With Quote
  #26  
Old 08-09-2005, 09:35 PM
rpl rpl is offline
Senior Member
 
Join Date: May 2003
Posts: 244
Quote:
Originally Posted by steve90071
Worked great on my RCA DVR40. Thanks!
Worked for me also. Awesome.
Reply With Quote
  #27  
Old 08-10-2005, 01:01 PM
Blahblah2001 Blahblah2001 is offline
Charter Member
 
Join Date: Feb 2004
Posts: 42
Nice work, TivoWare!

Now, any idea where to find the tuikres resources to set which remote codes the Tivo uses? Would like to use my old Sony Sat-T60 remote with my Hughes DTivo running 6.2. Any nudges in the right direction would be much appreciated. Thanks!
Reply With Quote
  #28  
Old 08-10-2005, 01:19 PM
TivoWare's Avatar
TivoWare TivoWare is offline
Senior Member
 
Join Date: Oct 2004
Posts: 157
I only see two Resource files with remote in the name. HuxleyRemoteDocument.brf and SetupRemoteDocument.brf. No idea how to read them tho.

Code:
Tivo:/var> hexdump brf/HuxleyRemoteDocument.brf
0000000 0abf 0001 1f01 3303 6001 2101 3303 6008
0000010 2601 3303 6004 0501 3304 6088 0006 0133
0000020 0560 9080 000c 0133 0660 a080 8000 0401
0000030 3303 6002 0201 3304 6084 0000 0133 0560
0000040 8880 0003 0133 0660 9080 8000 0101 3305
0000050 6090 8002 2a01 3305 6098 8000 2b01 3306
0000060 6090 9080 002c 0133 0560 9084 002d 0133
0000070 0360 031c 0133 0460 1581 3e01 3303 6006
0000080 1d01 3303 6007 2401 3304 6009 813d 0133
0000090 0460 0a81 3c01 3304 600b 8144 0133 0360
00000a0 0c2e 0133 0760 80c0 8080 0037 0200 0100
00000b0 0201 0100 0202 0100 0203 0101 0204 0100
00000c0 0205 0100 0206 0100 0207 0033 1700 0102
00000d0 0304 0506 0708 090a 0b0c 0d0e 0f10 1112
00000e0 1314 1516
00000e4

Tivo:/var> hexdump brf/SetupRemoteDocument.brf
0000000 0abf 0001 0302 0004 2e2f 7377 5f6d 7977
0000010 6f72 6c64 2f69 6d67 2f50 726f 766f 4361
0000020 6c6c 6f75 745f 4374 726c 5f50 7772 5f76
0000030 325f 632e 706e 6702 0104 2f2f 7377 5f6d
0000040 7977 6f72 6c64 2f69 6d67 2f50 726f 766f
0000050 4361 6c6c 6f75 745f 4374 726c 5f4d 7574
0000060 655f 7632 5f63 2e70 6e67 0202 0430 2f73
0000070 775f 6d79 776f 726c 642f 696d 672f 5072
0000080 6f76 6f43 616c 6c6f 7574 5f43 7472 6c5f
0000090 496e 7075 745f 7632 5f63 2e70 6e67
000009e
__________________
Tip: When linking to a post change showpost.php to showthread.php Before After

2 x HDVR2, 1 x SD-DVR40 (All 160 GB, superpatched, tivoweb, crond, inetd (vserver,tserver), mfs_ftp, usb2.0, endpad)
Reply With Quote
  #29  
Old 08-11-2005, 11:28 AM
Blahblah2001 Blahblah2001 is offline
Charter Member
 
Join Date: Feb 2004
Posts: 42
Thanks for the dumps. I'll see if I can figure it out from there.
Reply With Quote
  #30  
Old 08-19-2005, 03:01 AM
playerx playerx is offline
Member in Training.
 
Join Date: Jul 2005
Posts: 3
20

Standby is now where it should be, and the pesky (demo) is gone! Thanks!

As you can see below, it ran nicely.
Code:
./Superpatch67Standby.tcl
Applying Superpatch67Standby Mod...
DIRECTV Central: Adding Standby
  Searching for ui/TivoCentral/TivoCentralDocument.brf IndexPath...
Messages & Setup: Removing Standby
  Searching for common/ui/Menus/SetupMainMenu/SetupMainMenuDocument.brf IndexPath...
Programs to Record: Removing Search by Title (Demo)
  Searching for ui/PickPrograms/PickProgramsDocument.brf IndexPath...
Done!
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:09 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright 2000-2008 © dealdatabase.com.
TiVo® is a registered trademark of TiVo Inc. This site is not affiliated with TiVo Inc.