CN111381978A - Method for accessing application program, storage medium and smart television - Google Patents

Method for accessing application program, storage medium and smart television Download PDF

Info

Publication number
CN111381978A
CN111381978A CN201811639611.5A CN201811639611A CN111381978A CN 111381978 A CN111381978 A CN 111381978A CN 201811639611 A CN201811639611 A CN 201811639611A CN 111381978 A CN111381978 A CN 111381978A
Authority
CN
China
Prior art keywords
library file
function
dynamic library
application program
call request
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.)
Granted
Application number
CN201811639611.5A
Other languages
Chinese (zh)
Other versions
CN111381978B (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.)
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
Priority to CN201811639611.5A priority Critical patent/CN111381978B/en
Publication of CN111381978A publication Critical patent/CN111381978A/en
Application granted granted Critical
Publication of CN111381978B publication Critical patent/CN111381978B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR 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/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a method for accessing an application program, a storage medium and a smart television, wherein the method comprises the following steps: when a calling request of an application program is received, the intelligent television detects whether the intelligent television is configured with a preset dynamic library file or not; when the dynamic library file is configured, searching a function interface corresponding to the call request in the dynamic library file; and if the function interface is found, starting the function interface to respond to the calling request. According to the method and the device, all interfaces comprising the external functions are generated in advance, and when a calling request of an application program is received, the calling request is matched through the dynamic library file, so that the intelligent television is automatically adapted to each application program, the situation that the application program needs to be configured and compiled independently for each hardware device of the intelligent television is avoided, and the problem that the intelligent television system is abnormal due to the fact that the intelligent television cannot respond to the function of the application program is avoided.

Description

