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

Code: Select all
insmod /mtd_rwarea/noAuthuld.ko
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