[Ended] E series widget -autostart w/o USB

Here are software that related with Samsung E series TVs.
Please don't create any new topic here unless you have software to post/release.
Locked

User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: [Testing] Update2: E series widget -autostart w/o USB

Post by juusso »

LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: [Testing] Update2: E series widget -autostart w/o USB

Post 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.
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
jerrymh
Posts: 8
Joined: Thu Mar 28, 2013 3:09 pm

Re: [Testing] Update2: E series widget -autostart w/o USB

Post by jerrymh »

Confirmed working on Es6500 firm 1032.4, ftp ok and y?usb auto start, and now what can I do with it.
leromarinvit2
Posts: 11
Joined: Sat Aug 31, 2013 3:43 pm

Re: E series widget -autostart w/o USB

Post 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...)
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: E series widget -autostart w/o USB

Post 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.
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
leromarinvit2
Posts: 11
Joined: Sat Aug 31, 2013 3:43 pm

Re: E series widget -autostart w/o USB

Post by leromarinvit2 »

What do you mean by "in foreground"? This won't work?

Code: Select all

./exeDSP &
# other stuff
I'd have thought this would be safer, since at least exeDSP is always running, no matter if the rest fails.
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: E series widget -autostart w/o USB

Post 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.
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: E series widget -autostart w/o USB

Post by juusso »

Code: Select all

other.script.sh &
cd /mtd_exe
./exeDSP 
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
ovbg
Posts: 40
Joined: Mon Apr 16, 2012 1:03 pm

Re: E series widget -autostart w/o USB

Post 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.
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: E series widget -autostart w/o USB

Post 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.
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE

Locked

Return to “[E] Software”