WO2018049760A1 - Procédé et appareil de mise à jour de logiciel - Google Patents

Procédé et appareil de mise à jour de logiciel Download PDF

Info

Publication number
WO2018049760A1
WO2018049760A1 PCT/CN2016/113321 CN2016113321W WO2018049760A1 WO 2018049760 A1 WO2018049760 A1 WO 2018049760A1 CN 2016113321 W CN2016113321 W CN 2016113321W WO 2018049760 A1 WO2018049760 A1 WO 2018049760A1
Authority
WO
WIPO (PCT)
Prior art keywords
software
software update
freezing point
update
restore
Prior art date
Application number
PCT/CN2016/113321
Other languages
English (en)
Chinese (zh)
Inventor
李春
Original Assignee
广州视睿电子科技有限公司
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 广州视睿电子科技有限公司 filed Critical 广州视睿电子科技有限公司
Publication of WO2018049760A1 publication Critical patent/WO2018049760A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates

Definitions

  • the present invention relates to the field of computer technologies, and in particular, to a software update method and apparatus.
  • the freezing point restore software will be installed for system restoration.
  • the system When the system starts the freezing point restore, the system will be restored to the freezing point set by the user after each restart, and the software update (including manual update and automatic update) in the frozen state will be restored to the next startup. The status is not updated.
  • the existing software solution does not take into account the impact of the freezing point restore on the software update, resulting in repeated software updates, users need to repeatedly confirm whether to update the software, the user experience is declining, and the software update will waste the resources of the update server to the software. Developers bring economic losses.
  • the object of the embodiments of the present invention is to provide a software update method and device, which solves the conflict between freezing point restore and software update, avoids repeated software update, improves the software update experience in the freezing point restore state, and reduces the resources of the update server. Occupied.
  • the present invention provides a software update method, including:
  • the update is configured to not perform software update in a state where the system enables the freezing point restore, the software update request is ignored when receiving the software update request;
  • the update is configured to perform a software update in a state in which the system turns on the freezing point restore
  • the freezing point restore is turned off, and after the freezing point restore is turned off, the software update request is executed.
  • the update configuration preset by the user if the update is configured to not perform software update in the state that the system is in the freezing point restore state, the software update request is ignored when receiving the software update request; if the update configuration is In order to perform software update while the system turns on the freezing point restore, the freezing point restore is turned off when the software update request is received, and the software update request is executed after the freezing point restore is turned off.
  • the invention can help solve the freezing point The conflict between the restoration and the software update, avoiding repeated updates of the software, improving the software update experience under the freezing point recovery state, reducing the waste of the update server resources, and reducing the software update maintenance cost.
  • the reading the preset update configuration to detect whether the current software needs to perform software update in the state that the system starts the freezing point restoration specifically:
  • the update configuration file preset by the user is read to detect whether the software needs to be updated when the system starts the freezing point recovery state.
  • the software update request is ignored when receiving the software update request, and further includes:
  • the update is configured to not perform software update when the system starts the freezing point restore, when the software update request is received, detecting whether the freezing point restore of the system is in an open state; if yes, ignoring the software update request; And executing the software update request.
  • the update is configured to perform a software update when the system turns on the freezing point restore
  • the freezing point restoration is turned off
  • after the freezing point restoration is turned off, performing the Software update request further including:
  • the update is configured to perform a software update when the system turns on the freezing point restore, when the software update request is received, attempt to close the freezing point restore;
  • the method further includes:
  • the invention only needs to write the user's configuration information into the update configuration file when the software is first started, and in the subsequent software update, the conflict between the freezing point restore and the software update can be solved according to the user configuration, which helps to further improve the user. Software update experience.
  • the present invention also provides a software update apparatus, including:
  • the configuration reading module is configured to obtain a preset update configuration to detect whether the current software needs to perform software update when the system starts the freezing point recovery state;
  • the request ignore module is configured to ignore the software update request when receiving the software update request if the update is configured to not perform software update in a state where the system enables the freezing point restore;
  • a software update module configured to: if the update is configured to perform a software update in a state in which the system starts the freeze point restore, when the software update request is received, the freezing point restore is turned off, and after the freezing point restore is turned off, Execute the software update request.
  • the configuration reading module comprises:
  • the configuration reading unit is configured to read an update configuration file preset by the user when the software is started for initialization, to detect whether the software needs to perform software update when the system starts the freezing point recovery state.
  • the request ignoring module comprises:
  • a first updating unit configured to: if the update is configured to not perform software update in a state where the system is in the state of freezing point restore, detecting whether the freezing point restoration of the system is in an open state when receiving the software update request; if yes, ignoring the Said software update request; if not, executing the software update request.
  • the software update module comprises:
  • a freezing point closing unit configured to: if the update is configured to perform a software update when the system turns on the freezing point restore, attempt to close the freezing point restore when receiving the software update request;
  • a second updating unit configured to detect whether the freezing point restoration is turned off; if the freezing point restoration has been closed, executing the software update request; if the freezing point restoration is not closed, reminding that the freezing point restoration cannot be Close and recommend manual shutdown.
  • the software update apparatus further includes:
  • a user configuration module configured to detect whether the software is started for the first time, and remind the user to set whether the software update is required when the system starts the freezing point recovery when the software is first started;
  • the configuration write module is used to write information about whether the user needs to perform software update to the update configuration file.
  • FIG. 1 is a flow chart of an embodiment of a software update method provided by the present invention.
  • FIG. 2 is a flow chart of another embodiment of a software update method provided by the present invention.
  • FIG. 3 is a schematic structural diagram of an embodiment of a software updating apparatus provided by the present invention.
  • FIG. 4 is a schematic structural diagram of another embodiment of a software updating apparatus provided by the present invention.
  • FIG. 1 there is shown a flow diagram of one embodiment of a software update method provided by the present invention.
  • the software update method includes steps S11 to S13:
  • the update configuration file preset by the user may be read to detect whether the software needs to perform software update in a state where the system starts the freezing point recovery.
  • the update is configured to not perform a software update in a state where the system enables the freezing point restore, the software update request is ignored when receiving the software update request.
  • the update is configured to not perform software update in a state in which the system starts the freezing point restore
  • the software update request is received, it is detected whether the freezing point restoration of the system is in an open state. If yes, the software update request is ignored; if not, the software update request is executed.
  • the update request can be directly ignored in the case of automatic software update, and the user can be reminded to manually turn off the freezing point in the case of manual software update.
  • the software update request can be directly executed.
  • the update is configured to perform software update in a state in which the system starts the freezing point restoration, when the software update request is received, the freezing point restore is turned off, and after the freezing point is turned off, the software is executed. Update request.
  • the update is configured to perform a software update when the system turns on the freezing point restore
  • the freezing point restore is attempted to be closed.
  • the freezing point restore It is detected whether the freezing point restoration is turned off. If the freezing point restore has been turned off, the software update request is executed; if the freezing point restore is not turned off, the freezing point restore cannot be turned off and it is recommended to manually close.
  • the software first determines whether the system's freezing point restore has been closed, and if not closed, calls the corresponding API (Application Programming Interface, The application programming interface) interface attempts to turn off the freezing point restore. Whether the software detects whether the freezing point restore of the system is turned off, and if it has been turned off, directly executes the software update request; if the freezing point restore of the system is not automatically turned off, the user is reminded that the freezing point cannot be closed, and it is recommended to manually turn off the freezing point. Try again to update the software after the restore.
  • API Application Programming Interface
  • the invention can select whether to perform software update under the freezing point recovery according to the configuration of the user, and set the user to be under the freezing point.
  • the software is not updated, the automatic update request sent by the server is ignored.
  • the system is automatically shut down after the freezing point is restored, and then the software is updated.
  • the conflict between the freezing point restoration and the software update is effectively solved, the software is repeatedly updated, the user update experience is improved, the resource occupation of the computer and the update server is reduced, and the software maintenance and management are facilitated.
  • FIG. 2 it is a flowchart of a method of another embodiment of the software update method provided by the present invention.
  • the method further includes:
  • S21 Detect whether the software is started for the first time, and when the software is first started, remind the user to set whether the software update is needed when the system starts the freezing point restoration.
  • the software When the software is initialized, it will automatically detect whether it is the first startup. If the configuration file is not updated in the software configuration directory, it will be started for the first time and enter the user configuration process. Otherwise, skip the user setup process and directly read the update configuration file in the software configuration directory.
  • the embodiment further adds the user software update configuration process on the basis of the embodiment shown in FIG. 1 , and only needs to write the user configuration information into the update configuration file when the software is first started, and then the subsequent software update can be performed.
  • the conflict between the freezing point restore and the software update is solved, which helps to further improve the user's software update experience.
  • FIG. 3 it is a schematic structural diagram of a software updating apparatus provided by the present invention.
  • the basic principle of the embodiment is the same as that of the method embodiment shown in FIG. 1.
  • the software update apparatus includes:
  • the configuration reading module 31 is configured to obtain a preset update configuration to detect whether the current software needs to perform software update in a state where the system starts the freezing point recovery.
  • the request ignoring module 32 is configured to ignore the software update request when the software update request is received if the update is configured not to perform a software update in a state where the system turns on the freezing point restore.
  • the software update module 33 is configured to: if the update is configured to perform software update in a state where the system is in the state of freezing point restoration, when the software update request is received, the freezing point restoration is turned off, and after the freezing point is restored Execute the software update request.
  • the configuration reading module 31 includes:
  • the request ignoring module 32 includes:
  • the first update unit is configured to: if the update is configured to not perform software update in a state in which the system starts the freezing point restore, when the software update request is received, detecting whether the freezing point restoration of the system is in an open state. If yes, the software update request is ignored; if not, the software update request is executed.
  • the software update module 33 includes:
  • the freezing point closing unit is configured to, if the update is configured to perform a software update when the system turns on the freezing point restore, attempt to close the freezing point restore when receiving the software update request.
  • a second updating unit configured to detect whether the freezing point restoration is turned off. If the freezing point restore has been turned off, the software update request is executed; if the freezing point restore is not turned off, the freezing point restore cannot be turned off and it is recommended to manually close.
  • FIG. 4 it is a schematic structural diagram of another embodiment of a software updating apparatus provided by the present invention.
  • the basic principle of the embodiment is the same as that of the method embodiment shown in FIG. 2.
  • FIG. 2 For details that are not detailed in this embodiment, reference may be made to the related description in the embodiment shown in FIG. 2.
  • the software update device in this embodiment further includes: on the basis of the embodiment shown in FIG. 3, further comprising:
  • the user configuration module 41 is configured to detect whether the software is started for the first time, and when the software is first started, remind the user to set whether the software update is required in the state that the system starts the freezing point restoration.
  • the configuration writing module 42 is configured to write information about whether the user needs to perform software update to the update configuration file.
  • the update configuration preset by the user if the update configuration is such that the software update is not performed in the state where the system starts the freezing point restore, the software update request is ignored when the software update request is received. If the update is configured to perform a software update in a state in which the system turns on the freezing point restore, when the software update request is received, the freezing point restore is turned off, and after the freezing point restore is turned off, the software update request is executed. .
  • the conflict between the freezing point restoration and the software update is solved, the software is repeatedly updated, the software updating experience under the freezing point recovery state is improved, the resource waste of the updating server is reduced, and the software maintenance cost is reduced.
  • the device embodiments described above are merely illustrative, wherein the units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical. Units can be located in one place or distributed to multiple network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the embodiment.
  • the connection relationship between the modules indicates that there is a communication connection between them, and specifically, one or more communication buses or signal lines can be realized.
  • the present invention can be implemented by means of software. It is implemented by adding necessary general hardware, and of course, it can also be implemented by dedicated hardware including an application specific integrated circuit, a dedicated CPU, a dedicated memory, a dedicated component, and the like. In general, functions performed by computer programs can be easily implemented with the corresponding hardware, and the specific hardware structure used to implement the same function can be various, such as analog circuits, digital circuits, or dedicated circuits. Circuits, etc. However, for the purposes of the present invention, software program implementation is a better implementation in more cases.
  • the technical solution of the present invention which is essential or contributes to the prior art, can be embodied in the form of a software product stored in a readable storage medium, such as a floppy disk of a computer.
  • a readable storage medium such as a floppy disk of a computer.
  • U disk mobile hard disk, read-only memory (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), disk or optical disk, etc., including a number of instructions to make a computer device (may be A personal computer, server, or network device, etc.) performs the methods described in various embodiments of the present invention.

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

