CN110677732A - Method for starting APK (android package) during startup, storage medium and smart television - Google Patents

Method for starting APK (android package) during startup, storage medium and smart television Download PDF

Info

Publication number
CN110677732A
CN110677732A CN201810715500.1A CN201810715500A CN110677732A CN 110677732 A CN110677732 A CN 110677732A CN 201810715500 A CN201810715500 A CN 201810715500A CN 110677732 A CN110677732 A CN 110677732A
Authority
CN
China
Prior art keywords
apk
information
starting
launcher
user
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.)
Pending
Application number
CN201810715500.1A
Other languages
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 New Technology Co Ltd
Original Assignee
Shenzhen TCL New 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 New Technology Co Ltd filed Critical Shenzhen TCL New Technology Co Ltd
Priority to CN201810715500.1A priority Critical patent/CN110677732A/en
Publication of CN110677732A publication Critical patent/CN110677732A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
    • H04N21/443OS processes, e.g. booting an STB, implementing a Java virtual machine in an STB or power management in an STB
    • H04N21/4432Powering on the client, e.g. bootstrap loading using setup parameters being stored locally or received from the server

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a method for starting an APK (android package), a storage medium and a smart television, wherein the method comprises the following steps: responding to a trigger instruction of starting up the smart television, and scanning APK information carried by a preset system attribute file before the launcher loads the APK information; and when the APK information is scanned, starting the corresponding APK according to the scanned APK information, and blocking the loading of the launcher to finish the startup of the smart television. According to the method and the device, the APK information is added into the system attribute file, the APK corresponding to the APK information carried by the system attribute file is started before the launcher is started, starting of the APK is achieved, and the starting speed of the APK is improved.

Description

