CN106293790B - application program upgrading method and device based on Firefox operating system - Google Patents

application program upgrading method and device based on Firefox operating system Download PDF

Info

Publication number
CN106293790B
CN106293790B CN201510283424.8A CN201510283424A CN106293790B CN 106293790 B CN106293790 B CN 106293790B CN 201510283424 A CN201510283424 A CN 201510283424A CN 106293790 B CN106293790 B CN 106293790B
Authority
CN
China
Prior art keywords
application program
upgrading
application
package
operating system
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201510283424.8A
Other languages
Chinese (zh)
Other versions
CN106293790A (en
Inventor
崔艳
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
TCL Corp
Original Assignee
TCL Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by TCL Corp filed Critical TCL Corp
Priority to CN201510283424.8A priority Critical patent/CN106293790B/en
Publication of CN106293790A publication Critical patent/CN106293790A/en
Application granted granted Critical
Publication of CN106293790B publication Critical patent/CN106293790B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

the invention discloses an application program upgrading method and device based on a Firefox operating system, wherein the application program upgrading method comprises the following steps of obtaining application program updating information, wherein the application program updating information comprises the following steps: the download address of the application program upgrade package; downloading an application program upgrading package from the position specified by the downloading address, and storing the application program upgrading package into a user directory of the Firefox operating system; calling a newly added application programming interface function for copying files in Gecko, and copying the application program upgrade package from a user directory to a system directory of a target application program of the upgrade, wherein the newly added application programming interface function for copying files has root authority; restarting the target application program to complete the upgrade of the target application program. The technical scheme provided by the invention can effectively reduce the flow and time loss required by upgrading.

Description

application program upgrading method and device based on Firefox operating system
Technical Field
The invention relates to the technical field of upgrading, in particular to a method and a device for upgrading an application program based on a Firefox operating system.
background
The Firefox Operating System (OS) is an open source code mobile Operating System developed by Mozilla, adopts a Linux core, is applied to smart phones, takes a Gecko browser engine as a core, has a System architecture divided into three layers, namely Gonk, Gecko and Gaia, and is developed by adopting a Hypertext Markup Language (HTML) which is subjected to fifth major modification (i.e., HTML 5).
An Application program (App) of the Firefox OS can be divided into a Package App and a Hosted App according to the storage mode of resource files, all the resource files of the Firefox OS are put under a directory, and all the installed resource files are stored on equipment; all resources of the Hosted App are stored in a Web Server (namely Web Server), and after the resources are installed, resource files are loaded according to manifest.
because the resource files of the Hosted App are all stored on the Web Server, the Hosted App can be realized only by updating the corresponding resource files on the Web Server and then refreshing the equipment.
The non-webpage APP in the Package App can be realized only by means of Gonk module upgrading or Gecko module upgrading of the Firefox OS, the upgrading mode has the defects of time consumption, flow consumption and the like due to the fact that all or part of modules of an operating system need to be upgraded, if the application program is frequently updated, the whole operating system or part of modules of the operating system need to be upgraded every time to realize the updating of the application program, and user experience is greatly reduced.
Disclosure of Invention
The invention provides an application program upgrading method and device based on a Firefox operating system, which are used for reducing the loss of flow and time required by upgrading.
The invention provides an application program upgrading method based on a Firefox operating system, which comprises the following steps: acquiring application program updating information, wherein the application program updating information comprises: the download address of the application program upgrade package;
Downloading the application program upgrading package from the position specified by the downloading address, and storing the application program upgrading package into a user directory of the Firefox operating system;
Calling an application programming interface function newly added in Gecko of the Firefox operating system and used for copying files, and copying the application program upgrading package from the user directory to a system directory of a target application program of the upgrading, wherein the newly added application programming interface function used for copying files has root authority;
Restarting the target application to complete the upgrade to the target application.
the second aspect of the present invention provides an application program upgrading apparatus based on a Firefox operating system, including: an acquisition unit configured to acquire application update information, the application update information including: the download address of the application program upgrade package; the download storage unit is used for downloading the application program upgrade package from the position specified by the download address and storing the application program upgrade package into a user directory of the Firefox operating system; the copying unit is used for calling an application programming interface function newly added in Gecko of the Firefox operating system and used for copying files, and copying the application program upgrading packet from the user directory to a system directory of a target application program to be upgraded, wherein the newly added application programming interface function used for copying the files has root authority; and the restarting unit is used for restarting the target application program to finish upgrading the target application program.
Therefore, in the invention, the application programming interface function which is used for copying files and has root authority is newly added in the Gecko of the Firefox operating system, in the process of upgrading the application program, the application program upgrading package stored in the user directory is copied to the system directory of the application program by calling the application programming interface function, and then the application program is restarted to complete the upgrading of the application program.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
Fig. 1 is a schematic flowchart of an embodiment of an application program upgrading method based on a Firefox operating system according to the present invention;
fig. 2 is a schematic flowchart of another embodiment of an application program upgrading method based on a Firefox operating system according to the present invention;
FIG. 3 is a schematic diagram of an application program upgrading system architecture in an application scenario according to the present invention;
fig. 4 is a schematic structural diagram of an embodiment of an application program upgrading apparatus based on a Firefox operating system according to the present invention.
Detailed Description
In order to make the objects, features and advantages of the present invention more obvious and understandable, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The embodiment of the invention provides an application program upgrading method based on a Firefox operating system, which comprises the following steps: acquiring application program updating information, wherein the application program updating information comprises: the download address of the application program upgrade package; downloading the application program upgrading package from the position specified by the downloading address, and storing the application program upgrading package into a user directory of the Firefox operating system; calling an application programming interface function newly added in Gecko of the Firefox operating system and used for copying files, and copying the application program upgrading package from the user directory to a system directory of a target application program of the upgrading, wherein the newly added application programming interface function used for copying files has root authority; restarting the target application to complete the upgrade to the target application. The embodiment of the invention also provides a corresponding application program upgrading device, which is respectively explained in detail below.
Referring to fig. 1, a description is provided below of an application program upgrading method based on a Firefox operating system according to an embodiment of the present invention, where the application program upgrading method according to the embodiment of the present invention includes:
101. Acquiring application program update information, wherein the application program update information comprises: the download address of the application program upgrade package;
Optionally, when the server finds that an application program upgrade package of a new version of a certain application program exists, pushing the application program update information to an application program upgrade device managing the application program; or, the application program upgrading apparatus may also actively acquire the application program update information from the server, and a specific implementation manner of acquiring the application program update information is not limited in the embodiment of the present invention.
102. downloading the application program upgrading package from the position designated by the downloading address, and storing the application program upgrading package into a user directory of a Firefox operating system;
In the embodiment of the present invention, after the application program upgrading apparatus obtains the application program updating information, the execution of step 102 is triggered.
optionally, the application update information further includes: when the application program upgrading device acquires the application program upgrading information, the application program upgrading device detects whether the application program upgrading package is the application program upgrading package of the new version or not according to the version information description file of the application program upgrading package, when the application program upgrading package is determined to be the application program upgrading package of the new version, the execution of the step 102 is triggered, and otherwise, the execution of the step 102 and the subsequent steps are not triggered.
Optionally, when the application program upgrading apparatus obtains the application program updating information, it is reminded of the user whether to trigger the upgrading process, when the user selects upgrading, the execution of step 102 is triggered, otherwise, the execution of step 102 and the subsequent steps are not triggered.
103. Calling an application programming interface function newly added in Gecko of the Firefox operating system and used for copying files, and copying the application program upgrading package from the user directory to a system directory of a target application program to be upgraded;
And the newly added application programming interface function for copying the file has root authority. In the embodiment of the present invention, an Application Programming Interface function (API) for copying files is newly added to the Gecko of the above-mentioned Firefox operating system in advance. Optionally, the newly added API is added in a Gecko layer of the above-mentioned Firefox operating system according to a web Interface Definition Language (IDL), and a specific file copy function is implemented in a dynamic link library file. Specifically, the dynamic link library file is implemented by using a c language, and can be placed in an/external directory of a Firefox operating system, and the generated dynamic link library file is copied to the/data/local directory of the Firefox operating system by using an Android compiling and installing mode.
In the embodiment of the present invention, the application program upgrading apparatus invokes the newly added API, and copies the application program upgrade package stored in the user directory in step 102 to the system directory of the target application program of the current upgrade. Specifically, the application program upgrading device may call the new API with root authority through the system App, where the new API calls a file copy function in the dynamic link library file using a dlopen function, and copies the application program upgrading packet stored in the user directory in step 102 to the system directory of the target application program of the current upgrade.
Optionally, the application program upgrading apparatus establishes a connection with the system APP, calls the API newly added in geto through the system APP, and copies the application program upgrading packet stored in the step 102 in the user directory to the system directory of the target application program of the current upgrade.
104. Restarting the target application program to finish upgrading the target application program;
after the copying operation of step 103 is completed, the application program upgrading apparatus restarts the target application program to complete upgrading of the target application program.
it should be noted that the application program upgrading method in the embodiment of the present invention is mainly applied to upgrading a PackageApp, and of course, the application program upgrading method may also be applied to upgrading other types of APPs, which is not limited herein.
It should be noted that the application upgrading apparatus in the embodiment of the present invention may be integrated in a mobile terminal, a smart television, or other devices that load a Firefox operating system, or may be independent of the above devices that load a Firefox operating system, and may communicate with the above devices in a wired or wireless manner, which is not limited herein.
therefore, in the invention, the application programming interface function which is used for copying files and has root authority is newly added in the Gecko of the Firefox operating system, in the process of upgrading the application program, the application program upgrading package stored in the user directory is copied to the system directory of the application program by calling the application programming interface function, and then the application program is restarted to complete the upgrading of the application program.
In the following, another embodiment of the method for upgrading an application program based on a Firefox operating system provided in the embodiment of the present invention is described with reference to fig. 2, where the method for upgrading an application program in the embodiment of the present invention includes:
201. Acquiring application program update information, wherein the application program update information comprises: the download address of the application program upgrade package and the version information description file of the application program upgrade package;
optionally, when the server finds that an application program upgrade package of a new version of a certain application program exists, pushing the application program update information to an application program upgrade device managing the application program; or, the application program upgrading apparatus may also actively acquire the application program update information from the server, and a specific implementation manner of acquiring the application program update information is not limited in the embodiment of the present invention.
202. judging whether the application program upgrade package is an application program upgrade package of a new version or not according to the version information description file of the application program upgrade package;
In the embodiment of the present invention, when the application program upgrading apparatus obtains the application program updating information, the application program upgrading apparatus detects whether the application program upgrading package is the application program upgrading package of the new version according to the version information description file of the application program upgrading package, and when it is determined that the application program upgrading package is the application program upgrading package of the new version, step 203 is executed, otherwise, step 206 is executed.
203. downloading the application program upgrading package from the position designated by the downloading address, and storing the application program upgrading package into a user directory of a Firefox operating system;
204. calling an application programming interface function newly added in Gecko of the Firefox operating system and used for copying files, and copying the application program upgrading package from the user directory to a system directory of a target application program to be upgraded;
And the newly added application programming interface function for copying the file has root authority. In the embodiment of the invention, an API for copying files is newly added to Gecko of the Firefox operating system in advance. Optionally, the newly added API is added in the geto layer of the Firefox operating system according to the web IDL, the specific file copy function is implemented in the dynamic link library file, and the API is implemented in the geto through the web IDL and belongs to the system API, so that the API has root authority and can directly operate the system directory. Specifically, the dynamic link library file is implemented by using a c language, and can be placed in an/external directory of a Firefox operating system, and the generated dynamic link library file is copied to the/data/local directory of the Firefox operating system by using an Android compiling and installing mode.
in the embodiment of the present invention, the application program upgrading apparatus invokes the newly added API, and copies the application program upgrade package stored in the step 203 in the user directory to the system directory of the target application program of the current upgrade. Specifically, the application program upgrading device may call the new API with root authority through the system App, where the new API calls a file copy function from the dynamic link library file using a dlopen function, and copies the application program upgrading packet stored in the user directory in step 203 to the system directory of the target application program of the current upgrade.
Optionally, the application program upgrading apparatus establishes a connection with the system APP, calls the API newly added in geto through the system APP, and copies the application program upgrading packet stored in the step 203 in the user directory to the system directory of the target application program of the current upgrade.
205. restarting the target application program to finish upgrading the target application program;
After the copying operation in step 204 is completed, the application program upgrading apparatus restarts the target application program to complete upgrading of the target application program.
206. and ending the process.
it should be noted that the application upgrading apparatus in the embodiment of the present invention may be integrated in a mobile terminal, a smart television, or other devices that load a Firefox operating system, and is not limited herein.
It should be noted that the application program upgrading method in the embodiment of the present invention is mainly applied to upgrading a PackageApp, and of course, the application program upgrading method may also be applied to upgrading other types of APPs, which is not limited herein.
Therefore, in the invention, the application programming interface function which is used for copying files and has root authority is newly added in the Gecko of the Firefox operating system, in the process of upgrading the application program, the application program upgrading package stored in the user directory is copied to the system directory of the application program by calling the application programming interface function, and then the application program is restarted to complete the upgrading of the application program.
The following describes an application program upgrading method in an embodiment of the present invention with a specific application scenario, for example. As shown in fig. 3, the application upgrading System in the embodiment of the present invention includes two parts, namely a server and a client, in hardware, where the server is used to store an application upgrading Package and a version information description document of the application upgrading Package, and the client is based on a Firefox OS and includes three parts, namely a System App, an upgrade management App, and a Package App.
An API for copying files is newly added in a Gecko layer of the Firefox OS, the API is added in a WebIDL mode, the specific copying work is realized by adopting C language and compiled into a dynamic link library, and the Gecko calls the dynamic link library through a dlopen method to realize file copying;
the System App is the first App started after the Firefox OS is started, has root authority, and can call the API and copy files in a System directory;
the Package App is a Web App, a Priviage App and a verified App, wherein resource files of the Web App, the Priviage App and the verified App are stored in a local area, and the resource files of the verified App can be operated only by root authority;
The upgrade management App is used for realizing the upgrade function of the Package App, when receiving application program update information pushed by a server, determining whether the version of the current upgradable application program upgrade Package is higher than the version of a local target application program (the target application program is the application program corresponding to the current upgradable application program upgrade Package) of a client according to the version information description document of the application program upgrade Package in the application program update information, if so, determining that the application program upgrade Package is the application program upgrade Package of the new version, and executing an update action.
The upgrade of the Package App comprises a version comparison module, an upgrade Package downloading and storing module and an upgrade module. The version comparison module compares the version information of the local target application program with the update information of the application program pushed by the server after the update management App receives the update information of the application program, so as to determine whether the update is carried out;
The upgrading package downloading and storing module acquires a downloading address of the application upgrading package from the application updating information pushed by the server for the upgrading management App, and downloads and stores the application upgrading package to a local user directory of the client;
The upgrading module establishes connections for the upgrading management App and the System App, calls the API in the Gecko layer through the System App, copies the application program upgrading package to the System catalog corresponding to the target application program, and then re-updates the target application program to complete the upgrading of the target application program.
in the following, a description is given of an application program upgrading apparatus based on a Firefox operating system according to another embodiment of the present invention, referring to fig. 4, where an application program upgrading apparatus 400 according to an embodiment of the present invention includes:
an obtaining unit 401, configured to obtain application update information, where the application update information includes: the download address of the application program upgrade package;
a download storage unit 402, configured to download the application program upgrade package from the location specified by the download address, and store the application program upgrade package in a user directory of the Firefox operating system;
A copying unit 403, configured to call an application programming interface function newly added in the Gecko of the Firefox operating system and used for copying the file, and copy the application upgrade package from the user directory to a system directory of a target application of the upgrade, where the newly added application programming interface function used for copying the file has root permission;
A restarting unit 404, configured to restart the target application to complete upgrading of the target application.
Optionally, the newly added application programming interface function for copying files is added to the dynamic link library file of the Firefox operating system according to a web interface definition language mode; copy unit 403 is specifically used to: and calling the newly added application programming interface function for copying the file from the dynamic link library file by using a dlopen function.
Optionally, the application update information further includes: the version information of the application program upgrade package describes files; the application program upgrading device in the embodiment of the invention further comprises: and the determining unit is used for determining the application program upgrading package as a new version of the application program upgrading package according to the version information description file of the application program upgrading package.
optionally, the application program upgrading apparatus in the embodiment of the present invention further includes: a receiving unit configured to: and receiving an upgrading instruction aiming at the updating information of the application program.
Optionally, the obtaining unit 401 is specifically configured to: and receiving the application program updating information pushed by the server.
it should be noted that the application program upgrading apparatus in the embodiment of the present invention is mainly applied to upgrading a PackageApp, and of course, the application program upgrading apparatus may also be applied to upgrading other types of APPs, which is not limited herein.
it should be noted that the application upgrading apparatus in the embodiment of the present invention may be integrated in a mobile terminal, a smart television, or other devices that load a Firefox operating system, or may be independent of the above devices that load a Firefox operating system, and may communicate with the above devices in a wired or wireless manner, which is not limited herein.
it should be understood that the application program upgrading apparatus in the embodiment of the present invention may be the application program upgrading apparatus mentioned in the above method embodiment, and may be configured to implement all technical solutions in the above method embodiment, and the functions of each functional module may be specifically implemented according to the method in the above method embodiment, and the specific implementation process may refer to the relevant description in the above embodiment, and is not described herein again.
Therefore, in the invention, the application programming interface function which is used for copying files and has root authority is newly added in the Gecko of the Firefox operating system, in the process of upgrading the application program, the application program upgrading package stored in the user directory is copied to the system directory of the application program by calling the application programming interface function, and then the application program is restarted to complete the upgrading of the application program.
in the several embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the above-described division of units is only one type of division of logical functions, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
It should be noted that, for the sake of simplicity, the above-mentioned method embodiments are described as a series of acts or combinations, but those skilled in the art should understand that the present invention is not limited by the described order of acts, as some steps may be performed in other orders or simultaneously according to the present invention. Further, those skilled in the art will appreciate that the embodiments described in the specification are presently preferred and that no acts or modules are necessarily required of the invention.
In the above embodiments, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
In the above description, for a person skilled in the art, there are variations on the specific implementation and application scope according to the concepts of the embodiments of the present invention, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (10)

1. an application program upgrading method based on a Firefox operating system is characterized by comprising the following steps:
Acquiring application program updating information, wherein the application program updating information comprises: the download address of the application program upgrade package;
Downloading the application program upgrading package from the position specified by the downloading address, and storing the application program upgrading package into a user directory of the Firefox operating system;
calling an application programming interface function newly added in Gecko of the Firefox operating system and used for copying files, so that the application programming interface function calls a file copy function in a dynamic link library file by using a dlopen function, and copying the application program upgrade package from the user directory to a system directory of a target application program of the upgrade, wherein the newly added application programming interface function used for copying files is realized in Gecko through webIDL and has root authority for the system application programming interface function;
Restarting the target application to complete the upgrade to the target application.
2. The method as claimed in claim 1, wherein the added application programming interface function for copying files is added in a Gecko layer of the Firefox operating system according to a web interface definition language mode, and the file copy function is implemented in a dynamic link library file.
3. The method according to claim 1 or 2,
The application update information further comprises: the version information of the application program upgrade package describes files;
The downloading of the application program upgrade package from the position specified by the download address comprises the following steps:
and determining the application program upgrading package as a new version of application program upgrading package according to the version information description file of the application program upgrading package.
4. the method of claim 1 or 2, wherein the downloading the application upgrade package from the location specified by the download address previously comprises:
And receiving an upgrading instruction aiming at the updating information of the application program.
5. the method according to claim 1 or 2, wherein the obtaining of the application update information is specifically:
and receiving the application program updating information pushed by the server.
6. An application program upgrading device based on a Firefox operating system, comprising:
An acquisition unit configured to acquire application update information, the application update information including: the download address of the application program upgrade package;
The download storage unit is used for downloading the application program upgrade package from the position specified by the download address and storing the application program upgrade package into a user directory of the Firefox operating system;
the copying unit is used for calling an application programming interface function newly added in Gecko of the Firefox operating system and used for copying files, so that the application programming interface function calls a file copying function in a dynamic link library file by using a dlopen function and copies the application program upgrading packet from the user directory to a system directory of a target application program of the upgrading, wherein the newly added application programming interface function used for copying the files is realized in the Gecko through webIDL and has root authority for the system application programming interface function;
And the restarting unit is used for restarting the target application program to finish upgrading the target application program.
7. The application program upgrading device according to claim 6, wherein the added application programming interface function for copying files is added to a Gecko layer of the Firefox operating system in a web interface definition language manner, and the file copy function is implemented in a dynamic link library file.
8. The application upgrade apparatus according to claim 6 or 7, wherein the application update information further includes: the version information of the application program upgrade package describes files;
the application program upgrading device further comprises:
and the determining unit is used for determining the application program upgrading package as a new version of the application program upgrading package according to the version information description file of the application program upgrading package.
9. The application upgrade apparatus according to claim 6 or 7,
The application program upgrading device further comprises:
A receiving unit configured to: and receiving an upgrading instruction aiming at the updating information of the application program.
10. the application program upgrading device according to claim 6 or 7, wherein the obtaining unit is specifically configured to: and receiving the application program updating information pushed by the server.
CN201510283424.8A 2015-05-28 2015-05-28 application program upgrading method and device based on Firefox operating system Active CN106293790B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510283424.8A CN106293790B (en) 2015-05-28 2015-05-28 application program upgrading method and device based on Firefox operating system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510283424.8A CN106293790B (en) 2015-05-28 2015-05-28 application program upgrading method and device based on Firefox operating system

Publications (2)

Publication Number Publication Date
CN106293790A CN106293790A (en) 2017-01-04
CN106293790B true CN106293790B (en) 2019-12-13

Family

ID=57635467

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510283424.8A Active CN106293790B (en) 2015-05-28 2015-05-28 application program upgrading method and device based on Firefox operating system

Country Status (1)

Country Link
CN (1) CN106293790B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107357613B (en) * 2017-06-28 2020-09-04 广州酷狗计算机科技有限公司 Application updating method and device and computer readable storage medium
CN109086066B (en) * 2018-08-20 2023-12-19 中企瑞铭科技(北京)有限公司 Application program updating method and device, computer equipment and storage medium
CN113127859B (en) * 2019-12-30 2024-04-12 Oppo广东移动通信有限公司 Method, device, terminal and storage medium for detecting file to be detected
CN111324411B (en) * 2020-03-26 2023-12-22 Vidaa(荷兰)国际控股有限公司 User interface upgrading method in display equipment and display equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101393591A (en) * 2008-10-27 2009-03-25 中国科学院计算技术研究所 Method and system for discovering unknown USB virus
CN103885806A (en) * 2014-04-02 2014-06-25 深圳市兰丁科技有限公司 Implementation method and device for online upgrading of system software of set top box
CN104182241A (en) * 2013-05-24 2014-12-03 华为终端有限公司 Webpage application program (Web App) update method and communication device
CN104298532A (en) * 2014-11-04 2015-01-21 上海斐讯数据通信技术有限公司 Upgrading method and upgrading system for software
CN104375856A (en) * 2014-09-24 2015-02-25 腾讯科技(深圳)有限公司 Application updating method and device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9053201B2 (en) * 2012-02-29 2015-06-09 Microsoft Technology Licensing, Llc Communication with a web compartment in a client application

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101393591A (en) * 2008-10-27 2009-03-25 中国科学院计算技术研究所 Method and system for discovering unknown USB virus
CN104182241A (en) * 2013-05-24 2014-12-03 华为终端有限公司 Webpage application program (Web App) update method and communication device
CN103885806A (en) * 2014-04-02 2014-06-25 深圳市兰丁科技有限公司 Implementation method and device for online upgrading of system software of set top box
CN104375856A (en) * 2014-09-24 2015-02-25 腾讯科技(深圳)有限公司 Application updating method and device
CN104298532A (en) * 2014-11-04 2015-01-21 上海斐讯数据通信技术有限公司 Upgrading method and upgrading system for software

Also Published As

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

Similar Documents

Publication Publication Date Title
CN107391104B (en) Client and reactive native code update dependence management method, device and system
WO2017185253A1 (en) Patch upgrade-based file processing method and device, terminal, and storage medium
CN107305553B (en) Method and system for dynamically jumping Hybrid page based on Hybrid App
CN107291481B (en) Component updating method, device and system
US8667486B2 (en) Automatic provisioning of a software platform to a device ecosystem
CN106293790B (en) application program upgrading method and device based on Firefox operating system
CN107220074B (en) Method and device for accessing and upgrading supporting layer software function
CN105323269A (en) Method for updating APP in Android system, terminal and storage medium
CA2860657C (en) Installation engine and package format for parallelizable, reliable installations
US9208320B2 (en) Software distribution system and software distribution method
CN110968331A (en) Method and device for running application program
CN110765394A (en) So file loading method and device, storage medium and terminal equipment
CN104461621A (en) Attribute information updating method and device
KR101632288B1 (en) Method and apparatus for prefetching device drivers for peripheral devices connected to a smartphone prior to high-level operating system(hlos) boot
CN104573496A (en) Method and device for inhibiting starting items from starting
CN111176671B (en) Method for automatically and continuously updating system, mobile terminal and storage medium
WO2016131294A1 (en) Version upgrade processing method and device
CN107783837B (en) Method and device for performing storage expansion and electronic equipment
US20140137092A1 (en) Information processing apparatus, information processing system, non-transitory computer-readable storage medium having stored therein information processing program, and information processing method
CN115729590A (en) Service deployment method, device, equipment and computer readable storage medium
CN109840156B (en) Data caching method and equipment, storage medium and terminal thereof
US9122555B2 (en) Information processing system, information processing apparatus, storage medium having stored therein information processing program, method of executing application, and storage medium stored therein data of application
CN111142913A (en) Hot updating method and equipment for iOS system application program
CN110825406A (en) Software upgrading method and related equipment
CN110874238A (en) Online service updating method and device

Legal Events

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