T-VALDEUC 3007.1 released

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

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

Re: T-VALDEUC 3007.1 released

Post by juusso »

No ideas, it seems, samsung has restricted widget hack fully :(
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
arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: T-VALDEUC 3007.1 released

Post by arris69 »

pencilhead wrote:hmm seems like widget not working properly.

mofified news.js to:

Code: Select all

function onLoadCategoryList() {
       var FilePlugind = document.getElementById("pluginObjectFile");
           offWatchDog();  // must be disabled otherwise TV reboots
                   FilePlugind.Copy("/mtd_rwarea/Version.0", "$USB_DIR/sda1/Version_test1");
                   FilePlugind.Copy("/mtd_rwarea/Version.1", "$USB_DIR/sda1/Version_test2");          
}
didn't get files created on usb stick.
any other ideas?
you are sure that the code is java style?
untested, but for me this is java code:
FilePlugind.Copy("/mtd_rwarea/Version.0", USB_DIR + "/sda1/Version_test1");
arris
User avatar
mmhorda
SamyGO Project Donor
Posts: 152
Joined: Tue Jan 25, 2011 11:23 am

Re: T-VALDEUC 3007.1 released

Post by mmhorda »

I actually have an idea.
Is it 100% sure that if we change the value in version.0 or version.1 file and reboot TV then it will be bricked?
I cannot suggest you to try this but i was thinking that we could make the trick through hotel settings import.
But the problem here is that TV will be restarted right after hotel settings import right?

my Idea was to replace the scripts pointed in "Clone" file and add inside those scripts this:

#!/bin/sh
if [ -f /mtd_rwarea/Version.0 ] ; then
echo SWU_T-VALDEUC_001000_I04_ES000DS000KS000RS000_100205 > /mtd_rwarea/Version.0
else
echo SWU_T-VALDEUC_001000_I04_ES000DS000KS000RS000_100205 > /mtd_rwarea/Version.1
fi
sync


It would probably work if we would know for sure that TV would come up after reboot with those values.
TV: LE40C750 - T-VALDEUC 3011.0
TV: UE40D6100 - T-GAS6DEUC 1026.0
TV: UE50ES6300 - T-MST10PDEUC 1042.0
NAS: MyBookLive 3Tb - Core F/W 02.43.03-022
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: T-VALDEUC 3007.1 released

Post by juusso »

Glad to hear. For security reasons do not use reboot command from console ever! It is the reason of few bricked TVs. I think life is possible without using reboot, yes?
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
User avatar
decix
Posts: 95
Joined: Thu Dec 30, 2010 11:18 pm
Location: Germany

Re: T-VALDEUC 3007.1 released

Post by decix »

juuso wrote:For security reasons do not use reboot command from console ever! It is the reason of few bricked TVs.
Wow, did'nt know that!
Just removed the instructions to use console "reboot" command from Wiki.
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: T-VALDEUC 3007.1 released

Post by juusso »

Issue with reboot is few days old...Best solution - prevent "reboot" command from executing - function is removed in next version.
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 “[C] Firmware”