Method for starting APK (android package) during startup, storage medium and smart television
Technical Field
The invention relates to the technical field of smart televisions, in particular to a method for starting an APK (android package) when a television is started, a storage medium and a smart television.
Background
In the existing intelligent television based on the android system, when the android system is started, a Launcher installation package is automatically started to enter a main interface of the system. If a user wants to start a corresponding startup and start APK (Android Package), only the launcher is started, and after the launcher is started, the bootcomplete broadcast is intercepted by the APK to realize automatic startup. Therefore, on one hand, the APK is required to acquire the system authority, and the risk is brought to the system security. On the other hand, before the APK is started, the launcher interface must be started before the corresponding APK is opened, so that the starting speed of the APK is influenced.
Disclosure of Invention
The invention provides a method for starting an APK (android package), a storage medium and a smart television aiming at the defects of the prior art.
In order to solve the technical problems, the technical scheme adopted by the invention is as follows:
a method of boot-up APK, comprising:
responding to a trigger instruction of starting up the smart television, and scanning APK information carried by a preset system attribute file before the launcher loads the APK information;
and when the APK information is scanned, starting the corresponding APK according to the scanned APK information, and blocking the loading of the launcher to finish the startup of the smart television.
The method for starting the APK at startup specifically comprises the following steps of starting the corresponding APK according to the scanned APK information when the APK information is scanned, and blocking the loading of a launcher to complete the startup of the smart television:
when APK information is scanned, starting the corresponding APK according to the scanned APK information, and monitoring callback information started by the APK;
if the callback information is successful, the loading of the launcher is blocked so as to complete the startup of the smart television;
and if the callback information is failed, starting the loading of the launcher and finishing the startup.
The method for starting the APK at startup comprises the following steps that if the callback information is failed, loading of a launcher is started, and the startup is completed specifically:
if the callback information is failure, starting the loading of the launcher;
after the launcher is loaded, prompting a user that the APK is in a failure state, and inquiring whether the user updates the APK information;
and updating the APK information in the system attribute file in response to a trigger instruction for updating the APK information, which is input by a user.
The method for starting the APK at startup comprises the following steps that if the callback information is failed, loading of a launcher is started, and the startup is completed specifically:
and responding to a trigger instruction which is input by a user and does not update the APK information, and emptying the preset system attribute file.
The method for starting the APK at the boot-up comprises the following steps:
when the APK exits, the launcher is started to load, and the launcher homepage is displayed.
The method for starting the APK at startup comprises the following steps of responding to a trigger instruction for starting the smart television and scanning APK information carried by a preset system attribute file before loading by a launcher:
receiving an APK (android package) identifier input by a user, and determining the corresponding APK according to the APK identifier;
extracting APK information of the APK, and storing the APK information in a preset system attribute file, wherein the APK information comprises a package name and a main activity.
The method for starting the APK at the startup comprises the following steps of receiving an APK identifier input by a user, and determining the corresponding APK according to the APK identifier:
receiving an APK identifier input by a user, and searching an APK corresponding to the APK identifier in the installed APK;
if the APK is not found, prompting a user that the APK is not installed in a system, and inquiring whether the user installs the APK;
and responding to a trigger instruction for installing the APK input by a user, and downloading and installing the APK.
The method for starting the APK at startup comprises the step of starting up the APK, wherein at most one APK information is carried in the preset system attribute file.
A computer readable storage medium storing one or more programs, the one or more programs being executable by one or more processors to implement the steps in the method for boot-up APK as described in any 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 of any of the above-described methods for starting an APK.
Has the advantages that: compared with the prior art, the invention provides a method for starting an APK (android package), a storage medium and a smart television, wherein the method comprises the following steps: responding to a trigger instruction of starting up the smart television, and scanning APK information carried by a preset system attribute file before the launcher loads the APK information; and when the APK information is scanned, starting the corresponding APK according to the scanned APK information, and blocking the loading of the launcher to finish the startup of the smart television. According to the method and the device, the APK information is added into the system attribute file, the APK corresponding to the APK information carried by the system attribute file is started before the launcher is started, starting of the APK is achieved, and the starting speed of the APK is improved.
Drawings
Fig. 1 is a flowchart of an embodiment of a method for starting an APK according to the present invention.
Fig. 2 is a flowchart of an APK information setting process in an embodiment of the method for starting an APK according to the present invention.
Fig. 3 is a flowchart of step S01 in an embodiment of the method for booting an APK according to the present invention.
Fig. 4 is a flowchart of step S20 in an embodiment of the method for booting an APK according to the present invention.
Fig. 5 is a flowchart of step S23 in an embodiment of the method for booting an APK according to the present invention.
Fig. 6 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 starting an APK (android package), a storage medium and an intelligent 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 attached 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.
Referring to fig. 1, fig. 1 is a flowchart illustrating a method for booting an APK according to a preferred embodiment of the present invention. The method comprises the following steps:
and S10, responding to a trigger instruction of the smart television starting, and scanning APK information carried by a preset system attribute file before launcher loading.
Specifically, the trigger instruction may be generated for a power-on operation performed by a user on the smart television, and the trigger instruction is used for triggering the Andriod system on the smart television to perform a series of processing operations of a power-on process, and presenting a display interface to the user after the execution is completed. The system attribute file is a preset file used for storing startup APK information, and may be a persistence.sys.bootpackage of the system attribute, where APK information is stored in the persistence.sys.bootpackage, and an APK corresponding to the APK information is a startup APK, that is, the APK is an APK started before a launcher is loaded. Therefore, before the smart television responds to the trigger instruction of the smart television for starting and the launcher loads, the requirement. In this embodiment, at most one piece of APK information is stored in the system attribute file, that is, the APK started before launcher loads is unique, and the APK in the system attribute file is used to replace launcher application as the first APK for system startup in the system startup process.
In addition, in order to determine whether a system attribute file is empty before the system loads a launcher, a boot process in an ams (activity manager service) in a framework needs to be modified, a determination process of whether a persistence.
Meanwhile, in this embodiment, the APK information in the system attribute file is pre-stored according to a user operation. Correspondingly, as shown in fig. 2, the responding to the trigger instruction for turning on the smart television and scanning the APK information carried by the preset system attribute file before the launcher loads further includes:
s01, receiving an APK (android package) identifier input by a user, and determining the corresponding APK according to the APK identifier;
s02, extracting APK information of the APK, and storing the APK information in a preset system attribute file, wherein the APK information comprises a package name and a main activity.
Specifically, the APK information at least includes a package name and a master activity of the APK, the APK may be uniquely determined according to the package name, and the APK may be started through the master activity. The APK identifier is a unique identifier of the APK, for example, a package name of the APK, and the corresponding application program can be uniquely determined by the APK identifier. The smart television can be additionally provided with a starting APK setting function, the smart television enters a starting APK setting interface through the starting APK setting function, a user inputs an APK identifier through the interface, so that the smart television can obtain the APK identifier input by the user, the smart television receives the APK identifier input by the user, and the corresponding APK is searched according to the APK identifier. In this embodiment, the system attribute file carries at most one piece of APK information, so that when extracting the APK information, it can be further determined whether the APK information already exists in the system attribute file, and when the APK information exists, the APK information is used to replace the existing APK information, so that it can be ensured that the system attribute file carries at most one piece of APK information.
In addition, in order to facilitate a user to quickly find the APK, when the smart television enters a startup APK setting interface, the startup APK setting interface may display the installed APK of the smart television and provide a selection function, and when the user selects the installed APK, the smart television obtains APK information of the APK according to the selection operation and stores the APK information in the system attribute file. Certainly, in practical application, when the smart television receives the APK identifier, it may be determined whether the APK corresponding to the APK identifier may be set as a startup APK, and when the APK is suitable, the APK corresponding to the APK identifier is obtained, and when the APK is not suitable, the user is prompted, so that the probability of a startup failure of the startup APK during startup may be avoided.
Further, in order to improve the applicability of the startup APK, the startup APK input by the user may be an uninstalled APK of the smart television, at this time, the smart television downloads and installs the application program corresponding to the APK identifier according to the received APK identifier, and after the installation is successful, the APK corresponding to the APK identifier is obtained. Correspondingly, as shown in fig. 3, the receiving an APK identifier input by a user, and determining a corresponding APK according to the APK identifier specifically includes:
s011, receiving an APK identification input by a user, and searching an APK corresponding to the APK identification in the installed APKs;
s012, if the APK is not found, prompting a user that the APK is not installed in a system, and inquiring whether the user installs the APK;
and S013, responding to a trigger instruction for installing the APK input by a user, and downloading and installing the APK.
Specifically, the downloading and installing of the APK needs to detect whether the smart television is in a networking state when the smart television responds to a trigger instruction input by a user for installing the APK, and the APK is downloaded and installed when the smart television is in the networking state; and when the intelligent television is not in the networking state, prompting the user that the APK download fails. In addition, when the downloading fails, the user can be prompted to input a new APK identifier or confirm to select the APK identifier while the user is prompted to fail the APK, and if the user inputs the new APK identifier, the APK information acquisition process is repeated; and if the user confirms that the APK identification is selected, storing the APK identification and monitoring the networking state of the intelligent television, reading the APK identification and installing the APK corresponding to the APK identification after the intelligent television is networked, and after the APK is installed, extracting the APK information of the APK and storing the APK information in a system attribute file for starting the APK. Therefore, the APK set by the user can be prevented from being automatically stored and downloaded according to the selection, the repeated setting process of the user is avoided, and convenience is brought to the user. Meanwhile, the user can also set the downloading installation process and the starting process to be combined into one process, so that the setting process of the APK starting item is simplified, and the convenience of setting the APK during starting is improved.
And S20, when the APK information is scanned, starting the corresponding APK according to the scanned APK information, and blocking the loading of the launcher to complete the startup of the smart television.
Specifically, the scanned APK information indicates that the system attribute file stores APK information for startup, and at this time, the APK corresponding to the APK information is started to block loading of the launcher, so that the APK corresponding to the APK information is the first APK for startup, the problem that the APK for startup needs to be started after the launcher is started is avoided, and the starting speed of the APK for startup is increased. And loading the blocked launcher application as a normal application program, and loading and starting the launcher application according to operation after starting up and starting.
Meanwhile, in this embodiment, since the boot-up APK set by the user is directly entered during boot-up, when the boot-up APK is exited, the system enters the APK in a loop to cause a system error. Thus, to avoid this problem, upon exiting the APK, the system loads the launcher and enters the desktop home interface. In addition, when the APK corresponding to the APK information is started, since only the APK information is stored in the system attribute file, and the APK corresponding to the APK information may be unloaded or abnormal, when the APK corresponding to the APK information is started, the callback information of the APK start needs to be received to determine whether the APK start is successful. Correspondingly, as shown in fig. 4, when the APK information is scanned, starting the corresponding APK according to the scanned APK information, and blocking the loader of the launcher to complete the smart television boot specifically includes:
s21, when APK information is scanned, starting the corresponding APK according to the scanned APK information, and monitoring callback information started by the APK;
s22, if the callback information is successful, loading of the launcher is blocked to complete startup of the smart television;
and S23, if the callback information is failed, starting the loading of the launcher and finishing the startup.
Specifically, the callback information indicates that the APK is successfully started, at this time, the startup of the APK is completed, the system starts to send a bootcomplete broadcast to complete the startup process, and after the startup process is completed, the operation performed by the user on the smart television can be responded. The callback information is failure indicating that the APK is failed to start, the startup is not completed, at this time, in order to avoid influencing the normal startup of the smart television, the system loading launcher completes the startup, and after the startup is completed, reminding information is sent to the user. And the reminding information is used for reminding a user that the APK fails to start. In addition, in order to facilitate the user to quickly update the startup APK, when the callback information is failed, the system may pop up a prompt message after the callback is completed to remind the user to reselect the startup APK. Correspondingly, as shown in fig. 5, if the callback information is a failure, starting the loading of the launcher, and completing the startup specifically includes:
s231, if the callback information is failed, starting loading of the launcher;
s232, after the launcher is loaded, prompting a user that the APK is in a failure state, and inquiring whether the user updates the APK information;
s233, responding to a trigger instruction for updating APK information input by a user, and updating the APK information in the system attribute file;
and S234, responding to a trigger instruction which is input by a user and does not update the APK information, and emptying the preset system attribute file.
Specifically, the failure state may include that the APK has a start abnormality, and the APK is unloaded, that is, the APK is in a state that the APK cannot be normally started.
Based on the method for starting the APK, the present application provides a computer-readable storage medium, where one or more programs are stored, and the one or more programs can be executed by one or more processors to implement the steps in the method for starting the APK according to the above embodiment
The present invention also provides a smart tv, as shown in fig. 6, 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 mobile terminal 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 starting an APK (android package) at startup is characterized by comprising the following steps:
responding to a trigger instruction of starting up the smart television, and scanning APK information carried by a preset system attribute file before the launcher loads the APK information;
and when the APK information is scanned, starting the corresponding APK according to the scanned APK information, and blocking the loading of the launcher to finish the startup of the smart television.
2. The method according to claim 1, wherein starting the APK according to the scanned APK information when the APK information is scanned, and blocking the launcher load to complete the smart tv boot specifically comprises:
when APK information is scanned, starting the corresponding APK according to the scanned APK information, and monitoring callback information started by the APK;
if the callback information is successful, the loading of the launcher is blocked so as to complete the startup of the smart television;
and if the callback information is failed, starting the loading of the launcher and finishing the startup.
3. The method according to claim 2, wherein if the callback information is a failure, starting loading of a launcher, and the completion of startup specifically comprises:
if the callback information is failure, starting the loading of the launcher;
after the launcher is loaded, prompting a user that the APK is in a failure state, and inquiring whether the user updates the APK information;
and updating the APK information in the system attribute file in response to a trigger instruction for updating the APK information, which is input by a user.
4. The method according to claim 3, wherein if the callback information is a failure, starting loading of a launcher, and the completion of startup specifically comprises:
and responding to a trigger instruction which is input by a user and does not update the APK information, and emptying the preset system attribute file.
5. The method for boot-up APK according to claim 1, further comprising:
when the APK exits, the launcher is started to load, and the launcher homepage is displayed.
6. The method according to claim 1, wherein the step of responding to the trigger command for booting the smart tv and scanning APK information carried in the preset system property file before launcher loading further comprises:
receiving an APK (android package) identifier input by a user, and determining the corresponding APK according to the APK identifier;
extracting APK information of the APK, and storing the APK information in a preset system attribute file, wherein the APK information comprises a package name and a main activity.
7. The method for starting an APK according to claim 6, wherein the receiving an APK identifier input by a user and determining the corresponding APK according to the APK identifier specifically comprises:
receiving an APK identifier input by a user, and searching an APK corresponding to the APK identifier in the installed APK;
if the APK is not found, prompting a user that the APK is not installed in a system, and inquiring whether the user installs the APK;
and responding to a trigger instruction for installing the APK input by a user, and downloading and installing the APK.
8. The method of claim 1, wherein the preset system property file carries at most one piece of APK information.
9. A computer readable storage medium storing one or more programs which are executable by one or more processors to implement the steps in the method of booting an APK 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 boot-up APK of any of claims 1-8.
CN201810715500.1A 2018-07-03 2018-07-03 Method for starting APK (android package) during startup, storage medium and smart television Pending CN110677732A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810715500.1A CN110677732A (en) 2018-07-03 2018-07-03 Method for starting APK (android package) during startup, storage medium and smart television

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810715500.1A CN110677732A (en) 2018-07-03 2018-07-03 Method for starting APK (android package) during startup, storage medium and smart television

