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! > Extraction, Insertion, & Streaming Support

Reply
 
Thread Tools Rating: Thread Rating: 22 votes, 4.95 average. Display Modes
  #451  
Old 04-22-2005, 03:18 AM
johnsolo's Avatar
johnsolo johnsolo is offline
Senior Member
 
Join Date: Feb 2004
Posts: 155
Send a message via AIM to johnsolo
You should put the 7.1a command up on the first post too
Reply With Quote
  #452  
Old 04-24-2005, 05:25 PM
Neevor Neevor is offline
Junior Member
 
Join Date: May 2004
Posts: 10
NoCSO for 7.1b

I haven't seen a patch posted for 7.1b yet, so can someone check the following on a system with 7.1b?

Code:
All Values are Hex

Sw Version          Offset (VMA)     Original Value      New Value
7.1b                00691290         0320f809            3C020000
It seems to work on my SA2, ciphercheck.tcl reports "TyStream encryption is currently disabled", and a downloaded show seems to be fine.

Neevor
__________________
SA2 - killhdinitrd 3.1.5 kernel w/9.1-01-2-140 root
NoCSO, All-In-One SA2, Telnet, TFTP, Tserver, TivoWebPlus 2.1.b3, Backport Drivers
Reply With Quote
  #453  
Old 04-27-2005, 05:16 PM
ebeighe ebeighe is offline
Charter Member
 
Join Date: Jul 2004
Posts: 48
Quote:
Originally Posted by 7.1
Here is the NoCSO patch for 7.1:
Code:
     vma       old         new
  6916c4: 0320f809 -> 24020000
converted to decimal file offset for dd:
Code:
echo -ne "\x24\x02\x00\x00" | dd conv=notrunc of=tivoapp bs=1 seek=2692804
my 7.1 (in particular, it says it is 7.1a-02-2-264) doesn't have the expected bytes at that offset. And probably coincidentally, the expected bytes show up 4 bytes sooner. I tried patching those bytes but that caused tivo to get stuck (says "wait" onscreen) forever. Are there different versions of 7.1a?

here is what my (unpatched) tivoapp looks like near decimal offset 2692804:
Code:
bash-2.02# hexdump -s 2692800 -n 16 tivoapp
02916c0 0320 f809 0000 0000 8fbc 0020 9662 000a
Reply With Quote
  #454  
Old 04-27-2005, 05:43 PM
7.1 7.1 is offline
Senior Member
 
Join Date: Jan 2005
Posts: 127
Quote:
Originally Posted by ebeighe
my 7.1 (in particular, it says it is 7.1a-02-2-264) doesn't have the expected bytes at that offset.
7.1a != 7.1. Generally tivo seems to change this part of the software version number when tivoapp changes. 7.1a-01 and 7.1a-02 have the same tivoapp, so patches are compatible.

You'll find what you need here.

7.1b is out now and should be going out soon to most S2SA machines (but not the S2.5s). Neevor posted the nocso patch location for it a few posts back in this thread. I'd expect the other patches to port easily from 7.1a too.

Last edited by 7.1; 04-27-2005 at 05:53 PM.
Reply With Quote
  #455  
Old 04-28-2005, 04:44 AM
lenroc's Avatar
lenroc lenroc is offline
Senior Member
 
Join Date: Dec 2003
Posts: 434
Quote:
Originally Posted by Neevor
I haven't seen a patch posted for 7.1b yet, so can someone check the following on a system with 7.1b?

Code:
All Values are Hex

Sw Version          Offset (VMA)     Original Value      New Value
7.1b                00691290         0320f809            3C020000
Doesn't mesh with me. I've got 0x0060c821 at that VMA. The 0x0320f809 is at VMA 691294, though. This is a tivoapp from 7.1b-01-2-240. (My copy of tivoapp has never been run, if that makes a difference...)
__________________
Questions? Problems?
  1. How to avoid asking needless questions
  2. How to ask smart questions
"... and this is your computer on drugs. Any questions?"

Last edited by lenroc; 04-28-2005 at 04:47 AM.
Reply With Quote
  #456  
Old 04-28-2005, 09:17 AM
Jamie Jamie is offline
Diamond Member
 
Join Date: Aug 2004
Posts: 4,010
Quote:
Originally Posted by lenroc
Doesn't mesh with me. I've got 0x0060c821 at that VMA. The 0x0320f809 is at VMA 691294, though. This is a tivoapp from 7.1b-01-2-240. (My copy of tivoapp has never been run, if that makes a difference...)
I match Neevor:
Code:
0x0069128c addiu  t9,t9,-1992
0x00691290 jalr   t9
0x00691294 nop
For comparison, here's the same section of 4.0.1b showing the original and replacement code (+ is new, - is old):
Code:
 0x00c38104 addiu  t9,t9,31712      
-0x00c38108 jalr   t9
+0x00c38108 move   v0,zero
 0x00c3810c nop
Just to make sure we're all looking at the same tivoapp, here's the md5sum of tivoapp-7.1b:
Code:
% md5sum tivoapp-7.1b
c73da179367e747f46318b33d953b028  tivoapp-7.1b
Size is 22051388. This is from 7.1b-01-2-264.

Last edited by Jamie; 04-28-2005 at 09:23 AM.
Reply With Quote
  #457  
Old 04-28-2005, 04:42 PM
lenroc's Avatar
lenroc lenroc is offline
Senior Member
 
Join Date: Dec 2003
Posts: 434
This is a good time to state that I have no idea what I'm doing (I tend to think that's self-evident, though...)