L'invention concerne un procédé et un appareil de mise à jour de logiciel. Le procédé consiste à : obtenir une configuration de mise à jour préconfigurée pour détecter si un logiciel courant doit être mis à jour dans un état dans lequel le système permet un gel (S11); si la configuration de mise à jour indique que le logiciel n'est pas à mettre à jour dans l'état où le système permet un gel, lorsqu'une requête de mise à jour de logiciel est reçue, ignorer la requête de mise à jour de logiciel (S12); et si la configuration de mise à jour indique que le logiciel est toujours à mettre à jour dans l'état où le système permet un gel, lorsqu'une demande de mise à jour de logiciel est reçue, désactiver le gel, et exécuter la demande de mise à jour de logiciel après désactivation du gel (S13). Le procédé peut résoudre le conflit entre le gel et la mise à jour de logiciel, éviter une mise à jour répétée de logiciel, améliorer l'expérience de mise à jour de logiciel dans un état de gel, réduire le gaspillage des ressources d'un serveur de mise à jour, et réduire les coûts de maintenance du logiciel.
PCT/CN2016/113321 2016-09-14 2016-12-30 Procédé et appareil de mise à jour de logiciel WO2018049760A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610824696.9 2016-09-14
CN201610824696.9A CN106484462A (zh) 2016-09-14 2016-09-14 一种软件更新方法和装置

