PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Here are software that related with Samsung F series TVs.
Please don't create any new topic here unless you have software to post/release.

sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Post by sectroyer »

mondieu wrote:Wow, this sound interesting. Is there any kind of rudimentary documentation available, perhaps just a plain text file? Anyway I stop bothering you (for now:)). Thanks so much for your support.
What documentation you need? Unpack. Open decrypt.sh in any text editor. Change this two lines:

Code: Select all

usb=sda1
tvip="tv2"
Run:

Code: Select all

./decrypt.sh
What should I document ? :D
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
User avatar
mmhorda
SamyGO Project Donor
Posts: 152
Joined: Tue Jan 25, 2011 11:23 am

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Post by mmhorda »

Does it really have to connect to TV? what about doing it locally?
I record everything to a NAS over NFS (can be SMB as well).
Basically I have direct access to recordings (1gb link). It seems to me like the only logical way rather than using USBs.
Even though with USBs we can successfully mount them in Linux and have direct access.
It would be very nice to have a normal tool like for C/D series that can decode it locally.
Another thing if it is needed to get the keys from TV for decryption why not to make them being stored decrypted in the first place as it was done with C/D series?
TV: LE40C750 - T-VALDEUC 3011.0
TV: UE40D6100 - T-GAS6DEUC 1026.0
TV: UE50ES6300 - T-MST10PDEUC 1042.0
NAS: MyBookLive 3Tb - Core F/W 02.43.03-022
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Post by sectroyer »

mmhorda wrote:Does it really have to connect to TV? what about doing it locally?
I record everything to a NAS over NFS (can be SMB as well).
Basically I have direct access to recordings (1gb link). It seems to me like the only logical way rather than using USBs.
Even though with USBs we can successfully mount them in Linux and have direct access.
It would be very nice to have a normal tool like for C/D series that can decode it locally.
Another thing if it is needed to get the keys from TV for decryption why not to make them being stored decrypted in the first place as it was done with C/D series?
Use this script anyway you want. You free to modify it. The script works for standard configuration. It connects to TV to dump keys and download encrypted movie and then decrypt it locally.
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
omek
SamyGO Project Donor
Posts: 8
Joined: Fri Jan 24, 2014 7:35 pm

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Post by omek »

I have changed usb=sdb1 (my usb Harddisk on F6500) and the IP of F6500 tvip="...." decrypt is compiled
This script show me a error:

Code: Select all

./decrypt.sh: line 78: ./decrypt.sh: line 74: dialog: command not found: syntax error: operand expected (error token is "./decrypt.sh: line 74: dialog: command not found")
Where is the download path?
FTP is working
here is the dtv/usb/usblog:

Code: Select all

[sda]
Vendor : USB     
Product : Flash Disk      
Serial : AA04012700201111
Devpath : 2-1.2
Lun : 0
ScsiDevicePath : /dev/sda1
MountDir : /dtv/usb/sda1
FileSystem : vfat

[sdb]
Vendor : ST96812A
Product : S               
Serial : ST96812AS          
Devpath : 2-1.3
Lun : 0
ScsiDevicePath : /dev/sdb1
MountDir : /dtv/usb/sdb1
FileSystem : ext4

[sdc]
Vendor : SamyGO  
Product : Virt. USB       
Serial : None
Devpath : 4-1
Lun : 0
ScsiDevicePath : /dev/sdc
MountDir : /dtv/usb/sdc
FileSystem : vfat

OS X 10.9.2 UE46F6500
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Post by juusso »

install dialog package on your linux.
apt-get install dialog
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
omek
SamyGO Project Donor
Posts: 8
Joined: Fri Jan 24, 2014 7:35 pm

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Post by omek »

I use mac OS X 10.9.2 ;)
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Post by sectroyer »

omek wrote:I use mac OS X 10.9.2 ;)
Surprise, surprise the command is almost identical ;)

Code: Select all

 sudo port install dialog
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
omek
SamyGO Project Donor
Posts: 8
Joined: Fri Jan 24, 2014 7:35 pm

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Post by omek »

:shock:

Code: Select all

bash: port: command not found
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Post by sectroyer »

omek wrote::shock:

Code: Select all

bash: port: command not found
Install macports. If you don't know what it is google.com macports ;)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
omek
SamyGO Project Donor
Posts: 8
Joined: Fri Jan 24, 2014 7:35 pm

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Post by omek »

i have port installed, but the path was not right

yeah, it works! Thanx! :mrgreen:

Post Reply

Return to “[F] Software”