Patched firmware for C630/6000

Here is information about customize your C series firmware..:!:This forum is NOT FOR DUMMY USERS questions or problems but DEVELOPER.

Patched firmware for C630/6000

Postby juzis » Sun Sep 04, 2011 5:16 pm

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/
juzis
SamyGO Moderator
 
Posts: 6014
Joined: Sun Mar 07, 2010 6:20 pm

Re: Patched firmware for C630. Tester needed!

Postby wiljan12345 » Mon Sep 05, 2011 6:34 pm

Hi juzis28

I have a UE46C6000 running T-VAL6DEUC will that work for you or does it have to be a C630?
What is the risk?
In other word where have you patched to let the curent soft belive it will accept yours?

Wiljan
wiljan12345
 
Posts: 6
Joined: Mon Sep 05, 2011 3:09 pm

Re: Patched firmware for C630. Tester needed!

Postby wiljan12345 » Tue Sep 06, 2011 10:02 am

Ok... lets say I do the install of the patched fw and it works
What will then they next step?
I mean my C6000 "only" have 128 Bbytes of Flash so it would not be possible to flash the VALDEUC to have all the fun part
wiljan12345
 
Posts: 6
Joined: Mon Sep 05, 2011 3:09 pm

Re: Patched firmware for C630. Tester needed!

Postby Anoniempje » Tue Sep 06, 2011 2:19 pm

Hi,

I can be a tester for you. I have linux/unix experience. I have a EU40C6000 with a Val6 board. I'm reading this site from day to day and because now i see progress i'm willing to test the firmware.

Some background info:
my tv was broke and i had a val6 board inside, they replaced it with a msx6 board but the msx6 is a crappy chip with bad TV outputs.
I confronted the Samsung guys and they askt Korea with my findings, they confirmed my eyes "MSX6 is not that great with 576 and 1080P images. The biggest thing you see between these 2 is MSX6 got 10% less Contrast / Backlight then the Val6.

The otherside Val6 was hard to crack i read, so i choose the better image on my screen.

So where can i help and what do i need todo.

regards,

Me :)

Edit:

O and for the guys/girls that have Clouding issues, this is a 100% tested tip from me:
1, get good cooling on the chips, make sure they got like 50% better cooling (big plate of allminium ).
2, Lose the screws on the backpanel... its really no hoax, i have now a 100% free clouding screen.

If you dont want to open the TV then just open the screws a bit (1 mm lose from the backpanel) you will have like 90% less clouding the other 10% come when the TV gets hot.. thats why you need good cooling.
I know, sound stupid but works for me..
Last edited by Anoniempje on Tue Sep 06, 2011 2:24 pm, edited 2 times in total.
Anoniempje
 
Posts: 50
Joined: Tue Sep 06, 2011 2:07 pm

Re: Patched firmware for C630. Tester needed!

Postby juzis » Tue Sep 06, 2011 2:24 pm

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.
juzis
SamyGO Moderator
 
Posts: 6014
Joined: Sun Mar 07, 2010 6:20 pm

Re: Patched firmware for C630. Tester needed!

Postby Anoniempje » Tue Sep 06, 2011 2:26 pm

juzis28 wrote:
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.


yes :)
Anoniempje
 
Posts: 50
Joined: Tue Sep 06, 2011 2:07 pm

Re: Patched firmware for C630. Tester needed!

Postby juzis » Tue Sep 06, 2011 2:30 pm

ok. I`ll inform you when we`re ready. Thanks!
juzis
SamyGO Moderator
 
Posts: 6014
Joined: Sun Mar 07, 2010 6:20 pm

Re: Patched firmware for C630. Tester needed!

Postby stanim » Sun Sep 11, 2011 3:33 pm

Hello,
I have C630 with fw T-VAL6DEUC and I am OK for a few tests.
Only condition, make step-by-step, even if I know Unix, I'm a total newbie in TV hack.
stanim
 
Posts: 1
Joined: Sun Sep 11, 2011 1:56 pm

Re: Patched firmware for C630. Tester needed!

Postby Anoniempje » Tue Sep 13, 2011 7:10 pm

tests are succesfull, my TV is rooted. ;) EU40C6000
I think there will be later on a new wiki.
Anoniempje
 
Posts: 50
Joined: Tue Sep 06, 2011 2:07 pm

Re: Patched firmware for C630. Tester needed!

Postby mminde1 » Wed Sep 14, 2011 1:52 pm

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?
LE40C630, VAL6DEUC. Kaunas, LT.
mminde1
 
Posts: 1
Joined: Wed Sep 14, 2011 10:05 am
Location: Kaunas

Next

Return to [C] Firmware

Who is online

Users browsing this forum: No registered users and 4 guests