
T-VALDEUC 3007.1 released
Re: T-VALDEUC 3007.1 released
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
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
-
- 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
you are sure that the code is java style?pencilhead wrote:hmm seems like widget not working properly.
mofified news.js to:
didn't get files created on usb stick.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"); }
any other ideas?
untested, but for me this is java code:
arrisFilePlugind.Copy("/mtd_rwarea/Version.0", USB_DIR + "/sda1/Version_test1");
Re: T-VALDEUC 3007.1 released
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.
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
TV: UE40D6100 - T-GAS6DEUC 1026.0
TV: UE50ES6300 - T-MST10PDEUC 1042.0
NAS: MyBookLive 3Tb - Core F/W 02.43.03-022
Re: T-VALDEUC 3007.1 released
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
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
Re: T-VALDEUC 3007.1 released
Wow, did'nt know that!juuso wrote:For security reasons do not use reboot command from console ever! It is the reason of few bricked TVs.
Just removed the instructions to use console "reboot" command from Wiki.
Re: T-VALDEUC 3007.1 released
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
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