Publications (1)

Publication Number Publication Date
WO2018049760A1 true WO2018049760A1 (fr) 2018-03-22

Family

ID=58273655

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/113321 WO2018049760A1 (fr) 2016-09-14 2016-12-30 Procédé et appareil de mise à jour de logiciel

Country Status (2)

Country Link
CN (1) CN106484462A (fr)
WO (1) WO2018049760A1 (fr)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106484462A (zh) * 2016-09-14 2017-03-08 广州视睿电子科技有限公司 一种软件更新方法和装置
CN108920161A (zh) * 2018-06-15 2018-11-30 广州视源电子科技股份有限公司 软件更新方法、装置及设备、可读存储介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1170660A2 (fr) * 2000-07-06 2002-01-09 Marconi Commerce Systems Inc. Une méthode et outil pour mise à jour de logiciels à un site éloigné de ravitaillement
CN1858707A (zh) * 2006-03-28 2006-11-08 华为技术有限公司 一种移动终端软件自动加载的方法
CN105677425A (zh) * 2016-01-12 2016-06-15 四川文轩教育科技有限公司 一种c/s系统结构的软件系统更新方法
CN106484462A (zh) * 2016-09-14 2017-03-08 广州视睿电子科技有限公司 一种软件更新方法和装置

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102026031B (zh) * 2010-12-28 2013-09-04 张朝晖 一种机顶盒

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1170660A2 (fr) * 2000-07-06 2002-01-09 Marconi Commerce Systems Inc. Une méthode et outil pour mise à jour de logiciels à un site éloigné de ravitaillement
CN1858707A (zh) * 2006-03-28 2006-11-08 华为技术有限公司 一种移动终端软件自动加载的方法
CN105677425A (zh) * 2016-01-12 2016-06-15 四川文轩教育科技有限公司 一种c/s系统结构的软件系统更新方法
CN106484462A (zh) * 2016-09-14 2017-03-08 广州视睿电子科技有限公司 一种软件更新方法和装置