Method for accessing application program, storage medium and smart television
Technical Field
The invention relates to the technical field of smart televisions, in particular to a method for accessing an application program, a storage medium and a smart television.
Background
With the increasing of the application programs, the functions of the application programs are increasing, and when the application programs run on the smart television, the smart television needs to configure function interfaces corresponding to the functions of the application programs. When a certain function of the application program calls a required function interface, the application program cannot be normally used, and system abnormality of the smart television is caused.
Disclosure of Invention
In view of the shortcomings of the prior art, the present invention is directed to a method for accessing an application, a storage medium and a smart tv.
The technical scheme adopted by the invention is as follows:
a method of accessing an application, comprising:
when a call request of an application program is received, the intelligent television detects whether the intelligent television is configured with a preset dynamic library file or not, wherein the dynamic library file stores all function interfaces configured by the intelligent television;
when the dynamic library file is configured, searching a function interface corresponding to the call request in the dynamic library file;
and if the function interface is found, starting the function interface to respond to the calling request.
The method for accessing an application program, where, when the dynamic library file is configured, searching for a function interface corresponding to the call request in the dynamic library file specifically includes:
when the dynamic library file is configured, acquiring a function name corresponding to the call request;
and searching a function interface corresponding to the function name in the dynamic library file according to the function name.
The method for accessing an application program, wherein when the dynamic library file is configured, acquiring the function name corresponding to the call request specifically includes:
and when the dynamic library file is configured, receiving a function name corresponding to the call request sent by the application program through a preset access interface.
The method for accessing the application program, wherein when receiving a call request of the application program, the smart television detecting whether the smart television configures a preset dynamic library file before comprises:
when the smart television is started, acquiring all function interfaces configured by the smart television, wherein the function interfaces are external function interfaces;
and generating a function list according to all the obtained function interfaces, and generating a dynamic library file according to the function list.
The method for accessing the application program, where the generating a function list according to the obtained all function interfaces and generating a dynamic library file according to the function list specifically includes:
generating a function list according to the acquired all function interfaces, and acquiring configuration information of each hardware device configured by the intelligent television;
and generating a preset dynamic library file according to the function list and the configuration information.
The method for accessing an application program, where, when the dynamic library file is configured, searching for a function interface corresponding to the call request in the dynamic library file specifically includes:
when the dynamic library file is configured, extracting configuration information contained in the dynamic library file, and determining whether the intelligent television supports the call request according to the configuration information;
and when the intelligent television supports the call request, extracting a function list included in the dynamic library file, and searching a function interface corresponding to the call request in the function list.
The method for accessing the application program comprises the following steps that when a call request of the application program is received, the smart television detects whether the smart television configures a preset dynamic library file or not:
when a call request of an application program is received, the smart television detects whether a preset dynamic library file exists in a preset file path.
The method for accessing the application program, wherein the method further comprises the following steps:
and when the function interface is not found, sending feedback information which does not support the call request to the application program, so that the application program abandons the call request.
A computer readable storage medium, storing one or more programs, which are executable by one or more processors to implement the steps in a method of accessing an application as any one of the above.
A smart television, comprising: the device comprises a processor, a memory and a communication bus, wherein the memory is stored with a computer readable program which can be executed by the processor;
the communication bus realizes connection communication between the processor and the memory;
the processor, when executing the computer readable program, implements the steps in the method of accessing an application as described in any of the above.
Has the advantages that: compared with the prior art, the invention provides a method for accessing an application program, a storage medium and a smart television, wherein the method comprises the following steps: when a calling request of an application program is received, the intelligent television detects whether the intelligent television is configured with a preset dynamic library file or not; when the dynamic library file is configured, searching a function interface corresponding to the call request in the dynamic library file; and if the function interface is found, starting the function interface to respond to the calling request. According to the method and the device, all interfaces comprising the external functions are generated in advance, and when a calling request of an application program is received, the calling request is matched through the dynamic library file, so that the intelligent television is automatically adapted to each application program, the situation that the application program needs to be configured and compiled independently for each hardware device of the intelligent television is avoided, and the problem that the intelligent television system is abnormal due to the fact that the intelligent television cannot respond to the function of the application program is avoided.
Drawings
Fig. 1 is a flowchart of an embodiment of a method for accessing an application according to the present invention.
Fig. 2 is a flowchart of a dynamic library file generation process in an embodiment of a method for accessing an application program provided in the present invention.
Fig. 3 is a flowchart of step S20 of an embodiment of the method for accessing an application according to the present invention.
Fig. 4 is a schematic structural diagram of an embodiment of an intelligent television provided by the present invention.
Detailed Description
The invention provides a method for accessing an application program, a storage medium and a smart television, and in order to make the purpose, technical scheme and effect of the invention clearer and clearer, the invention is further described in detail below by referring to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
As used herein, the singular forms "a", "an", "the" and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms "comprises" and/or "comprising," when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof. It will be understood that when an element is referred to as being "connected" or "coupled" to another element, it can be directly connected or coupled to the other element or intervening elements may also be present. Further, "connected" or "coupled" as used herein may include wirelessly connected or wirelessly coupled. As used herein, the term "and/or" includes all or any element and all combinations of one or more of the associated listed items.
It will be understood by those skilled in the art that, unless otherwise defined, all terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. It will be further understood that terms, such as those defined in commonly used dictionaries, should be interpreted as having a meaning that is consistent with their meaning in the context of the prior art and will not be interpreted in an idealized or overly formal sense unless expressly so defined herein.
The invention will be further explained by the description of the embodiments with reference to the drawings.
The embodiment provides a method for accessing an application program, as shown in fig. 1, the method includes:
s10, when a call request of an application program is received, the intelligent television detects whether the intelligent television configures a preset dynamic library file or not, wherein the dynamic library file stores all function interfaces configured by the intelligent television.
Specifically, the call request is a request for calling a function of the smart television, which is generated when the application program starts and executes the function, and when the smart television receives the call request, whether the smart television configures a preset dynamic library file or not is automatically inquired. The dynamic library file is a library file which is stored in the intelligent television in advance and used for storing all function interfaces configured by the intelligent television. In this embodiment, the preset dynamic library file is a standard library file generated in a dynamic library format (for example, the preset dynamic library file is libfunctional library. so that the function list is stored in the dynamic library format, and the obtained external function interfaces can be counted and stored in the form of a character string list, so as to search for each function interface quickly.
Furthermore, an sdk (Software Development Kit) interface may be preset in the smart television, and the dynamic library file is generated when sdk is compiled and stored in a preset directory file, so that when the smart television detects the dynamic library file, it only needs to detect whether the preset directory file stores the dynamic library file, and thus, the speed of searching the dynamic library file can be increased. Correspondingly, when receiving a call request of an application program, the smart television detecting whether the smart television itself configures a preset dynamic library file specifically includes: when a call request of an application program is received, the smart television detects whether a preset dynamic library file exists in a preset path. The preset path is an appointed path for storing the preset dynamic library file, the dynamic library file can be found according to the preset path, and if the dynamic library file is not found, the fact that the dynamic library file is not stored in the smart television is indicated. In addition, when the dynamic library file is not found, it indicates that the smart television is not configured with an sdk interface, and at this time, the smart television firstly sends feedback information that is not found by the application program and informs the application program to directly execute the function corresponding to the call request.
Further, the dynamic library file sdk is compiled and generated according to all external function interfaces of the intelligent television configuration. Correspondingly, as shown in fig. 2, when receiving a call request of an application, before detecting whether a preset dynamic library file is configured by the smart television itself, the dynamic library file generation process includes:
s01, when the smart television is started, acquiring all function interfaces configured by the smart television, wherein the function interfaces are external function interfaces;
and S02, generating a function list according to the acquired all function interfaces, and generating a dynamic library file according to the function list.
Specifically, the smart television configures sdk interfaces, and when the sdk interface compilation is to obtain all current external function interfaces, reads the function names of the obtained function interfaces, generates a function list according to all the read function names, and finally generates a dynamic library file according to the function list. Therefore, when the application program needs to search the function interface, whether the intelligent television is configured with the function interface to be searched can be inquired through the name of the function interface, and the generation speed of the function interface is improved.
In addition, when the smart television executes the functions of the application program, the functions need to be supported by the hardware configured by the smart television, so that the dynamic library file may contain hardware information of the hardware devices configured by the smart television. Correspondingly, the generating a function list according to the obtained all function interfaces and generating a dynamic library file according to the function list specifically includes:
generating a function list according to the acquired all function interfaces, and acquiring configuration information of each hardware device configured by the intelligent television;
and generating a preset dynamic library file according to the function list and the configuration information.
Specifically, each hardware device is a hardware device loaded on the smart television, for example, a cup, a memory, a graphics card, and the like. The configuration information is a configuration parameter of each hardware device, for example, a performance parameter of the cup. Therefore, when the application program acquires the dynamic library file, whether the hardware of the intelligent television supports the request or not can be determined according to the configuration information contained in the dynamic library file, and when the hardware supports the request, whether the intelligent television configures the function interface to be called or not is determined, so that the success rate of executing the functions of the application program can be improved, and the probability of system abnormity of the intelligent television is avoided.
S20, when the dynamic library file is configured, searching a function interface corresponding to the call request in the dynamic library file.
Specifically, the function interface corresponding to the call request is a function interface to be called by the application program. The calling request can directly carry the function name of the function interface, so that the function name of the function to be called can be directly obtained according to the function request, and the function name is searched in the dynamic library file according to the function name to determine that the function interface exists in the dynamic library file. Correspondingly, as shown in fig. 3, the searching for the function interface corresponding to the call request in the dynamic library file when the dynamic library file is configured specifically includes:
s21, when the dynamic library file is configured, acquiring a function name corresponding to the call request;
s22, searching a function interface corresponding to the function name in the dynamic library file according to the function name.
Specifically, when the dynamic library file is configured, the application program may obtain a function name corresponding to the call request, and transmit the obtained function name to the smart television. The sdk interface of the smart television is configured with an access interface, and the application program can penetrate the function name through the access interface. That is to say, when configuring the dynamic library file, the function name corresponding to the call request may be obtained by: and when the dynamic library file is configured, receiving a function name corresponding to the call request sent by the application program through a preset access interface. The access interface is configured in the sdk interface, and the input value of the access interface is a function name, that is, the sdk interface can search whether a function interface corresponding to the function name is included in the dynamic library file according to the function name passed through by the access interface. In this embodiment, the access interface may be denoted as a getSupportSdk (funck _ key) interface, where funck _ key is a function name input by an application program.
Further, in an embodiment of the present invention, when the dynamic library file carries configuration information, before searching for the function interface, it may be determined whether each hardware device of the smart television supports a function to be executed by an application program. Correspondingly, when the dynamic library file is configured, searching for the function interface corresponding to the call request in the dynamic library file specifically includes:
when the dynamic library file is configured, extracting configuration information contained in the dynamic library file, and determining whether the intelligent television supports the call request according to the configuration information;
and when the intelligent television supports the call request, extracting a function list included in the dynamic library file, and searching a function interface corresponding to the call request in the function list.
Specifically, the configuration information is configured in the dynamic library file when the dynamic library file is generated, and the configuration information is configuration parameters of each hardware device loaded on the smart television. That is to say, when the dynamic library file is extracted, hardware information corresponding to a function corresponding to the call request may be obtained, and the hardware information is compared with the configuration information to determine whether each hardware device configured by the smart television meets the requirement of the application program, and when the requirement is met, a function interface corresponding to the call request is searched, so that the success rate of calling the application program may be improved.
And S30, if the function interface is found, starting the function interface to respond to the calling request.
Specifically, the found function interface description indicates that the current external function interface of the smart television includes the function interface corresponding to the call request, that is, the smart television can execute the to-be-executed function of the application program. For example, if the function to be executed of the application program is displaying an image, the smart television displays the image pre-displayed by the application program. In addition, when the function interface is not found, feedback information which does not support the call request is sent to the application program, so that the application program abandons the call request. Therefore, abnormal exit of the application program or abnormal system of the intelligent television caused by the fact that the intelligent television cannot respond to the application program can be avoided.
Based on the method for accessing the application program, the present invention further provides a computer-readable storage medium, where one or more programs are stored, and the one or more programs are executable by one or more processors to implement the steps in the method for accessing the application program according to the foregoing embodiment.
Based on the above method for accessing the application program, the present invention further provides a smart tv, as shown in fig. 4, which includes at least one processor (processor) 20; a display screen 21; and a memory (memory) 22, and may further include a communication Interface (Communications Interface) 23 and a bus 24. The processor 20, the display 21, the memory 22 and the communication interface 23 can communicate with each other through the bus 24. The display screen 21 is configured to display a user guidance interface preset in the initial setting mode. The communication interface 23 may transmit information. The processor 20 may call logic instructions in the memory 22 to perform the methods in the embodiments described above.
Furthermore, the logic instructions in the memory 22 may be implemented in software functional units and stored in a computer readable storage medium when sold or used as a stand-alone product.
The memory 22, which is a computer-readable storage medium, may be configured to store a software program, a computer-executable program, such as program instructions or modules corresponding to the methods in the embodiments of the present disclosure. The processor 20 executes the functional application and data processing, i.e. implements the method in the above-described embodiments, by executing the software program, instructions or modules stored in the memory 22.
The memory 22 may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the use of the smart tv, and the like. Further, the memory 22 may include a high speed random access memory and may also include a non-volatile memory. For example, a variety of media that can store program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk, may also be transient storage media.
In addition, the specific processes loaded and executed by the storage medium and the instruction processors in the smart television are described in detail in the method, and are not stated herein.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A method for accessing an application, comprising:
when a call request of an application program is received, the intelligent television detects whether the intelligent television is configured with a preset dynamic library file or not, wherein the dynamic library file stores all function interfaces configured by the intelligent television;
when the dynamic library file is configured, searching a function interface corresponding to the call request in the dynamic library file;
and if the function interface is found, starting the function interface to respond to the calling request.
2. The method according to claim 1, wherein, when configuring the dynamic library file, the searching for the function interface corresponding to the call request in the dynamic library file specifically comprises:
when the dynamic library file is configured, acquiring a function name corresponding to the call request;
and searching a function interface corresponding to the function name in the dynamic library file according to the function name.
3. The method according to claim 2, wherein, when configuring the dynamic library file, the obtaining of the function name corresponding to the call request specifically includes:
and when the dynamic library file is configured, receiving a function name corresponding to the call request sent by the application program through a preset access interface.
4. The method for accessing the application program according to claim 1, wherein before the step of detecting whether the smart television configures the preset dynamic library file or not when receiving the call request of the application program, the smart television comprises:
when the smart television is started, acquiring all function interfaces configured by the smart television, wherein the function interfaces are external function interfaces;
and generating a function list according to all the obtained function interfaces, and generating a dynamic library file according to the function list.
5. The method according to claim 4, wherein the generating a function list according to the obtained function interfaces and generating a dynamic library file according to the function list specifically comprises:
generating a function list according to the acquired all function interfaces, and acquiring configuration information of each hardware device configured by the intelligent television;
and generating a preset dynamic library file according to the function list and the configuration information.
6. The method according to claim 5, wherein, when configuring the dynamic library file, the searching for the function interface corresponding to the call request in the dynamic library file specifically comprises:
when the dynamic library file is configured, extracting configuration information contained in the dynamic library file, and determining whether the intelligent television supports the call request according to the configuration information;
and when the intelligent television supports the call request, extracting a function list included in the dynamic library file, and searching a function interface corresponding to the call request in the function list.
7. The method for accessing an application program according to claim 1, wherein when receiving a call request of the application program, the smart television detecting whether it configures a preset dynamic library file specifically comprises:
when a call request of an application program is received, the smart television detects whether a preset dynamic library file exists in a preset file path or not so as to determine whether the smart television configures the preset dynamic library file or not.
8. The method for accessing an application according to claim 1, further comprising:
and when the function interface is not found, sending feedback information which does not support the call request to the application program, so that the application program abandons the call request.
9. A computer readable storage medium, storing one or more programs, which are executable by one or more processors to perform the steps of the method for accessing an application according to any one of claims 1 to 8.
10. An intelligent television, comprising: the device comprises a processor, a memory and a communication bus, wherein the memory is stored with a computer readable program which can be executed by the processor;
the communication bus realizes connection communication between the processor and the memory;
the processor, when executing the computer readable program, implements the steps in the method of accessing an application according to any of claims 1-8.
CN201811639611.5A 2018-12-29 2018-12-29 Method for accessing application program, storage medium and intelligent television Active CN111381978B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811639611.5A CN111381978B (en) 2018-12-29 2018-12-29 Method for accessing application program, storage medium and intelligent television

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811639611.5A CN111381978B (en) 2018-12-29 2018-12-29 Method for accessing application program, storage medium and intelligent television

Publications (2)

Publication Number Publication Date
CN111381978A true CN111381978A (en) 2020-07-07
CN111381978B CN111381978B (en) 2024-03-12

Family

ID=71222475

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811639611.5A Active CN111381978B (en) 2018-12-29 2018-12-29 Method for accessing application program, storage medium and intelligent television

Country Status (1)

Country Link
CN (1) CN111381978B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112363888A (en) * 2020-11-13 2021-02-12 广州朗国电子科技有限公司 Multi-application cooperative work method, device and system and computer readable storage medium
CN114500277A (en) * 2021-12-15 2022-05-13 三维通信股份有限公司 Parameter configuration method and device of multi-band radio frequency chip and electronic device

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007164595A (en) * 2005-12-15 2007-06-28 Toshiba Corp Function calling method of computer system, computer system and library
CN103443768A (en) * 2008-07-16 2013-12-11 苹果公司 Specification files for call translation and trace
WO2015074526A1 (en) * 2013-11-21 2015-05-28 Tencent Technology (Shenzhen) Company Limited Method and apparatus for injecting java by tecode into target process
CN105635852A (en) * 2015-12-29 2016-06-01 深圳Tcl数字技术有限公司 Method and apparatus for matching of smart television with dynamic link library
CN106294133A (en) * 2016-07-29 2017-01-04 腾讯科技(深圳)有限公司 Detection method, relevant apparatus and the system of a kind of application program installation kit
CN107193748A (en) * 2017-06-01 2017-09-22 网易(杭州)网络有限公司 Program file performs method, device, storage medium and processor
CN107193610A (en) * 2017-05-31 2017-09-22 广东欧珀移动通信有限公司 A kind of loading method of dynamic base, device, terminal device and storage medium
CN107766701A (en) * 2016-08-19 2018-03-06 北京京东尚科信息技术有限公司 Electronic equipment, dynamic library file guard method and device
CN107766096A (en) * 2016-08-19 2018-03-06 阿里巴巴集团控股有限公司 The generation method of application program installation kit, the operation method of application program and device
CN108924615A (en) * 2018-07-20 2018-11-30 深圳创维-Rgb电子有限公司 A kind of method responding different ultra-red orders, storage medium and smart television

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007164595A (en) * 2005-12-15 2007-06-28 Toshiba Corp Function calling method of computer system, computer system and library
CN103443768A (en) * 2008-07-16 2013-12-11 苹果公司 Specification files for call translation and trace
WO2015074526A1 (en) * 2013-11-21 2015-05-28 Tencent Technology (Shenzhen) Company Limited Method and apparatus for injecting java by tecode into target process
CN105635852A (en) * 2015-12-29 2016-06-01 深圳Tcl数字技术有限公司 Method and apparatus for matching of smart television with dynamic link library
CN106294133A (en) * 2016-07-29 2017-01-04 腾讯科技(深圳)有限公司 Detection method, relevant apparatus and the system of a kind of application program installation kit
CN107766701A (en) * 2016-08-19 2018-03-06 北京京东尚科信息技术有限公司 Electronic equipment, dynamic library file guard method and device
CN107766096A (en) * 2016-08-19 2018-03-06 阿里巴巴集团控股有限公司 The generation method of application program installation kit, the operation method of application program and device
CN107193610A (en) * 2017-05-31 2017-09-22 广东欧珀移动通信有限公司 A kind of loading method of dynamic base, device, terminal device and storage medium
CN107193748A (en) * 2017-06-01 2017-09-22 网易(杭州)网络有限公司 Program file performs method, device, storage medium and processor
CN108924615A (en) * 2018-07-20 2018-11-30 深圳创维-Rgb电子有限公司 A kind of method responding different ultra-red orders, storage medium and smart television

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
余耀,刘卫忠,陶雄飞: "机顶盒应用软件动态加载的实现" *
赵鹏;马壮;杨金泉;: "利用DLL扩展LabVIEW硬件驱动能力" *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112363888A (en) * 2020-11-13 2021-02-12 广州朗国电子科技有限公司 Multi-application cooperative work method, device and system and computer readable storage medium
CN114500277A (en) * 2021-12-15 2022-05-13 三维通信股份有限公司 Parameter configuration method and device of multi-band radio frequency chip and electronic device
CN114500277B (en) * 2021-12-15 2023-12-05 三维通信股份有限公司 Parameter configuration method and device for multi-band radio frequency chip and electronic device

Also Published As

Publication number Publication date
CN111381978B (en) 2024-03-12

Similar Documents

Publication Publication Date Title
EP2966566B1 (en) Driver program loading method and embedded device
US9148775B2 (en) Multivariant mobile operating system configuration
CN109492181B (en) Page jump method, device, computer equipment and storage medium
CN106648685B (en) Intelligent terminal system application processing method and device and intelligent terminal
US11262883B2 (en) Associating browser with application
CN104615463B (en) A kind of system property setting method and terminal
CN107844821B (en) Smart card, control method thereof, and computer-readable storage medium
CN104598267B (en) The tune of application plays method and device
CN108322834B (en) Television setting method, television and computer readable storage medium
EP3174358A1 (en) Method and device for communicatively connecting with intelligent terminal
CN111381978B (en) Method for accessing application program, storage medium and intelligent television
CN114500138A (en) Linkage control configuration method, linkage control method and linkage control system
CN106598600A (en) Startup guide information display method and terminal device
CN107967207A (en) The test method and device of user interface interaction function
CN111488207A (en) Application process keep-alive method, device, network equipment and storage medium
CN111240776A (en) Dynamic wallpaper setting method and device, storage medium and electronic equipment
CN109840113B (en) Application data processing method and equipment, storage medium and terminal thereof
CN107291637A (en) The method and apparatus of compatible polytypic mobile communication module in Android system
CN104714806B (en) Script processing method based on human-computer interface system and device
CN108156534B (en) Method and device for generating demonstration application and computer readable storage medium
CN116149941A (en) Monitoring method and device of server component, server and storage medium
CN111414190B (en) Request processing method and device
US20200174822A1 (en) Startup method and apparatus for virtual machine, and smart terminal
US20200293333A1 (en) Electronic device, application execution system, and control method therefor
CN114092590A (en) Electronic device and evaluation method and medium for image rendering performance of electronic device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant