CN110597544A - Software system upgrading method and device - Google Patents

Software system upgrading method and device Download PDF

Info

Publication number
CN110597544A
CN110597544A CN201910768179.8A CN201910768179A CN110597544A CN 110597544 A CN110597544 A CN 110597544A CN 201910768179 A CN201910768179 A CN 201910768179A CN 110597544 A CN110597544 A CN 110597544A
Authority
CN
China
Prior art keywords
software
software system
upgrading
upgrade
package
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
CN201910768179.8A
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.)
Hangzhou Chen Han Intelligent Technology Co Ltd
Original Assignee
Hangzhou Chen Han Intelligent 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 Hangzhou Chen Han Intelligent Technology Co Ltd filed Critical Hangzhou Chen Han Intelligent Technology Co Ltd
Priority to CN201910768179.8A priority Critical patent/CN110597544A/en
Publication of CN110597544A publication Critical patent/CN110597544A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • G06F8/656Updates while running
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

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

Abstract

The invention provides a software system upgrading method and device, and relates to the technical field of software upgrading. The software system upgrading method comprises the following steps: placing a pre-created software upgrade package at a designated location of a software system to be upgraded, the software upgrade package comprising code and data files that need to be copied and added to the software system, and the software upgrade package comprising an executable program or a script file for performing a step of upgrading the software system when the program or script file is executed; and restarting the software system, wherein in the restarting process, the software system executes the program or the script file in the software upgrading package. The specific steps of the upgrade are defined in the executable program or script of the upgrade package. The original software system only needs to run the executable program or script in the upgrade package at the time of starting, and does not need to care about the specific details of the upgrade. The upgrading mode does not need to prepare a complicated upgrading step, and the software system upgrading process is simplified.

Description

Software system upgrading method and device
Technical Field
The invention relates to the technical field of software upgrading, in particular to a software system upgrading method and device.
Background
Currently, software upgrading is performed in a using process of an intelligent device based on an Android operating system (Android). Due to the functional diversity and complexity of the intelligent device, some bugs (bugs) may be found to need to be repaired in the using process, or some functions need to be added and modified, and at this time, software on the device needs to be upgraded.
The Android software system is a complex system, the size of a complete Android software package is usually more than several hundred megabytes or even more, and thousands of files are contained in the Android software package. The production and distribution of a complete Android software package requires a large amount of work. Before the complete software package is released, each function needs to be fully tested to ensure the software quality, but the full and complete testing is a huge workload. In addition, the system is upgraded by using a complete software package, and if the upgrading fails due to some unexpected factors in the upgrading process, the system may be damaged and cannot be normally used. Therefore, the use of complete software package upgrade is inconvenient for the manufacture, test and distribution of the software package, and is a complicated task.
Disclosure of Invention
The present invention provides a method and an apparatus for upgrading a software system, so as to solve the problem of complicated software system upgrading process.
In order to achieve the purpose, the technical scheme adopted by the invention is as follows:
in a first aspect, the present invention provides a software system upgrading method, including:
placing a pre-created software upgrade package at a designated location of a software system to be upgraded, the software upgrade package containing code and data files that need to be copied and added to the software system, and the software upgrade package containing an executable program or script file, the program or script file being executed for performing a step of upgrading the software system;
and restarting the software system, wherein in the restarting process, the software system executes the program or the script file in the software upgrading package.
Optionally, all files in the software upgrade package are packaged into one compressed file.
Alternatively, the compressed file has a preset fixed name.
Optionally, the software system is restarted, and during the restart, the software system executes a program or a script file in the software upgrade package, including:
and restarting the software system, wherein the software system detects whether the software upgrading package exists at a specified position in the restarting process, and in the case of the software upgrading package, the software system decompresses the software upgrading package and executes the program or the script file in the software upgrading package.
Optionally, after executing the program or the script file in the software upgrade package, the method further includes:
and deleting the software upgrading package and the decompressed file.
Optionally, after executing the program or the script file in the software upgrade package, the method further includes:
the software system is restarted, enabling the upgrade to take effect.
Optionally, the step of upgrading the software system comprises: checking the version number of the current software system to judge whether the software system is suitable for upgrading; copying codes and data files in the software upgrading package into a software system; modifying existing files in the software system; files that are no longer needed in the software system are deleted.
Optionally, the program or script file in the software upgrade package has a preset fixed name.
Alternatively, the program or script file has a preset fixed location in the software upgrade package.
In a second aspect, the present invention further provides a software system upgrading apparatus, including:
the software upgrading package setting module is used for placing a pre-created software upgrading package at a designated position of a software system to be upgraded, wherein the software upgrading package comprises codes and data files which need to be copied and added into the software system, and the software upgrading package comprises an executable program or a script file, and the program or the script file is used for executing the step of upgrading the software system when being executed;
and the upgrading module is used for restarting the software system, and in the restarting process, the software system executes the program or the script file in the software upgrading package.
Optionally, all files in the software upgrade package are packaged into one compressed file.
Alternatively, the compressed file has a preset fixed name.
Optionally, the upgrade module is specifically configured to:
and restarting the software system, wherein the software system detects whether the software upgrading package exists at a specified position in the restarting process, and in the case of the software upgrading package, the software system decompresses the software upgrading package and executes the program or the script file in the software upgrading package.
Optionally, the apparatus further comprises:
and the deleting module is used for deleting the software upgrading package and the decompressed file.
Optionally, the apparatus further comprises:
and the effective restarting module is used for restarting the software system so that the upgrade is effective.
Optionally, the step of upgrading the software system comprises: checking the version number of the current software system to judge whether the software system is suitable for upgrading; copying codes and data files in the software upgrading package into a software system; modifying existing files in the software system; files that are no longer needed in the software system are deleted.
Optionally, the program or script file in the software upgrade package has a preset fixed name.
Alternatively, the program or script file has a preset fixed location in the software upgrade package.
The beneficial effects of the invention include:
the software system upgrading method comprises the following steps: placing a pre-created software upgrade package at a designated location of a software system to be upgraded, the software upgrade package containing code and data files that need to be copied and added to the software system, and the software upgrade package containing an executable program or script file, the program or script file being executed for performing a step of upgrading the software system; and restarting the software system, wherein in the restarting process, the software system executes the program or the script file in the software upgrading package. The specific steps of the upgrade are defined in the executable program or script of the upgrade package. The original software system only needs to run the executable program or script in the upgrade package at the time of starting, and does not need to care about the specific details of the upgrade. The upgrading mode does not need to prepare a complicated upgrading step, and the software system upgrading process is simplified.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the embodiments will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present invention and therefore should not be considered as limiting the scope, and for those skilled in the art, other related drawings can be obtained according to the drawings without inventive efforts.
Fig. 1 is a flowchart illustrating a software system upgrading method according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a software system upgrade method according to another embodiment of the present invention;
fig. 3 is a schematic structural diagram of a software system upgrading apparatus provided in an embodiment of the present invention;
fig. 4 is a schematic structural diagram illustrating a software system upgrading apparatus according to another embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious 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 Android software system is a complex system, the size of a complete Android software package is usually more than several hundred megabytes or even more, and thousands of files are contained in the Android software package. The production and distribution of a complete Android software package requires a large amount of work. The use of complete software package upgrade is inconvenient for the manufacture, test and distribution of the software package, and is a complex task. These problems can be avoided if incremental upgrades are used. When the upgrade package is manufactured, only the changed files need to be packaged into the upgrade package, and the upgrade step is manufactured in the upgrade script according to the content modified by the increment. The upgrading script is contained in the upgrading package, so that the incremental upgrading steps can be flexibly made as required during upgrading each time. Therefore, the content upgraded by each incremental upgrade is clear, and the test of the upgrade package only needs to test the content modified by the increment. Therefore, the size of the upgrade package is greatly reduced, and the upgrade package is easier to distribute. This advantage is more apparent in the case of few modifications. Based on this, the software system upgrading method of the present invention is proposed, and the software system upgrading method will be described in detail below.
Fig. 1 is a schematic flowchart illustrating a software system upgrading method according to an embodiment of the present invention, and as shown in fig. 1, the software system upgrading method includes:
step 101, placing a pre-created software upgrade package at a designated location of a software system to be upgraded, the software upgrade package comprising code and data files that need to be copied and added to the software system, and the software upgrade package comprising an executable program or script file, the program or script file when executed performing the steps of upgrading the software system.
The pre-created software upgrade package may be placed in a designated location of the software system to be upgraded in a variety of ways. For example, a pre-created software upgrade package may be downloaded from a server or copied via a usb disk, and the downloaded or copied software upgrade package is placed in a designated location of the software system to be upgraded.
The programs or script files (which may be, for example, script files) in the software upgrade package perform specific steps for upgrading the software system, such as checking the version number of the current software system to determine whether an upgrade is appropriate, copying the code, data, etc. in the upgrade package files to the software system, modifying existing files in the software system, deleting files in the software system that are no longer needed, etc.
The upgrade steps described above may be tailored to the specific situation each time a software package is made. For example, updating of a software system includes updating a Linux kernel, updating a file system (adding a file, updating a file, deleting a file). Firstly, files needing to be added, modified or deleted are determined to comprise a kernel; then making a software upgrading increment package, and packaging files needing to be added and modified into an upgrading package; and then writing an upgrade script, if the kernel needs to be updated, updating the content into the system by using a dd command in the upgrade script, if the file needs to be added or modified, copying the file in the upgrade package into the system, and if the file needs to be deleted, deleting the corresponding file.
Step 102, restarting the software system, wherein in the restarting process, the software system executes the program or script file in the software upgrading package.
The specific steps of the upgrade are defined in an executable program or script of the software upgrade package. The original software system only needs to detect the upgrade package and run the executable program or script in the upgrade package at the time of starting, and does not need to care about the specific details of the upgrade. Therefore, the method is flexible, the upgrading method of the software system is simple, and complicated upgrading steps do not need to be prepared in advance.
The user need only copy the pre-created software upgrade package to a fixed location in the software system, and need not be concerned with the specific steps and details of the upgrade. In addition, the software upgrading package in the embodiment of the invention is only a collection of files, and an executable program is not required to be manufactured, so that the software upgrading package is convenient to manufacture and package.
Fig. 2 is a flowchart illustrating a software system upgrading method according to another embodiment of the present invention, and as shown in fig. 2, a pre-created software upgrade package is first placed at a designated location of a software system to be upgraded (step 201), then the software system is restarted (step 202), during the restart, the software system detects whether the software upgrade package exists at the designated location (step 203), and in the case of the existence of the software upgrade package, the software system decompresses the software upgrade package (step 204), and executes a program or a script file in the software upgrade package (step 205). Additionally, during the detection process, if the software upgrade package is not present, the software system does not perform the upgrade operation and the software system continues to boot and run (step 208).
Alternatively, all files in the software upgrade package may be packaged into one compressed file, such as into one zip file. The compressed file may have a preset fixed name. The fixed name is set for the compressed file, so that the detection of the software system is facilitated.
Optionally, referring to fig. 2, after the executing the program or the script file in the software upgrade package, the method further includes: the software upgrade package and the decompressed files are deleted (step 206) so that the upgrade operation is not performed any more at the next start-up. Optionally, after executing the program or the script file in the software upgrade package, the method further includes: the software system is restarted (step 207) to validate the upgrade. For example, the restart operation may be automatic or may be manually performed.
Optionally, the program or script file in the software upgrade package has a preset fixed name. Alternatively, the program or script file has a preset fixed location (path) in the software upgrade package.
In practical application, the software system executes the following steps each time the software system is started: detecting whether a software upgrading packet exists at a certain fixed storage position; if not, the operation is not carried out, and the system continues to be started and operated; if the upgrade package exists, decompressing the upgrade package; running an upgrading program or script in the software upgrading package; after the upgrading program or the script is run, deleting the software upgrading packet and the decompressed temporary file, so that the upgrading operation can not be carried out when the software upgrading packet is started next time; the software system is automatically or manually restarted to validate the upgraded software system.
Taking the Android system as an example, the script file is a shell script file which can run in Linux, and the file name is upgrade. Taking the Android system as an example, when the Android system is started, the Android system performs system initialization configuration or runs a predefined service program according to the content in the/init.rc file, for example, the service program may be defined in the init.rc file, so that the service program may be started in the starting process of the Android system. Rc, and when the service program is started, whether the upgrade file system zip exists in the/sdcard/upgrade directory of the Android system is detected. And if so, decompressing the system.zip in the/sdcard/upgrade directory, and then running the decompressed file/sdcard/upgrade/system/upgrade.sh. The software upgrading package is provided with a fixed name, the upgrading program or script in the upgrading package is provided with a fixed name and a fixed path, and the upgrading package is placed at a fixed position of the software system during upgrading, so that whether the upgrading package at a certain fixed position exists or not can be automatically checked when the software system is started, and if the upgrading package at a certain fixed position exists, the upgrading is automatically carried out, and the upgrading process is simplified.
Fig. 3 is a schematic structural diagram of a software system upgrading apparatus according to an embodiment of the present invention, where the software system upgrading apparatus is used to implement the software system upgrading method according to the above-mentioned embodiment of the present invention. As shown in fig. 3, the software system upgrading apparatus includes:
a software upgrade package setting module 301, configured to place a pre-created software upgrade package at a designated location of a software system to be upgraded, where the software upgrade package includes code and data files that need to be copied and added to the software system, and the software upgrade package includes an executable program or script file, and the program or script file is executed to perform a step of upgrading the software system;
and the upgrading module 302 is used for restarting the software system, and in the restarting process, the software system executes the program or the script file in the software upgrading package.
Optionally, all files in the software upgrade package are packaged into one compressed file.
Alternatively, the compressed file has a preset fixed name.
Optionally, the upgrade module is specifically configured to: and restarting the software system, wherein the software system detects whether the software upgrading package exists at a specified position in the restarting process, and in the case of the software upgrading package, the software system decompresses the software upgrading package and executes the program or the script file in the software upgrading package.
Optionally, as shown in fig. 4, the apparatus further includes: and the deleting module 303 is configured to delete the software upgrade package and the decompressed file.
Optionally, as shown in fig. 4, the apparatus further includes: and an effective restart module 304 for restarting the software system so that the upgrade is effective.
Optionally, the step of upgrading the software system comprises: checking the version number of the current software system to judge whether the software system is suitable for upgrading; copying codes and data files in the software upgrading package into a software system; modifying existing files in the software system; files that are no longer needed in the software system are deleted.
Optionally, the program or script file in the software upgrade package has a preset fixed name.
Alternatively, the program or script file has a preset fixed location in the software upgrade package.
The above embodiments are merely illustrative of the technical concept and features of the present invention, and the purpose thereof is to enable those skilled in the art to understand the content of the present invention and implement the present invention, and not to limit the scope of the present invention, and all equivalent changes or modifications made according to the spirit of the present invention should be covered in the scope of the present invention.

Claims (10)

1. A method for upgrading a software system, comprising:
placing a pre-created software upgrade package at a designated location of a software system to be upgraded, the software upgrade package containing code and data files that need to be copied and added to the software system and the software upgrade package containing an executable program or script file that when executed performs the step of upgrading the software system;
and restarting the software system, wherein in the restarting process, the software system executes the program or the script file in the software upgrading package.
2. The software system upgrade method according to claim 1, wherein all files in the software upgrade package are packaged into one compressed file.
3. The software system upgrade method according to claim 2, wherein the compressed file has a preset fixed name.
4. The software system upgrade method according to claim 2, wherein the restarting the software system, during which the software system executes the program or script file in the software upgrade package, comprises:
restarting the software system, wherein during the restarting process, the software system detects whether the software upgrade package exists at the specified position, and when the software upgrade package exists, the software system decompresses the software upgrade package and executes the program or script file in the software upgrade package.
5. The software system upgrade method according to claim 4, further comprising, after said executing the program or script file in the software upgrade package:
and deleting the software upgrading packet and the decompressed file.
6. The software system upgrade method according to claim 4, further comprising, after said executing the program or script file in the software upgrade package:
restarting the software system to validate the upgrade.
7. The software system upgrade method according to claim 1, wherein the step of upgrading the software system comprises: checking the version number of the current software system to judge whether the software system is suitable for upgrading; copying the code and data files in the software upgrade package into a software system; modifying existing files in the software system; files that are no longer needed in the software system are deleted.
8. The software system upgrading method according to any one of claims 1 to 7, wherein the programs or script files in the software upgrading package have preset fixed names.
9. The software system upgrade method according to claim 8, wherein the program or script file has a preset fixed location in the software upgrade package.
10. A software system upgrade apparatus, comprising:
a software upgrade package setting module for placing a pre-created software upgrade package at a designated location of a software system to be upgraded, the software upgrade package containing code and data files that need to be copied and added to the software system, and the software upgrade package containing an executable program or script file for performing a step of upgrading the software system when the program or script file is executed;
and the upgrading module is used for restarting the software system, and in the restarting process, the software system executes the program or the script file in the software upgrading package.
CN201910768179.8A 2019-08-20 2019-08-20 Software system upgrading method and device Pending CN110597544A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910768179.8A CN110597544A (en) 2019-08-20 2019-08-20 Software system upgrading method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910768179.8A CN110597544A (en) 2019-08-20 2019-08-20 Software system upgrading method and device