Anyway, here's what I see:

Code:
tivo:/var$ hexdump -s 6886032 -n 8 tivoapp-7.1b
0691290 0060 c821 0320 f809
0691298
tivo:/var$ md5sum tivoapp-7.1b
c73da179367e747f46318b33d953b028  tivoapp-7.1b
tivo:/var$ ls -al tivoapp-7.1b
-rwxr-xr-x    1 0        0        22051388 Apr 28 20:03 tivoapp-7.1b
__________________
Questions? Problems?
  1. How to avoid asking needless questions
  2. How to ask smart questions
"... and this is your computer on drugs. Any questions?"
Reply With Quote
  #458  
Old 04-28-2005, 05:00 PM
Jamie Jamie is offline
Diamond Member
 
Join Date: Aug 2004
Posts: 4,010
Quote:
Originally Posted by lenroc
This is a good time to state that I have no idea what I'm doing (I tend to think that's self-evident, though...)
You aren't properly converting hex vma addresses to file offsets. Here's a good tutorial.

If you did the vma to file offset translation right, you'd get this result:
Code:
% hexdump -C -s 2691728 -n 8 tivoapp-7.1b
00291290  03 20 f8 09 00 00 00 00                           |. ......|
00291298

Last edited by Jamie; 04-28-2005 at 05:03 PM.
Reply With Quote
  #459  
Old 04-28-2005, 05:35 PM
lenroc's Avatar
lenroc lenroc is offline
Senior Member
 
Join Date: Dec 2003
Posts: 434
Got it. Sorry all.

I was actually using a hex editor on Windows to look at the offset. I must have had something else wrong though.
__________________
Questions? Problems?
  1. How to avoid asking needless questions
  2. How to ask smart questions
"... and this is your computer on drugs. Any questions?"
Reply With Quote
  #460  
Old 06-06-2005, 02:26 AM
gumbie gumbie is offline
Junior Member
 
Join Date: Mar 2005
Posts: 10
Pioneer 810H-S Tystream encryption disabling

I have followed the instructions to the letter (twice), with same results.. myworld program bailing with signal 11 and unit locking up at 2nd stage boot (Almost there, Just a few more minutes). I used the sequence for S2 user with SW Ver. 5.2... My unit is a Pioneer 810H-S running killed 3.1.5 kernel and software version 5.2.2-01-2-275. Is there an alternative to disabling the crypt? Main reason for hacking the tivo, was to be able to offload and edit out commercials on PC and create VCD, SVCD, and DVDs using PC based authoring software. Any help would be greatly appretiated. Please Respond to email removed.

Rick

edit by mrblack51: this is a public message board. if its a support question, the answers should be public

Last edited by mrblack51; 06-06-2005 at 11:29 AM.
Reply With Quote
  #461  
Old 06-18-2005, 01:19 PM
numbchuck9191 numbchuck9191 is offline
Member in Training.
 
Join Date: Jun 2005
Posts: 1
unscrambling the Dtivo S2 v6.2

Been searching all morning with no luck. I want to unscramble the shows on my Philips 7000 Series 2 DirectTV which is running version 6.2-01-2-101 of the software. I can't find anything that says if noscramble.o will work with 6.2, nor what (or where) the latest verion of noscramble is.

In any event, I like AlphaWolf's approach better. Can someone please post the patch location and code for the 6.2 DirectTV version? The original post seems to have skipped that version.

Thanks, David
Reply With Quote
  #462  
Old 06-18-2005, 02:14 PM
Jamie Jamie is offline
Diamond Member
 
Join Date: Aug 2004
Posts: 4,010
Quote:
Originally Posted by numbchuck9191
Been searching all morning with no luck. I want to unscramble the shows on my Philips 7000 Series 2 DirectTV which is running version 6.2-01-2-101 of the software. I can't find anything that says if noscramble.o will work with 6.2, nor what (or where) the latest verion of noscramble is.
As far as I know, noscramble.o is an obsolete technlogy that only applied to Series 1 units.
Quote:
In any event, I like AlphaWolf's approach better. Can someone please post the patch location and code for the 6.2 DirectTV version? The original post seems to have skipped that version.
Hint: 'nocso' and your tivo software version are good search terms to find this.

See this link. It is also in the superpatch.
Reply With Quote
  #463  
Old 06-20-2005, 02:58 AM
johnsolo's Avatar
johnsolo johnsolo is offline
Senior Member
 
Join Date: Feb 2004
Posts: 155
Send a message via AIM to johnsolo
Arrow 7.1b-01-2-240 command

Code:
echo -ne "\x3C\x02\x00\x00" | dd conv=notrunc of=tivoapp bs=1 seek=2691728
Worked for me, that's all I'm saying.
Reply With Quote
  #464  
Old 07-07-2005, 10:08 AM
gudgolf gudgolf is offline
Member in Training.
 
Join Date: Oct 2004
Location: Texas
Posts: 6
Send a message via ICQ to gudgolf Send a message via MSN to gudgolf
Disabling tystream encryption

In reference to the head of this thread, Will this procedure work on a unit (Samsung Sir4040) that has been hacked by Ptv "cake" and "net upgrade" ?
Reply With Quote
  #465  
Old 07-14-2005, 07:26 AM
pgoodell pgoodell is offline
Member in Training.
 
Join Date: Jul 2005
Posts: 4
Send a message via Yahoo to pgoodell
17 Disabling tystream encryption

AlphaWolf jumps from Software Version 5.3 to 7.1 whatabout 6.2?
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:11 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.
You Rated this Thread: