Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In Start menu for 2012 LG's #9

Open
lukashalm opened this issue Feb 20, 2015 · 11 comments
Open

In Start menu for 2012 LG's #9

lukashalm opened this issue Feb 20, 2015 · 11 comments

Comments

@lukashalm
Copy link

Hello, does anyone find out what is the keycode for enabling In Start menu on LG's 2012?

@mrchnk
Copy link

mrchnk commented Aug 28, 2015

i found undocumented code range 418-470 that has response 200
most of codes displays only message with X (http://i.imgur.com/neWjzKL.png)
except four
458 - prompt for channel scanning (http://i.imgur.com/4ZUlmN6.png)
419,432,445 - set dtv channel 0 (http://i.imgur.com/IxVZZBz.png)

@ubaransel
Copy link
Owner

thanks. referenced mrchnk's comment on start page.

@mrchnk
Copy link

mrchnk commented Aug 29, 2015

also there is no codes with response 200 in range 471-65535
not sure about service codes availability using that method

@schmidsven
Copy link

Hi there, the mapping from Ajay Ramaswamy didn't work for my 47LM640S-ZA.
I just tried every number, here is what i found:

47LM640S-ZA

1 Power OFF
2 Button 0
3 Button 1
4 Button 2
5 Button 3
6 Button 4
7 Button 5
8 Button 6
9 Button 7
10 Button 8
11 Button 9
12 UP
13 DOWN
14 LEFT
15 RIGHT
20 Enter
42 Enter in Apps
403 Back
408 Back in Apps
412 Exit
29 Blue
30 Green
31 Red
32 Yellow
24 Volume UP
25 Volume DOWN
26 Mute
44 Channel Guide
404 Channel Favorites
50 Channel List
27 Channel UP
28 Channel DOWN
51 Teletext
406 Text Option
33 Play
34 Pause
35 Stop
36 Fast Forward
37 Rewind
40 Rec
21 Home
417 MyApps
45 Info
46 Screen Format
47 External Input
405 Quickmenue
407 Audio Description
409 Energy
410 AV-Mode
49 Subtitle
411 Simplink
400 3D
22 Preferences
458 Search Channels
419 Set Channel 0 TV only
432 Set Channel 0 TV only
445 Set Channel 0 TV only

@ubaransel
Copy link
Owner

thanks. referenced s-e-v-e-n's comment on start page.

@anjin
Copy link

anjin commented Sep 30, 2015

So just to be clear, there's still no way to get into the service menus on the newer LG TVs?

@zer0ring
Copy link

I've a 42LA6230 & the best I've managed is:

NB: This script only worked for me from Windoze box running Python x86 when connected directly to LG Soft AP, steps below should get you connected just fine

  1. Start Soft AP on LG TV & connect PC to LG Soft AP
  2. Open script in Python & choose Run > Run Module
  3. Enter the Pairing Key shown on screen into the dialog box (OPT: add to Python script & save for re-use)
  4. Enter the codes above for the respective actions, but not the one and only thing I want: EZ_ADJUST;

My need is to enable Pass Through of 5.1 (6ch) audio from HDMI input to TOSLINK Optical output. At present any AV containing 5.1 sent to HDMI on the 42LA6230 TV is down-mixed to 2 (stereo) then sent out via TOSLINK Optical. Which means I can enjoy any media I want on my TV so long as:
a) I am happy to use the stereo speakers in the TV only, or
b) I am happy with only stereo audio on my HT surround system, or
c) I am happy to physically swap the TOSLINK cable from one source device to another each time I change what I am using

Answer to {a|b|c} = No

Many have stated that it is a simple on|off toggle in EZ_ADJUST to enable 5.1 pass through from HDMI to TOSLINK, but access to the service menu is required. I very much appreciate the work done to get this far, hopeful there may be something more we can do to expose/access the innards of LG TVs? I can't can believe they'd just hobble a function of the technology for market control.

For HDMI connected devices, in order for the TV to pass DD 5.1 you will need a service remote. In the EZ Adjust menu go to tool option 7 and change the EDID setting from PCM to AC3. TV will reboot and you will have full 5.1 pass through.

@ubaransel
Copy link
Owner

In newer tv models or old tv models with updated firmware, service menus like EZ_ADJUST may no longer be accessible through LAN. However, a suitable infrared remote control may still work. I have not tried it.

@ubaransel ubaransel reopened this Mar 28, 2016
@mrchnk
Copy link

mrchnk commented Mar 28, 2016

can confirm that custom ir-control works for EZ_ADJUST and IN_START with my LG 47LM640T (firmware 04.62.10). i have made ir-control using just 2 red diodes and send command using headphone jack and specific audio files

@zer0ring
Copy link

zer0ring commented May 4, 2016

Can confirm access to EZ_ADJUST menu on 42LA6230 running software version 04.28.13 SDK Version 03.03 using Logitech Harmony One remote in following manner:

  1. Install MyHarmony software for Logitech Harmony One
  2. Add your Logitech Remote
  3. Add a device from manufacturer LG and model 47LE5300-UC*
  4. Choose Buttons and select LG 47LE5300-UC* in the select box and click Go
  5. Drag EZ-ADJ from Commands menu on right to an unassigned button
  6. Save & sync the configuration to your remote

EZ_ADJUST menu can now be accessed simply by pressing the assigned button.

*NB: EZ-ADJ command was not available for my model LG TV (42LA6230) but was for the model specified in the steps above. Python script works excellently for most other commands, just not EZ_ADJUST or IN_START menu invocation commands, I may likely use this in a RPi touch screen controller project, thanks for developing it.

@kkirby
Copy link

kkirby commented Dec 28, 2018

Can confirm as of 2018 MyHarmony still offers EZ-ADJ for the model that zer0ring specifies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants