Difference between revisions of "Engineering Codes"


From SamyGO
Jump to: navigation, search
(changed MicomCtrl 123 to MicomCtrl 143)
m (Symbol information decode of the exeDSP program)
 
(One intermediate revision by one other user not shown)
Line 7: Line 7:
 
* POWER (off) MUTE 1 8 2 POWER (on) -> [[Service Menu]] on older models
 
* POWER (off) MUTE 1 8 2 POWER (on) -> [[Service Menu]] on older models
 
* POWER (off) MUTE 8 2 4 POWER (on) -> pin reset
 
* POWER (off) MUTE 8 2 4 POWER (on) -> pin reset
* MUTE 1 1 9 OK -> "HotelFactory"
+
* MUTE 1 1 9 OK -> "HotelMode"
 
* MUTE 1 2 0 EXIT -> "LEDDemo" (didn't seem to do anything?)
 
* MUTE 1 2 0 EXIT -> "LEDDemo" (didn't seem to do anything?)
 
* MUTE 1 8 4 EXIT -> "DV"
 
* MUTE 1 8 4 EXIT -> "DV"
Line 22: Line 22:
 
* RETURN for 10 secs -> Internal diagnostics and report
 
* RETURN for 10 secs -> Internal diagnostics and report
 
* EXIT for 10 secs -> Factory reset (also TV channels has to be re-tuned)
 
* EXIT for 10 secs -> Factory reset (also TV channels has to be re-tuned)
 
  
 
== Arguments of MicomCtrl program ==
 
== Arguments of MicomCtrl program ==
 
MicomCtrl is a program that responsible about interpreting Remote Controller signal interpretation.
 
MicomCtrl is a program that responsible about interpreting Remote Controller signal interpretation.
 
*/mtd_boot/MicomCtrl 18 # for a shutdown
 
*/mtd_boot/MicomCtrl 18 # for a shutdown
 +
*/mtd_boot/MicomCtrl 22 # for a sync watchdog for exeDSP
 
*/mtd_boot/MicomCtrl 23 # for a kill watchdog of exeDSP
 
*/mtd_boot/MicomCtrl 23 # for a kill watchdog of exeDSP
 
*/mtd_boot/MicomCtrl 143 # for a reboot
 
*/mtd_boot/MicomCtrl 143 # for a reboot

Latest revision as of 07:01, 17 February 2011

This page lists the available special (undocumented) TV remote key combinations for the TV.

Symbol information decode of the exeDSP program

WARNING! Some of these codes are not tested and may be dangerous.

  • POWER (off) INFO MENU MUTE POWER (on) -> Service Menu
  • POWER (off) MUTE 1 8 2 POWER (on) -> Service Menu on older models
  • POWER (off) MUTE 8 2 4 POWER (on) -> pin reset
  • MUTE 1 1 9 OK -> "HotelMode"
  • MUTE 1 2 0 EXIT -> "LEDDemo" (didn't seem to do anything?)
  • MUTE 1 8 4 EXIT -> "DV"
  • MUTE 1 8 5 EXIT -> ?
  • MUTE 1 8 7 EXIT -> "DSG" (some HDMI test)
  • MUTE 7 3 7 OK -> "PDPFactory"
  • MUTE 7 5 0 EXIT -> "FlashPlayerDemo" (goes to content library screen)
  • MUTE 9 4 8 EXIT -> "YahooFactoryReset" (resets widgets)
  • MUTE OK MUTE OK -> "InfoLinkDemo"
  • MUTE ["RSS" key?] -> "ControlPanelVoltage"
  • INFO [unknown key with code 0x3B] -> "Factory"
  • INFO 3 2 1 EXIT -> "Calibration"
  • INFO for 10 secs -> Digital signal quality information
  • RETURN for 10 secs -> Internal diagnostics and report
  • EXIT for 10 secs -> Factory reset (also TV channels has to be re-tuned)

Arguments of MicomCtrl program

MicomCtrl is a program that responsible about interpreting Remote Controller signal interpretation.

  • /mtd_boot/MicomCtrl 18 # for a shutdown
  • /mtd_boot/MicomCtrl 22 # for a sync watchdog for exeDSP
  • /mtd_boot/MicomCtrl 23 # for a kill watchdog of exeDSP
  • /mtd_boot/MicomCtrl 143 # for a reboot