Publications (1)

Publication Number Publication Date
CN110677732A true CN110677732A (en) 2020-01-10

Family

ID=69065558

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810715500.1A Pending CN110677732A (en) 2018-07-03 2018-07-03 Method for starting APK (android package) during startup, storage medium and smart television

Country Status (1)

Country Link
CN (1) CN110677732A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112135180A (en) * 2020-09-18 2020-12-25 青岛海信传媒网络技术有限公司 Content display method and display equipment
CN112689199A (en) * 2020-12-23 2021-04-20 深圳市酷开网络科技股份有限公司 Method and device for loading plug-in of television homepage, television and storage medium
CN113064691A (en) * 2021-04-06 2021-07-02 海信视像科技股份有限公司 Display method and display equipment for starting user interface

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090074387A1 (en) * 2007-09-18 2009-03-19 Masaharu Adachi Information playback system, data generation apparatus and data playback apparatus
CN104199691A (en) * 2014-08-21 2014-12-10 康佳集团股份有限公司 Method and device for automatically starting APK in turn-on process based on Android platform
CN106354537A (en) * 2016-09-05 2017-01-25 Tcl集团股份有限公司 Accelerated start method for desktop starter and system thereof

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090074387A1 (en) * 2007-09-18 2009-03-19 Masaharu Adachi Information playback system, data generation apparatus and data playback apparatus
CN104199691A (en) * 2014-08-21 2014-12-10 康佳集团股份有限公司 Method and device for automatically starting APK in turn-on process based on Android platform
CN106354537A (en) * 2016-09-05 2017-01-25 Tcl集团股份有限公司 Accelerated start method for desktop starter and system thereof

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112135180A (en) * 2020-09-18 2020-12-25 青岛海信传媒网络技术有限公司 Content display method and display equipment
CN112689199A (en) * 2020-12-23 2021-04-20 深圳市酷开网络科技股份有限公司 Method and device for loading plug-in of television homepage, television and storage medium
CN112689199B (en) * 2020-12-23 2023-08-29 深圳市酷开网络科技股份有限公司 Plug-in loading method and device for television homepage, television and storage medium
CN113064691A (en) * 2021-04-06 2021-07-02 海信视像科技股份有限公司 Display method and display equipment for starting user interface
CN113064691B (en) * 2021-04-06 2022-10-14 海信视像科技股份有限公司 Display method and display equipment for starting user interface