Publications (1)

Publication Number Publication Date
CN110597544A true CN110597544A (en) 2019-12-20

Family

ID=68854728

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910768179.8A Pending CN110597544A (en) 2019-08-20 2019-08-20 Software system upgrading method and device

Country Status (1)

Country Link
CN (1) CN110597544A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111427598A (en) * 2020-03-16 2020-07-17 深圳震有科技股份有限公司 Control method and system of software upgrading file and intelligent terminal
CN111666096A (en) * 2020-07-02 2020-09-15 腾讯科技(深圳)有限公司 Hot updating method and device for target application, storage medium and electronic equipment
CN113504931A (en) * 2021-07-29 2021-10-15 中国第一汽车股份有限公司 Controller testing method, device, equipment and storage medium
CN113535200A (en) * 2021-05-28 2021-10-22 宁波三星医疗电气股份有限公司 Energy controller APP upgrading method
CN113900688A (en) * 2021-10-11 2022-01-07 北京知道创宇信息技术股份有限公司 Software upgrading method, device, server and storage medium
CN115794185A (en) * 2021-09-10 2023-03-14 中兴通讯股份有限公司 Data increment upgrading method, power supply equipment system, network manager and storage medium

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101008895A (en) * 2006-01-24 2007-08-01 联想(北京)有限公司 Software update system and method of computer enclosed operation system
CN101030867A (en) * 2006-02-28 2007-09-05 联想(北京)有限公司 System and method for refreshing and upgrading BIOS
CN103019767A (en) * 2012-11-16 2013-04-03 深圳市多尼卡电子技术有限公司 System upgrade method, system upgrade device and airborne entertainment system
CN105701404A (en) * 2016-01-04 2016-06-22 广东欧珀移动通信有限公司 Anti-virus method and apparatus for mobile terminal, and mobile terminal
CN105808273A (en) * 2014-12-30 2016-07-27 Tcl集团股份有限公司 Software upgrading method and software upgrading device
CN105979313A (en) * 2015-09-16 2016-09-28 乐视致新电子科技(天津)有限公司 Remote control upgrading method and device
CN106293828A (en) * 2016-08-05 2017-01-04 深圳市鼎阳科技有限公司 A kind of solve in software upgrading compatible method and device
CN106610839A (en) * 2015-10-21 2017-05-03 阿里巴巴集团控股有限公司 Method for releasing upgrading package and lightweight upgrading method, device and system
CN107483271A (en) * 2017-09-20 2017-12-15 深圳创维数字技术有限公司 Upgrade method, device and the computer-readable recording medium of router
CN107493290A (en) * 2017-08-31 2017-12-19 四川长虹电器股份有限公司 The method that Android intelligent television system software carries out OTA upgradings
CN109542495A (en) * 2018-11-12 2019-03-29 青岛海信电器股份有限公司 A kind of method for upgrading software and device

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101008895A (en) * 2006-01-24 2007-08-01 联想(北京)有限公司 Software update system and method of computer enclosed operation system
CN101030867A (en) * 2006-02-28 2007-09-05 联想(北京)有限公司 System and method for refreshing and upgrading BIOS
CN103019767A (en) * 2012-11-16 2013-04-03 深圳市多尼卡电子技术有限公司 System upgrade method, system upgrade device and airborne entertainment system
CN105808273A (en) * 2014-12-30 2016-07-27 Tcl集团股份有限公司 Software upgrading method and software upgrading device
CN105979313A (en) * 2015-09-16 2016-09-28 乐视致新电子科技(天津)有限公司 Remote control upgrading method and device
CN106610839A (en) * 2015-10-21 2017-05-03 阿里巴巴集团控股有限公司 Method for releasing upgrading package and lightweight upgrading method, device and system
CN105701404A (en) * 2016-01-04 2016-06-22 广东欧珀移动通信有限公司 Anti-virus method and apparatus for mobile terminal, and mobile terminal
CN106293828A (en) * 2016-08-05 2017-01-04 深圳市鼎阳科技有限公司 A kind of solve in software upgrading compatible method and device
CN107493290A (en) * 2017-08-31 2017-12-19 四川长虹电器股份有限公司 The method that Android intelligent television system software carries out OTA upgradings
CN107483271A (en) * 2017-09-20 2017-12-15 深圳创维数字技术有限公司 Upgrade method, device and the computer-readable recording medium of router
CN109542495A (en) * 2018-11-12 2019-03-29 青岛海信电器股份有限公司 A kind of method for upgrading software and device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
贺鹏: "《智能手机故障检测与维修从入门到精通》", 30 September 2015, 中国铁道出版社, pages: 272 - 274 *

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111427598A (en) * 2020-03-16 2020-07-17 深圳震有科技股份有限公司 Control method and system of software upgrading file and intelligent terminal
CN111666096A (en) * 2020-07-02 2020-09-15 腾讯科技(深圳)有限公司 Hot updating method and device for target application, storage medium and electronic equipment
CN111666096B (en) * 2020-07-02 2021-03-16 腾讯科技(深圳)有限公司 Hot updating method and device for target application, storage medium and electronic equipment
CN113535200A (en) * 2021-05-28 2021-10-22 宁波三星医疗电气股份有限公司 Energy controller APP upgrading method
CN113504931A (en) * 2021-07-29 2021-10-15 中国第一汽车股份有限公司 Controller testing method, device, equipment and storage medium
CN113504931B (en) * 2021-07-29 2022-08-16 中国第一汽车股份有限公司 Controller testing method, device, equipment and storage medium
CN115794185A (en) * 2021-09-10 2023-03-14 中兴通讯股份有限公司 Data increment upgrading method, power supply equipment system, network manager and storage medium
CN115794185B (en) * 2021-09-10 2023-11-07 中兴通讯股份有限公司 Data increment upgrading method, power supply equipment system, network manager and storage medium
CN113900688A (en) * 2021-10-11 2022-01-07 北京知道创宇信息技术股份有限公司 Software upgrading method, device, server and storage medium

