[go: up one dir, main page]

WO2017063366A1 - Procédé et système de lancement d'une application - Google Patents

Procédé et système de lancement d'une application Download PDF

Info

Publication number
WO2017063366A1
WO2017063366A1 PCT/CN2016/084235 CN2016084235W WO2017063366A1 WO 2017063366 A1 WO2017063366 A1 WO 2017063366A1 CN 2016084235 W CN2016084235 W CN 2016084235W WO 2017063366 A1 WO2017063366 A1 WO 2017063366A1
Authority
WO
WIPO (PCT)
Prior art keywords
application
resource
launched
resource corresponding
launched application
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
Application number
PCT/CN2016/084235
Other languages
English (en)
Chinese (zh)
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.)
Shenzhen TCL Digital Technology Co Ltd
Original Assignee
Shenzhen TCL Digital Technology 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 Shenzhen TCL Digital Technology Co Ltd filed Critical Shenzhen TCL Digital Technology Co Ltd
Publication of WO2017063366A1 publication Critical patent/WO2017063366A1/fr
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]

Definitions

  • the present invention relates to the field of intelligent control, and more particularly to an application startup method and system.
  • each application may overlap when running, and the process to be started and the currently running process (the process can be a system) If the process also has the same resources occupied by other application processes, it may cause the application to be started to fail after running.
  • the smart TV can directly switch to other applications through the shortcut button of the remote control.
  • the video can be played, and a series of shortcut application lists can be called up through the hotkey, directly through the shortcut application list.
  • Switch source to ATV Audio Television, analog signal television
  • DTV Digital Television, digital signal TV
  • video applications such as the first theater and jump bar
  • This shortcut will cause the resources of the previous video application to be released, and the new video application to obtain resources. This time will cause problems with the TV, such as the black screen of the TV, or the black screen, or the new video playback, there are some video screens of the previous application.
  • the main purpose of the present invention is to provide an application startup method and system, which aims to solve the technical problem that a resource conflict occurs between an application to be started and a current running process, which causes a failure after the application to be started is run.
  • the present invention provides an application startup method, where the application startup method includes the following steps:
  • the conflicting resource is associated with the corresponding process.
  • the prompt information is output.
  • the application starting method further includes the steps of:
  • the resource corresponding to the to-be-launched application is released.
  • the application starting method further includes the following steps:
  • the step of releasing the resource corresponding to the to-be-launched application includes:
  • part of the process occupying the resource corresponding to the to-be-launched application cannot be closed, part of the process is closed to release part of the resource.
  • the present invention further provides an application startup method, where the application startup method includes the following steps:
  • the resource corresponding to the to-be-launched application When the resource corresponding to the to-be-launched application is occupied by another process, and the resource corresponding to the to-be-launched application is a releasable resource, the resource corresponding to the to-be-launched application is released;
  • the conflicting resource is associated with the corresponding process.
  • the application starting method further comprises the steps of:
  • the prompt information is output.
  • the resource corresponding to the to-be-launched application is released.
  • the step of acquiring the resource corresponding to the application to be started, and the resource corresponding to the to-be-launched application are occupied by other processes, and the resource corresponding to the to-be-launched application is between the steps of releasing the resource corresponding to the application to be started, the application starting method further includes the following steps:
  • the process is a system registration process to determine whether the resource corresponding to the to-be-launched application is a releasable resource.
  • the application starting method includes the following steps:
  • part of the process occupying the resource corresponding to the to-be-launched application is not closed, part of the process is closed to release part of the resource.
  • the relationship between the conflicting resource and its corresponding process is updated.
  • the present invention further provides an application startup system, where the application startup system includes:
  • An acquiring module configured to acquire a resource corresponding to the application to be started when receiving an application startup instruction
  • a release module configured to release a resource corresponding to the to-be-launched application when the resource corresponding to the to-be-launched application is occupied by another process, and the resource corresponding to the to-be-launched application is a releasable resource;
  • a running module configured to start and run the to-be-launched application, and start and run the to-be-launched application when the resource corresponding to the to-be-launched application is not occupied by another process
  • the storage module is configured to save the conflicting resource in association with the corresponding process when the resource occupied by the process conflicts with the resource corresponding to the application that is not running in the process.
  • the application launching system further includes:
  • a prompting module configured to output prompt information when the resource corresponding to the to-be-launched application is occupied by another process, and the resource corresponding to the to-be-launched application is a non-releasable resource.
  • the releasing module is further configured to release the resource corresponding to the to-be-launched application when receiving the operation of releasing the resource triggered by the prompt information.
  • the application launching system further includes a first determining module, configured to determine, when the resource corresponding to the to-be-launched application is occupied by another process, whether the process is a system registration process to determine that the to-be-launched application corresponds to Whether the resource is a releasable resource.
  • a first determining module configured to determine, when the resource corresponding to the to-be-launched application is occupied by another process, whether the process is a system registration process to determine that the to-be-launched application corresponds to Whether the resource is a releasable resource.
  • the application starting method includes a second determining module, configured to determine whether resources corresponding to the to-be-launched application are all released; and the running module is further configured to release resources corresponding to the to-be-launched application When the application to be launched is started and run.
  • the release module is further configured to: when a part of the process occupying the resource corresponding to the to-be-launched application is not closed, close part of the process to release part of the resource.
  • the application launching system further includes:
  • an update module configured to update an association relationship between the conflicting resource and its corresponding process after the resource is released.
  • the resource corresponding to the to-be-launched application is occupied by other processes (that is, the resource corresponding to the application to be started conflicts with other processes), and the resource corresponding to the to-be-launched application is a releasable resource. And releasing the resource corresponding to the to-be-launched application, and starting and running the to-be-launched application, when the resource corresponding to the to-be-launched application is not occupied by another process, starting and running the to-be-launched application, and When the resources that are occupied by the process and the resources that are not running in the terminal conflict with the resources that are in the process of starting the application, the conflicting resources are associated with the corresponding processes.
  • the above solution makes it unnecessary for a resource conflict to occur when running the application to be started, and avoids the failure of the running application to be started.
  • FIG. 1 is a schematic flowchart of a first embodiment of an application startup method according to the present invention
  • FIG. 2 is a schematic flowchart of a second embodiment of an application startup method according to the present invention.
  • FIG. 3 is a schematic diagram of functional modules of a first embodiment of an application launching system according to the present invention.
  • FIG. 4 is a schematic diagram of functional modules of a second embodiment of an application launching system according to the present invention.
  • FIG. 5 is a schematic diagram of functional modules of a third embodiment of an application launching system according to the present invention.
  • the invention provides an application startup method.
  • FIG. 1 is a schematic flowchart of a first embodiment of an application startup method according to the present invention.
  • This embodiment provides an application startup method, where the application startup method includes:
  • Step S10 Acquire, when receiving an application startup instruction, a resource corresponding to the application to be started;
  • the resource corresponding to the application to be started is the resource occupied by the application to be started at runtime.
  • the application information such as the application name or application code
  • the resource information such as resource number or code
  • the application may be divided into two types, one is a system.
  • the application, the corresponding resource of the system application can be written by the developer when writing the application, and the other is a third-party application (the application downloaded by the user through the network), and the resource corresponding to the application needs the system according to the needs of the application at runtime Called process to identify.
  • the resource corresponding to the to-be-launched application may be obtained based on an association relationship between the application information and the resource information.
  • the application start instruction may be triggered based on the shortcut key, for example, when receiving an operation of triggering the shortcut key based on the current running interface, displaying an application selection interface for the user to select an application to be launched based on the application selection interface;
  • the selection operation triggered by the selection interface is triggered, the application startup instruction is triggered; and the resource corresponding to the application to be started is obtained.
  • Step S20 Determine that resources corresponding to the to-be-launched application are occupied by other processes
  • step S30 when the resource corresponding to the to-be-launched application is occupied by another process, and the resource corresponding to the to-be-launched application is a releasable resource, the resource corresponding to the to-be-launched application is released;
  • the process of determining whether the resource is available for the system is determined by the process of determining whether the process is occupied by the process. And determining whether the process is a system registration process to determine whether the resource corresponding to the to-be-launched application is an occupant resource.
  • the size of the resources to be used by the application to be run may be obtained, and some resources may be released according to the size of the resources to be used by the application to be executed, without releasing all resources to ensure Some currently running processes are not forced to close.
  • Step S40 starting and running the to-be-launched application
  • Step S50 Start and run the to-be-launched application when the resource corresponding to the to-be-launched application is not occupied by another process;
  • step S60 when the resource occupied by the process conflicts with the resource corresponding to the application that is not running in the process, the conflicting resource is associated with the corresponding process.
  • the process corresponding to the resource may be obtained according to the association between the resource and the process, and the resource corresponding to the application to be started is released by the process.
  • the resource corresponding to the application to be started may be matched with the relationship between the conflicting resource and the corresponding process. It can be understood that after the resource is released, the relationship between the conflicting resource and its corresponding process can be updated.
  • the currently occupied resources may be associated with each process corresponding to the resource, so that other applications determine at runtime whether the resources they want to occupy are occupied by other processes.
  • the resources occupied by the application can be released, and the relationship between the resources occupied by the application and the process is deleted.
  • the resource corresponding to the to-be-launched application is occupied by other processes (that is, the resource corresponding to the application to be started conflicts with other processes), and the resource corresponding to the to-be-launched application is a releasable resource. And releasing the resource corresponding to the to-be-launched application, and starting and running the to-be-launched application, when the resource corresponding to the to-be-launched application is not occupied by another process, starting and running the to-be-launched application, and in the When the resources of the process are in conflict with the resources of the application that is not running in the terminal, the conflicting resource is associated with the corresponding process.
  • the above solution makes it unnecessary for a resource conflict to occur when running the application to be started, and avoids the failure of the running application to be started.
  • step S20 further includes the following steps:
  • Step S70 Determine whether the resource corresponding to the to-be-launched application is a releasable resource
  • step S30 When the resource corresponding to the to-be-launched application is a releasable resource, performing step S30;
  • Step S80 When the resource corresponding to the to-be-launched application is occupied by another process, and the resource corresponding to the to-be-launched application is a non-releasable resource, the prompt information is output.
  • the prompt information may be text information that is occupied by the resource, and the text information that cannot be started is applied.
  • the prompt box is output to display the process that currently occupies the resource corresponding to the application to be started, and the risk brought by the process is closed.
  • the user selects whether to release the resource corresponding to the application to be started by closing the process; and when the user releases the resource triggered by the prompt box, the resource corresponding to the to-be-launched application is released. Users can flexibly launch applications by choosing whether to release resources.
  • part of the process may be closed to release part of the resource to improve application startup. flexibility.
  • the third embodiment of the application initiation method of the present invention is proposed based on the first or second embodiment.
  • the step S30 and the step S40 further include steps. :
  • step S40 is performed.
  • some processes may fail to be closed, and only some resources are released, and the application still runs when the application to be started still fails. Further avoid failures when the app starts up.
  • the relationship between the resource and the occupied process can be deleted, and whether the resource is released is determined by checking whether the resource corresponding to the application to be started is associated with the process.
  • the invention further provides an application launch system.
  • FIG. 3 is a schematic diagram of functional modules of a first embodiment of an application launching system according to the present invention.
  • the functional module diagram shown in FIG. 3 is merely an exemplary diagram of a preferred embodiment, and those skilled in the art can start the functional modules of the application startup system shown in FIG. It is easy to add a new function module; the name of each function module is a custom name, which is only used to assist in understanding various program function blocks of the application startup system, and is not used to limit the technical solution of the present invention.
  • the core of the technical solution of the present invention is The functions to be achieved by the function modules that each define the name.
  • This embodiment provides an application startup system, where the application startup system includes:
  • the obtaining module 10 is configured to acquire a resource corresponding to the application to be started when receiving the application startup instruction;
  • the resource corresponding to the application to be started is the resource occupied by the application to be started at runtime.
  • the application information such as the application name or application code
  • the resource information such as resource number or code
  • the application may be divided into two types, one is a system.
  • the application, the corresponding resource of the system application can be written by the developer when writing the application, and the other is a third-party application (the application downloaded by the user through the network), and the resource corresponding to the application needs the system according to the needs of the application at runtime Called process to identify.
  • the resource corresponding to the to-be-launched application may be obtained based on an association relationship between the application information and the resource information.
  • the application start instruction may be triggered based on the shortcut key, for example, when receiving an operation of triggering the shortcut key based on the current running interface, displaying an application selection interface for the user to select an application to be launched based on the application selection interface;
  • the selection operation triggered by the selection interface is triggered, the application startup instruction is triggered; and the resource corresponding to the application to be started is obtained.
  • the release module 20 is configured to release the resource corresponding to the to-be-launched application when the resource corresponding to the to-be-launched application is occupied by another process, and the resource corresponding to the to-be-launched application is a releasable resource;
  • the device may be configured to determine whether the resource is available for the process to be started by determining whether the process is a system registration process (such as a system modification process). When it is occupied by other processes, it is determined whether the process is a system registration process to determine whether the resource corresponding to the to-be-launched application is an occupant resource.
  • a system registration process such as a system modification process
  • the size of the resources to be used by the application to be run may be obtained, and some resources may be released according to the size of the resources to be used by the application to be executed, without releasing all resources to ensure Some currently running processes are not forced to close.
  • the running module 30 is configured to start and run the to-be-launched application, and start and run the to-be-launched application when the resource corresponding to the to-be-launched application is not occupied by other processes;
  • the storage module 40 is configured to save the conflicting resource in association with the corresponding process when the resource occupied by the process conflicts with the resource corresponding to the application that is not running in the process.
  • the process corresponding to the resource may be obtained according to the association between the resource and the process, and the resource corresponding to the application to be started is released by the process.
  • the resource corresponding to the application to be started may be matched with the relationship between the conflicting resource and the corresponding process. It can be understood that after the resource is released, the relationship between the conflicting resource and its corresponding process can be updated.
  • the currently occupied resources may be associated with each process corresponding to the resource, so that other applications determine at runtime whether the resources they want to occupy are occupied by other processes.
  • the resources occupied by the application can be released, and the relationship between the resources occupied by the application and the process is deleted.
  • the resource corresponding to the to-be-launched application is occupied by other processes (that is, the resource corresponding to the application to be started conflicts with other processes), and the resource corresponding to the to-be-launched application is a releasable resource. And releasing the resource corresponding to the to-be-launched application, and starting and running the to-be-launched application, when the resource corresponding to the to-be-launched application is not occupied by another process, starting and running the to-be-launched application, and in the When the resources of the process are in conflict with the resources of the application that is not running in the terminal, the conflicting resource is associated with the corresponding process.
  • the above solution makes it unnecessary for a resource conflict to occur when running the application to be started, and avoids the failure of the running application to be started.
  • the application launching system further includes:
  • the prompting module 50 is configured to output prompt information when the resource corresponding to the to-be-launched application is occupied by another process, and the resource corresponding to the to-be-launched application is a non-releasable resource.
  • the prompt information may be that the resource is occupied, and the application cannot be started.
  • the prompting module 40 may output a prompt box to display a process that currently occupies the resource corresponding to the application to be started, and display the risk caused by the process being closed, and the user selects whether The resource corresponding to the to-be-launched application is released by the process of releasing the resource, and the release module 20 releases the resource corresponding to the to-be-launched application. Users can flexibly launch applications by choosing whether to release resources.
  • part of the process may be closed to release part of the resource to improve application startup. flexibility.
  • the third embodiment of the application startup method of the present invention is proposed based on the first or second embodiment.
  • the application startup method includes the second determination.
  • the modulo 60 is configured to determine whether the resources corresponding to the to-be-launched application are all released.
  • the running module 30 is further configured to start and run the to-be-launched application when the resources corresponding to the to-be-launched application are all released. .
  • some processes may fail to be closed, and only some resources are released, and the application still runs when the application to be started still fails. Further avoid failures when the app starts up.
  • the second judging module 50 and the first judging module may be the same module or different modules.
  • the relationship between the resource and the occupied process can be deleted, and whether the resource is released is determined by checking whether the resource corresponding to the application to be started is associated with the process.
  • the foregoing embodiment method can be implemented by means of software plus a necessary general hardware platform, and of course, can also be through hardware, but in many cases, the former is better.
  • Implementation Based on such understanding, the technical solution of the present invention, which is essential or contributes to the prior art, may be embodied in the form of a software product stored in a storage medium (such as ROM/RAM, disk,
  • the optical disc includes a number of instructions for causing a terminal device (which may be a cell phone, a computer, a server, an air conditioner, or a network device, etc.) to perform the methods described in various embodiments of the present invention.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

L'invention concerne un procédé et un système de lancement d'une application. Le procédé de lancement d'une application comprend : l'obtention d'une ressource correspondant à une application à lancer à la réception d'une instruction de lancement d'application (S10) ; la libération de la ressource correspondant à l'application à lancer (S30) lorsque ladite ressource est occupée par d'autres processus (S20) et que ladite ressource est une ressource libérable (S70) ; le lancement et le fonctionnement de l'application à lancer (S40) ; le lancement et le fonctionnement de l'application à lancer (S50) quand la ressource correspondant à ladite application n'est pas occupée par les autres processus (S20) ; et la mémorisation en association des ressources en conflit et de leurs processus correspondants lorsque la ressource occupée par l'un des processus de l'application à lancer est en conflit avec la ressource correspondant à une application qui ne fonctionne pas dans le terminal (S60). Selon cette solution, aucun conflit de ressources ne se produit lorsque l'application à lancer fonctionne, ce qui évite toute défaillance du fonctionnement de ladite application.
PCT/CN2016/084235 2015-10-14 2016-06-01 Procédé et système de lancement d'une application Ceased WO2017063366A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510662597.0 2015-10-14
CN201510662597.0A CN105224369A (zh) 2015-10-14 2015-10-14 应用启动方法和系统

Publications (1)

Publication Number Publication Date
WO2017063366A1 true WO2017063366A1 (fr) 2017-04-20

Family

ID=54993361

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/084235 Ceased WO2017063366A1 (fr) 2015-10-14 2016-06-01 Procédé et système de lancement d'une application

Country Status (2)

Country Link
CN (1) CN105224369A (fr)
WO (1) WO2017063366A1 (fr)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105224369A (zh) * 2015-10-14 2016-01-06 深圳Tcl数字技术有限公司 应用启动方法和系统
CN107885591A (zh) 2016-09-27 2018-04-06 华为技术有限公司 为应用分配系统资源的方法和终端
CN106534987B (zh) * 2016-12-22 2019-11-05 深圳Tcl新技术有限公司 智能电视信源切换方法及装置
CN108388797B (zh) * 2018-01-23 2021-09-03 北京奇艺世纪科技有限公司 一种入侵检测方法、装置及电子设备
CN110377362B (zh) * 2019-07-17 2023-07-14 北京字节跳动网络技术有限公司 清理应用程序的方法、装置、终端及存储介质
CN111338710A (zh) * 2020-02-26 2020-06-26 腾讯科技(深圳)有限公司 应用程序控制方法、装置、电子设备及存储介质
CN112559248B (zh) * 2020-12-23 2024-06-07 深圳市彬讯科技有限公司 预处理服务恢复方法、装置、设备及存储介质

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101944048A (zh) * 2010-09-26 2011-01-12 中兴通讯股份有限公司 一种终端在音频资源冲突时的管理方法及该终端
CN102135913A (zh) * 2011-03-18 2011-07-27 宇龙计算机通信科技(深圳)有限公司 应用的响应方法和装置
CN103530235A (zh) * 2013-10-18 2014-01-22 北京奇虎科技有限公司 移动终端中清理内存的方法及装置
CN103793246A (zh) * 2014-01-22 2014-05-14 深圳Tcl新技术有限公司 协调摄像头资源的方法及系统
WO2014086202A1 (fr) * 2012-12-07 2014-06-12 腾讯科技(深圳)有限公司 Procédé et dispositif d'optimisation de ressources
CN103885801A (zh) * 2014-03-13 2014-06-25 青岛海信电器股份有限公司 一种多媒体终端的应用管理方法及装置
CN104142828A (zh) * 2014-07-30 2014-11-12 北京奇虎科技有限公司 应用加速方法及装置
CN104850414A (zh) * 2014-02-14 2015-08-19 可牛网络技术(北京)有限公司 应用进程的清理方法、装置及移动终端
CN105224369A (zh) * 2015-10-14 2016-01-06 深圳Tcl数字技术有限公司 应用启动方法和系统

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090158299A1 (en) * 2007-10-31 2009-06-18 Carter Ernst B System for and method of uniform synchronization between multiple kernels running on single computer systems with multiple CPUs installed
CN103257898A (zh) * 2012-02-15 2013-08-21 北京邦天信息技术有限公司 嵌入式系统中资源分配方法和系统
CN103389900B (zh) * 2013-07-23 2018-08-31 Tcl集团股份有限公司 一种Android设备摄像头使用的控制方法及装置
CN104778031A (zh) * 2014-01-09 2015-07-15 腾讯科技(深圳)有限公司 进程清理方法和装置

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101944048A (zh) * 2010-09-26 2011-01-12 中兴通讯股份有限公司 一种终端在音频资源冲突时的管理方法及该终端
CN102135913A (zh) * 2011-03-18 2011-07-27 宇龙计算机通信科技(深圳)有限公司 应用的响应方法和装置
WO2014086202A1 (fr) * 2012-12-07 2014-06-12 腾讯科技(深圳)有限公司 Procédé et dispositif d'optimisation de ressources
CN103530235A (zh) * 2013-10-18 2014-01-22 北京奇虎科技有限公司 移动终端中清理内存的方法及装置
CN103793246A (zh) * 2014-01-22 2014-05-14 深圳Tcl新技术有限公司 协调摄像头资源的方法及系统
CN104850414A (zh) * 2014-02-14 2015-08-19 可牛网络技术(北京)有限公司 应用进程的清理方法、装置及移动终端
CN103885801A (zh) * 2014-03-13 2014-06-25 青岛海信电器股份有限公司 一种多媒体终端的应用管理方法及装置
CN104142828A (zh) * 2014-07-30 2014-11-12 北京奇虎科技有限公司 应用加速方法及装置
CN105224369A (zh) * 2015-10-14 2016-01-06 深圳Tcl数字技术有限公司 应用启动方法和系统

Also Published As

Publication number Publication date
CN105224369A (zh) 2016-01-06

Similar Documents

Publication Publication Date Title
WO2017063366A1 (fr) Procédé et système de lancement d'une application
WO2019119771A1 (fr) Dispositif et procédé d'interaction vocale, et support d'informations lisible par ordinateur
WO2017190450A1 (fr) Procédé et appareil de clôture de processus
WO2017041538A1 (fr) Procédé et dispositif d'affichage commandé par interface utilisateur de terminal
WO2018018681A1 (fr) Procédé et dispositif de prévisualisation de programme vidéo
WO2017063368A1 (fr) Procédé et dispositif d'insertion de publicité vidéo
WO2018028121A1 (fr) Procédé et dispositif de gestion de l'espace de stockage d'une partition de données
WO2017121066A1 (fr) Procédé et système d'affichage de programme d'application
WO2016058258A1 (fr) Procédé et système de commande à distance de terminal
WO2017028613A1 (fr) Procédé de commande de terminal et appareil se basant sur une application de commande à distance
WO2018028124A1 (fr) Téléviseur, et procédé de commutation de source de signal correspondant
WO2016173192A1 (fr) Procédé et dispositif de test de stabilité de télévision
WO2018126888A1 (fr) Procédé et appareil de configuration d'un raccourci pour une fonction de télévision
WO2018053963A1 (fr) Procédé et appareil de mise à niveau d'un système de téléviseur intelligent
WO2017084303A1 (fr) Procédé de commutation pour lanceur et système de commande de commutation
WO2017036208A1 (fr) Procédé et système pour extraire des informations dans une interface d'affichage
WO2016029502A1 (fr) Procédé et dispositif de changement de source de signaux
WO2017080193A1 (fr) Procédé et dispositif de commande de lecture
WO2017084305A1 (fr) Procédé et système de contrôle d'un terminal
WO2018090452A1 (fr) Procédé et appareil de protection d'autorisation racine
WO2017059686A1 (fr) Procédé et dispositif d'affichage de bureau
WO2019061042A1 (fr) Procédé de compensation d'exposition, dispositif et support de stockage lisible par ordinateur
WO2019051897A1 (fr) Procédé et dispositif de réglage de paramètre de fonctionnement de terminal, et support d'informations lisible par ordinateur
WO2019024472A1 (fr) Procédé et dispositif d'opération de données et support d'informations lisible par ordinateur
WO2017071223A1 (fr) Procédé et dispositif de commande pour une application de télévision

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: 16854752

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 31.07.2018)

122 Ep: pct application non-entry in european phase

Ref document number: 16854752

Country of ref document: EP

Kind code of ref document: A1