Also Published As

Publication number Publication date
CN106484462A (zh) 2017-03-08

Similar Documents

Publication Publication Date Title
KR102334950B1 (ko) 백그라운드 애플리케이션 관리 방법 및 장치
US9606782B2 (en) Game state synchronization and restoration across multiple devices
US8813175B2 (en) Multimodal computing device
US10601978B2 (en) Telecommunication device utilization based on heartbeat communication
US9306810B2 (en) WiFi zapper smart phone application
US9003173B2 (en) Multi-OS (operating system) boot via mobile device
US9268655B2 (en) Interface for resolving synchronization conflicts of application states
JP2019096360A (ja) コンピューティングオブジェクトのコンテキストの履歴
US20160232374A1 (en) Permission control method and apparatus
AU2014265749B2 (en) Kiosk application mode for operating system
US20150365360A1 (en) Method and apparatus for processing push message in notification center of mobile terminal, and storage medium
US10019602B2 (en) System and method for improved security for a processor in a portable computing device (PCD)
CN107491348B (zh) 在电子终端中管理应用的方法及装置
EP2755136A1 (fr) Système de sauvegarde à distance et procédé de sauvegarde à distance de celui-ci
WO2016061924A1 (fr) Procédé et dispositif de gestion d'une application sur la base d'un partage multi-écran, et support de stockage
TW201224931A (en) Fast computer startup
US20170168807A1 (en) Method and electronic device for updating application program
WO2017049731A1 (fr) Procédé pour la protection de la sécurité d'applications sur des systèmes multiples, et terminal
US11671379B1 (en) System and method for subscription management using dynamically composed management entities
WO2018000500A1 (fr) Procédé de gestion de programme d'application, appareil de gestion et terminal mobile
WO2018049760A1 (fr) Procédé et appareil de mise à jour de logiciel
WO2014019471A1 (fr) Procédé et dispositif pour effectuer un traitement de nettoyage sur un dispositif électronique portable
US20150324209A1 (en) Operating System Switching Method and Dual-Operating System Electronic Device Using the Same
WO2016115753A1 (fr) Procédé, dispositif et terminal de fonctionnement multi-système
AU2016238887B2 (en) Contextual history of computing objects

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16916138

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

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

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

122 Ep: pct application non-entry in european phase

Ref document number: 16916138

Country of ref document: EP

Kind code of ref document: A1