WO2016045503A1 - 一种遥控器按键匹配及信号处理方法及装置 - Google Patents
一种遥控器按键匹配及信号处理方法及装置 Download PDFInfo
- Publication number
- WO2016045503A1 WO2016045503A1 PCT/CN2015/089112 CN2015089112W WO2016045503A1 WO 2016045503 A1 WO2016045503 A1 WO 2016045503A1 CN 2015089112 W CN2015089112 W CN 2015089112W WO 2016045503 A1 WO2016045503 A1 WO 2016045503A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- button
- key
- remote controller
- key value
- event
- 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.)
- Ceased
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/40—Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
- H04N21/41—Structure of client; Structure of client peripherals
- H04N21/422—Input-only peripherals, i.e. input devices connected to specially adapted client devices, e.g. global positioning system [GPS]
Definitions
- the present application relates to the field of signal processing, and in particular, to a remote controller button matching and signal processing method and apparatus.
- the shortcoming of the prior art is that the smart TV application does not match the buttons of the remote controller, resulting in difficulty in operation and poor user experience.
- the technical problem solved in the embodiments of the present application is to provide a remote controller button matching and signal processing method and device, which are used for matching an application program with a remote controller and signal processing of a remote controller button.
- a method for matching a remote controller button including the steps of:
- the keys of the remote controller are assigned to each key value code, and the mapping relationship between each key value code and each key of the assigned remote controller is saved.
- a remote controller button matching device including:
- Key value acquisition module for scanning an application installation package to obtain the application at runtime The key value code corresponding to each key event to be monitored;
- An allocation module for assigning a button of a remote controller to each key value code
- the saving module is configured to save a mapping relationship between each key value code and each key of the assigned remote controller.
- a remote control button signal processing method is provided in the embodiment of the present application, including the steps of:
- the embodiment of the present application provides a remote controller button signal processing device, including:
- a receiving module configured to receive a signal sent by the remote controller
- a button determining module configured to determine a remote controller button corresponding to the signal
- a key value determining module configured to determine, according to the mapping relationship, a key value code corresponding to the remote controller button in the application
- the trigger module is configured to trigger a button event corresponding to the key code.
- the key value code corresponding to each key event to be monitored during operation is obtained from the installation package of the application, and then the key value code is directly corresponding to the button of the remote controller, instead of Corresponding to the button of the original application using the device, the button event of the application can be triggered by the button of the remote controller, and the problem that the application does not match the button of the remote controller is solved.
- FIG. 1 is a schematic flowchart of implementing a remote controller button matching method according to an embodiment of the present application
- FIG. 2 is a schematic flowchart of a method for processing a signal of a remote controller button in the embodiment of the present application
- FIG. 3 is a schematic diagram of a matching process of a remote controller button in a process of installing an application program according to an embodiment of the present application
- FIG. 4 is a schematic diagram of a signal processing process of a remote controller button signal when an application is running according to an embodiment of the present application
- FIG. 5 is a schematic structural diagram of a remote controller button matching device according to an embodiment of the present application.
- FIG. 6 is a schematic structural diagram of a signal processing device for a remote controller according to an embodiment of the present application.
- smart TVs have replaced traditional TV sets into thousands of households.
- Smart TVs add a lot of applications compared to traditional TV sets. By installing these applications, you can watch online TV, shop online, play games, etc. Wait, greatly enriching people's lives.
- most of the applications on the smart TV are not adapted to the remote control, that is, the remote control using the television cannot operate the application on it, which makes the user experience worse.
- the remote control button matching method and device are provided in the embodiment of the present application to implement the adaptation of the smart TV application program and the buttons of the remote controller. The following description will be made.
- FIG. 1 is a schematic flowchart of a method for implementing a button matching method of a remote controller according to an embodiment of the present application. As shown in the figure, the method may include the following steps:
- Step 101 Scan an installation package of the application, and obtain a key value code corresponding to each key event that the application needs to monitor during operation;
- Step 102 assign a button of the remote controller to each key value code
- Step 103 Save the mapping relationship between each key value code and each button of the assigned remote controller.
- the key value code corresponding to each button event that the application needs to monitor during the running of the step 101 may include:
- the installation package APK of the application includes an executable dex file, which is a bytecode file compiled by JAVA.
- the dex file in the installation package can be parsed according to the dalvik virtual machine specification.
- the key value of the button that the application needs to listen to is read.
- the key code value of all the keys is defined in the android.view.KeyEvent class of the framework.
- the application listens for the key event the corresponding keycode value needs to be specified in the code, and the keycode value appearing in the code part of the monitoring key event is analyzed. You can get the key events that the application needs to listen to. That is, by parsing the dex file, the key value code corresponding to each key event that the application needs to monitor at runtime is known.
- the method further includes:
- a button of a remote controller is assigned to the same key value code corresponding to the plurality of key events.
- this step may be referred to as deduplication processing, because the application may have multiple key events corresponding to the same key value code, so it is necessary to assign a remote controller to the same key value code corresponding to multiple key events.
- deduplication processing because the application may have multiple key events corresponding to the same key value code, so it is necessary to assign a remote controller to the same key value code corresponding to multiple key events.
- Step 102 assigns a button of the remote controller to each key value code, and the implementation may include:
- a button of the remote controller is assigned to each key value code.
- Step 103 saves the mapping relationship between each key value code and each key of the assigned remote controller.
- the mapping table of the button matching of the remote controller may be generated according to a preset rule.
- the remote control button layout used by the smart TV is various, and usually the remote controller of one model of the smart TV has the same layout. Therefore, a button mapping rule can be designed for each type of remote controller. When mapping the buttons of an application, each model's remote control follows a mapping rule that corresponds to it.
- Step 103 after saving the mapping relationship between each key value code and each key of the assigned remote controller, include:
- a semi-transparent window pops up on the interface, and the corresponding relationship between the remote control button and the button event of the application is displayed, and the user is prompted to press any key to exit the window.
- the window does not pop up. Prompting with a pop-up transparent window is only a preferred embodiment of the present application, and the use of other means for prompting is not limited herein.
- the mapping relationship between each key value code and each button of the remote controller is saved in a device such as a smart TV to which the solution is applied, and the mapping relationship is also provided in the embodiment of the present invention.
- the method of performing remote button signal processing will be described below.
- FIG. 2 is a schematic flowchart of a method for processing a signal signal of a remote controller, as shown in the figure, which may include the following steps:
- Step 201 Receive a signal sent by a remote controller.
- Step 202 Determine a remote controller button corresponding to the signal
- Step 205 Determine, according to the mapping relationship, a key value code corresponding to the remote controller button in the application.
- Step 206 Trigger a button event corresponding to the key value code.
- mapping relationship is referred to the implementation in the remote button matching method.
- the method further includes the following steps:
- Step 203 it is determined whether the remote control button exists in the mapping relationship, then proceeds to step 205, otherwise proceeds to step 204;
- Step 204 Trigger a default button event of the system corresponding to the button.
- steps 203 and 204 The purpose of steps 203 and 204 is to trigger a system default button event corresponding to the button when it is determined that the remote controller button does not have a corresponding key code in the application.
- it may further include:
- step 103 After the function of the display and the implementation manner and the foregoing step 103, according to the mapping relationship and the correspondence between the button event and the key code, the corresponding relationship between the buttons of the remote controller and the button events is the same, and details are not described herein again.
- the following uses an example to illustrate the use of the method provided by the embodiment.
- One example is used to explain how to perform remote control button matching during the application installation process.
- An example is used to explain how to press the remote control button during the running of the application. Signal processing.
- FIG. 3 is a schematic diagram of a remote controller button matching process in the process of installing an application in the embodiment of the present application. As shown in the figure, the following steps may be included:
- Step 301 Parsing an application dex file
- Step 302 it is determined whether the analysis ends, if yes, go to step 303, otherwise go to step 304;
- Step 303 ending, completing the process
- Step 304 determining whether to resolve to the key value code corresponding to the key event that the application needs to monitor during operation, if yes, go to step 305, otherwise go to step 301;
- step 301 If the key value code corresponding to the key event to be monitored by the application is not resolved, then return to step 301 to re-analyze the dex file of the application;
- step 305 is performed.
- Step 305 Determine a key value code corresponding to a key event that the application needs to monitor
- Step 306 it is determined whether the key value code has been matched with the remote control button, if yes, go to step 301, otherwise go to step 307;
- Step 307 Match the keys of the remote controller for the key value code, and save the mapping relationship between the key value code and each button of the assigned remote controller.
- the system parses the dex file in the installation package when the application is installed.
- the key code is read out, wherein the button event refers to an operation in which the button is recognized by the system, which is easily understood by those skilled in the art. And know. Since the key code of all keys is defined in the android.view.KeyEvent class of the Framework, when the button event is monitored by the application, the corresponding key code needs to be specified in the code.
- the buttons can be de-duplicated, and then mapped to the buttons of the remote controller in a certain order, that is, the key codes and the remote controller are completed. Match of buttons.
- the mapping relationship is generated by the mapping relationship, and the mapping table can be finally saved to the system.
- FIG. 4 is a schematic diagram of a process of processing a button signal of a remote controller when an application is running according to an embodiment of the present application. As shown in the figure, the following steps may be included:
- Step 401 After the button of the remote controller is triggered, receiving a signal sent by the remote controller;
- the system can scan the mapping table and look up the matching relationship between the key code and the button of the remote controller in the mapping table.
- Step 402 determining whether the button of the remote controller has a mapped key value code, if yes, go to step 404, otherwise go to step 403;
- This step is used to determine whether the button of the remote controller and the key value code have a matching relationship in the mapping table.
- Step 403 triggering a default remote button event of the system
- Step 404 trigger, according to the matching relationship, a button event corresponding to the key value code monitored by the application;
- Step 405 End the process after the button is triggered.
- the system processes the button signal of the remote controller according to the mapping relationship saved during installation. After the system detects the button signal of the remote controller, the saved mapping relationship table is scanned. If there is a corresponding entry in the mapping relationship table, the button event corresponding to the key value code monitored by the application is triggered according to the setting of the table item. If there is no corresponding entry, the system default remote button event is triggered.
- the method further includes: determining that the button of the remote controller has a corresponding matching relationship in the mapping table, and displaying a mapping relationship between the button of the remote controller and the button event monitored by the application to the user.
- a remote control button matching device is further provided in the embodiment of the present application.
- a remote control button signal processing device because the principle of the device to solve the problem is similar to a remote control button matching method, a remote control button signal processing method, so the implementation of the device can refer to the implementation of the method, and the repetition is no longer Narration.
- FIG. 5 is a schematic structural diagram of a remote controller button matching device according to an embodiment of the present application. As shown in the figure, the device may include:
- the key value obtaining module 501 is configured to scan an installation package of the application, and obtain a key value code corresponding to each key event that the application needs to monitor during operation;
- An allocating module 502 configured to allocate a button of the remote controller for each key value code
- the saving module 503 is configured to save a mapping relationship between each key value code and each key of the assigned remote controller.
- the key value acquisition module may include:
- a parsing unit for parsing executable files in an application installation package
- the reading unit is configured to, when parsing the code of the key event class, read the key value code corresponding to each key event that the application needs to monitor during the running.
- it may further include:
- the de-duplication module 504 is configured to determine a key-value code corresponding to the plurality of key events before the keys of the remote controller are assigned to the respective key-value codes;
- the allocating module 502 can be further configured to allocate a button of a remote controller for the same key value code corresponding to the plurality of key events.
- the allocation module can include:
- An obtaining unit configured to acquire button information of the remote controller
- an allocating unit configured to allocate a button of the remote controller for each key value code according to the button information.
- it may further include:
- the display module 505 is configured to display a correspondence between each button of the remote controller and the button event according to the mapping relationship and the correspondence between the button event and the key code.
- FIG. 6 is a schematic structural diagram of a signal processing device for a remote controller button according to an embodiment of the present application, as shown in the figure,
- the device can include:
- the receiving module 601 is configured to receive a signal sent by the remote controller
- a button determining module 602 configured to determine a remote controller button corresponding to the signal
- the key value determining module 603 is configured to determine, according to the mapping relationship, a key value code corresponding to the remote controller button in the application;
- the triggering module 604 is configured to trigger a button event corresponding to the key value code.
- the triggering module may be further configured to trigger a system default button event corresponding to the button when determining that the remote controller button does not have a corresponding key code in the application in the mapping relationship.
- it may further include:
- the display module 605 is configured to display a correspondence between each button of the remote controller and the button event according to the mapping relationship and the correspondence between the button event and the key code.
- embodiments of the present application can be provided as a method, system, or computer program product.
- the present application can take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment in combination of software and hardware.
- the application can take the form of a computer program product embodied on one or more computer-usable storage media (including but not limited to disk storage, CD-ROM, optical storage, etc.) including computer usable program code.
- the computer program instructions can also be stored in a computer readable memory that can direct a computer or other programmable data processing device to operate in a particular manner, such that the instructions stored in the computer readable memory produce an article of manufacture comprising the instruction device.
- the apparatus implements the functions specified in one or more blocks of a flow or a flow and/or block diagram of the flowchart.
- These computer program instructions can also be loaded onto a computer or other programmable data processing device such that a series of operational steps are performed on a computer or other programmable device to produce computer-implemented processing for execution on a computer or other programmable device.
- the instructions provide steps for implementing the functions specified in one or more of the flow or in a block or blocks of a flow diagram.
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Selective Calling Equipment (AREA)
Abstract
本申请提供了一种遥控器按键匹配及信号处理方法及装置,在遥控器按键匹配时包括:扫描应用程序的安装包,获取该应用程序在运行时需监听的各按键事件对应的键值码;为各键值码分配遥控器的按键,并保存各键值码与分配的遥控器的各按键的映射关系。在遥控器按键信号处理时,包括:接收到遥控器发送的信号后确定对应的遥控器按键;根据映射关系确定该遥控器按键在应用程序中对应的键值码;触发该键值码对应的按键事件。采用本申请提供的技术方案,通过遥控器的按键便可以触发应用程序的按键事件,解决按键不匹配造成的操作困难的问题,提高了用户体验。
Description
本申请涉及信号处理领域,特别涉及一种遥控器按键匹配及信号处理方法及装置。
目前智能电视上的大部分的应用程序都没有针对智能电视进行适配,尤其没有适配智能电视遥控器的按键操作,其按键的设计都是沿用其他设备(手机等)。这些应用程序安装到智能电视上后,当通过智能电视的遥控器进行操作时,通常会出现使用遥控器很难操作甚至无法操作的问题。
现有技术的不足在于:智能电视应用程序与遥控器按键不匹配,造成操作困难,用户体验很差。
申请内容
本申请实施例中所解决的技术问题在于提供了一种遥控器按键匹配及信号处理方法及装置,用以实现应用程序与遥控器的匹配以及遥控器按键的信号处理。
本申请实施例中提供了一种遥控器按键匹配方法,包括步骤:
扫描应用程序的安装包,获取该应用程序在运行时需监听的各按键事件对应的键值码;
为各键值码分配遥控器的按键,并保存各键值码与分配的遥控器的各按键的映射关系。
本申请实施例中提供了一种遥控器按键匹配装置,包括:
键值码获取模块,用于扫描应用程序的安装包,获取该应用程序在运行时
需监听的各按键事件对应的键值码;
分配模块,用于为各键值码分配遥控器的按键;
保存模块,用于保存各键值码与分配的遥控器的各按键的映射关系。
本申请实施例中提供了一种遥控器按键信号处理方法,包括步骤:
接收遥控器发送的信号;
确定该信号对应的遥控器按键;
根据所述的映射关系确定该遥控器按键在应用程序中对应的键值码;
触发该键值码对应的按键事件。
本申请实施例中提供了一种遥控器按键信号处理装置,包括:
接收模块,用于接收遥控器发送的信号;
按键确定模块,用于确定该信号对应的遥控器按键;
键值码确定模块,用于根据所述的映射关系确定该遥控器按键在应用程序中对应的键值码;
触发模块,用于触发该键值码对应的按键事件。
本申请的有益效果是:
本申请实施例提供的技术方案中,首先从应用程序的安装包中获取到在运行时需监听的各按键事件对应的键值码,然后直接将键值码与遥控器的按键对应,而非与原应用程序采用设备的按键对应,从而,通过遥控器的按键便可以触发应用程序的按键事件,解决了应用程序与遥控器按键不匹配的问题。
下面将参照附图描述本申请的具体实施例,其中:
图1为本申请实施例中的遥控器按键匹配方法实施的流程示意图;
图2为本申请实施例中的遥控器按键信号处理方法实施流程示意图;
图3为本申请实施例中的安装应用程序过程中的遥控器按键匹配流程示意图;
图4为本申请实施例中的应用程序运行时的遥控器按键信号处理流程示意
图;
图5为本申请实施例中的遥控器按键匹配装置的结构示意图;
图6为本申请实施例中的遥控器按键信号处理装置的结构示意图。
为了使本申请实施例中的技术方案及优点更加清楚明白,以下结合附图对本申请的示例性实施例进行进一步详细的说明,显然,所描述的实施例仅是本申请的一部分实施例,而不是所有实施例的穷举。
申请人在申请过程中注意到:
现如今智能电视机已经替代传统电视机走入千家万户,智能电视机相较于传统电视机添加了很多应用程序,通过安装这些应用程序可以观看网络电视、可以在线购物、可以玩小游戏等等,极大的丰富了人们的生活。但是,智能电视机上的应用程序大部分没有针对遥控器进行适配,即使用电视机的遥控器无法对其上的应用程序进行操作,这就使得用户体验较差。
针对现有技术的不足,本申请实施例中提供了一种遥控器按键匹配方法及装置,来实现智能电视机应用程序与遥控器的按键的适配。下面进行说明。
图1为本申请实施例中遥控器按键匹配方法实施的流程示意图,如图所示,可以包括步骤:
步骤101、扫描应用程序的安装包,获取该应用程序在运行时需监听的各按键事件对应的键值码;
步骤102、为各键值码分配遥控器的按键;
步骤103、保存各键值码与分配的遥控器的各按键的映射关系。
步骤101的确定该应用程序在运行时需监听的各按键事件对应的键值码,在实施中可以包括:
对应用程序安装包中的可执行文件进行解析;
当解析到按键事件类的代码时,读取出应用程序在运行时需监听的各按键
事件对应的键值码。
具体实施中,在类Android系统中,应用程序的安装包APK中包含一个可执行dex文件,该文件是JAVA编译后的字节码文件。
系统在安装应用程序的时候,根据dalvik虚拟机规范,可以对安装包中的dex文件进行解析。当解析到应用程序监听按键事件的代码时,读取出应用程序需监听的按键的键值码。在framework的android.view.KeyEvent类中定义有所有按键的key code值,应用程序监听按键事件时,需要在代码中指定对应的keycode值,通过解析按键事件监听部分代码中所出现的keycode值,可以获取应用程序所需要监听处理的按键事件。也即,通过解析dex文件可知应用程序在运行时需监听的各按键事件对应的键值码。
在步骤102的为各键值码分配遥控器的按键之前,还可以进一步包括:
确定出对应多个按键事件的键值码;
为所述多个按键事件对应的同一键值码分配一个遥控器的按键。
具体实施中,该步骤可以称为去重处理,这是因为应用程序可能会出现多个按键事件对应同一键值码的情况,因此需要为多个按键事件对应的同一键值码分配一个遥控器的按键后,才映射到遥控器的按键上。
步骤102为各键值码分配遥控器的按键,实施中可以包括:
获取遥控器的按键信息;
根据所述按键信息,为各键值码分配遥控器的按键。
步骤103保存各键值码与分配的遥控器的各按键的映射关系,实施中,可以按照预设规则生成遥控器的按键匹配的映射表。具体实施中,智能电视所使用的遥控器按键布局种类很多,通常一个型号的智能电视的遥控器都是同一种布局。因此,可以针对每一种型号的遥控器,设计一种按键映射规则。在对应用程序的按键进行映射的时候,每种型号的遥控器都遵循与之对应的一种映射规则。
步骤103保存各键值码与分配的遥控器的各按键的映射关系后,还可以包
括:
根据所述映射关系以及按键事件与键值码的对应关系,显示遥控器的各按键与按键事件的对应关系。
由于用户并不知道按键的是如何映射的,因此需要提示用户遥控器和应用程序的按键事件的对应关系。例如,可以是在应用程序使用过程中,在界面上弹出一个半透明的窗口,将遥控器按键和应用程序的按键事件的对应关系显示出来,并提示用户按任意键退出该窗口。对于没有进行映射的应用程序,则不弹出该窗口。使用弹出透明窗口的方式进行提示仅作为本申请的优选实施例,这里不限制使用其他方式进行提示。
在提供的遥控器按键匹配方法中,会在应用该方案的智能电视等设备中保存各键值码与分配的遥控器的各按键的映射关系,本发明实施例中还提供了基于此映射关系进行遥控器按键信号处理的方法,下面进行说明。
图2为遥控器按键信号处理方法实施流程示意图,如图所示,可以包括如下步骤:
步骤201、接收遥控器发送的信号;
步骤202、确定该信号对应的遥控器按键;
步骤205、根据映射关系确定该遥控器按键在应用程序中对应的键值码;
步骤206、触发该键值码对应的按键事件。
其中,映射关系参见遥控器按键匹配方法中的实施。
实施中,还可以步骤205前进一步包括:
步骤203、判断该遥控器按键是否存在于映射关系中,是则转入步骤205,否则转入步骤204;
步骤204、触发该按键对应的系统默认的按键事件。
步骤203、204的目的在于,在确定该遥控器按键在映射关系中没有在应用程序中对应的键值码时,触发该按键对应的系统默认的按键事件。
实施中,还可以进一步包括:
显示遥控器的各按键与按键事件的对应关系。
显示的作用以及实施方式与前述步骤103后,根据所述映射关系以及按键事件与键值码的对应关系,显示遥控器的各按键与按键事件的对应关系相同,此处不再赘述。
下面再以实例对实施例提供的方法的使用进行说明,一个实例用以说明如何在应用程序安装的过程中进行遥控器按键匹配,一个实例用以说明如何在应用程序运行过程中对遥控器按键信号处理。
图3为本申请实施例中安装应用程序过程中的遥控器按键匹配流程示意图,如图所示,可以包括以下步骤:
步骤301、解析应用程序dex文件;
步骤302、判断是否解析结束,是则转入步骤303,否则转入步骤304;
步骤303、结束,完成本次流程;
步骤304、判断是否解析到应用程序在运行时需监听的按键事件对应的键值码,是则转入步骤305,否则转入步骤301;
若未解析到应用程序需监听的按键事件对应的键值码,则返回步骤301,重新对应用程序的dex文件进行解析;
若解析到应用程序需监听的按键事件对应的键值码,则进行步骤305。
步骤305、确定应用程序需监听的按键事件对应的键值码;
步骤306、判断键值码是否已匹配遥控器按键,是则转入步骤301,否则转入步骤307;
步骤307、为键值码匹配遥控器的按键,并保存键值码与分配的遥控器的各按键的映射关系。
具体实施中,系统在安装应用程序的时候,对安装包中的dex文件进行解析。当解析到应用程序在运行时需监听的各按键事件的代码时,读取出该键值码,其中,按键事件是指按键被系统识别的操作,是本领域技术人员容易理解
和知晓的。由于在Framework的android.view.KeyEvent类中定义有所有按键的键值码,当应用程序所监听按键事件时,需要在代码中指定对应的键值码。获取到应用程序在运行时需监听的各按键事件及对应的遥控器按键之后,可以对按键去重,然后按照一定的顺序映射到遥控器的按键上,即完成各键值码与遥控器的按键的匹配。将匹配关系生成映射表,映射表最终可以持久化保存到系统中。
图4为本申请实施例中应用程序运行时的遥控器按键信号处理流程示意图,如图所示,可以包括以下步骤:
步骤401、在遥控器的按键被触发后,接收到遥控器发送的信号;
实施中,遥控器的按键被触发后,系统可以扫描映射表,在映射表中查找键值码与遥控器的按键的匹配关系。
步骤402、判断该遥控器的按键是否有映射的键值码,是则转入步骤404,否则转入步骤403;
本步骤用于判断遥控器的按键与键值码在映射表中是否有匹配关系。
步骤403、触发系统默认的遥控器按键事件;
步骤404、按照匹配关系触发应用程序所监听的该键值码对应的按键事件;
步骤405、在完成按键触发后结束该流程。
具体实施中,在应用程序运行时,系统根据安装时保存的映射关系处理遥控器的按键信号。当系统检测到遥控器按键信号后,扫描保存的映射关系表,如果映射关系表中有对应的表项,那么按照表项的设置,触发应用程序所监听的该键值码对应的按键事件。如果没有对应的表项,则触发系统默认的遥控器按键事件。
实施中,还可以包括,确定遥控器的按键在映射表中有对应匹配关系后,向用户显示遥控器的按键与应用程序所监听的按键事件的映射关系。具体实施可以参见前述的实施方式。
基于同一申请构思,本申请实施例中还提供了一种遥控器按键匹配装置以
及一种遥控器按键信号处理装置,由于装置解决问题的原理与一种遥控器按键匹配方法、一种遥控器按键信号处理方法相似,因此装置的实施可以参见方法的实施,重复之处不再赘述。
图5为本申请实施例中遥控器按键匹配装置的结构示意图,如图所示,在装置中可以包括:
键值码获取模块501,用于扫描应用程序的安装包,获取该应用程序在运行时需监听的各按键事件对应的键值码;
分配模块502,用于为各键值码分配遥控器的按键;
保存模块503,用于保存各键值码与分配的遥控器的各按键的映射关系。
实施中,键值码获取模块可以包括:
扫描单元,用于扫描应用程序的安装包;
解析单元,用于对应用程序安装包中的可执行文件进行解析;
读取单元,用于当解析到按键事件类的代码时,读取出应用程序在运行时需监听的各按键事件对应的键值码。
实施中,可以进一步包括:
去重模块504,用于在为各键值码分配遥控器的按键之前,确定出对应多个按键事件的键值码;
分配模块502可以进一步用于为所述多个按键事件对应的同一键值码分配一个遥控器的按键。
实施中,分配模块可以包括:
获取单元,用于获取遥控器的按键信息;
分配单元,用于根据所述按键信息,为各键值码分配遥控器的按键。
实施中,可以进一步包括:
显示模块505,用于根据所述映射关系以及按键事件与键值码的对应关系,显示遥控器的各按键与按键事件的对应关系。
图6为本申请实施例中遥控器按键信号处理装置的结构示意图,如图所示,
在装置中可以包括:
接收模块601,用于接收遥控器发送的信号;
按键确定模块602,用于确定该信号对应的遥控器按键;
键值码确定模块603,用于根据所述映射关系确定该遥控器按键在应用程序中对应的键值码;
触发模块604,用于触发该键值码对应的按键事件。
实施中,触发模块可以进一步用于在确定该遥控器按键在映射关系中没有在应用程序中对应的键值码时,触发该按键对应的系统默认的按键事件。
实施中,可以进一步包括:
显示模块605,用于根据所述映射关系以及按键事件与键值码的对应关系,显示遥控器的各按键与按键事件的对应关系。
为了描述的方便,以上所述装置的各部分以功能分为各种部件或单元分别描述。当然,在实施本申请时可以把各部件或单元的功能在同一个或多个软件或硬件中实现。
本领域内的技术人员应明白,本申请的实施例可提供为方法、系统、或计算机程序产品。因此,本申请可采用完全硬件实施例、完全软件实施例、或结合软件和硬件方面的实施例的形式。而且,本申请可采用在一个或多个其中包含有计算机可用程序代码的计算机可用存储介质(包括但不限于磁盘存储器、CD-ROM、光学存储器等)上实施的计算机程序产品的形式。
本申请是参照根据本申请实施例的方法、设备(系统)、和计算机程序产品的流程图和/或方框图来描述的。应理解可由计算机程序指令实现流程图和/或方框图中的每一流程和/或方框、以及流程图和/或方框图中的流程和/或方框的结合。可提供这些计算机程序指令到通用计算机、专用计算机、嵌入式处理机或其他可编程数据处理设备的处理器以产生一个机器,使得通过计算机或其他可编程数据处理设备的处理器执行的指令产生用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的装置。
这些计算机程序指令也可存储在能引导计算机或其他可编程数据处理设备以特定方式工作的计算机可读存储器中,使得存储在该计算机可读存储器中的指令产生包括指令装置的制造品,该指令装置实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能。
这些计算机程序指令也可装载到计算机或其他可编程数据处理设备上,使得在计算机或其他可编程设备上执行一系列操作步骤以产生计算机实现的处理,从而在计算机或其他可编程设备上执行的指令提供用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的步骤。
尽管已描述了本申请的优选实施例,但本领域内的技术人员一旦得知了基本创造性概念,则可对这些实施例作出另外的变更和修改。所以,所附权利要求意欲解释为包括优选实施例以及落入本申请范围的所有变更和修改。
显然,本领域的技术人员可以对本申请进行各种改动和变型而不脱离本申请的精神和范围。这样,倘若本申请的这些修改和变型属于本申请权利要求及其等同技术的范围之内,则本申请也意图包含这些改动和变型在内。
Claims (16)
- 一种遥控器按键匹配方法,其特征在于,包括如下步骤:扫描应用程序的安装包,获取该应用程序在运行时需监听的各按键事件对应的键值码;为各键值码分配遥控器的按键,并保存各键值码与分配的遥控器的各按键的映射关系。
- 如权利要求1所述的方法,其特征在于,获取该应用程序在运行时需监听的各按键事件对应的键值码,包括:对应用程序安装包中的可执行文件进行解析;当解析到按键事件类的代码时,读取出应用程序在运行时需监听的各按键事件对应的键值码。
- 如权利要求1或2所述的方法,其特征在于,为各键值码分配遥控器的按键之前,进一步包括:确定出对应多个按键事件的键值码;为所述多个按键事件对应的同一键值码分配一个遥控器的按键。
- 如权利要求1或2所述的方法,其特征在于,为各键值码分配遥控器的按键,包括:获取遥控器的按键信息;根据所述按键信息,为各键值码分配遥控器的按键。
- 如权利要求1所述的方法,其特征在于,进一步包括:根据所述映射关系以及按键事件与键值码的对应关系,显示遥控器的各按键与按键事件的对应关系。
- 一种遥控器按键信号处理方法,其特征在于,包括如下步骤:接收遥控器发送的信号;确定该信号对应的遥控器按键;根据如权利要求1所述的映射关系确定该遥控器按键在应用程序中对应的 键值码;触发该键值码对应的按键事件。
- 如权利要求6所述的方法,其特征在于,进一步包括:在确定该遥控器按键在映射关系中没有在应用程序中对应的键值码时,触发该按键对应的系统默认的按键事件。
- 如权利要求6或7所述的方法,其特征在于,进一步包括:根据所述映射关系以及按键事件与键值码的对应关系,显示遥控器的各按键与按键事件的对应关系。
- 一种遥控器按键匹配装置,其特征在于,包括:键值码获取模块,用于扫描应用程序的安装包,获取该应用程序在运行时需监听的各按键事件对应的键值码;分配模块,用于为各键值码分配遥控器的按键;保存模块,用于保存各键值码与分配的遥控器的各按键的映射关系。
- 如权利要求9所述的装置,其特征在于,键值码获取模块包括:扫描单元,用于扫描应用程序的安装包;解析单元,用于对应用程序安装包中的可执行文件进行解析;读取单元,用于当解析到按键事件类的代码时,读取出应用程序在运行时需监听的各按键事件对应的键值码。
- 如权利要求9或10所述的装置,其特征在于,进一步包括:去重模块,用于在为各键值码分配遥控器的按键之前,确定出对应多个按键事件的键值码;分配模块进一步用于为所述多个按键事件对应的同一键值码分配一个遥控器的按键。
- 如权利要求9或10所述的装置,其特征在于,分配模块包括:获取单元,用于获取遥控器的按键信息;分配单元,用于根据所述按键信息,为各键值码分配遥控器的按键。
- 如权利要求9所述的装置,其特征在于,进一步包括:显示模块,用于根据所述映射关系以及按键事件与键值码的对应关系,显示遥控器的各按键与按键事件的对应关系。
- 一种遥控器按键信号处理装置,其特征在于,包括:接收模块,用于接收遥控器发送的信号;按键确定模块,用于确定该信号对应的遥控器按键;键值码确定模块,用于根据如权利要求1所述的映射关系确定该遥控器按键在应用程序中对应的键值码;触发模块,用于触发该键值码对应的按键事件。
- 如权利要求14所述的装置,其特征在于,触发模块进一步用于在确定该遥控器按键在映射关系中没有在应用程序中对应的键值码时,触发该按键对应的系统默认的按键事件。
- 如权利要求14或15所述的装置,其特征在于,进一步包括:显示模块,用于根据所述映射关系以及按键事件与键值码的对应关系,显示遥控器的各按键与按键事件的对应关系。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201410497540.5 | 2014-09-25 | ||
| CN201410497540.5A CN105516765A (zh) | 2014-09-25 | 2014-09-25 | 一种遥控器按键匹配及信号处理方法及装置 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2016045503A1 true WO2016045503A1 (zh) | 2016-03-31 |
Family
ID=55580281
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2015/089112 Ceased WO2016045503A1 (zh) | 2014-09-25 | 2015-09-08 | 一种遥控器按键匹配及信号处理方法及装置 |
Country Status (3)
| Country | Link |
|---|---|
| CN (1) | CN105516765A (zh) |
| HK (1) | HK1222074A1 (zh) |
| WO (1) | WO2016045503A1 (zh) |
Cited By (14)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN107094238A (zh) * | 2017-04-13 | 2017-08-25 | 青岛海信电器股份有限公司 | 智能电视的按键分配处理方法及智能电视 |
| CN108124177A (zh) * | 2017-11-21 | 2018-06-05 | 广州视源电子科技股份有限公司 | 遥控器匹配方法、系统、电视机及可读存储介质 |
| CN108419106A (zh) * | 2018-03-06 | 2018-08-17 | 深圳市茁壮网络股份有限公司 | 一种信息处理方法及装置 |
| CN110275623A (zh) * | 2018-03-15 | 2019-09-24 | 龙芯中科技术有限公司 | 按键键值的触发方法及设备 |
| CN112272332A (zh) * | 2020-09-18 | 2021-01-26 | 深圳市华曦达科技股份有限公司 | 一种智能机顶盒的唤醒方法、装置、电子设备及存储介质 |
| CN112312176A (zh) * | 2020-10-10 | 2021-02-02 | 视联动力信息技术股份有限公司 | 一种语音播放方法、装置、终端设备和存储介质 |
| CN112449223A (zh) * | 2019-09-04 | 2021-03-05 | 深圳Tcl新技术有限公司 | 一种电视机外接设备的控制方法、电视机及存储介质 |
| CN114222172A (zh) * | 2021-12-14 | 2022-03-22 | 海宁奕斯伟集成电路设计有限公司 | 一种电子设备hdmi-cec功能的获取方法及装置 |
| CN114422836A (zh) * | 2022-01-20 | 2022-04-29 | 深圳Tcl新技术有限公司 | 遥控器按键更新方法、装置、遥控器及存储介质 |
| CN114466111A (zh) * | 2022-02-18 | 2022-05-10 | 珠海奔图电子有限公司 | 一种高速扫描控制方法、装置、主机、系统及存储介质 |
| WO2022237669A1 (zh) * | 2021-05-10 | 2022-11-17 | 维沃移动通信有限公司 | 显示控制方法和装置 |
| CN116628276A (zh) * | 2022-02-11 | 2023-08-22 | 深圳Tcl数字技术有限公司 | 一种设备匹配检测方法、装置、电子设备和存储介质 |
| CN118057504A (zh) * | 2022-11-18 | 2024-05-21 | 广州视臻信息科技有限公司 | 一种控件响应方法、终端、存储介质及终端设备 |
| WO2025108245A1 (zh) * | 2023-11-24 | 2025-05-30 | 深圳市兆珑科技有限公司 | 键值响应方法、装置、电子设备及可读存储介质 |
Families Citing this family (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN106162282B (zh) * | 2016-07-26 | 2020-02-07 | Tcl集团股份有限公司 | 一种禁止智能电视输入设备的按键的方法和装置 |
| CN110187953A (zh) * | 2019-06-05 | 2019-08-30 | 北京视游互动科技有限公司 | 一种应用程序的运行方法及装置 |
| CN111556354B (zh) * | 2020-04-22 | 2024-02-06 | 深圳Tcl数字技术有限公司 | 全局界面显示方法、电视及计算机可读存储介质 |
| CN112052052A (zh) * | 2020-09-24 | 2020-12-08 | 深圳创维-Rgb电子有限公司 | 按键值的触控方法、装置、终端和存储介质 |
| CN112950917B (zh) * | 2021-02-09 | 2023-11-10 | 广东九联科技股份有限公司 | 设置安卓设备遥控器按键的方法、装置及电子设备 |
| CN113141530B (zh) * | 2021-04-15 | 2023-04-07 | 深圳市欢太科技有限公司 | 基于遥控交互方法、装置、电子设备和存储介质 |
| CN113709534A (zh) * | 2021-08-26 | 2021-11-26 | 深圳康佳电子科技有限公司 | 按键复用方法、装置、智能终端及计算机可读存储介质 |
| CN114466239B (zh) * | 2022-01-30 | 2023-04-25 | 深圳创维-Rgb电子有限公司 | 投屏控制方法、装置、投屏器及计算机可读存储介质 |
| CN115334343A (zh) * | 2022-08-01 | 2022-11-11 | 中国电信股份有限公司 | 一种iptv业务的控制方法和装置 |
Citations (18)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20030071792A1 (en) * | 2001-10-15 | 2003-04-17 | Reem Safadi | Versatile user interface device and associated system |
| KR20040048271A (ko) * | 2002-12-02 | 2004-06-07 | 엘지전자 주식회사 | 데이터 방송 시스템 및 그 운용 방법 |
| CN1753046A (zh) * | 2004-09-24 | 2006-03-29 | 三星电子株式会社 | 集成遥控器及控制多个设备的方法 |
| CN101291365A (zh) * | 2008-05-14 | 2008-10-22 | 深圳创维-Rgb电子有限公司 | 手机以及该手机遥控设置的方法 |
| US20090079869A1 (en) * | 2007-09-21 | 2009-03-26 | Samsung Electronics Co., Ltd. | Image apparatuses capable of intercommunicating and control method thereof |
| CN101986362A (zh) * | 2010-10-12 | 2011-03-16 | 高斯贝尔数码科技股份有限公司 | 一种数字机顶盒遥控记忆学习系统及其方法 |
| CN201812376U (zh) * | 2010-10-12 | 2011-04-27 | 高斯贝尔数码科技股份有限公司 | 一种数字机顶盒遥控记忆学习系统 |
| CN102291546A (zh) * | 2011-08-12 | 2011-12-21 | 四川长虹电器股份有限公司 | 一种增强家庭视听系统易用性的方法 |
| CN102610084A (zh) * | 2012-03-07 | 2012-07-25 | 四川长虹电器股份有限公司 | 万能遥控的实现方法 |
| CN102779257A (zh) * | 2012-06-28 | 2012-11-14 | 奇智软件(北京)有限公司 | 一种Android应用程序的安全检测方法及系统 |
| CN102890609A (zh) * | 2012-09-12 | 2013-01-23 | 广东欧珀移动通信有限公司 | 一种移动终端在rcp通信过程中选择网页的方法 |
| CN102938856A (zh) * | 2012-11-23 | 2013-02-20 | 青岛海信宽带多媒体技术有限公司 | 无卡条件接收系统的软件升级方法及升级装置 |
| CN102946557A (zh) * | 2012-11-21 | 2013-02-27 | 烽火通信科技股份有限公司 | 遥控器控制Android系统机顶盒的实现系统及方法 |
| CN103000008A (zh) * | 2012-12-13 | 2013-03-27 | 青岛海信宽带多媒体技术有限公司 | 遥控接收设备响应遥控信号的方法和装置 |
| CN103337144A (zh) * | 2013-05-27 | 2013-10-02 | 深圳Tcl新技术有限公司 | 一种基于无线网络的智能遥控方法和终端 |
| CN103458283A (zh) * | 2013-08-07 | 2013-12-18 | 四川长虹电器股份有限公司 | 一种基于智能电视应用的遥控学习方法 |
| CN103648005A (zh) * | 2013-12-19 | 2014-03-19 | 北京唯特触控科技有限公司 | 一种遥控终端的装置、遥控方法、遥控系统 |
| CN103686289A (zh) * | 2013-12-26 | 2014-03-26 | 深圳Tcl新技术有限公司 | 智能电视键盘输入控制方法及智能电视 |
-
2014
- 2014-09-25 CN CN201410497540.5A patent/CN105516765A/zh active Pending
-
2015
- 2015-09-08 WO PCT/CN2015/089112 patent/WO2016045503A1/zh not_active Ceased
-
2016
- 2016-08-26 HK HK16110174.9A patent/HK1222074A1/zh unknown
Patent Citations (18)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20030071792A1 (en) * | 2001-10-15 | 2003-04-17 | Reem Safadi | Versatile user interface device and associated system |
| KR20040048271A (ko) * | 2002-12-02 | 2004-06-07 | 엘지전자 주식회사 | 데이터 방송 시스템 및 그 운용 방법 |
| CN1753046A (zh) * | 2004-09-24 | 2006-03-29 | 三星电子株式会社 | 集成遥控器及控制多个设备的方法 |
| US20090079869A1 (en) * | 2007-09-21 | 2009-03-26 | Samsung Electronics Co., Ltd. | Image apparatuses capable of intercommunicating and control method thereof |
| CN101291365A (zh) * | 2008-05-14 | 2008-10-22 | 深圳创维-Rgb电子有限公司 | 手机以及该手机遥控设置的方法 |
| CN101986362A (zh) * | 2010-10-12 | 2011-03-16 | 高斯贝尔数码科技股份有限公司 | 一种数字机顶盒遥控记忆学习系统及其方法 |
| CN201812376U (zh) * | 2010-10-12 | 2011-04-27 | 高斯贝尔数码科技股份有限公司 | 一种数字机顶盒遥控记忆学习系统 |
| CN102291546A (zh) * | 2011-08-12 | 2011-12-21 | 四川长虹电器股份有限公司 | 一种增强家庭视听系统易用性的方法 |
| CN102610084A (zh) * | 2012-03-07 | 2012-07-25 | 四川长虹电器股份有限公司 | 万能遥控的实现方法 |
| CN102779257A (zh) * | 2012-06-28 | 2012-11-14 | 奇智软件(北京)有限公司 | 一种Android应用程序的安全检测方法及系统 |
| CN102890609A (zh) * | 2012-09-12 | 2013-01-23 | 广东欧珀移动通信有限公司 | 一种移动终端在rcp通信过程中选择网页的方法 |
| CN102946557A (zh) * | 2012-11-21 | 2013-02-27 | 烽火通信科技股份有限公司 | 遥控器控制Android系统机顶盒的实现系统及方法 |
| CN102938856A (zh) * | 2012-11-23 | 2013-02-20 | 青岛海信宽带多媒体技术有限公司 | 无卡条件接收系统的软件升级方法及升级装置 |
| CN103000008A (zh) * | 2012-12-13 | 2013-03-27 | 青岛海信宽带多媒体技术有限公司 | 遥控接收设备响应遥控信号的方法和装置 |
| CN103337144A (zh) * | 2013-05-27 | 2013-10-02 | 深圳Tcl新技术有限公司 | 一种基于无线网络的智能遥控方法和终端 |
| CN103458283A (zh) * | 2013-08-07 | 2013-12-18 | 四川长虹电器股份有限公司 | 一种基于智能电视应用的遥控学习方法 |
| CN103648005A (zh) * | 2013-12-19 | 2014-03-19 | 北京唯特触控科技有限公司 | 一种遥控终端的装置、遥控方法、遥控系统 |
| CN103686289A (zh) * | 2013-12-26 | 2014-03-26 | 深圳Tcl新技术有限公司 | 智能电视键盘输入控制方法及智能电视 |
Cited By (16)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN107094238A (zh) * | 2017-04-13 | 2017-08-25 | 青岛海信电器股份有限公司 | 智能电视的按键分配处理方法及智能电视 |
| CN108124177A (zh) * | 2017-11-21 | 2018-06-05 | 广州视源电子科技股份有限公司 | 遥控器匹配方法、系统、电视机及可读存储介质 |
| CN108419106A (zh) * | 2018-03-06 | 2018-08-17 | 深圳市茁壮网络股份有限公司 | 一种信息处理方法及装置 |
| CN110275623A (zh) * | 2018-03-15 | 2019-09-24 | 龙芯中科技术有限公司 | 按键键值的触发方法及设备 |
| CN110275623B (zh) * | 2018-03-15 | 2023-08-08 | 龙芯中科技术股份有限公司 | 按键键值的触发方法及设备 |
| CN112449223A (zh) * | 2019-09-04 | 2021-03-05 | 深圳Tcl新技术有限公司 | 一种电视机外接设备的控制方法、电视机及存储介质 |
| CN112272332A (zh) * | 2020-09-18 | 2021-01-26 | 深圳市华曦达科技股份有限公司 | 一种智能机顶盒的唤醒方法、装置、电子设备及存储介质 |
| CN112272332B (zh) * | 2020-09-18 | 2022-10-14 | 深圳市华曦达科技股份有限公司 | 一种智能机顶盒的唤醒方法、装置、电子设备及存储介质 |
| CN112312176A (zh) * | 2020-10-10 | 2021-02-02 | 视联动力信息技术股份有限公司 | 一种语音播放方法、装置、终端设备和存储介质 |
| WO2022237669A1 (zh) * | 2021-05-10 | 2022-11-17 | 维沃移动通信有限公司 | 显示控制方法和装置 |
| CN114222172A (zh) * | 2021-12-14 | 2022-03-22 | 海宁奕斯伟集成电路设计有限公司 | 一种电子设备hdmi-cec功能的获取方法及装置 |
| CN114422836A (zh) * | 2022-01-20 | 2022-04-29 | 深圳Tcl新技术有限公司 | 遥控器按键更新方法、装置、遥控器及存储介质 |
| CN116628276A (zh) * | 2022-02-11 | 2023-08-22 | 深圳Tcl数字技术有限公司 | 一种设备匹配检测方法、装置、电子设备和存储介质 |
| CN114466111A (zh) * | 2022-02-18 | 2022-05-10 | 珠海奔图电子有限公司 | 一种高速扫描控制方法、装置、主机、系统及存储介质 |
| CN118057504A (zh) * | 2022-11-18 | 2024-05-21 | 广州视臻信息科技有限公司 | 一种控件响应方法、终端、存储介质及终端设备 |
| WO2025108245A1 (zh) * | 2023-11-24 | 2025-05-30 | 深圳市兆珑科技有限公司 | 键值响应方法、装置、电子设备及可读存储介质 |
Also Published As
| Publication number | Publication date |
|---|---|
| HK1222074A1 (zh) | 2017-06-16 |
| CN105516765A (zh) | 2016-04-20 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2016045503A1 (zh) | 一种遥控器按键匹配及信号处理方法及装置 | |
| EP2950203B1 (en) | Application scenario identification method, power consumption management method and apparatus and terminal device | |
| CN106022079B (zh) | 一种指纹解锁方法及终端 | |
| CN110140342A (zh) | 锁屏界面处理方法及终端 | |
| JP2019504566A5 (zh) | ||
| KR20130142692A (ko) | 라이선스 검증 방법, 그 장치 및 이를 실행하기 위한 프로그램이 기록된 컴퓨터로 읽을 수 있는 기록 매체 | |
| CN104866275B (zh) | 一种用于获取图像信息的方法和装置 | |
| US20140189338A1 (en) | Electronic device and method for detecting booting time period for electronic device | |
| CN103729138A (zh) | 一种基于显示屏模拟物理按键的方法和电子设备 | |
| US12026315B2 (en) | Methods and apparatus to monitor haptic vibrations of touchscreens | |
| CN105847922A (zh) | 智能电视控制方法及智能电视 | |
| WO2019228095A1 (zh) | 手柄与第三方应用程序进行适配的方法、装置及存储介质 | |
| CN106095413B (zh) | 一种蓝牙驱动程序的配置方法及装置 | |
| CN106201224A (zh) | 一种数据批量处理的方法及装置 | |
| KR20210048835A (ko) | 전자 장치 및 이의 제어 방법 | |
| CN107193465B (zh) | 一种触控页面展示方法及系统 | |
| CN102193863A (zh) | 一种多点触控操作的实现方法及装置 | |
| JP2016525248A (ja) | タッチキーボードのキーを可変にする方法及び端末 | |
| CN105700871A (zh) | 基于智能家电的app操作交互方法及装置 | |
| TW201820198A (zh) | 檢測系統及檢測方法 | |
| US10235150B2 (en) | System and methods for touch pattern detection and user interface adaptation | |
| CN111385624A (zh) | 一种基于语音的数据传输控制方法、智能电视及存储介质 | |
| CN106469017A (zh) | 一种终端设置密码及认证的方法及装置 | |
| CN105307018A (zh) | 一种磁盘卷标的显示方法及装置 | |
| CN106873885B (zh) | 游戏管理系统、设备、装置及方法 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 15843204 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 15843204 Country of ref document: EP Kind code of ref document: A1 |