Opened 4 years ago

Closed 4 years ago

#4797 closed defect (fixed)

Telekom TV (Romania)

Reported by: Sambas1980 Owned by:
Priority: major Component: Reader
Severity: medium Keywords:
Cc: Sensitive: no

Description (last modified by Sambas1980)

Revision

NDS

Issue Description

Pin

When the issue occurs

Adult Channels

How the issue is reproducable

Need pin to open!

<Don't forget to ATTACH (NOT post here as text) a log file of oscam in debug mode (start oscam with -d255) and to remove the brackets around the fields! Otherwise, your ticket will be closed as you seem to be unable to read.>

Change History (7)

comment:1 by Sambas1980, 4 years ago

Description: modified (diff)

To solve this issues.

@@ -1217,6 +1217,11 @@

memmove(tbuff + 11, tbuff + 13, new_len - 11);
new_len -= 2;

}

+
+ if(reader->caid == 0x92F)
+ {
+ ins40[2] = 0x60;
+ }

ins40[4] = new_len;
int32_t l;

comment:2 by Sambas1980, 4 years ago

Description: modified (diff)

comment:3 by Opti, 4 years ago

Index: reader-videoguard2.c
===================================================================
--- reader-videoguard2.c	(Revision 11581)
+++ reader-videoguard2.c	(Arbeitskopie)
@@ -1218,6 +1218,11 @@
 		new_len -= 2;
 	}
 
+	if(reader->caid == 0x92F)
+	{
+		ins40[2] = 0x60;
+	}
+
 	ins40[4] = new_len;
 	int32_t l;
 	l = do_cmd(reader, ins40, tbuff, NULL, cta_res);

comment:4 by gorgone, 4 years ago

is this still valid fix for
Telekom TV (Romania) ?

comment:5 by Bust3D, 4 years ago

I solved this issue in another way ...
I can check latter and commit also, and if this solution is valid then it will be valid for TotalTV 091F too.

comment:6 by samur, 4 years ago

yes still valid
sorry i don't know manage tickets!!!

Index: reader-videoguard2.c
===================================================================
--- reader-videoguard2.c (Revision 11581)
+++ reader-videoguard2.c (Arbeitskopie)
@@ -1218,6 +1218,11 @@
new_len -= 2;
}

+ if(reader->caid == 0x92F || reader->caid == 0x91F)
+ {
+ ins40[2] = 0x60;
+ }
+
ins40[4] = new_len;
int32_t l;
l = do_cmd(reader, ins40, tbuff, NULL, cta_res);

Last edited 4 years ago by samur (previous) (diff)

comment:7 by Bust3D, 4 years ago

Resolution: fixed
Status: newclosed

Already commited, and thanks for confirming it.
I can confirm also.
So ticket solved and closed.

Note: See TracTickets for help on using tickets.