Similar Documents

Publication Publication Date Title
US11003599B2 (en) Method, apparatus and system of managing external devices, memory and unmanned aerial vehicle
CN106020875B (en) Firmware update management method and device of embedded terminal
US20110283274A1 (en) Firmware image update and management
CN110677732A (en) Method for starting APK (android package) during startup, storage medium and smart television
US20120117557A1 (en) Method and system for upgrading wireless data card
KR20130142073A (en) Method and terminal for using mobile memory card to boot up mobile phone operating system
US7418589B2 (en) System and method for updating a basic input/output system
WO2018024198A1 (en) Application upgrade method and system for set-top box, and set-top box
US10235048B2 (en) Data processing method and smart device
CN108874459B (en) Rapid starting method and device based on virtualization technology
CN109582372B (en) System starting method and device
CN113517996A (en) Network card equipment polling method, system and related device
CN107396185B (en) Upgrading method and system
US10691465B2 (en) Method for synchronization of system management data
CN116431186A (en) Upgrading method, device and medium of vehicle-mounted ECU
CN113721959A (en) Information processing method and device and electronic equipment
KR101461319B1 (en) Methods and device for upgrading firmware of set-top box
KR101206639B1 (en) Server and Method for updating firmware in Mobile communication terminal
CN106507434B (en) Data processing method and device
CN114741119A (en) System starting method and device, computer equipment and storage medium
CN110309018B (en) Charging equipment system switching method, charging equipment and readable storage medium
CN114237722A (en) System starting method, device, equipment and engineering vehicle
WO2020125596A1 (en) Processing method for application in terminal, device, storage medium, and electronic device
CN112667444A (en) System upgrading method, storage medium and terminal equipment
CN113157301A (en) Terminal version upgrading method, system, storage medium and terminal

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200110