Page 2 of 4

Re: BD-E Debug Console [FOUND] + Setup Menu [NOT FOUND YET]

Posted: Wed Jun 20, 2012 10:11 am
by oga83
@nobody
What he did has nothing to see with the Debug Console or the Setup Menu...
He didn't find any of these features.

Moreover, it seems that he based most of his work on Samygo... have a look at his private forum ;)

Re: BD-E Debug Console [FOUND] + Setup Menu [FOUND, dirty]

Posted: Sun Jun 24, 2012 12:33 pm
by oga83
I found a dirty solution to enter the setup menu on latest BD firmwares.

Image

As I already explained in other threads, it is impossible to enter the setup menu by network.

Here is how to proceed :
Enter the Top Debug Menu on the serial console (20102011, then 2008999)
Enter 12 for 'Subsystem DBG'
Enter 6 for 'SsKeyInputDebug'
Enter 1 for 'Key Input'
Enter 1 for 'Process Key Input'
Choose 0 for KEY_TYP_RC
Enter 59, but don't press enter

On your IR remote, press INFO
As soon as you see the info popup, press enter on the serial console...

You've got the menu :-)

If you don't get it :
- message 'unavailable' on the screen : you've waited too long between the info popup and sending 59 on the serial console...
- no message : you've sent 59 too soon...

This procedure leaves the input routine in a bad state (VK_FACTORY not released) : you have to press a key (whatever it is) on your remote to restore it; I was not able to use the menu KEY_TYPE_RELEASE.

I admit, it's a little touchy... That's why I qualified this solution as 'dirty' in the topic subject ;)

Explanations :
- The key combination is still KEY_INFO+KEY_FACTORY : 59 decimal = 3B hex = KEY_FACTORY
- Samsung added a very short timeout between KEY_INFO and KEY_FACTORY, so if you don't prepare your entry for VF_FACTORY on the serial console, you get the timeout and no setup menu...

Re: Re: BD-E Debug Console [FOUND] + Setup Menu [FOUND, dirt

Posted: Sun Jun 24, 2012 12:49 pm
by juusso
Nice :)
i think this way could work to enable extended service menu (send 3speed key. what is decimal code for 3SPEED?)....

Re: BD-E Debug Console [FOUND] + Setup Menu [FOUND, dirty]

Posted: Sun Jun 24, 2012 2:56 pm
by oga83
I wrote a wiki with all the codes : http://wiki.samygo.tv/index.php5/Key_codes
KEY_3SPEED is 0x3C = 60 decimal (it is also removed from the network key list)

Nothing happens with this key :

Code: Select all

[A_APPMW/Debugging] 5786 : Before Convert : Type=20,  key=3c, delta=0
[A_APPMW/Debugging] 5787 : [DTVInputService] t_CheckValidFunctionKey() return=0
[A_APPMW/Debugging] 5788 : DtvInputService::.. (20, 3c, 0)
[A_APPMW/Debugging] 5789 : After Convert : Type=20,  key=3c, delta=0
[A_APPMW/Debugging] 5790 : Check2 : Not register this key(0x3c) to Target
I've sent it from the setup menu. Do you know if it should be sent from somewhere in particular ?

Re: Re: BD-E Debug Console [FOUND] + Setup Menu [FOUND, dirt

Posted: Sun Jun 24, 2012 3:02 pm
by juusso
This key is required to unlock extended service menu for C, D series (and E series as well). I don`t know if it works for BD. After sending twice, it is possible to change previously locked settings like local set...

Re: BD-E Debug Console [FOUND] + Setup Menu [FOUND, dirty]

Posted: Sun Jun 24, 2012 3:06 pm
by oga83
No, it doesn't work.
I'll try to find why in exeDSP.

Re: Re: BD-E Debug Console [FOUND] + Setup Menu [FOUND, dirt

Posted: Sun Jun 24, 2012 3:07 pm
by juusso
mabe for bd is factory+3speed, but not 3speed+3speed? Or perhaps another, unknown for us key combination :(

btw, you could add your "dirty" how-to to the wiki. for example - next to the key codes list :)

Re: BD-E Debug Console [FOUND] + Setup Menu [FOUND, dirty]

Posted: Wed Jun 27, 2012 4:37 pm
by oga83
It's wikified :
http://wiki.samygo.tv/index.php5/Enteri ... Setup_Menu

I also added the explanation to exit the factory setup menu.
If you don't do it, the unit will stay in setup menu 'Aging' mode (I don't know what it does), even if you unplug the unit...

Re: BD-E Debug Console [FOUND] + Setup Menu [FOUND]

Posted: Thu Aug 09, 2012 1:50 pm
by oga83
Here is an easier method to get the Service Menu that does not require Debug Console :

viewtopic.php?f=18&t=4511#p34044
and
http://wiki.samygo.tv/index.php5/Enteri ... Setup_Menu

Re: Re: BD-E Debug Console [FOUND] + Setup Menu [FOUND]

Posted: Mon Aug 13, 2012 4:44 pm
by nobody
hmm strange I tried sending IR codes of INFO + FACTORY but it didn't work.. maybe I got the timings wrong.