I found a dirty solution to enter the setup menu on latest BD firmwares.
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...