Page 24 of 44
Re: [Testing] Update2: E series widget -autostart w/o USB
Posted: Sun Aug 04, 2013 12:14 pm
by juusso
Re: [Testing] Update2: E series widget -autostart w/o USB
Posted: Tue Aug 06, 2013 8:55 am
by juusso
Mirex85 wrote:I have SamyGo installed and now I want to watch with samba or nfs movies from my pc, what to do exactly. I read all this and no idea... i know to change something in tv in folder etc, but what to do in my pc to be seeing in my tv
Please don`t flood this topic. You have your
custom topic, use this. Thanks.
Re: [Testing] Update2: E series widget -autostart w/o USB
Posted: Mon Aug 26, 2013 9:18 am
by jerrymh
Confirmed working on Es6500 firm 1032.4, ftp ok and y?usb auto start, and now what can I do with it.
Re: E series widget -autostart w/o USB
Posted: Sat Aug 31, 2013 4:10 pm
by leromarinvit2
Working on UE37ES6710.
Code: Select all
Firmware: T-MST10PEUC-1036.0
VDLinux#> cat /.version
"X10P 0072" KERNEL MODULE VERSION : "0064.0716, DTV, X10P, release, DEU_BRANCH"
BTW, what does the 2nd line in the service menu mean? It says T-MST10PDEUS-1004. 1004 isn't the Onboot version, that's 1003.
Why are we replacing Skype's libraries to get autostart? /mtd_exe/rc.local contains this:
Code: Select all
if [ -f /mtd_rwarea/start.sh ];
then
/mtd_rwarea/start.sh
else
cd /mtd_exe/
./exeDSP
fi
I didn't try to actually create start.sh, but a test script in /mtd_rwarea executes just fine. Before I try anything further, am I right to assume that without exeDSP running, nothing at all will work, including LAN? (I hate these monolithic monster "do-everything" programs...)
Re: E series widget -autostart w/o USB
Posted: Sat Aug 31, 2013 4:23 pm
by juusso
if you use wrong start.sh nothing will work. no access to device, brick is guaranted. start of exeDSP in foreground and latest command in this script is mandatory and critical.
generally yes, this is like we do hospitality hack for D series. Possible on e series thought.
Re: E series widget -autostart w/o USB
Posted: Sat Aug 31, 2013 4:28 pm
by leromarinvit2
What do you mean by "in foreground"? This won't work?
I'd have thought this would be safer, since at least exeDSP is always running, no matter if the rest fails.
Re: E series widget -autostart w/o USB
Posted: Sat Aug 31, 2013 4:31 pm
by juusso
this is what I meant, no background for exedsp and no commands after it. Better call another your script before exedsp and all stuff write to that another script.
Re: E series widget -autostart w/o USB
Posted: Sat Aug 31, 2013 4:36 pm
by juusso
Code: Select all
other.script.sh &
cd /mtd_exe
./exeDSP
Re: E series widget -autostart w/o USB
Posted: Fri Sep 06, 2013 12:44 pm
by ovbg
Unfortunately I was silly enough to run the Samsung Tv firmware update without realizing it would stop the SamyGo widget from working and now I can not FTP into the TV anymore.
Is there any way around this? My main goal is to be able to copy widgets from other countries to my network and then paste back into a UK Smart Hub.
Re: E series widget -autostart w/o USB
Posted: Fri Sep 06, 2013 4:14 pm
by juusso
Maybe hospital hack could work on E series? From all linux filesystems, here are xfs and ext4 supported by TV, so maybe it is worth to check if it is possible to import required files from ext4 hack-image. But first we need to re-create hack image... Testing is dangerous, can lead in to the brick, but if you have warranty and are ready to risk - possible to organize smth.