Page 1 of 12

Patched firmware for C630/6000

Posted: Sun Sep 04, 2011 5:16 pm
by juusso
Patched T-VAL6DEUC firmware Testing phase finished. Open for public. Updated 24.09.2012

Specially prepared firmware enables you to execute ovn script at TV boot: /SamyGO/rcSGO from fat32 formatted usb.
No symbol filtration at kernel level (full shell over exlink)

You don`t get neither Internet@TV,browser, nor pvr!

Installation.

Firmware is patched to execute /SamyGO/rcSGO from USB during start-up process.
added to rc.local:

Code: Select all

for SYSROOT in ${1:- \
        /dtv/usb/sd*/SamyGO \
        /dtv/usb/sd*/*/SamyGO \
        /dtv/usb/sd*/*/*/SamyGO} ; do
        if [ -x $SYSROOT/rcSGO ] ; then
                $SYSROOT/rcSGO 2>&1 &
                break
        fi
done
Full rc.local looks like:

Code: Select all

  #!/mtd_exe/rc.local
 
    echo "/mtd_exe/rc.local start !!!!!"
    export MAPLE_DEFAULT_PATH=/mtd_cmmlib/InfoLink/lib
    export MAPLE_MANAGER_WIDGET_PATH=/mtd_down/widgets/manager
    export MAPLE_NORMAL_WIDGET_PATH=/mtd_down/widgets/normal
    export MAPLE_WIDGET_DATA_PATH=/mtd_down
    export MAPLE_WIDGET_INCLUDE_PATH=/mtd_down/widgets/inc
    export MAPLE_PLUGIN_DATA_PATH=/mtd_cmmlib/InfoLink/lib
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/mtd_cmmlib/YWidget_LIB:/mtd_contents:/mtd_cmmlib/InfoLink/lib/plugin/Static:/mtd_cmmlib/InfoLink/lib
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/mtd_exe:/mtd_appdata/Java/lib:/mtd_exe/Comp_LIB
    export KF_SLEEP_READ=-2
    echo 30000 > /mtd_rwarea/DelayValue.txt
    #touch /mtd_rwarea/DoPrintYahoo.txt
    export KF_NO_INTERACTIVE=1
    export KF_LOG=/dev/null #Remove engine logging.
    export KF_NO_LOG=1
 
    ulimit -c unlimited
 
    for SYSROOT in ${1:- \
            /dtv/usb/sd*/SamyGO \
            /dtv/usb/sd*/*/SamyGO \
            /dtv/usb/sd*/*/*/SamyGO} ; do
            if [ -x $SYSROOT/rcSGO ] ; then
                    $SYSROOT/rcSGO >$SYSROOT/Samy.log 2>&1 &
                    break
            fi
    done
 
    if [ -f /mtd_rwarea/start.sh ];
    then
            /mtd_rwarea/start.sh
    else
            cd /mtd_exe/
./exeDSP
fi
Next it is needed to extract samygo all extensions for t-val6deuc to usb pen, attach it to tv and reboot.

To have SamyGO running on TV:
You should extract (and overwrite existing files):
1. SamyGO-All-Extensions-v0.03.6-r12-for-T-VALDEUC-20110103184650
2. SamyGO-All-Extensions-Bugfix-v0.03.6-r15-for-valencia-20111001120232
3. SamyGO-libs-T-VALDEUC-20110123101934

And if you still get problems, then use
4. SamyGO-All-Modules-v0.03.7-r01-for-armv7a_valencia_DEV-T-VAL6DEUC-20110912071317.zip
from https://sourceforge.net/projects/samygo ... -VAL6DEUC/

Re: Patched firmware for C630. Tester needed!

Posted: Tue Sep 06, 2011 2:24 pm
by juusso
Anoniempje wrote:Hi,
I can be a tester for you. I have linux/unix experience. I have a EU40C6000 with a Val6 board.
Hi, good to hear that! Is your TV still under warranty? Just in case.

Re: Patched firmware for C630. Tester needed!

Posted: Tue Sep 06, 2011 2:30 pm
by juusso
ok. I`ll inform you when we`re ready. Thanks!

Re: Patched firmware for C630. Tester needed!

Posted: Wed Sep 14, 2011 1:52 pm
by mminde1
Hello,

Please add instructions , step by step , how to root tv with VAL6DEUC.
As i have checked "SamyGO-All-Modules-v0.03.7-r01-for-armv7a_valencia_DEV-T-VAL6DEUC-20110912071317" this file is only 1.4 MB. What additional features i could get on my LE40c630 by rooting it? Will it be possible to have Inernet@TV and PVR feature?