Page 7 of 9

Re: T-VALDEUC 3007.1 released

Posted: Mon Feb 28, 2011 5:04 pm
by juusso
No ideas, it seems, samsung has restricted widget hack fully :(

Re: T-VALDEUC 3007.1 released

Posted: Mon Feb 28, 2011 5:13 pm
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

Re: T-VALDEUC 3007.1 released

Posted: Tue Mar 01, 2011 2:48 pm
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.

Re: T-VALDEUC 3007.1 released

Posted: Sat Mar 05, 2011 7:20 am
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?

Re: T-VALDEUC 3007.1 released

Posted: Sat Mar 05, 2011 11:17 am
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.

Re: T-VALDEUC 3007.1 released

Posted: Sat Mar 05, 2011 11:20 am
by juusso
Issue with reboot is few days old...Best solution - prevent "reboot" command from executing - function is removed in next version.