CN106303639B - Method and system for realizing full keyboard function keys of smart television - Google Patents

Method and system for realizing full keyboard function keys of smart television Download PDF

Info

Publication number
CN106303639B
CN106303639B CN201510244699.0A CN201510244699A CN106303639B CN 106303639 B CN106303639 B CN 106303639B CN 201510244699 A CN201510244699 A CN 201510244699A CN 106303639 B CN106303639 B CN 106303639B
Authority
CN
China
Prior art keywords
key
application program
configuration file
function
key value
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201510244699.0A
Other languages
Chinese (zh)
Other versions
CN106303639A (en
Inventor
谭凯
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
TCL Technology Group Co Ltd
Original Assignee
TCL Technology Group Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by TCL Technology Group Co Ltd filed Critical TCL Technology Group Co Ltd
Priority to CN201510244699.0A priority Critical patent/CN106303639B/en
Publication of CN106303639A publication Critical patent/CN106303639A/en
Application granted granted Critical
Publication of CN106303639B publication Critical patent/CN106303639B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Input From Keyboards Or The Like (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)

Abstract

The invention discloses a method and a system for realizing full keyboard function keys of an intelligent television, wherein the method comprises the following steps: A. adding a configuration file in a framework layer of the smart television system in advance; B. reading the configuration file when the system is started, and establishing a key value mapping table of an application program and a keyboard function key; C. and when an instruction of a user for operating the keyboard is received, judging whether the operated key is a function key, if so, searching the corresponding application program in the key value mapping table according to the key value of the function key, and starting the application program. According to the invention, a configuration file is added in a framework layer, and the information of the configuration file is read when a system is started; and establishing a one-to-one corresponding relation between the keyboard function keys and the application programs. When the function key is reported, the corresponding application program is started by searching the key value mapping table established before, and the function of the shortcut key is realized. The method of the invention not only can keep the original key reporting, but also can realize the quick starting function of the function key, and is easy to expand and modify.

Description

Method and system for realizing full keyboard function keys of smart television
Technical Field
The invention relates to the field of intelligent televisions, in particular to a method and a system for realizing full keyboard function keys of an intelligent television.
Background
In order to solve the problem of non-uniformity of key values of input equipment of various manufacturers, the Android system sets a key distribution mechanism as follows:
for each device driver that needs to provide a corresponding kl map file, the kl map file path is as follows, system/usr/keyayout/. For example: the kl mapping file corresponding to the drive used by the remote controller hardware is system/usr/keyylayout/vector _0019_ Product _0001. kl; the kl mapping file corresponding to the driver used by the standard keyboard hardware is system/usr/keyayout/general. kl, and which device selects which kl mapping file is determined according to the VID (i.e. vendor ID) and PID (i.e. device ID) of the hardware.
When the system is started, the corresponding relation between the drive layer key value and the Android key value of the corresponding equipment is established according to the kl mapping file; for example: the remote controller is provided with an A key, and the key value of a driving layer of the A key is 23; the qwerty keyboard also has an "a" key with a drive level key value of 30. However, in the kl mapping file of the remote controller, the 23 drive layer key value is corresponding to the 40 key value of the Android system layer, and in the kl mapping file of the standard keyboard, the 30 drive layer key value is corresponding to the 40 key value of the Android system layer. The result is that although the definition key values of the remote controller and the driving layer of the standard keyboard for the key of "a" are different, the key values reported to the application program after Android system side mapping are all the same 40, so as to realize the function of shielding hardware difference.
At present, the utilization rate of the smart television on the market for the function keys of the standard keyboard (full keyboard) is not high. The existing standard keyboard function key is realized by directly modifying key mapping, and the essence is that a kl mapping file is directly modified. For example: for a remote controller, a key value reported by a key driving layer is set to be 10, the key value of 10 of the key driving layer is mapped with a key value of 20 of an Android system side corresponding to a kl mapping file, and the Android calls out a setting application in response to the key value of 20; for the standard keyboard, the key value reported by the key driving layer of "F1" is 11, the corresponding kl mapping file maps the key value of 11 of the driving layer with 131 of the Android system side before being modified, the Android regards the key of 131 as F1 and assigns the key to the application program, and the existing modification mode is to correspond the key of 11 of the driving layer in the kl mapping file of the standard keyboard to 20, that is, the aforementioned "Android responds to the key of 20 is to call out the setting application", so as to implement that the keyboard function key completes the quick start function.
From the implementation described above, the F1 key in the qwerty keyboard would not be able to serve its key corresponding to 131 of the Android system to the application. For example: when F1 needs to be input inside the text edit box, the corresponding function cannot be realized.
Therefore, the conventional modification mode cannot realize normal reporting of the keys, but only can realize the modified quick start function, and is not beneficial to the expansion and modification of the function keys.
Accordingly, the prior art is yet to be improved and developed.
Disclosure of Invention
In view of the defects of the prior art, the present invention aims to provide a method and a system for implementing full keyboard function keys of an intelligent television, and aims to solve the problems that the modification mode of the existing standard keyboard function keys is not favorable for expansion and modification, and cannot be reported normally.
The technical scheme of the invention is as follows:
a method for realizing full keyboard function keys of an intelligent television comprises the following steps:
A. adding a configuration file in a framework layer of the smart television system in advance;
B. reading the configuration file when the system is started, and establishing a key value mapping table of an application program and a keyboard function key;
C. and when an instruction of a user for operating the keyboard is received, judging whether the operated key is a function key, if so, searching the corresponding application program in the key value mapping table according to the key value of the function key, and starting the application program.
The implementation method of the full keyboard function key of the intelligent television comprises the steps that the content of the configuration file is a key value of the keyboard function key, and a name of an application program package and a name of a movable assembly which need to be started and correspond to the key value.
The implementation method of the full keyboard function key of the intelligent television comprises the following steps after the step C:
and sending a broadcast when the application program is started, judging whether the broadcast is a broadcast corresponding to the application program after the application program receives the broadcast, and hiding the application program when the broadcast is not received.
The implementation method of the full keyboard function key of the intelligent television comprises the following specific steps:
b1, when the system is started, judging whether a configuration file exists in the framework layer, if so, entering the step B2;
b2, reading the configuration file, judging whether the format of the configuration file is correct, and if so, entering the step B3;
b3, establishing a key value mapping table of the application program and the keyboard function key according to the read content.
The implementation method of the full keyboard function key of the intelligent television comprises the following specific steps:
c1, when receiving the instruction of user to operate the keyboard, judging whether the key is a function key according to the pre-established function key array, if yes, entering the step C2;
and C2, searching whether the key value of the function key has a corresponding application program in the key value mapping table, and if so, starting the corresponding application program.
A system for realizing full keyboard function keys of an intelligent television comprises:
the configuration file adding module is used for adding configuration files in the framework layer of the intelligent television system in advance;
the mapping table creating module is used for reading the configuration file when the system is started and creating a key value mapping table of the application program and the keyboard function key;
and the quick starting module is used for judging whether the operated key is a function key or not when receiving an instruction of operating the keyboard by a user, searching the corresponding application program in the key value mapping table according to the key value of the function key and starting the application program.
The system for realizing the full keyboard function key of the intelligent television is characterized in that the content of the configuration file is a key value of the keyboard function key, and a name of an application program package and a name of a movable assembly which are required to be started and correspond to the key value.
The system for realizing full keyboard function keys of the intelligent television further comprises:
and the hiding module is used for sending broadcast when the application program is started, judging whether the broadcast is the broadcast corresponding to the application program after the application program receives the broadcast, and hiding the application program when the broadcast is not the broadcast.
The system for implementing full keyboard function keys of the intelligent television comprises a mapping table creating module, a mapping table creating module and a mapping table setting module, wherein the mapping table creating module specifically comprises:
the first judging unit is used for judging whether a configuration file exists in the framework layer or not when the system is started, and if so, the first judging unit enters the second judging unit;
the second judging unit is used for reading the configuration file, judging whether the format of the configuration file is correct or not, and entering the creating unit if the format of the configuration file is correct;
and the creating unit is used for creating a key value mapping table of the application program and the keyboard function key according to the read content.
The system for realizing the full-keyboard function keys of the intelligent television comprises a shortcut starting module, a keyboard module and a keyboard module, wherein the shortcut starting module specifically comprises:
the third judging unit is used for judging whether the key is a function key according to a pre-established function key array when receiving an instruction of operating the keyboard by a user, and entering the starting unit if the key is the function key;
and the starting unit is used for searching whether the key value of the function key has a corresponding application program in the key value mapping table, and if so, starting the corresponding application program.
Has the advantages that: according to the method, a configuration file is added in a framework layer, and the information of the configuration file is read when an Android system is started; and establishing a one-to-one corresponding relation between the keyboard function keys and the application programs. When a function key is reported, searching a previously established key value mapping table; and starting the corresponding application program to realize the function of shortcut key pressing. The method of the invention not only can keep the original key reporting, but also can realize the quick starting function of the function key, and is easy to expand and modify.
Drawings
Fig. 1 is a flowchart of a method for implementing full keyboard function keys of an intelligent television according to a preferred embodiment of the present invention.
Fig. 2 is an architecture diagram of an Android system of the present invention.
Fig. 3 is a detailed flowchart of step S102 in the method shown in fig. 1.
Fig. 4 is a detailed flowchart of step S103 in the method shown in fig. 1.
Fig. 5 is a block diagram of a system for implementing full keyboard function keys of an intelligent television according to a preferred embodiment of the present invention.
Fig. 6 is a block diagram showing a detailed structure of a mapping table creating module in the system shown in fig. 5.
Fig. 7 is a block diagram illustrating a detailed structure of a shortcut start module in the system shown in fig. 5.
Detailed Description
The invention provides a method and a system for realizing full keyboard function keys of an intelligent television, and the invention is further described in detail below in order to make the purpose, the technical scheme and the effect of the invention clearer and clearer. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Referring to fig. 1, fig. 1 is a flowchart illustrating a method for implementing full keyboard function keys of an intelligent television according to a preferred embodiment of the present invention, as shown in the figure, the method includes the following steps:
s101, adding a configuration file in a framework layer of the smart television system in advance;
s102, reading the configuration file when the system is started, and establishing a key value mapping table of an application program and a keyboard function key;
s103, when an instruction of a user for operating the keyboard is received, whether the operated key is a function key is judged, and if yes, the corresponding application program is searched in the key value mapping table according to the key value of the function key and is started.
As shown in fig. 2, in the present invention, a configuration file (e.g., a keyboardfunctionality key. txt file) is added to a framework layer of an Android system, and the configuration file is read when the smart television is started, and a key value mapping table is established; when the intelligent television system is started and functional keys are reported, the Android system framework part searches a key value mapping table established before; and starting the corresponding application program to realize the function of shortcut key pressing.
The modification mode of the invention is realized on the upper layer of the Android system, namely after the kl mapping file is mapped. For example: the key value of 11 on the driving layer corresponds to 131 on the Android system side before the key value of 11 on the driving layer is modified by an F1 key on the standard keyboard, and the Android considers that the key value of 131 is F1 and distributes the F1 to an application program; the invention judges the key value as the key value of the function key at the system side, for example, if the key value is 131, the invention reads the key value mapping table, and then finds the application program corresponding to the key value; the application is started.
The key value mapping table is an array in nature; the process of establishing the array is that the configuration file is read when the system is started, and then the array (two-dimensional) is established, and the content is the corresponding relation between the key value of the function key and the application program. In the invention, the quick starting function of the function key is completed when the system responds, namely the system can search and start the corresponding application program under the condition that the key is not reported to other application programs. The original keys (such as F1, 131) report other application programs unchanged; for example: when the text edit box needs to input the character 'F1', the character is not affected; and when the application program is quickly started, the function of quickly starting the application program can be realized. In the existing modification mode, the kl mapping file is modified, and the key value sent by the Android to the application program is changed into the corresponding key value, so that the kl mapping file is influenced.
Further, the content of the configuration file is a key value of the keyboard function key, and a name of an application package and a name of an Activity component (Activity name) which need to be started and correspond to the key value.
The purpose of adding the configuration file is to read the configuration file when the intelligent television system is started so as to establish a corresponding key value mapping table. Txt file, the file content is "F1 (key value 131), for example, if the file name is keyboardfunctionality, the name of the application package needs to be started; the application class name needs to be started,
further, as shown in fig. 3, the step S102 specifically includes:
s201, when the system is started, judging whether a configuration file exists in a framework layer, if so, entering a step S202, and if not, entering a step S204;
s202, reading the configuration file, judging whether the format of the configuration file is correct, if so, entering a step S203, and if not, entering a step S204;
s203, establishing a key value mapping table of the application program and the keyboard function key according to the read content;
the key value mapping table of the keyboard function key is a linked list, the corresponding relation between the function key value and the corresponding application package name and Activity name which need to be started is stored, so that the corresponding application package name and Activity name can be found after the key value of the function key is obtained, and the corresponding application and Activity thereof can be started.
And S204, ending.
Further, as shown in fig. 4, the step S103 specifically includes:
s301, when an instruction of a user for operating the keyboard is received, judging whether the key is a function key according to a pre-established function key array, if so, entering a step S302, and if not, turning to a step S304;
that is, an array of function keys (such as F1-F12, and corresponding key values) is preset in the frame layer, when a user operates the keyboard, it is first determined whether the key is a function key, if the key is a function key, for example, the key value of the key is 131, the key value mapping table is read, and then an application program corresponding to the key value is found; the application is started.
And if the function key is not the function key, processing according to the Android native flow.
S302, searching whether a corresponding application program exists in a key value of the function key in the key value mapping table, if so, entering a step S303, and if not, entering a step S304;
s303, starting a corresponding application program;
and S304, ending.
Further, after step S103, the method further includes:
and sending a broadcast when the application program is started, judging whether the broadcast is a broadcast corresponding to the application program after the application program receives the broadcast, and hiding the application program when the broadcast is not received.
When two or more than two application programs which are not full screens are started, the problem of window overlapping exists, for example, when two keys are pressed successively, two application programs which are not full screens are started. For the situation, the invention sends the broadcast after starting the application, the content of the broadcast includes the Activity name of the current starting application program (for example, the Action field is "com.tcl.shortcutkey", the Type field is "application Activity name"), then when the started and starting application program receives the broadcast, it is determined whether the broadcast is the broadcast corresponding to itself, if not (if the application determines that the Type field is not the Activity name of itself), it will hide itself automatically, otherwise it starts normally, thus realizing the effect of mutual exclusion. For example, when application a (widget) is activated by a first key and application b (widget) is activated by a second key, application a receives a broadcast (and is not a broadcast corresponding to itself), and is automatically hidden from window coverage. Hiding in the present invention refers to exiting the Activity of the application to avoid overlapping windows.
Based on the above method, the present invention further provides a preferred embodiment of a system for implementing full keyboard function keys of an intelligent television, as shown in fig. 5, which includes:
the configuration file adding module 100 is used for adding configuration files in the framework layer of the smart television system in advance;
a mapping table creating module 200, configured to read the configuration file when the system is started, and create a key value mapping table of the application program and the keyboard function key;
the quick start module 300 is configured to, when an instruction for operating the keyboard by a user is received, determine whether an operated key is a function key, and if so, find a corresponding application program in the key value mapping table according to a key value of the function key, and start the application program.
Further, the content of the configuration file is a key value of a keyboard function key, and a name of an application package and a name of an active component which need to be started and correspond to the key value.
Further, the system further comprises:
and the hiding module is used for sending broadcast when the application program is started, judging whether the broadcast is the broadcast corresponding to the application program after the application program receives the broadcast, and hiding the application program when the broadcast is not the broadcast.
Further, as shown in fig. 6, the mapping table creating module 200 specifically includes:
the first judging unit 210 is configured to, when the system is started, judge whether a configuration file exists in the framework layer, and if so, enter the second judging unit;
a second determining unit 220, configured to read the configuration file, determine whether the format of the configuration file is correct, and if so, enter the creating unit;
the creating unit 230 is configured to create a key mapping table between the application and the keyboard function key according to the read content.
Further, as shown in fig. 7, the quick start module 300 specifically includes:
a third judging unit 310, configured to, when an instruction for operating the keyboard by the user is received, judge whether the key is a function key according to a pre-established function key array, and if so, enter the starting unit;
a starting unit 320, configured to search, in the key-value mapping table, whether a corresponding application program exists in the key value of the function key, and if so, start the corresponding application program.
The technical details of the above module unit have been described in the foregoing method, and thus are not described again.
In summary, the configuration file is added to the framework layer, and the information of the configuration file is read when the Android system is started; and establishing a one-to-one corresponding relation between the keyboard function keys and the application programs. When a function key is reported, searching a previously established key value mapping table; and starting the corresponding application program to realize the function of shortcut key pressing. The method of the invention not only can keep the original key reporting, but also can realize the quick starting function of the function key, and is easy to expand and modify.
It is to be understood that the invention is not limited to the examples described above, but that modifications and variations may be effected thereto by those of ordinary skill in the art in light of the foregoing description, and that all such modifications and variations are intended to be within the scope of the invention as defined by the appended claims.

Claims (8)

1. A method for realizing full keyboard function keys of an intelligent television is characterized by comprising the following steps:
A. adding a configuration file in a framework layer of the smart television system in advance;
B. reading the configuration file when the system is started, and establishing a key value mapping table of an application program and a keyboard function key;
C. when an instruction of a user for operating the keyboard is received, judging whether the operated key is a function key, if so, searching the corresponding application program in the key value mapping table according to the key value of the function key, and starting the application program;
the step C specifically comprises the following steps:
c1, when receiving the instruction of user to operate the keyboard, judging whether the key is a function key according to the pre-established function key array, if yes, entering the step C2;
and C2, searching whether the key value of the function key has a corresponding application program in the key value mapping table, and if so, starting the corresponding application program.
2. The method for implementing the full keyboard function key of the intelligent television according to claim 1, wherein the content of the configuration file is a key value of the keyboard function key, and a name of an application package and a name of an active component which need to be started and correspond to the key value.
3. The method for implementing full keyboard function keys of an intelligent television set according to claim 1, further comprising the following steps after the step C:
and sending a broadcast when the application program is started, judging whether the broadcast is a broadcast corresponding to the application program after the application program receives the broadcast, and hiding the application program when the broadcast is not received.
4. The method for implementing full keyboard function keys of an intelligent television according to claim 1, wherein the step B specifically comprises:
b1, when the system is started, judging whether a configuration file exists in the framework layer, if so, entering the step B2;
b2, reading the configuration file, judging whether the format of the configuration file is correct, and if so, entering the step B3;
b3, establishing a key value mapping table of the application program and the keyboard function key according to the read content.
5. The utility model provides a system for realizing full keyboard function key of intelligent TV which characterized in that includes:
the configuration file adding module is used for adding configuration files in the framework layer of the intelligent television system in advance;
the mapping table creating module is used for reading the configuration file when the system is started and creating a key value mapping table of the application program and the keyboard function key;
the quick starting module is used for judging whether the operated key is a function key or not when receiving an instruction of a user for operating the keyboard, finding a corresponding application program in the key value mapping table according to the key value of the function key and starting the application program if the operated key is the function key;
the quick starting module specifically comprises:
the third judging unit is used for judging whether the key is a function key according to a pre-established function key array when receiving an instruction of operating the keyboard by a user, and entering the starting unit if the key is the function key;
and the starting unit is used for searching whether the key value of the function key has a corresponding application program in the key value mapping table, and if so, starting the corresponding application program.
6. The system for implementing full keyboard function keys of an intelligent television according to claim 5, wherein the content of the configuration file is key values of the keyboard function keys, and names of application packages and active components to be started corresponding to the key values.
7. The system for implementing full keyboard function keys of an intelligent television set according to claim 5, further comprising:
and the hiding module is used for sending broadcast when the application program is started, judging whether the broadcast is the broadcast corresponding to the application program after the application program receives the broadcast, and hiding the application program when the broadcast is not the broadcast.
8. The system for implementing full keyboard function keys of an intelligent television according to claim 5, wherein the mapping table creating module specifically comprises:
the first judging unit is used for judging whether a configuration file exists in the framework layer or not when the system is started, and if so, the first judging unit enters the second judging unit;
the second judging unit is used for reading the configuration file, judging whether the format of the configuration file is correct or not, and entering the creating unit if the format of the configuration file is correct;
and the creating unit is used for creating a key value mapping table of the application program and the keyboard function key according to the read content.
CN201510244699.0A 2015-05-14 2015-05-14 Method and system for realizing full keyboard function keys of smart television Active CN106303639B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510244699.0A CN106303639B (en) 2015-05-14 2015-05-14 Method and system for realizing full keyboard function keys of smart television

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510244699.0A CN106303639B (en) 2015-05-14 2015-05-14 Method and system for realizing full keyboard function keys of smart television

Publications (2)

Publication Number Publication Date
CN106303639A CN106303639A (en) 2017-01-04
CN106303639B true CN106303639B (en) 2020-06-23

Family

ID=57631644

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510244699.0A Active CN106303639B (en) 2015-05-14 2015-05-14 Method and system for realizing full keyboard function keys of smart television

Country Status (1)

Country Link
CN (1) CN106303639B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107094238B (en) * 2017-04-13 2020-02-28 青岛海信电器股份有限公司 Key distribution processing method of smart television and smart television
CN107613354B (en) * 2017-10-31 2021-03-16 四川长虹电器股份有限公司 Android-based method for enabling smart television to be compatible with various key boards
CN108513157A (en) * 2018-03-30 2018-09-07 惠州Tcl家电集团有限公司 The method, apparatus and computer readable storage medium of keystroke handling
CN109710084A (en) * 2018-12-28 2019-05-03 竞技世界(北京)网络技术有限公司 A kind of method of direction key selection target
CN110187815B (en) * 2019-01-24 2022-03-01 青岛海信移动通信技术股份有限公司 Terminal and processing method
CN113323674B (en) * 2021-05-17 2022-06-21 中铁工程装备集团有限公司 Intelligent remote control shield tunneling machine and method for simulating 3D test bed

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1474253A (en) * 2002-08-07 2004-02-11 联想(北京)有限公司 Defining method for palm intelligent equipment quick key
CN103648009A (en) * 2013-12-17 2014-03-19 乐视致新电子科技(天津)有限公司 Android system based infrared remote control responding method and device and smart television

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101634899A (en) * 2008-07-22 2010-01-27 比亚迪股份有限公司 Method and device for keyboard response
CN102270115B (en) * 2010-06-04 2014-01-22 浩鑫股份有限公司 Method for displaying key function of computer, application program and readable recording medium
CN102184076B (en) * 2011-05-30 2014-04-16 惠州Tcl移动通信有限公司 Method and device for controlling input of mobile terminal specific to JAVA program
CN102790918A (en) * 2012-08-17 2012-11-21 中国科学院声学研究所 Smart television and method for receiving remote controller input by smart television
CN102946557B (en) * 2012-11-21 2015-05-27 烽火通信科技股份有限公司 Implementation method for controlling android system set-top box by using controller
CN103593187A (en) * 2013-11-12 2014-02-19 浪潮齐鲁软件产业有限公司 Implementation method for awakening App or Activity through combination keys
CN103648005A (en) * 2013-12-19 2014-03-19 北京唯特触控科技有限公司 Device, remote control method and remote control system for remote control terminal
CN104035805A (en) * 2014-06-27 2014-09-10 深圳市中兴移动通信有限公司 Method and device for fast starting application program
CN104202663A (en) * 2014-08-25 2014-12-10 浪潮软件集团有限公司 Method for starting application program through one key of remote controller in android set top box

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1474253A (en) * 2002-08-07 2004-02-11 联想(北京)有限公司 Defining method for palm intelligent equipment quick key
CN103648009A (en) * 2013-12-17 2014-03-19 乐视致新电子科技(天津)有限公司 Android system based infrared remote control responding method and device and smart television

Also Published As

Publication number Publication date
CN106303639A (en) 2017-01-04

Similar Documents

Publication Publication Date Title
CN106303639B (en) Method and system for realizing full keyboard function keys of smart television
US10397511B2 (en) Method for television remote keypress response based on android operating system and television thereof
US10691431B2 (en) Method for generating interoperability rules and electronic device
US10419706B2 (en) Method and device for quickly starting a television function
CN104135684A (en) A method and a device for displaying an interface based on a Firefox OS
TW201328334A (en) Television apparatus and operating method for application program thereof
CN110888615A (en) Multi-input equipment interaction method, device and medium for double-screen different display of Android system
WO2017041408A1 (en) Intelligent device multi-mode boot method and system
CN103092551B (en) The method of adjustment display effect and device
US20110055537A1 (en) Electronic device and booting method therefor
US10728486B2 (en) Smart television playing method and device
CN103226491A (en) Method and device for setting application program states
CN104572078A (en) Realization method and system of Bluetooth function under Android recovery mode
CN105740010A (en) Power-on method and terminal equipment
CN105227988A (en) A kind of method that intelligent television is arranged according to scene display system and device
WO2017113855A1 (en) Application program interaction method and terminal
CN103986961A (en) Method and device for achieving picture in picture based on QNX vehicle-mounted system
CN112188294A (en) Signal source display method and device
CN108322834B (en) Television setting method, television and computer readable storage medium
CN108235101B (en) Smart television initialization method, smart television and computer readable storage medium
CN107765943B (en) Method for realizing simultaneous operation of double APPs on double-screen intelligent terminal
CN112019933B (en) Service method and device of intelligent hardware equipment
WO2016173075A1 (en) System switching method and device
CN107027074B (en) IPTV middleware starting control method and system based on intelligent terminal
US20190215569A1 (en) Channel processing method for smart tv, and smart tv

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: 516006 TCL technology building, No.17, Huifeng Third Road, Zhongkai high tech Zone, Huizhou City, Guangdong Province

Applicant after: TCL Technology Group Co., Ltd

Address before: 516006 Guangdong province Huizhou Zhongkai hi tech Development Zone No. nineteen District

Applicant before: TCL RESEARCH AMERICA Inc.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant