Page 1 of 1

Remote lan control

Posted: Mon May 14, 2012 12:55 pm
by Vossie
Hello,

Is there a way to get the 'remote lan control app' activated automatically on startup of the tv?
There's not much use of the app when you have to start it up manually everytime with the original remote...

I've patched firmware, but how do i activate?

I have an UE46B7020WW with T-CHU7DEUC 3000.G-v0.24-GMT2

Re: Remote lan control

Posted: Mon May 14, 2012 2:21 pm
by juusso
you have to:
1. create custom script /mtd_rwarea/SamyGO.sh
2. Fill it up with right code for autostart of ContentLIbrary games (search for injectso or gdbtrick)

I agree all this stuff is not well documented, but reading B series wiki you should become the right direction what to do. SamyGO Extensions have the script which can load all or optional your games during TV startup, then the task is much simplier.

NB don`t use notepad winword and other windows native editors for scripts. Use N++, ultrapad, akelpad instead and choose ANSI encoding.

Re: Remote lan control

Posted: Mon May 14, 2012 2:40 pm
by Vossie
Thank you juuso

I sure will give it a try. Hope it works cause i'm a total newbie :oops:

Any chance you are aware of a downloadable and already-made script for this particular app?

Re: Remote lan control

Posted: Mon May 14, 2012 3:01 pm
by juusso
not available, but possible. Sure. Later this evening or tomorow.

Re: Remote lan control

Posted: Sat May 19, 2012 6:44 pm
by Vossie
Any news?

Re: Remote lan control

Posted: Wed Jul 04, 2012 6:29 am
by Vossie
Come on guys. Little desperate here...

Re: Remote lan control

Posted: Thu Jul 05, 2012 9:17 am
by juusso
Sorry i completely forgot about this...
But i wonder you haven`t got it working yet. Any progress in almost two moths? :(

Re: Remote lan control

Posted: Thu Jul 05, 2012 9:25 am
by Vossie
no, my knowledge of programming is far to insufficient. Tried, but can't get it working...

Re: Remote lan control

Posted: Fri Aug 03, 2012 7:15 pm
by anxster
Same here, flashed the firmware, using advanced mode option in the script. Installed the remote control app, works fine when launched from content library. Just need it to auto start now. I know I need to modify the start-up script /mtd_rwarea/SamyGo.sh, I just don't know what the command is to launch the listener app.

I found the app at this location /mtd_tlib/swf/OTHERS/Remote/, also created the GAME link; GAME -> ./OTHERS, so can use path /mtd_tlib/swf/GAME/Remote/, just not sure how to run it from telnet/putty command line. Something with loader.so OR remote.so I guess.

If someone can help with the command, we can place that command in /mtd_rwarea/SamyGo.sh for autostart.

Thanks in advance.

Re: Remote lan control

Posted: Fri Aug 03, 2012 7:26 pm
by anxster
http://wiki.samygo.tv/index.php5/How_to ... rt_Scripts

That page gives example of modified /mtd_rwarea/SamyGO.sh, which runs 2 other scripts if they are present:
if [ -f /mtd_rwarea/mtd_rwarea.sh ];then
/mtd_rwarea/mtd_rwarea.sh # Run normal startup script
fi
if [ -f /mtd_rwarea/mount.sh ];then
/mtd_rwarea/mount.sh # Run mount script
fi

Then it gives an example for /mtd_rwarea/mount.sh, which is great; but nothing for /mtd_rwarea/mtd_rwarea.sh, a place where I can possible put a command to launch a SamyGo app on start-up. Couldn't find an example anywhere, the only way to launch I know so far is via the content library, not via script.

This is the last piece in the puzzle for me. Probably a trivial step for some, but a hurdle for me, please help.