Page 25 of 44
Re: E series widget -autostart w/o USB
Posted: Tue Sep 10, 2013 12:57 pm
by Megapit
Sorry for bad english, not my mother language
I just want to report: Working on UE32ES5700. My Firmware is T-MST10PDEUC-1036.0 / T-MST10PDEUs-1002
But i have a little problem. I changed the user information in 04_04_samba.init but it did not work. Not even the "insmod cifs.ko" is done.
When i do "insmod cifs.ko" by telnet it works. Also the mount to my nas share by telnet works. But not by script.
As far as i remember i change userdata in /mnt/etc/init.d/04_04_samba.init. Is this the right file? I cant find it anywhere else in my TV-file-strucure.
My second option to solve myproblem: To make a script which does the same thing, that i do by telnet. But where to store this script and what name should it have. And at last: How to start this script?
As you see: Linux is not my mother operation system
Grettings Peter
*edit*: OK i found a soloution: I made my changes in the script with WinSPC. This Programm uses crlf and Linux only wants cr. Repaired the script with Notepad++ and now it works;
thanks for your work on samygo!
Re: E series widget -autostart w/o USB
Posted: Mon Sep 23, 2013 1:18 pm
by CiobanuAndrei
I'm sorry i installed the widget, but i couldn't enter with ftp, in fact it says that the connection is refused
Re: E series widget -autostart w/o USB
Posted: Sat Sep 28, 2013 9:24 am
by mm85
Hello,
i've installed SamyGo Widget -> OK Working (FTP, Telnet)
Now I modified the run.sh and the config.xml to run SamyGo Widget as Ticker that I can use Skype.
- Modified files
- Removed Skype
- Activated Ticker
- Reinstalled Skype
Now Skype is working and SamyGo Widget gets started as Ticker (OnScreen Message appears) but i can't connect via Telnet or FTP !?!?
My TV is connected via WiFi - for troubleshooting purposes I assigned a static IP Adress but no Change. Firmware on the TV is 2009.2.
Please can you give me some advice what's going wrong?
Greetings
michael
Re: E series widget -autostart w/o USB
Posted: Sat Sep 28, 2013 9:31 am
by juusso
I suggest you to do some testing. Remove SamyGO from ticker, reboot TV and start it manually. Do you have it on? ftp/telnet?
Re: E series widget -autostart w/o USB
Posted: Sat Sep 28, 2013 1:35 pm
by mm85
Removed from Ticker, rebooted - SamyGo Widget Started manually. Unfortunatelly no ftp/telnet..
The Onscreen Message "samyGo Installed" is displayed.
how can I proceed with troubleshooting? are there any logfiles, or a parameter to start SamyGo Widget in a verbose logging mode?
Re: E series widget -autostart w/o USB
Posted: Sat Sep 28, 2013 1:50 pm
by fluffi444
Some reported that resetting the SmartHub to default and install SamyGO via USB method again will help...
But this (of course) will not solve your plan to let samyGo start via Ticker....
Re: E series widget -autostart w/o USB
Posted: Sat Sep 28, 2013 2:02 pm
by juusso
mm85, what exactly did you do?
Re: E series widget -autostart w/o USB
Posted: Sat Sep 28, 2013 2:48 pm
by mm85
hi juuso,
i want to use SamyGo Widget side by side with Skype. SamyGo Autostart is not necessary needed for the first time. Just to make it easier - what I did up to now:
All Drives are on my USB-Drive - formating / encoding is OK.
InstallSamygo\JavaScript\Main.js
Removed the following lines
Param="FilePlugin.Copy ('"+ Path +"/InstallSamygo/data/AutoStart','/mtd_rwcommon/moip/engines/Skype/AutoStart')";
r = eval(Param);
if (r==1) str = 'OK'; else str = 'No';
Log("Step1: " + str)
Param="FilePlugin.Copy ('"+ Path +"/InstallSamygo/data/libSkype.so','/mtd_rwcommon/moip/engines/Skype/libSkype.so')";
r = eval(Param);
if (r==1) str = 'OK'; else str = 'No';
Log("Step2: " + str);
InstallSamygo\data\SamyGO.zip\data\run.sh
Removed the following 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
Installation of SamyGo Widget succeeded - no errors displayed. After a reboot the widget gets displayed as expected. I started the SamyGo Widget - the OnScreen Message gets displayed (SamyGo running, press return to Exit).
No FTP & No Telnet. Of course network is functional, and skype is also working
greets
mm85
Re: E series widget -autostart w/o USB
Posted: Sat Sep 28, 2013 2:55 pm
by juusso
you said telnet and ftp are worked before you modified something
Re: E series widget -autostart w/o USB
Posted: Sat Sep 28, 2013 3:02 pm
by mm85
yes - that's correct. But I want to know why the skype-autostart part seems to be mandatory?