Page 4 of 7

Re: PVR Disable Encryption C/D Serie.

Posted: Mon Apr 09, 2012 1:18 pm
by juusso
DEUS, feel free to add any of published tools to webif if those tools you think are compatble :-)

Re: PVR Disable Encryption C/D Serie.

Posted: Sun Apr 29, 2012 6:08 pm
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

Re: PVR Disable Encryption C/D Serie.

Posted: Sun Apr 29, 2012 7:12 pm
by DEUS
which FW you have T-GAS6*, same happen "recording failed" when FW is unsupported

Re: PVR Disable Encryption C/D Serie.

Posted: Fri May 04, 2012 10:37 am
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

Re: PVR Disable Encryption C/D Serie.

Posted: Tue May 08, 2012 11:27 am
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. :)

Re: PVR Disable Encryption C/D Serie.

Posted: Tue May 08, 2012 1:51 pm
by arris69
mmhorda wrote:latest firmwares have some advantages over old once
:lol:

as example :?: :?: :?: :?:

Re: PVR Disable Encryption C/D Serie.

Posted: Tue May 08, 2012 11:15 pm
by Cichas
T-VALDEUC-3014.1 should be blacklisted too (zero length recordings with samsung_pvr in memory)
T-VALDEUC-3011 is latest good

Re: PVR Disable Encryption C/D Serie.

Posted: Wed May 09, 2012 7:36 pm
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.

Re: PVR Disable Encryption C/D Serie.

Posted: Thu May 10, 2012 4:58 pm
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.

Re: PVR Disable Encryption C/D Serie.

Posted: Sat May 19, 2012 12:14 pm
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.