Tester needed, B series CI+ models

Ideas and dreaming will go this forum
Post Reply

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

Tester needed, B series CI+ models

Post by juusso »

We have some kernel module to kick out authuld thread. Need to do some not dangerous testing.

Anyone with (or without) exlink cable and patched B series CI+ TV could help in testing?

Thanks in advance! :)
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
gchirtoaca
Posts: 36
Joined: Wed May 05, 2010 9:31 pm
Location: Bucharest, Romania
Contact:

Re: Tester needed, B series CI+ models

Post by gchirtoaca »

Sure, I'll be available for testing, after I'll finish work.
Where are the instructions?
What is the benefit of this?
Samsung LE37B653T5PXZG, T-CHLCIPDEUC 2008.2 firmware, Advanced Mode Patch
vinibali
Posts: 2
Joined: Sat Aug 10, 2013 7:15 pm

Re: Tester needed, B series CI+ models

Post by vinibali »

hi
i got an LE32B650, do u need more testers?
mattberlin
SamyGO Project Donor
Posts: 140
Joined: Sun Jan 24, 2010 6:18 pm
Location: Germany

Re: Tester needed, B series CI+ models

Post by mattberlin »

What exactly should be tested and how?
my TV: LE32B679
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: Tester needed, B series CI+ models

Post by juusso »

I`m not sure if it still worth to play with this, because of low B series users activity. Module allows to skip authuld and hash checking, so we can open gates for further firmware customization w/o danger to brick TV.

But as i said - not worth the trouble...

Anyway, here is it:
noAuthuld.zip
place to /mtd_rwarea/

Code: Select all

insmod /mtd_rwarea/noAuthuld.ko
For testing it is worth to use temporal scripts to avoid boot loop. SamyGO.sh should be like..:

Code: Select all

#!/bin/sh
# 
#telnet
if [ `cat /proc/mounts | grep -c "/dev/pts"` -lt "1" ] ; then
        echo "telnetd Enabled"
             mount -t devpts devpts /dev/pts
             busybox telnetd
     else
        echo "/dev/pts is mounted"
fi 


[ -f /mtd_rwarea/SamyGO.sh_bak ] && rm -f /mtd_rwarea/SamyGO.sh_bak

insmod /mtd_rwarea/noAuthuld.ko || echo "where noAuthuld.ko module?" >> /dtv/usb/sda1/kmesg.log

killall -9 authuld >> kmesg.log 2 > &1 

cat /proc/kmsg >> /dtv/usb/sda1/kmesg.log

mv /mtd_rwarea/SamyGO.sh /mtd_rwarea/SamyGO.sh_bak
If everything goes ok, you can try to rename mac_config_file and look does tv complain about it`s absent after you reboot TV. If it does - use ftp (or telnet) to rename it back. This is goal of testing. If success - you can do whatever you want.

patched kernel is available as well.
You do not have the required permissions to view the files attached to this post.
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

Post Reply

Return to “[B] Brainstorm”