Similar Documents

Publication Publication Date Title
CN110597544A (en) Software system upgrading method and device
US10114637B1 (en) Automatically updating a shared project build platform
CN109491695B (en) Incremental updating method for integrated android application
US7735078B1 (en) System and method for software patching for cross-platform products
US10628290B2 (en) Generating an inner cloud environment within an outer cloud environment for testing a microservice application
US10579966B1 (en) Adapting a shared project build platform to a developer plugin
US5764992A (en) Method and apparatus for automatic software replacement
US10114630B2 (en) Management of software and operating system updates required for the process of creating a virtual machine facsimile of an existing physical or virtual machine
KR101003888B1 (en) Tri-phase boot process in electronic devices
CN102736978B (en) A kind of method and device detecting the installment state of application program
WO2018045733A1 (en) Method for loading android system so files, and electronic device
US20160274900A1 (en) System and Method for Fast Restarting of User Apps
CN105389187B (en) System updating method
CN111078265B (en) Web project update patch generation method based on jenkins
WO2020029967A1 (en) Method and apparatus for repairing fault in operating system
CN112148297A (en) Intelligent server encryption and packaging method and device
CN111562934A (en) Software system upgrading method based on hot patch, terminal and storage medium
CN111722868A (en) Method for quickly transplanting high-version linux kernel of Shenwei firewall
WO2022156277A1 (en) Application program installation method and apparatus, and computing device and readable storage medium
CN112286543B (en) Application service deployment method and device
CN113900693A (en) Firmware upgrading method, device and system, electronic equipment and storage medium
CN113867768A (en) Operating system processing method and device, electronic equipment and storage medium
CN111722875A (en) Method for rapidly transplanting and compiling open source program by Shenwei platform
CN109471799B (en) Method, device, storage medium and terminal for deploying demand environment
CN107220174B (en) Automatic testing method and 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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20191220