Page 9 of 24

Re: SamyGO Hospitality mode hack (for D6 series only)

Posted: Sat May 12, 2012 7:05 pm
by juusso
murfd is made by murfdude and no sources known. But i remember he posted this as example:

Code: Select all

    #include <stdlib.h>
    int luaopen_myfunc() {
      system("ping -w 10 123.123.123.123");
      return 0;
    }
compiling:

Code: Select all

    gcc -Wall -fPIC -c mylib.c
    gcc -shared -o mylib.so mylib.o
call your function with this:

Code: Select all

function Game_Main(mypath)
  myfunc=assert(package.loadlib(mypath.."mylib.so", "luaopen_myfunc"))
  myfunc()
end
This is not what you`re asking for, but same way you can compile the murfd
(this just opens nc interactive shell on your wanted port, like: busybox nc 123.123.123.123 1234 -e /bin/sh)

Re: SamyGO Hospitality mode hack (for D6 series only)

Posted: Sat May 12, 2012 7:17 pm
by setti
Thanks so much for all this helping information.
Seems I've a task for this evening (wife is working *lol*) ;)

Re: SamyGO Hospitality mode hack (for D6 series only)

Posted: Sat May 12, 2012 7:26 pm
by juusso
This is how SamyGO starts now from widget. Don`t know if the sdl free version is needed here. Also don`t know if you don`t get crash because sdl graphic...

Code: Select all

function Game_Main(resPath)
	
	chResPath = resPath.."/Res/"
	print("resPath ", chResPath)
	main_call=assert(package.loadlib(resPath.."game.so", "Game_Main"))
	main_call(chResPath) 
(check main.lua file)

Re: SamyGO Hospitality mode hack (for D6 series only)

Posted: Sat May 12, 2012 7:47 pm
by setti
Thanks... Already found that. But it get the following message:

Code: Select all

/mtd_rwarea/bin/murfd /mtd_rwcommon/widgets/user/SamyGO/game.so Game_Main
Can't load /mtd_rwcommon/widgets/user/SamyGO/game.so

ls -al /mtd_rwcommon/widgets/user/SamyGO/game.so
-rwxr-xr-x    1 root     0           37164 Jan  6  2012 /mtd_rwcommon/widgets/user/SamyGO/game.so
So i tried it with the chanInfo standalone app:

Code: Select all

/mtd_rwarea/bin/murfd /mtd_rwcommon/widgets/user/ChannelInfo/loader.so Game_Main
But i dont get any response. Even via Ex-Link there is no message.

PS: Permissions are alright.....

Re: SamyGO Hospitality mode hack (for D6 series only)

Posted: Sun May 13, 2012 5:54 am
by juusso
Then we need alternative game.so without sdl text and graphic. Gona ask Denny.

Re: SamyGO Hospitality mode hack (for D6 series only)

Posted: Sun May 13, 2012 11:05 am
by setti
Would be nice if it were so easy :)

Re: SamyGO Hospitality mode hack (for D6 series only)

Posted: Sun May 13, 2012 11:06 pm
by Beefz
Hi there, i've got UE46D6530 TGASDEUC-1018.
Tried the root and hospitality mode hack both but still wont start the samygo app it just return te smarthub.
Is there any way to get it working?

Re: SamyGO Hospitality mode hack (for D6 series only)

Posted: Mon May 14, 2012 12:16 am
by DEUS
READ!!! READ!!! READ!!! < Sorry but this was neccesary. The widget wont start with your FW, but you have shell and ftp access or?

Re: SamyGO Hospitality mode hack (for D6 series only)

Posted: Mon May 14, 2012 7:10 am
by nivok
Hi all,

First off, thanks for the hack, works fine here with UE55D6350 T-GAS6DEUC 1016.0.

A small question although: Looks like that hack killed the possibility for the TV to receive messages, appointments, contacts... before I was able to use the SOAP functions to display the incomming call window, with always a HTTP 200 OK response. Now the TV always respond with HTTP 401 Unauthorized.

Does anyone have the same behavior? If yes has anybody a way to fix that?

Thanks and cheers,
Nick

Re: SamyGO Hospitality mode hack (for D6 series only)

Posted: Mon May 14, 2012 7:45 am
by Beefz
Hi there Deus i tried connecting with the ftp without succes, i don't mind reading in fact i spend some time on it already on these pages and the wikis but can you nudge me to the right direction where to read?