PVR Disable Encryption C/D Serie.

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

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

Re: PVR Disable Encryption C/D Serie.

Post by juusso »

DEUS, feel free to add any of published tools to webif if those tools you think are compatble :-)
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
khksamsung

Re: PVR Disable Encryption C/D Serie.

Post by khksamsung »

Denny wrote:Install instructions:

1. Download archive.
2. Copy /genoa/samsung_pvr to SamyGO directory ....\SamyGO\opt\privateer\usr\sbin
3. Permissions

Code: Select all

chmod 777 samsung_pvr
4. Copy 01_04_pvr_drm_disable.init to \SamyGO\etc\init.d
5. Permissions

Code: Select all

chmod 777  01_04_pvr_drm_disable.init

6. Reboot tv/restart SamyGO extensions.
7. Enjoy your pvr recorded streams, it can be used/played on any non samsung device.


before ppl who dont have rooted TV, dont worry, soon it will be also released.

Image
Hello,
I did what was proposed with the samsung_pvr.zip archive for my UE40D6200 with FW 1016.3 and tried to get PVR working.
I first had switched type to D6100 in Service-Menu and then I installed the SamyGO widget.
Now I was able to record tv on a USB HDD attached to Port 1 without any problems (also time-shift recordings).
But the recordings was always crypted and I could not play them on pc.

Then I copied the files of samsung_pvr.zip to tv (01_04_pvr_drm_disable.init + genoa samsung_pvr) and restarted tv.
Then I started a new recording. After 15 second I got the message "recording failed".
On the tv I deleted the file samsung_pvr and recording was possible again.
But playing the files on my HDD attached to my pc was not possible

Is there anybody who knows the solution for disabling pvr scrambling on my tv?
Maybe there is an update of samsung_pvr neccesary for my tv with firmware 1016.3 ?

Thanks in advance
DEUS
Official SamyGO Developer
Posts: 316
Joined: Mon Feb 06, 2012 12:05 pm
Location: Germany

Re: PVR Disable Encryption C/D Serie.

Post by DEUS »

which FW you have T-GAS6*, same happen "recording failed" when FW is unsupported
DEUS
Official SamyGO Developer
Posts: 316
Joined: Mon Feb 06, 2012 12:05 pm
Location: Germany

Re: PVR Disable Encryption C/D Serie.

Post by DEUS »

ok there was a question about detection of compatibility, i modified script to do some checks and choose right file. will use it in webif module,
versions can be Balcklisted (maybe White is better) but need version which are confirmd to work or not to work

Code: Select all

#!/bin/sh
#
# ? Copyright 1996-2011, SamyGO
#
#
. /dtv/SGO.env

### BLACKLIST
GASDEUC="1018"
VALDEUC="1020"
GAS6DEUC="1016"
### BLACKLIST END

