Page 3 of 4

Re: Expert and Advanced menu (SM) access on D series PDPs?

Posted: Tue Oct 18, 2011 12:26 pm
by juusso
I`ll check my 2D picture settings and give you.

Re: Expert and Advanced menu (SM) access on D series PDPs?

Posted: Tue Oct 18, 2011 12:30 pm
by prairie

Code: Select all

====================================
      [ SsExeFactoryBase Main Menu]   
SOURCE_TYPE_HDMI2  RESOLUTION_1080I
------------------------------------
[0] Option
[1] Control
[2] SVC
[3] Expert
[4] ADC/WB
[5] ...
[6] Picture_2D
[7] Picture_3D
====================================
  99  : Exit 
====================================
Here is my menu, did you try 6 anyway? or your Advanced ? I found it easiest to toggle value up 1 and then back down to check current setting. If you don't like that you can use this menu:

Code: Select all

====================================
      [ SsExeFactoryBase Debug Menu]   
------------------------------------
  1  : Factory.dat Loading Debug    
  2  : Hidden Menu Status
  3  : GetItem Test    
  4  : Get SpecialItem Data 
  5  : Print SpecialItem Number 
  6  : Each Store Area, Version Clear 
  7  : Set SpecialItem Data
  8  : Default Data Update Test
  9  : Display & Excute Factory Menu
 10 : Set Hotel Mode Test
 11 : Get Hotel Mode Test
 12 : Call IsPanelTypeNone, IsLocalSetNone, IsFrontColorNone
 13 : Execute Item Use SpecialID
====================================
  99 : Exit 
====================================
to print variable ID's [5] and then retrieve them via ID with [4] and edit them with [7] but this is slower. Note that not all variables are actually changeable, you have to check.

Re: Expert and Advanced menu (SM) access on D series PDPs?

Posted: Tue Oct 18, 2011 2:16 pm
by juusso
You need only this:

Code: Select all

Input Down(0)
or

Code: Select all

Input Up(1)
By entering 1 or 0 you change values. To confirm and save your chosen value you have to enter 99.

Code: Select all

Input Exit(99)
You don`t need any other input.

Re: Expert and Advanced menu (SM) access on D series PDPs?

Posted: Tue Oct 18, 2011 2:18 pm
by prairie
janos666 wrote:I think I can navigate inside Picture_2D. There are unknown menus with different numbers of unknown items but it seems I can use some menus like: VDEC, Sharpness, Enhance, LNA_Plus, YC Delay, PC Contrast

Color Mapping is listed but filled with "..." items (0-35). But I guess I can use these too if I use this as a map (the number of the sub items are equal, so I guess their order is the same too...).


What is your ID_SUPPORT_ND_ADJ = 278 data?
I can list this and the actual value is 2. There is no response when I try to modify it.
One of the subsystem debug menus will get all current values (I forget which one)

Code: Select all

[ND ADJ Support] GetValue 1
[N/D ADJ] GetValue 1
This is as I said in pm, the N/D values are not editable in certain firmware/country combinations. US country code/D8000 is editable. Yes you should be able to edit native and auto colortable using that mapping but try first to see if it has real effect.

Re: Expert and Advanced menu (SM) access on D series PDPs?

Posted: Tue Oct 18, 2011 2:44 pm
by prairie
Here is a list of all variable ID's and values reported by the debug menu.

Re: Expert and Advanced menu (SM) access on D series PDPs?

Posted: Tue Oct 18, 2011 3:22 pm
by juusso
i thought if you press 1, then value becomes +1, if you pres 1 again, value again becomes +1 (+2 from the initial value). If you have to change value +10, then you have to input (1 and enter) x10 times. or vice versa, input of 0 and enter makes the value -1...