Page 28 of 44
Re: E series widget -autostart w/o USB
Posted: Sat Oct 05, 2013 1:35 pm
by mmhorda
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.
Thanks for any answer
I wrote here in the thread how to fix Skype and Widget. Did you try that one?
viewtopic.php?f=49&t=5797&start=220#p43713
I didn't have time to post it to wiki yet.
Please tell us if it worked for you. also post the TV model and SW version on it.
Re: E series widget -autostart w/o USB
Posted: Tue Oct 08, 2013 10:00 am
by superb1
Is there a more permanent way of keeping this hack enabled?
I find that I keep loosing the hack after a period of time for no reason with no smarthub updates or firmware updates.
Just annoying i have to start from scratch...
Re: E series widget -autostart w/o USB
Posted: Tue Oct 08, 2013 6:15 pm
by mmhorda
superb1 wrote:Is there a more permanent way of keeping this hack enabled?
I find that I keep loosing the hack after a period of time for no reason with no smarthub updates or firmware updates.
Just annoying i have to start from scratch...
Yes.
The Post right above your is solving this problem too.
Write please the version of your firmware after success.
Thanks you.
Re: E series widget -autostart w/o USB
Posted: Tue Oct 08, 2013 10:37 pm
by superb1
Thanks i will follow your steps and report back. Cheers
Re: E series widget -autostart w/o USB
Posted: Sun Oct 13, 2013 2:46 am
by superb1
Sorry not working on T-ECPUABC1022
Re: [Testing] Update2: E series widget -autostart w/o USB
Posted: Tue Oct 22, 2013 10:48 am
by ocean
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.
#cp /mtd_rwcommon/widgets/user/SamyGO/data/libSkype.so /mtd_rwcommon/moip/engines/Skype/libSkype.so
#cat <<EOF>/mtd_rwcommon/moip/engines/Skype/AutoStart
#EOF
3. modify /mtd_rwcommon/widgets/user/SamyGO/config.xml
you need to change ticker settings
change <ticker>n</ticker> to <ticker>y</ticker>
4. Delete Skype.
5. Restart TV.
6. Press SmartHub , Tools and navigate to --> Settings --> Service Manager --> Autoticker -- SamyGO-E
7. Install Skype
8. Restart TV again and enjoy

If you don't want the "SamyGo installed" message and autoexit of app you need to change index.html to
Code: Select all
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Hello World!!</title>
<script type="text/javascript" src="$MANAGER_WIDGET/Common/API/Widget.js"></script>
<script type="text/javascript" src="$MANAGER_WIDGET/Common/API/TVKeyValue.js"></script>
<script type="text/javascript" src="JavaScript/Main.js"></script>
<link rel="stylesheet" type="text/css" href="CSS/Main.css"/>
</head>
<body onload="Main.onLoad();">
<a href="javascript:void(0);" id="anchor" onkeydown="Main.keyDown();"></a>
<OBJECT id='pluginObjectFile' border=0 classid='clsid:SAMSUNG-INFOLINK-FILESYSTEM'></OBJECT>
</body>
</html>
and change Main.js in JavaScript folder to
Code: Select all
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();
}
Re: E series widget -autostart w/o USB
Posted: Wed Oct 23, 2013 7:43 am
by greenhorn
Skype and SamyGO do not work for me at the same time with this procedure.
UE55ES7000 T-ECPDEUC 2011.1
Edit: All the same issues like mm85.
Re: E series widget -autostart w/o USB
Posted: Tue Oct 29, 2013 8:58 pm
by ardashes
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.
Re: E series widget -autostart w/o USB
Posted: Tue Oct 29, 2013 9:06 pm
by ardashes
First time i am connecting, but line is empty and then telnet is exiting...
Re: E series widget -autostart w/o USB
Posted: Wed Oct 30, 2013 7:03 pm
by ardashes
Problem resolved! Telnet working on 2023 port. Thx!