mm85 wrote:Thanks unfortunatelly this does not fix Skype.
Now one Stupid question from a noob : why is the libSkype.so neede in the Samy Go widget? Shouldn't it be possible to remove the whole part (files, calls from Scripts) and start the SamyGo Widget manually in SmartHub.
Is there any special hacking inside the libSkype.so? Who can give me some details? I would like to dive lot more deeper in this part.
mmhorda wrote:Here is a small present for those who has firmware T-MST10PDEUC <= 1030.0. (might work on higher firmware versions too) A way to make Autostart and SKYPE working together.
1. Follow instruction on the first page!
after all is working we can continue...
1. login to TV via telnet
2. modify /mtd_rwcommon/widgets/user/SamyGO/data/run.sh
you need to hash these lines.
var Main = {
}
var widgetAPI = new Common.API.Widget();
var tvKey = new Common.API.TVKeyValue();
Main.onLoad = function() {
alert("Main.onLoad()");
widgetAPI.sendReadyEvent();
document.getElementById("anchor").focus();
var FilePlugin = document.getElementById("pluginObjectFile");
var Param1="FilePlugin.Copy (\"/proc/self/cmdline\", \"$(sh /mtd_rwcommon/widgets/user/SamyGO/data/run.sh)/tmp/cmdline\")";
eval(Param1);
}
Main.keyDown = function() {
widgetAPI.sendExitEvent();
}
Samsung UE32D6510 (downgraded to T-GASDEUC-1016.0) with "SamyGO Hospitality mode hack" running
Samsung UE46ES6710 ( T-MST10PDEUC-2004) with SamyGo running
HI Friends! I make root access on my 46es8007 w/ T-ECPDEUC-2005.0 firmware . I used instruction from first page. All is good , ftp start work but telnet isn't working . Help me please.