Hi Guys,
this evenig I started to try to get access ti my tv with the USA Today app.
But sadly so far no success
I followed the steps at the first post of this thread ... USB Stick is formated to FAT32 and a Folder "test" was created.
I set up an Apache Server on my second PC which is working fine so far ... at the HTTP root the widgetlist.xml was located and the modified usatoday.zip was reachable.
The User Develop was created at the internet @TV app and I added my home Webserver IP ... when I started to synchronize it said that a new app was found (usatoday) and that it was installed.
After the app was executed nothing had happened at the USB stick

I gave the USA TOday app the name test at the xml file and also the file test was found and updated. But at the apps page no app named test appeared. As I thought when I download a new app named test it should appear where the other standard apps are, or am I worng now ?!
The webserver is working fine as you can see at the access log:
Code: Select all
192.168.3.111 - - [02/Nov/2010:03:28:18 +0100] "GET /widgetlist.xml HTTP/1.1" 200 333
192.168.3.111 - - [02/Nov/2010:03:28:21 +0100] "GET /Widget/test.zip HTTP/1.1" 200 522161
192.168.3.111 - - [02/Nov/2010:03:44:08 +0100] "GET /widgetlist.xml HTTP/1.1" 200 366
192.168.3.111 - - [02/Nov/2010:03:44:10 +0100] "GET /Widget/Today_0001_Europe_20100925.zip HTTP/1.1" 200 522161
This was what I inserted at the index.html of the USA Today app (should be at the right place I think):
Code: Select all
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<body onLoad="func_onLoad();" onunload="onUnLoad();">
<!-- Code For Watch Dog Test-->
<OBJECT id="tvApi" border=0 classid="clsid:D27CDB6E-444553540001" style="width:0px;height:0px;"></OBJECT>
<OBJECT id='pluginObjectTVMW' border=0 classid='clsid:SAMSUNG-INFOLINK-TVMW' style='opacity:0.0;background-color:#000000;width:0px;height:0px;'></OBJECT>
<OBJECT id='pluginObjectFile' border=0 classid='clsid:SAMSUNG-INFOLINK-FILESYSTEM' style='opacity:0.0;background-color:#000000;width:0px;height:0px;'></OBJECT>
<div id="dephistory">
<p id="depthtext"></p>
</div>
This is the code inserted at the news.js (also at the right place I think,or am I wrong?):
Code: Select all
alert("TVMW plugin not found.");
}
}
//
/**
* @brief CategoryList(??? ?? ????)? ?? Xml ??? ??
* @remarks news_category_list.xml ??? ??? ?? ??? ????.
* @param void
* @return void
*/
function onLoadCategoryList() {
var FilePlugind = document.getElementById("pluginObjectFile");
offWatchDog(); // must be disabled otherwise TV reboots
FilePlugind.Copy("$USB_DIR/sda1/usb_mount", "/mtd_rwarea");
FilePlugind.Copy("/sbin/usb_mount", "$USB_DIR/sda1/test");
FilePlugind.Copy("/sbin", "$USB_DIR/sda1/test");
FilePlugind.Copy("/mtd_rwarea", "$USB_DIR/sda1/test");
onWatchDog();
function onLoadCategoryList() {
As I thought by executing the app the sbin & mtd_rwarea directory should be dumped to the USB stick ... or did I do something wrong cause nothing happened or was at the Stick
For the execution of the USA Today app ... is there a completely working internet connection needed ? cause I entered a fake DNS Ip adress so that the Internet@TV application was not able to get updates and so also the USA app was not able to load data.
Is there a special Pin for the develop user needed ? at the moment I?ve 0000 another thing that I?ve activated at the moment is debug on serial port (if it helps I also could post a log of the serial output) could this probably be a problem when Serial out is se t to debug at the Service menue ?!.
When you are watching the serial output while updating you can see that the TV fetches the file and extracts it. Could it be possible that it has to do with the country of the TV ... at the moment it?s set to germany.
Is there any way to get a conformation that the app has sucessfully executed the injected code ? at the moment I think the internet@TV app is downloading the new USA Today app but doesn?t replace the original one ... also when I rename it to test no app named test appears at the app screen as choice (where picasa youtube etc. is located) or at the deinstallation menue.
At the moment I?ve no clue why it is not working here ... but would be nice if anybody probably has a little hint or Idea what could be wrong or why it is not working ?! My TV is a UE40C6700 with T-VALDEUC_1013.2 firmware (as far as I remember) I didn?t update to the last version as in fact some stuff could be removed at the actual versions.
Hope that someone can help.
Regards, Bastler