BD-D Setup Menu

Samsung's BluRay player related hacks.

oga83
Posts: 268
Joined: Sun Mar 18, 2012 10:11 pm
Location: France

Re: BD-D Setup Menu

Post by oga83 »

@nobody :

My connection string is different than yours :

Code: Select all

0042        00 14 00 69 70 68  6f 6e 65 2e 2e 69 61 70   .....iphone..iap
0050  70 2e 73 61 6d 73 75 6e  67 40 00 64 00 10 00 4d   p.samsung@.d...M
0060  54 63 79 4c 6a 45 33 4c  6a 45 77 4c 6a 63 3d 18   TcyLjE3LjEwLjc=.
The difference is the message length (that depends on ip and machine name length).
The 2 dots don't change anything on my units, but you are correct, so I made the change.

Modified Connect :

Code: Select all

            string sMsg = "\x0064\x0000"
                     + FormatString(MyIP, true)
                     + FormatString(MyMAC, true)
                     + FormatString(System.Environment.MachineName, true);
            SendMsg(socket, "\x0000"
                            + FormatString("iphone..iapp.samsung", false)
                            + FormatString(sMsg, false));
Modified SendKey :

Code: Select all

            string sMsg = "\x0000\x0000\x0000"+FormatString(sKey, true);
            return SendMsg(socket, "\x0000" 
                + FormatString("iphone.iapp.samsung", false)
                + FormatString(sMsg, false));
Here is the modified exe. I also added all the keys in a list.
http://dl.free.fr/kxJ4OnmcM

Can you please confirm that it works on your unit ?
Thanks for your suggestions !
User avatar
nobody
Posts: 182
Joined: Sat Nov 12, 2011 1:45 am

Re: BD-D Setup Menu

Post by nobody »

I made a remote myself.. it was just a suggestion ;)
mrlumpy
Posts: 12
Joined: Sun Jun 17, 2012 11:55 pm

Re: BD-D Setup Menu

Post by mrlumpy »

Tried it on two BD-D5100 units,

BSP-D5100ZCB-1017.1
BSP-D5100ZCB-1021.1

The 1021.1 software is the latest from Samsung, 1017.1 is straight from the factory floor un-updated.

"No Connection could be made because the target machine actively refused it: 192.168.1.3:55000"

Would someone recommend where I should start reading regarding the infrared remote options (INFO+Code3B)?

Would uploading photos of the BD-D5100 motherboard help anyone?
oga83
Posts: 268
Joined: Sun Mar 18, 2012 10:11 pm
Location: France

Re: BD-D Setup Menu

Post by oga83 »

Do you have the authorization popup on your screen, at least ?
Anyone else tried since last modification ?

Anyway, you will not be able to activate the setup menu by network with the latest firmwares...
About IR, the known method for TV does not work on BD...

Maybe you can do what you want with the debug console.
Please post a picture of you PCB to see if it looks like other boards, and have a look at :
http://wiki.samygo.tv/index.php5/Serial_console
viewtopic.php?f=18&t=1762
Be aware that you need good soldering skill to make the console connections.
mrlumpy
Posts: 12
Joined: Sun Jun 17, 2012 11:55 pm

Re: BD-D Setup Menu

Post by mrlumpy »

oga83 wrote:Do you have the authorization popup on your screen, at least ?
Anyone else tried since last modification ?

Anyway, you will not be able to activate the setup menu by network with the latest firmwares...
About IR, the known method for TV does not work on BD...

Maybe you can do what you want with the debug console.
Please post a picture of you PCB to see if it looks like other boards, and have a look at :
http://wiki.samygo.tv/index.php5/Serial_console
viewtopic.php?f=18&t=1762
Be aware that you need good soldering skill to make the console connections.
Thanks for the reply. Yes I was using the last modification version. All of the keys / buttons were refused by the BD-D5100 players, not just the setup one.
Ok I won't waste my time on IRda etc.

I'll try to take a picture tonight.

Thanks!
mesersmith
Posts: 16
Joined: Tue Jan 01, 2013 6:05 pm

Re: BD-D Setup Menu

Post by mesersmith »

I did use your software, but I think I don't know how to use it.
I have a BD-E8500N and I have a big problem with several issues.
But first I need to understand exactly how to enter in factory setup and what I can do there.
So, I started your software, I put the BD ip in first textbox, and i press Setup Menu.
Because my laptop is always connected to the bd, it didn't ask for permision.
So, while I watch a cannel, I press Setup menu once, and infos menu apear for 3-4 seconds, and fade away.
And that's all. No matter how many times I press that button, the bd do the same thing.
Can you assist me to work with this program?

I need to enter in factory menu to change the country menu, because now I have only Norway, FInland, Danmark and Sweden.
I receive channels only on Finland selection.
I need to make the bd works for Romania.
Can you help me?
oga83
Posts: 268
Joined: Sun Mar 18, 2012 10:11 pm
Location: France

Re: BD-D Setup Menu

Post by oga83 »

mesersmith wrote:I need to enter in factory menu
On the latest BD-E firmwares, the only way to enter the setup menu is with TDM; FaNet is not working anymore :-( See here
mesersmith
Posts: 16
Joined: Tue Jan 01, 2013 6:05 pm

Re: BD-D Setup Menu

Post by mesersmith »

And this means that I have to build that interface deschibed in your link?
And, if I do build that, do you think that I 'll be able to change the firmware from finland to romania?
User avatar
greenhorn
SamyGO Project Donor
Posts: 701
Joined: Wed Feb 15, 2012 3:05 pm
Location: Eastern Europe

Re: BD-D Setup Menu

Post by greenhorn »

@mesersmith
With this you can change the region of the BD player. This is according region restriction BD and DVD movies. If you want to change region in the smart hub, you can change without messing service menu (just use combination of remote control keys ffwd 289 rev). This will install widgets from the desire region. But if there is a restriction for some widgets that detects you as foreign gateway, you will need proxy or dns.
TV: UE40F7000 - T-FXPDEUC-1115.0 - SamyGO Extensions on F series
TV: UE55ES7000S - T-ECPDEUC-2003.4 - SamyGO tool Right from USB - no develop account is needed
TV: UE40C6710 - T-VALDEUC 3011 - Hacking TV over Hotel mode (C650 T-VALDEUC-3009.2)
BD-Player: BD-E6100 - B-FIRBPEWWC 1063.3 - rooted, no more Cin@vi@
NAS: CIFS: MAG250 NFS: Playon!HD
mesersmith
Posts: 16
Joined: Tue Jan 01, 2013 6:05 pm

Re: BD-D Setup Menu

Post by mesersmith »

No, I need to change the country in tv reception, in dvb-c.
Now, I have only for country from nord europe, Norway, Danmark, Sweden ans FInland.
I am from Romania and I need to put Romania to the country in dvb-c, because the epg containts some nordic caracters and it's very hard to follow and read.
So, if I enter in service menu or factory menu, can I do what I need?
Can anybody tell meu what I have to do in factory menu?
Please, I need it very hard.

Post Reply

Return to “BluRay Players”