pvr_select() {
	if [ ! -f $DISTROOT/usr/sbin/samsung_pvr ]; then
		PLATFORM=$(cat /.version | /bin/busybox awk -F "." '{print $1}' | /bin/busybox sed 's/"//g')
		[ -f $DISTROOT/usr/sbin/samsung_pvr_$PLATFORM ] && cp $DISTROOT/usr/sbin/samsung_pvr_$PLATFORM $DISTROOT/usr/sbin/samsung_pvr
	fi
	[ ! -f $DISTROOT/usr/sbin/samsung_pvr ] && echo "N samsung_pvr found" && exit 1
}
firmware() {
	if [ -f /mtd_exe/.info ];then FIRMWARE=$(cat /mtd_exe/.info | /bin/busybox sed 's/T-//g')
	elif [ -f /dtv/.info ];then FIRMWARE=$(cat /dtv/.info | /bin/busybox sed 's/T-//g')
	fi
}
version() {
	if [ -f /mtd_rwarea/PartitionSwitch_1_0 ]; then
		if [ $(/bin/busybox grep $FIRMWARE /mtd_rwarea/Version.1) ]; then VERSION=$(cut -d "_" -f 3 /mtd_rwarea/Version.1)
		elif [ $(/bin/busybox grep $FIRMWARE /mtd_rwarea/RVersion.1) ]; then VERSION=$(cut -d "_" -f 3 /mtd_rwarea/RVersion.1)
		fi
	elif [ -f /mtd_rwarea/PartitionSwitch_0_1 ]; then
		if [ $(/bin/busybox grep $FIRMWARE /mtd_rwarea/Version.0) ]; then VERSION=$(cut -d "_" -f 3 /mtd_rwarea/Version.0)
		elif [ $(/bin/busybox grep $FIRMWARE /mtd_rwarea/RVersion.0) ]; then VERSION=$(cut -d "_" -f 3 /mtd_rwarea/RVersion.0)
		fi
	fi
}
case $1 in 
	start)
	pvr_select
	firmware
	[ -z "$FIRMWARE" ] && echo "trouble getting firmware" && exit 1
	version
	[ -z "$VERSION" ] && echo "trouble getting version" && exit 1
	[ "$VERSION" -lt "$(eval echo \${$FIRMWARE})" ] && samsung_pvr &
	;;
	stop)
	kill $(pidof samsung_pvr) && echo "??"
	;;
	test)
	firmware && echo $FIRMWARE
	version && echo "$VERSION Blacklisting start $(eval echo \${$FIRMWARE})"
	;;
	reset_pvr)
	kill $(pidof samsung_pvr) && echo "??"
	rm $DISTROOT/usr/sbin/samsung_pvr
	;;
	status)
	[ -n "$(pidof samsung_pvr)" ] && echo "Is Active" || echo "Not Active"
	;;
	*)
	echo "Usage: $0 {start|stop|test|reset_pvr|status}" 1>&2
	exit 0
	;;
esac
User avatar
mmhorda
SamyGO Project Donor
Posts: 152
Joined: Tue Jan 25, 2011 11:23 am

Re: PVR Disable Encryption C/D Serie.

Post by mmhorda »

hey DEUS.

are there new versions planed?
As long as I know it is not working on latest firmwares but latest firmwares have some advantages over old once.
Would be good to make it work instead of just blocking. :)
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
arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: PVR Disable Encryption C/D Serie.

Post by arris69 »

mmhorda wrote:latest firmwares have some advantages over old once
:lol:

as example :?: :?: :?: :?:
Cichas
Posts: 11
Joined: Tue May 08, 2012 12:45 am
Location: Czech Republic

Re: PVR Disable Encryption C/D Serie.

Post by Cichas »

T-VALDEUC-3014.1 should be blacklisted too (zero length recordings with samsung_pvr in memory)
T-VALDEUC-3011 is latest good
User avatar
mmhorda
SamyGO Project Donor
Posts: 152
Joined: Tue Jan 25, 2011 11:23 am

Re: PVR Disable Encryption C/D Serie.

Post by mmhorda »

arris69 wrote:
mmhorda wrote:latest firmwares have some advantages over old once
:lol:

as example :?: :?: :?: :?:
okay. here are some examples.

To my personal opinion T-VALDEUC 3014 has better SD and HD 3D picture over all previouse once.
T-GAS6DEUC 1016 finally fixed my always TV turning off plus it is not that significantly but noticibly faster than 1014.
I am somehow sure that the channel frequencies and transponders information is updated in newver firmware versions, so that you could actually find your channel by automatic search not manual. I dont remember exact versions of old T-VALDEUC where not all channels being found in my network provider (but they are below 3xxx)
Someone already has reported here on forum that T-VALDEUC 3014 plays some extra old divx that were not working before.
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
Cichas
Posts: 11
Joined: Tue May 08, 2012 12:45 am
Location: Czech Republic

Re: PVR Disable Encryption C/D Serie.

Post by Cichas »

>Someone already has reported here on forum that T-VALDEUC 3014 plays some extra old divx that were not working before.
It was me. I decided to downgrade to T-VALDEUC 3011 and it is the same as 3014. Better DivX playback than 3007 I had for ~one year.
Last edited by Cichas on Tue Sep 04, 2012 5:37 pm, edited 1 time in total.
tempinbox
Posts: 317
Joined: Wed May 11, 2011 7:00 pm

Re: PVR Disable Encryption C/D Serie.

Post by tempinbox »

Is there any chance that this trick will work with the 3014 t-valdeuc firmware in future?
Is someone work on this?
Please reply.
I want to update to 3014 now i'm 3011 because i read that with 3014 is improved the tuner.

Post Reply

Return to “[D] Software”