WO2009079866A1 - Firmware upgrading process method and system of mobile terminal - Google Patents

Firmware upgrading process method and system of mobile terminal Download PDF

Info

Publication number
WO2009079866A1
WO2009079866A1 PCT/CN2007/003791 CN2007003791W WO2009079866A1 WO 2009079866 A1 WO2009079866 A1 WO 2009079866A1 CN 2007003791 W CN2007003791 W CN 2007003791W WO 2009079866 A1 WO2009079866 A1 WO 2009079866A1
Authority
WO
WIPO (PCT)
Prior art keywords
mobile terminal
firmware
version
backup
upgrade
Prior art date
Application number
PCT/CN2007/003791
Other languages
French (fr)
Chinese (zh)
Inventor
Zhengyang Zhang
Original Assignee
Zte Corporation
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 Zte Corporation filed Critical Zte Corporation
Priority to PCT/CN2007/003791 priority Critical patent/WO2009079866A1/en
Publication of WO2009079866A1 publication Critical patent/WO2009079866A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1415Saving, restoring, recovering or retrying at system level
    • G06F11/1433Saving, restoring, recovering or retrying at system level during software upgrading
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • G06F8/654Updates using techniques specially adapted for alterable solid state memories, e.g. for EEPROM or flash memories

Definitions

  • the present invention relates to over the air (OTA) in the field of communications, and in particular to a firmware upgrade of a mobile terminal based on the OMA-DM (Device Management) protocol. Processing method and system.
  • a mobile terminal or wireless terminal is a general term for devices such as mobile phones, wireless local calls, modems, or wireless network cards.
  • the operation closely related to the mobile terminal is the remote firmware upgrade of the mobile terminal.
  • the original intention of the remote firmware upgrade operation is to tamper with or improve the original firmware program to achieve the purpose of "upgrade”.
  • Closely related to remote firmware upgrades is Over The Air (OTA).
  • OTA refers to the technology of uploading and downloading data over the air.
  • FIG. 1 shows a ⁇ based wireless communication system.
  • OMA-DM Device Management
  • the OMA-DM server refers to the network-side device management device conforming to the OMA protocol.
  • the OMA client can be a mobile phone or other mobile terminal that supports the OMA protocol.
  • DM is a technology for remotely optimizing terminal related transactions on the network side through software solutions.
  • the full name of the DM protocol is the Syncml Device Management Protocol, which is based on the Syncml Representation Protocol and the Syncml Synchronization Protocol. It is the specific application of the above protocol in the DM. In a nutshell, it defines how various device management commands are executed on the nodes of the device management tree.
  • the OMA-DM specification consists of three components:
  • MO Management Object
  • OMA-DM uses XML files to describe the mechanism of device client management objects. It is called Device Description Framework (DDF for short). The DDF file references Syncml to represent the protocol as a structural description of the document.
  • OMA DM defines functional management objects such as FUMO (Firmware Update Management Object), SCOMO (Software Component Management Object), and ConnMO (Connection Management Object). Among them, FUMO is designed to specify the management object of the air firmware update and the device management behavior supporting this process, for example, including how to use the DM protocol and the OMA DL protocol for firmware update downloading, and the interface between the server and the client. .
  • a mobile terminal firmware upgrade processing method includes: the mobile terminal downloads the upgrade firmware version, and saves the backup of the current firmware version in its memory; the mobile terminal performs the firmware update, and updates the current firmware version to the upgrade firmware version.
  • the method further includes: performing the rollback operation by the mobile terminal under predetermined conditions, wherein the backoff operation is specifically: the mobile terminal acquires the backup version in the memory, and overwrites the upgrade firmware version with the backup version.
  • the foregoing predetermined condition includes any one of the following: the operation of the firmware update fails, the mobile terminal automatically performs the rollback operation; after the operation of the firmware update is completed, the user of the mobile terminal triggers the mobile terminal to perform the rollback operation; or, the operation of the firmware update After the completion, the mobile terminal reports the running status, and the device management server determines that the running status of the mobile terminal is abnormal, and instructs the mobile terminal to perform the rollback operation.
  • the above method further includes the following processing: setting a firmware version backup area in a memory of the mobile terminal in advance, and saving the current firmware version in the firmware version backup area.
  • the ⁇ version of the upgrade firmware version is one of the following: a backup of the current firmware version, a backup of the non-current firmware version specified by the mobile terminal or the device management server.
  • the mobile terminal firmware upgrade processing method includes: setting a fallback operation management node in a firmware update management object related to the mobile terminal, and the fallback operation management node is configured to manage the mobile terminal's fallback operation;
  • the state management node of the firmware update management object related to the mobile terminal sets the pre-provision data parameter, the retraction execution parameter, and the fallback success parameter; wherein, the pre-version data parameter indicates that the pre-execution data is performed.
  • a mobile terminal firmware upgrade processing system includes: a download module for downloading an upgrade firmware version; a memory for saving a backup of the current firmware version; a firmware update module for performing a firmware update, updating the current firmware version to an upgrade firmware version; Module, used to perform the rollback operation under predetermined conditions, obtain the ⁇ version from the memory, and overwrite the upgrade firmware version with the ⁇ version.
  • the predetermined condition includes the following: the operation of the firmware update fails, the mobile terminal automatically performs the rollback operation; after the firmware update operation is completed, the user of the mobile terminal triggers the mobile terminal to perform the rollback operation; the firmware update operation is completed.
  • the device management server determines that the running status of the mobile terminal is abnormal, and instructs the mobile terminal to perform the rollback operation.
  • a firmware version backup area is set in the memory, and the memory saves the current firmware version in the firmware version backup area.
  • the user can roll back to the original backup version at any time, thereby preventing fatal problems such as the inability of the terminal to be upgraded after the upgrade, thereby ensuring the security upgrade of the firmware, and further, by the present invention, when the mobile terminal Firmware upgrade operation has failed a large area In this case, the user can be quickly rolled back to the backup version, which can avoid the high cost incurred by the operator's operation and maintenance department or the service department of the equipment manufacturer's customer service department, thereby reducing the operation and maintenance cost of the equipment.
  • FIG. 1 is a schematic diagram of a wireless communication system according to the related art OMA DM protocol
  • FIG. 2 is a schematic diagram of a FUMO management object of an OMA DM protocol according to the related art
  • FIG. 3 is a OMA DM protocol according to an embodiment of the present invention.
  • FIG. 4 is a flowchart of a firmware upgrade processing method of a mobile terminal according to an embodiment of the present invention
  • FIG. 5 is a state transition diagram of a firmware upgrade upgrade of a mobile terminal according to an embodiment of the present invention
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS The preferred embodiments of the present invention are described with reference to the accompanying drawings.
  • Method Embodiments According to an embodiment of the present invention, a method for processing firmware upgrade of a mobile terminal is provided. In this method, security of firmware upgrade can be ensured by rolling back to the original version when the firmware upgrade fails.
  • FIG. 2 shows a schematic diagram of a FUMO management object based on the OMA DM protocol according to the related art.
  • FUMO_X 101 Indicates a management object node that conforms to the FUMO definition.
  • the node can be a dynamic node or a static node. This is determined by the device vendor. The location of the node is described in the DDF file of the device. The type must also be described as a FUMO object.
  • PkgName 102 The version name of the upgrade firmware package
  • Pkg Version 103 The version number of the upgrade firmware package
  • PkgURL 105 URL of the update package (Universal Resource Locator) download address
  • Update 106 "Firmware update operation, management node, executed by Exec; (7) PkgData 107: upgrade firmware packet;
  • DownloadAndUpdate 108 "Firmware Download and Update Operation Now" management node, which is executed by Exec;
  • FIG. 3 shows a schematic diagram of a FUMO management object of the OMA DM protocol according to an embodiment of the present invention. As shown in Figure 3, compared to the structure shown in Figure 2, the following elements have been added:
  • OldPkgData 112 Packet for the firmware version before the upgrade. Contains the version name, version number, and version data.
  • Step S402 the mobile terminal downloads the upgrade firmware version, and saves the backup of the current firmware version in its memory; preferably, before the process, the mobile terminal sets the firmware version backup area in the memory of the mobile terminal in advance, and backs up in the firmware version.
  • the backup of the current firmware version is saved in the area; in step S404, the mobile terminal performs a firmware update to update the current firmware version to the upgrade firmware version.
  • the method further includes the following operations: the mobile terminal performs a rollback operation under the predetermined condition, where the rollback operation is specifically: the mobile terminal acquires the version in the memory, and overwrites with the backup version.
  • the ⁇ version mentioned here may be a backup version of the current firmware version saved before the update operation, or may be a backup version specified by the mobile terminal or the server, that is, from the time of use of the version, it may be new
  • the previous version of the version can also be other versions.
  • the predetermined conditions mentioned above include but are not limited to any one of the following:
  • the firmware update operation fails, and the mobile terminal automatically performs the rollback operation; (2) After the firmware update operation is completed, the user of the mobile terminal triggers the mobile terminal to perform the rollback operation; for example, the mobile terminal user is not satisfied with the firmware upgrade.
  • the rollback operation can be initiated actively;
  • the mobile terminal reports the running status, and the OMA DM server determines that the operating state of the mobile terminal is abnormal, and instructs the mobile terminal to perform the rollback operation.
  • the processing method of the mobile terminal firmware upgrade according to the embodiment of the present invention can be described as follows:
  • (1) Firmware upgrade initialization The client or the server notifies the mobile terminal that the firmware update is to be initiated by push or other means, and the mobile terminal reports the device information to the server;
  • the mobile terminal reinstalls the original firmware and reports the current running status and device information of the OMA DM server.
  • the entire firmware upgrade process contains the status of the FUMO management object as shown in the following table:
  • FIG. 5 A state transition diagram of the mobile terminal firmware upgrade processing method in the embodiment of the present invention is shown in FIG.
  • the above-mentioned "Backup Old Data” state (110) is a state between "Ready to Update” (50) and “Update Progressing” (60), that is, after the download is completed, the backup is performed. Operation, then update operation (50-110-60).
  • the "Withdraw Processing” (120) and “Withdraw Complete” (130) states are automatically triggered after the update fails (processing path 80-120-130) or actively triggered by the user/OMA server (processing path 10-120-130).
  • a mobile terminal firmware upgrade processing system is provided.
  • Figure 6 shows a block diagram of the system.
  • the OMA-DM protocol-based mobile terminal firmware upgrade processing system according to the embodiment of the present invention mainly includes: a downloading module 602, a memory 604, a firmware update module 606, and a fallback execution module 608.
  • the download module 602 is configured to download an upgrade firmware version; the memory 604 is connected to the download module 602 for saving a backup of the current firmware version therein; the firmware update module 606 is connected to the download module 602 for performing a firmware update, and the current firmware version The update firmware version is updated; the fallback execution module 608 is configured to perform a fallback operation under predetermined conditions, obtain a ⁇ version from the memory 604, and overwrite the upgrade firmware version with the ⁇ version.
  • the firmware version ⁇ area is set in the memory 604 in advance, and the current firmware version is saved in the firmware version backup area.
  • the predetermined condition includes the following: The operation of the firmware update fails, and the mobile terminal automatically executes After the operation of the firmware update is completed, the user of the mobile terminal triggers the mobile terminal to perform the rollback operation; after the firmware update operation is completed, the mobile terminal reports the running status, and the device management server determines that the mobile terminal is in an abnormal state, indicating the mobile terminal Perform a rollback operation.
  • the various details described in the above method embodiments are equally applicable to the system embodiment, and thus, repeated description of the same or similar parts is omitted. It should be noted that the mobile terminal firmware upgrade processing method according to the embodiment of the present invention can be applied to existing mobile communication and wireless communication systems, which can be used not only for remote firmware upgrade but also for application download and mobile phone failure. Online detection, even virus/malware protection.
  • the rollback operation can be performed in the event of an upgrade failure or an accident, so that the user can fall back to the original backup version at any time, thereby preventing the upgraded terminal from appearing.
  • the fatal problem can not be used, so that the firmware upgrade is safe and reliable.
  • the present invention can ensure that the user quickly rolls back to the backup version when the mobile terminal firmware upgrade operation fails in a large area, thereby avoiding the operator's High costs incurred by the operations of the operations and maintenance department or the customer service department of the equipment manufacturer, thereby reducing the operation of the equipment Maintenance costs.

Abstract

A firmware upgrading process method and system of mobile terminal is provided. The method includes: the mobile terminal downloads an upgrading firmware version and stores backup of current firmware version in its memory (S402). The mobile terminal carries out firmware updating and updates the current firmware version to the upgrading firmware version (S404). According to the present invention, the version is backed up, returning operation can be carried out when upgrading failures and accidents occur, so that users can return to the original backup version at any moment, so as to prevent the fatal problem of the occurrence of such as that the terminal can not be used after upgrading, therefore, safe and reliable firmware upgrading is ensured. Furthermore, when operation of the firmware upgrading fails in great area, it is ensured that user returns to backup version rapidly, so that high cost caused by operating and maintaining department of provider or client service department of manufacturer is avoided, so as to decrease operation and maintenance cost of device.

Description

移动终端固件升级处理方法及系统 技术领域 本发明涉及通讯领域的空中下载技术( Over The Air, 简称为 OTA ), 具 体地, 涉及基于 OMA-DM ( Device Management, 设备管理) 协议的移动终 端固件升级处理方法及系统。 背景技术 移动终端 (或称为无线终端) 是手机、 无线市话、 无线调制解调器 ( modem ) 或无线网卡等设备的统称。 与移动终端密切相关的操作便是移动 终端的远程固件 (Firmware ) 升级, 显然, 进行远程固件升级操作的初衷在 于^ ί爹改或完善原有的固件程序, 以达到 "升级" 的目的。 与远程固件升级密切相关的是空中下栽技术 (Over The Air, 简称为 OTA )。 OTA 是指通过空中方式上传和下栽数据的技术, 目前, 该技术的最 广泛的应用之一便是诸如手机等的移动终端的固件的下载和升级。 OTA技术 的标准化由开放移动联盟 ( Open Mobile Alliance, 简称为 OMA ) 制定和 4体 进。 图 1示出了基于 ΟΜΑ的无线通信系统。如图 1所示, ΟΤΑ的实现是通 过 OMA-DM ( Device Management, 设备管理 )月良务器和 OMA客户端完成, 具体地, OMA-DM服务器是指符合 OMA协议的网络侧设备管理设备, OMA 客户端可以是支持 OMA协议的手机或其他移动终端。 其中, DM是通过软件解决方案在网络侧远程优化终端相关月 务的一种 技术。 DM协议的全称是 Syncml Device Management Protocol, 主要是基于 Syncml Representation Protocol ( Syncml表示协议 )和 Syncml Synchronization Protocol ( Syncml同步协议), 是上述协议在 DM中的具体应用。 概括地说, 其定义了各种设备管理命令如何在设备管理树的节点上执行。 OMA-DM规范包含三个组成部分:  TECHNICAL FIELD The present invention relates to over the air (OTA) in the field of communications, and in particular to a firmware upgrade of a mobile terminal based on the OMA-DM (Device Management) protocol. Processing method and system. Background of the Invention A mobile terminal (or wireless terminal) is a general term for devices such as mobile phones, wireless local calls, modems, or wireless network cards. The operation closely related to the mobile terminal is the remote firmware upgrade of the mobile terminal. Obviously, the original intention of the remote firmware upgrade operation is to tamper with or improve the original firmware program to achieve the purpose of "upgrade". Closely related to remote firmware upgrades is Over The Air (OTA). OTA refers to the technology of uploading and downloading data over the air. Currently, one of the most widely used applications of this technology is the downloading and upgrading of firmware for mobile terminals such as mobile phones. The standardization of OTA technology was developed and implemented by the Open Mobile Alliance (OMA). Figure 1 shows a ΟΜΑ based wireless communication system. As shown in FIG. 1 , the implementation of the ΟΤΑ is performed by the OMA-DM (Device Management) and the OMA client. Specifically, the OMA-DM server refers to the network-side device management device conforming to the OMA protocol. The OMA client can be a mobile phone or other mobile terminal that supports the OMA protocol. Among them, DM is a technology for remotely optimizing terminal related transactions on the network side through software solutions. The full name of the DM protocol is the Syncml Device Management Protocol, which is based on the Syncml Representation Protocol and the Syncml Synchronization Protocol. It is the specific application of the above protocol in the DM. In a nutshell, it defines how various device management commands are executed on the nodes of the device management tree. The OMA-DM specification consists of three components:
1 )月 务器和终端间的通讯机制和通讯协议; 1) Communication mechanism and communication protocol between the server and the terminal;
2 )远端执行的数据模型, 即, 管理对象(Management Object, 简称为 MO ), 包括所定义的数据管理节点和操作管理节点; 2) The data model executed by the remote end, that is, the management object (Management Object, referred to as MO ), including the defined data management node and operation management node;
3 ) 用于决定操作参数或更新设备对象的主体的策略。 3) A policy for determining the operational parameters or updating the body of the device object.
OMA-DM用 XML文件来描述设备客户端管理对象的机制, 被称为设 备描述框架 (Device Description Framework, 简称为 DDF )。 DDF文件引用 Syncml表示协议作为文档的结构描述。 OMA DM定义了 FUMO ( Firmware Update Management Object , 固件更新管理对象)、 SCOMO ( Software Component Management Object, 软件组件管理对象)、 ConnMO ( Connection Management Object, 连接参数管理对象) 等功能性管理对象。 其中, FUMO 旨在规定空中固件更新的管理对象和支持这一过程的设备管理行为, 例如, 包括协调如何使用 DM协议和 OMA DL协议进行固件更新下栽, 以及服务 器和客户端之间的接口等。 实际上, 在移动终端远程固件升级操作完成后, 常常由于移动终端升级 后运行状态不正常、 升级固件与硬件不兼容、 或者新固件存在设计缺陷等原 因而导致无法达到升级所期望的功能或性能要求。 这种情况下, 一般需要将 移动终端返回厂家维修或使用特殊的升级模式再次刷新固件, 此时, 移动终 端用户常常陷入两难境地, 即, 既不能使用原有的固件, 也无法使用升级固 件。 因此, 需要一种更加优化的固件升级的处理方法。 发明内容 考虑到相关技术中存在的固件升级处理中存在的上述问题,尤其是固件 升级失败的情况下的处理问题而提出本发明。 为此, 本发明旨在提供一种移 动终端固件升级处理方案, 其能够通过在固件升级失败时回退到原有版本而 保证固件升级的安全性。 根据本发明的一个方面, 提供了一种移动终端固件升级处理方法。 该包括: 移动终端下载升级固件版本, 并在其存储器中保存当前固件版 本的备份; 移动终端进行固件更新, 将当前固件版本更新为升级固件版本。 优选地,上述方法进一步包括:在预定条件下,移动终端执行回退操作, 其中, 回退操作具体为: 移动终端获取存储器中的备份版本, 并使用备份版 本覆盖升级固件版本。 其中, 上述预定条件包括以下任一种: 固件更新的操作失败, 移动终端 自动执行回退操作; 固件更新的操作完成后, 移动终端的用户触发移动终端 执行回退操作; 或者, 固件更新的操作完成后, 移动终端上报运行状态, 设 备管理服务器判断移动终端的运行状态异常, 指示移动终端执行回退操作。 优选地, 上述方法还包括以下处理: 预先在移动终端的存储器中设置固 件版本备份区域, 并在固件版本备份区域中保存当前固件版本的^^。 上述方法中, 覆盖升级固件版本的^ ^版本为以下任一种: 当前固件版 本的备份、 移动终端或设备管理服务器指定的非当前固件版本的备份。 优选地, 根据本发明的移动终端固件升级处理方法包括: 在与移动终端 相关的固件更新管理对象中设置回退操作管理节点, 回退操作管理节点用于 管理移动终端的回退操作; 在与移动终端相关的固件更新管理对象的状态管 理节点中设置 盼前版本数据参数、 回退执行中参数、 以及回退成功参数; 其中, 前版本数据参数表示对前版本数据进行^ 回退执行中参数用 于表示执行回退操作; 回退成功参数用于表示回退操作成功。 #居本发明, 还提供了一种移动终端固件升级处理系统。 该系统包括: 下载模块, 用于下载升级固件版本; 存储器, 用于在其中 保存当前固件版本的备份; 固件更新模块, 用于进行固件更新, 将当前固件 版本更新为升级固件版本; 回退执行模块, 用于在预定条件下执行回退操作, 从存储器中获取^■版本, 并使用^^版本覆盖升级固件版本。 其中, 上述的预定条件包括以下任一种: 固件更新的操作失败, 移动终 端自动执行回退操作; 固件更新的操作完成后, 移动终端的用户触发移动终 端执行回退操作; 固件更新的操作完成后, 移动终端上报运行状态, 设备管 理服务器判断移动终端的运行状态异常, 指示移动终端执行回退操作。 另夕卜, 存储器中设置有固件版本备份区域, 并且存储器在固件版本备份 区域中保存当前固件版本的^ h 通过本发明, 通过在固件升级处理中对版本进行备份, 可以在出现升级 失败和意外时进行回退操作, 使得用户可以随时回退到原有的备份版本, 从 而可以防止出现升级后终端无法使用等致命问题, 从而可以保证固件升级的 安全可靠, 此外, 通过本发明, 当移动终端固件升级操作发生大面积失败的 情况时, 可以保证用户快速回退到备份版本, 可以避免运营商的运营维护部 门或设备制造商的客服部门的服务所产生的高额费用, 从而可以降低设备的 运营维护成本。 本发明的其它特征和优点将在随后的说明书中阐述, 并且, 部分地从说 明书中变得显而易见, 或者通过实施本发明而了解。 本发明的目的和其他优 点可通过在所写的说明书、 权利要求书、 以及附图中所特别指出的结构来实 现和获得。 附图说明 附图用来提供对本发明的进一步理解, 并且构成说明书的一部分, 与本 发明的实施例一起用于解释本发明, 并不构成对本发明的限制。 在附图中: 图 1是根据相关技术的 OMA DM协议的无线通信系统示意图; 图 2是根据相关技术的 OMA DM协议的 FUMO管理对象示意图; 图 3是根据本发明实施例的 OMA DM协议的 FUMO管理对象的示意 图; 图 4是根据本发明实施例的移动终端固件升级处理方法的流程图; 图 5是 居本发明实施例的移动终端固件升级回退的状态转移图; 图 6是根据本发明实施例的移动终端固件升级处理系统的框图。 具体实施方式 以下结合附图对本发明的优选实施例进行说明,应当理解, 此处所描述 的优选实施例仅用于说明和解释本发明, 并不用于限定本发明。 方法实施例 根据本发明实施例,提供了一种移动终端固件升级处理方法, 在该方法 中, 能够通过在固件升级失败时回退到原有版本而保证固件升级的安全性。 首先,图 2示出了根据相关技术的基于 OMA DM协议的 FUMO管理对 象的示意图。 图 2中所示的各个要素的定义如下: ( 1 ) FUMO_X 101 : 表示符合 FUMO定义的一个管理对象节点。 该节 点可以是动态节点, 也可以是静态节点, 这由设备商决定, 该节点的位置在 设备的 DDF文件中予以说明, 类型也必须说明为 FUMO对象; OMA-DM uses XML files to describe the mechanism of device client management objects. It is called Device Description Framework (DDF for short). The DDF file references Syncml to represent the protocol as a structural description of the document. OMA DM defines functional management objects such as FUMO (Firmware Update Management Object), SCOMO (Software Component Management Object), and ConnMO (Connection Management Object). Among them, FUMO is designed to specify the management object of the air firmware update and the device management behavior supporting this process, for example, including how to use the DM protocol and the OMA DL protocol for firmware update downloading, and the interface between the server and the client. . In fact, after the remote firmware upgrade operation of the mobile terminal is completed, the function or performance expected by the upgrade cannot be achieved due to the abnormal operation state of the mobile terminal after upgrading, the incompatibility of the upgrade firmware and the hardware, or the design flaw of the new firmware. Claim. In this case, it is generally necessary to return the mobile terminal to the factory for repair or use a special upgrade mode to refresh the firmware again. At this time, the mobile terminal user often falls into a dilemma, that is, neither the original firmware nor the upgrade firmware can be used. Therefore, there is a need for a more optimized approach to firmware upgrades. SUMMARY OF THE INVENTION The present invention has been made in view of the above problems in the firmware upgrade processing existing in the related art, particularly in the case of a firmware upgrade failure. To this end, the present invention aims to provide a mobile terminal firmware upgrade processing scheme capable of ensuring firmware upgrade security by rolling back to the original version when the firmware upgrade fails. According to an aspect of the present invention, a mobile terminal firmware upgrade processing method is provided. The method includes: the mobile terminal downloads the upgrade firmware version, and saves the backup of the current firmware version in its memory; the mobile terminal performs the firmware update, and updates the current firmware version to the upgrade firmware version. Preferably, the method further includes: performing the rollback operation by the mobile terminal under predetermined conditions, wherein the backoff operation is specifically: the mobile terminal acquires the backup version in the memory, and overwrites the upgrade firmware version with the backup version. The foregoing predetermined condition includes any one of the following: the operation of the firmware update fails, the mobile terminal automatically performs the rollback operation; after the operation of the firmware update is completed, the user of the mobile terminal triggers the mobile terminal to perform the rollback operation; or, the operation of the firmware update After the completion, the mobile terminal reports the running status, and the device management server determines that the running status of the mobile terminal is abnormal, and instructs the mobile terminal to perform the rollback operation. Preferably, the above method further includes the following processing: setting a firmware version backup area in a memory of the mobile terminal in advance, and saving the current firmware version in the firmware version backup area. In the above method, the ^^ version of the upgrade firmware version is one of the following: a backup of the current firmware version, a backup of the non-current firmware version specified by the mobile terminal or the device management server. Preferably, the mobile terminal firmware upgrade processing method according to the present invention includes: setting a fallback operation management node in a firmware update management object related to the mobile terminal, and the fallback operation management node is configured to manage the mobile terminal's fallback operation; The state management node of the firmware update management object related to the mobile terminal sets the pre-provision data parameter, the retraction execution parameter, and the fallback success parameter; wherein, the pre-version data parameter indicates that the pre-execution data is performed. Used to indicate that the rollback operation is performed; the rollback success parameter is used to indicate that the rollback operation is successful. In the invention, a mobile terminal firmware upgrade processing system is also provided. The system includes: a download module for downloading an upgrade firmware version; a memory for saving a backup of the current firmware version; a firmware update module for performing a firmware update, updating the current firmware version to an upgrade firmware version; Module, used to perform the rollback operation under predetermined conditions, obtain the ^■ version from the memory, and overwrite the upgrade firmware version with the ^^ version. The predetermined condition includes the following: the operation of the firmware update fails, the mobile terminal automatically performs the rollback operation; after the firmware update operation is completed, the user of the mobile terminal triggers the mobile terminal to perform the rollback operation; the firmware update operation is completed. After the mobile terminal reports the running status, the device management server determines that the running status of the mobile terminal is abnormal, and instructs the mobile terminal to perform the rollback operation. In addition, a firmware version backup area is set in the memory, and the memory saves the current firmware version in the firmware version backup area. By the present invention, by performing a backup of the version in the firmware upgrade process, an upgrade failure and an accident may occur. When the user performs a rollback operation, the user can roll back to the original backup version at any time, thereby preventing fatal problems such as the inability of the terminal to be upgraded after the upgrade, thereby ensuring the security upgrade of the firmware, and further, by the present invention, when the mobile terminal Firmware upgrade operation has failed a large area In this case, the user can be quickly rolled back to the backup version, which can avoid the high cost incurred by the operator's operation and maintenance department or the service department of the equipment manufacturer's customer service department, thereby reducing the operation and maintenance cost of the equipment. Other features and advantages of the invention will be set forth in the description which follows, and The objectives and other advantages of the invention will be realized and attained by the <RTI The drawings are intended to provide a further understanding of the invention, and are intended to be a part of the description of the invention. In the drawings: FIG. 1 is a schematic diagram of a wireless communication system according to the related art OMA DM protocol; FIG. 2 is a schematic diagram of a FUMO management object of an OMA DM protocol according to the related art; FIG. 3 is a OMA DM protocol according to an embodiment of the present invention. FIG. 4 is a flowchart of a firmware upgrade processing method of a mobile terminal according to an embodiment of the present invention; FIG. 5 is a state transition diagram of a firmware upgrade upgrade of a mobile terminal according to an embodiment of the present invention; A block diagram of a mobile terminal firmware upgrade processing system of an embodiment of the invention. DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS The preferred embodiments of the present invention are described with reference to the accompanying drawings. Method Embodiments According to an embodiment of the present invention, a method for processing firmware upgrade of a mobile terminal is provided. In this method, security of firmware upgrade can be ensured by rolling back to the original version when the firmware upgrade fails. First, FIG. 2 shows a schematic diagram of a FUMO management object based on the OMA DM protocol according to the related art. The definitions of the various elements shown in Figure 2 are as follows: (1) FUMO_X 101 : Indicates a management object node that conforms to the FUMO definition. The node can be a dynamic node or a static node. This is determined by the device vendor. The location of the node is described in the DDF file of the device. The type must also be described as a FUMO object.
( 2 ) PkgName 102: 升级固件包的版本名称; ( 3 ) Pkg Version 103: 升级固件包的版本号; (2) PkgName 102: The version name of the upgrade firmware package; (3) Pkg Version 103: The version number of the upgrade firmware package;
( 4 ) Download 104: "固件下载操作,, 管理节点, 由 Exec启动执行; (4) Download 104: "Firmware download operation, management node, executed by Exec;
( 5 ) PkgURL 105: 更新包的 URL ( Universal Resource Locator, 统一 资源定位器) 下载地址; (5) PkgURL 105: URL of the update package (Universal Resource Locator) download address;
( 6 ) Update 106: "固件更新操作,, 管理节点, 由 Exec启动执行; ( 7 ) PkgData 107: 升级固件的数据包; (6) Update 106: "Firmware update operation, management node, executed by Exec; (7) PkgData 107: upgrade firmware packet;
( 8 ) DownloadAndUpdate 108: "固件下载并立即更新操作"管理节点, 由 Exec启动执行; (8) DownloadAndUpdate 108: "Firmware Download and Update Operation Now" management node, which is executed by Exec;
( 9 ) State 109: 该管理节点标识固件升级中的当前状态; (9) State 109: The management node identifies the current state in the firmware upgrade;
( 10 ) Ext 110: 用于厂商自己的扩展。 图 3示出了根据本发明实施例的 OMA DM协议的 FUMO管理对象的示 意图。 如图 3所示, 相比于图 2所示的结构, 增加了如下要素: ( 10 ) Ext 110: For the vendor's own extension. Fig. 3 shows a schematic diagram of a FUMO management object of the OMA DM protocol according to an embodiment of the present invention. As shown in Figure 3, compared to the structure shown in Figure 2, the following elements have been added:
( 11 ) Withdraw 111 : "回退操作 " 管理节点, 由 Exec启动执行; ( 11 ) Withdraw 111 : "Rewind operation" management node, which is executed by Exec;
( 12 ) OldPkgData 112: 升级前固件版本的数据包。 包含版本名称、 版 本号和版本数据。 其中, 在图 3所示的才艮据本发明实施例的 FUMO管理对象中, 定义了( 12 ) OldPkgData 112: Packet for the firmware version before the upgrade. Contains the version name, version number, and version data. Wherein, in the FUMO management object according to the embodiment of the present invention shown in FIG. 3,
PkgName、 Pkg Version、 PkgData、 PkgURL、 State等数据管理节点, 同时还 定义了 Download、 Update、 DownloadAndUpdate等操作管理节点, 以保证固 件升级的所有步骤可以分步完成或一次性完成。例如,增加的 Withdraw操作 属于 Update更新失败后的操作。 基于上述内容, 如图 4所示, 根据本发明实施例的基于 OMA-DM协议 的移动终端固件升级处理方法可以描述为包括如下操作: 步骤 S402, 移动终端下载升级固件版本, 并在其存储器中保存当前固 件版本的备份; 优选地, 在该处理之前, 移动终端预先在移动终端的存储器 中设置固件版本备份区域, 并在固件版本备份区域中保存当前固件版本的备 份; 步骤 S404, 移动终端进行固件更新, 将当前固件版本更新为升级固件 版本。 优选地, 在步骤 S404之后, 上述方法进一步包括以下操作: 在预定条 件下, 移动终端执行回退操作, 其中, 回退操作具体为: 移动终端获取存储 器中的 ^^版本, 并使用备份版本覆盖升级固件版本, 这里提到的^ ^版本 可以是更新操作前保存的当前固件版本的备份版本, 也可以是移动终端或服 务器指定的其他备份版本, 即, 从版本的使用时间看, 可以是新版本的上一 版本, 也可以是其他版本。 其中, 上述的预定条件包括但不限于以下任一种: PkgName, Pkg Version, PkgData, PkgURL, State and other data management nodes, as well as operation management nodes such as Download, Update, DownloadAndUpdate, etc., to ensure that all steps of the firmware upgrade can be completed step by step or one time. For example, the added Withdraw operation belongs to the operation after the Update update fails. Based on the above, as shown in FIG. 4, the OMA-DM protocol-based mobile terminal firmware upgrade processing method according to the embodiment of the present invention may be described as including the following operations: Step S402, the mobile terminal downloads the upgrade firmware version, and saves the backup of the current firmware version in its memory; preferably, before the process, the mobile terminal sets the firmware version backup area in the memory of the mobile terminal in advance, and backs up in the firmware version. The backup of the current firmware version is saved in the area; in step S404, the mobile terminal performs a firmware update to update the current firmware version to the upgrade firmware version. Preferably, after the step S404, the method further includes the following operations: the mobile terminal performs a rollback operation under the predetermined condition, where the rollback operation is specifically: the mobile terminal acquires the version in the memory, and overwrites with the backup version. To upgrade the firmware version, the ^^ version mentioned here may be a backup version of the current firmware version saved before the update operation, or may be a backup version specified by the mobile terminal or the server, that is, from the time of use of the version, it may be new The previous version of the version can also be other versions. Wherein, the predetermined conditions mentioned above include but are not limited to any one of the following:
( 1 ) 固件更新的操作失败, 移动终端自动执行回退操作; ( 2 ) 固件更新的操作完成后, 移动终端的用户触发移动终端执行回退 操作; 例如, 移动终端用户不满意固件升级后的无线中断功能或者性能时, 可以主动发起回退操作; (1) The firmware update operation fails, and the mobile terminal automatically performs the rollback operation; (2) After the firmware update operation is completed, the user of the mobile terminal triggers the mobile terminal to perform the rollback operation; for example, the mobile terminal user is not satisfied with the firmware upgrade. When the wireless interrupt function or performance is used, the rollback operation can be initiated actively;
( 3 ) 固件更新的操作完成后, 移动终端上报运行状态, OMA DM服务 器判断移动终端的运行状态异常, 指示移动终端执行回退操作。 结合上文中给出的 FUMO管理对象, 根据本发明实施例的移动终端固 件升级的处理方法可以描述如下: (3) After the operation of the firmware update is completed, the mobile terminal reports the running status, and the OMA DM server determines that the operating state of the mobile terminal is abnormal, and instructs the mobile terminal to perform the rollback operation. In combination with the FUMO management object given above, the processing method of the mobile terminal firmware upgrade according to the embodiment of the present invention can be described as follows:
( 1 )固件升级初始化: 客户端或服务器通过 push或其它方式通知移动 终端即将发起固件更新, 移动终端将设备信息上报给服务器; (1) Firmware upgrade initialization: The client or the server notifies the mobile terminal that the firmware update is to be initiated by push or other means, and the mobile terminal reports the device information to the server;
( 2 ) 新 固 件 下 载 及 原 有 固 件 备 份 : 服 务 器 在 FUMO— X/DownloadAndUpdate或者 FUMO— X/Download节点上下发 Exec命 令, 设备执行, 移动终端新固件下栽结束后, 备份原有固件版本 OldPkgData 到指定的存储区域; (2) New firmware download and original firmware backup: The server sends an Exec command on the FUMO-X/DownloadAndUpdate or FUMO-X/Download node, and the device executes. After the new firmware of the mobile terminal is downloaded, the original firmware version OldPkgData is backed up. The specified storage area;
( 3 ) 固件更新, 并可能触发回退操作。 ( 4 ) 固件回退, 当移动终端接收到 "回退操作" 命令后, 在 FUMO— X/Withdraw 节点上发起并执行 Exec命令,使用存储区内的原有固件 版本 OldPkgData覆盖当前固件版本, 并更新当前固件版本信息; (3) Firmware update and may trigger a rollback operation. (4) The firmware is rolled back. When the mobile terminal receives the "return operation" command, it initiates and executes the Exec command on the FUMO_X/Withdraw node, and overwrites the current firmware version with the original firmware version OldPkgData in the storage area, and Update current firmware version information;
( 5 )回退结果信息上报:移动终端重新安装原有固件,并上报 OMA DM 服务器当前运行状态和设备信息。 在原始 OMA DM协议中,整个固件升级过程 FUMO管理对象所包含的 状态 下表所示: (5) Reporting of the fallback result information: The mobile terminal reinstalls the original firmware and reports the current running status and device information of the OMA DM server. In the original OMA DM protocol, the entire firmware upgrade process contains the status of the FUMO management object as shown in the following table:
Figure imgf000009_0001
Figure imgf000009_0001
居本发明实施例的移动终端固件升级处理方法的状态转移图在图 5 中示出。如图 5所示,上述增加的 "Backup Old Data"状态( 110 )是在 "Ready to Update" ( 50 ) 和 "Update Progressing" ( 60 )之间的状态, 即, 在下载完 成后,进行备份操作,之后进行更新操作(50-110-60 )。 "Withdraw Processing" ( 120 ) 和 "Withdraw Complete" ( 130 )状态是更新失败后自动触发 (处理 路径 80-120-130 ) 或由用户 /OMA服务器主动触发(处理路径 10-120-130 )。 系统实施例 根据本发明实施例, 提供了一种移动终端固件升级处理系统。 图 6示出 了该系统的结构框图。 如图 6所示, 根据本发明实施例的基于 OMA-DM协 议的移动终端固件升级处理系统主要包括: 下载模块 602, 存储器 604, 固 件更新模块 606, 回退执行模块 608。 A state transition diagram of the mobile terminal firmware upgrade processing method in the embodiment of the present invention is shown in FIG. As shown in FIG. 5, the above-mentioned "Backup Old Data" state (110) is a state between "Ready to Update" (50) and "Update Progressing" (60), that is, after the download is completed, the backup is performed. Operation, then update operation (50-110-60). The "Withdraw Processing" (120) and "Withdraw Complete" (130) states are automatically triggered after the update fails (processing path 80-120-130) or actively triggered by the user/OMA server (processing path 10-120-130). System Embodiment According to an embodiment of the present invention, a mobile terminal firmware upgrade processing system is provided. Figure 6 shows a block diagram of the system. As shown in FIG. 6, the OMA-DM protocol-based mobile terminal firmware upgrade processing system according to the embodiment of the present invention mainly includes: a downloading module 602, a memory 604, a firmware update module 606, and a fallback execution module 608.
以下将进一步结合附图描述上述各个元件。 下载模块 602用于下载升级固件版本;存储器 604,连接至下载模块 602, 用于在其中保存当前固件版本的备份; 固件更新模块 606 连接至下载模块 602, 用于进行固件更新, 将当前固件版本更新为升级固件版本; 回退执行 模块 608用于在预定条件下执行回退操作, 从存储器 604中获取^ ^版本, 并使用^ ^版本覆盖升级固件版本。 优选地, 预先在存储器 604中设置固件版本 ^区域, 并在固件版本备 份区域中保存当前固件版本的^ \ 其中, 上述的预定条件包括以下任一种: 固件更新的操作失败, 移动终 端自动执行回退操作; 固件更新的操作完成后, 移动终端的用户触发移动终 端执行回退操作; 固件更新的操作完成后, 移动终端上报运行状态, 设备管 理服务器判断移动终端的运行状态异常, 指示移动终端执行回退操作。 上述方法实施例中描述的多个细节同样适用于该系统实施例, 因此, 省 略了对相同或相似部分的重复描述。 需要说明的是,根据本发明实施例的移动终端固件升级处理方法可以应 用于现存的各类移动通信和无线通信系统中,其不仅能够用于远程固件升级, 还能够支持应用程序下载、 手机故障在线检测, 甚至病毒 /恶意软件防护等功 能。 如上所述, 借助于本发明, 通过对更新前版本进行备份, 可以在出现升 级失败和意外时进行回退操作, 使得用户可以随时回退到原有的备份版本, 从而可以防止出现升级后终端无法使用等致命问题, 从而保证了固件升级的 安全可靠, 此外, 通过本发明, 当移动终端固件升级操作发生大面积失败的 情况时, 可以保证用户快速回退到备份版本, 避免了运营商的运营维护部门 或设备制造商的客服部门的服务所产生的高额费用, 从而降低了设备的运营 维护成本。 以上所述仅为本发明的优选实施例而已, 并不用于限制本发明, 对于本 领域的技术人员来说, 本发明可以有各种更改和变化。 凡在本发明的精神和 原则之内, 所作的任何修改、 等同替换、 改进等, 均应包含在本发明的保护 范围之内。 The above various elements will be further described below in conjunction with the drawings. The download module 602 is configured to download an upgrade firmware version; the memory 604 is connected to the download module 602 for saving a backup of the current firmware version therein; the firmware update module 606 is connected to the download module 602 for performing a firmware update, and the current firmware version The update firmware version is updated; the fallback execution module 608 is configured to perform a fallback operation under predetermined conditions, obtain a ^^ version from the memory 604, and overwrite the upgrade firmware version with the ^^ version. Preferably, the firmware version ^ area is set in the memory 604 in advance, and the current firmware version is saved in the firmware version backup area. The predetermined condition includes the following: The operation of the firmware update fails, and the mobile terminal automatically executes After the operation of the firmware update is completed, the user of the mobile terminal triggers the mobile terminal to perform the rollback operation; after the firmware update operation is completed, the mobile terminal reports the running status, and the device management server determines that the mobile terminal is in an abnormal state, indicating the mobile terminal Perform a rollback operation. The various details described in the above method embodiments are equally applicable to the system embodiment, and thus, repeated description of the same or similar parts is omitted. It should be noted that the mobile terminal firmware upgrade processing method according to the embodiment of the present invention can be applied to existing mobile communication and wireless communication systems, which can be used not only for remote firmware upgrade but also for application download and mobile phone failure. Online detection, even virus/malware protection. As described above, by means of the present invention, by backing up the pre-update version, the rollback operation can be performed in the event of an upgrade failure or an accident, so that the user can fall back to the original backup version at any time, thereby preventing the upgraded terminal from appearing. The fatal problem can not be used, so that the firmware upgrade is safe and reliable. In addition, the present invention can ensure that the user quickly rolls back to the backup version when the mobile terminal firmware upgrade operation fails in a large area, thereby avoiding the operator's High costs incurred by the operations of the operations and maintenance department or the customer service department of the equipment manufacturer, thereby reducing the operation of the equipment Maintenance costs. The above is only the preferred embodiment of the present invention, and is not intended to limit the present invention, and various modifications and changes can be made to the present invention. Any modifications, equivalent substitutions, improvements, etc. made within the spirit and scope of the present invention are intended to be included within the scope of the present invention.

Claims

权 利 要 求 书 一种移动终端固件升级处理方法, 其特征在于, 包括: 移动终端下载升级固件版本,并在其存储器中保存当前固件版本的 备份; A mobile terminal firmware upgrade processing method, comprising: the mobile terminal downloading an upgrade firmware version, and saving a backup of the current firmware version in its memory;
所述移动终端进行固件更新,将所述当前固件版本更新为所述升级 固件版本。 根据权利要求 1所述的方法, 其特征在于, 进一步包括:  The mobile terminal performs a firmware update to update the current firmware version to the upgrade firmware version. The method according to claim 1, further comprising:
在预定条件下, 所述移动终端执行回退操作, 其中, 所述回退操作 具体为: 所述移动终端获取所述存储器中的备份版本, 并使用所述备份 版本覆盖所述升级固件版本。 根据权利要求 2所述的方法, 其特征在于, 所述预定条件包括以下任一 种:  The mobile terminal performs a fallback operation, where the retreating operation is specifically: the mobile terminal acquires a backup version in the memory, and overwrites the upgrade firmware version by using the backup version. The method according to claim 2, wherein the predetermined condition comprises any one of the following:
所述固件更新的操作失败, 所述移动终端自动执行所述回退操作; 所述固件更新的操作完成后 ,所述移动终端的用户触发所述移动终 端执行所述回退操作; 或者  The operation of the firmware update fails, the mobile terminal automatically performs the rollback operation; after the firmware update operation is completed, the user of the mobile terminal triggers the mobile terminal to perform the rollback operation; or
所述固件更新的操作完成后, 所述移动终端上报运行状态, 设备管 理服务器判断所述移动终端的运行状态异常, 指示所述移动终端执行所 述回退操作。 才艮据权利要求 1至 3中任一项所述的方法, 其特征在于, 进一步包括: 预先在所述移动终端的所述存储器中设置固件版本^ ^区域,并在 所述固件版本 ^^分区域中保存所述当前固件版本的^ (^。 根据权利要求 1至 3中任一项所述的方法, 其特征在于, 覆盖所述升级 固件版本的所述备份版本为以下任一种: 所述当前固件版本的备份、 所 述移动终端或所述设备管理服务器指定的非当前固件版本的 ^。 根据权利要求 2或 3所述的方法, 其特征在于, 进一步包括:  After the operation of the firmware update is completed, the mobile terminal reports an operation status, and the device management server determines that the operation status of the mobile terminal is abnormal, and instructs the mobile terminal to perform the back-off operation. The method according to any one of claims 1 to 3, further comprising: setting a firmware version ^^ area in the memory of the mobile terminal in advance, and in the firmware version ^^ The method of any one of claims 1 to 3, wherein the backup version covering the upgrade firmware version is any one of the following: And the method of claim 2 or 3, further comprising:
在与所述移动终端相关的固件更新管理对象中设置回退操作管理 节点, 所述回退操作管理节点用于管理所述移动终端的所述回退操作。 根据权利要求 2或 3所述的方法, 其特征在于, 进一步包括: 在与所述移动终端相关的固件更新管理对象的状态管理节点中设 置备份前版本数据参数、 回退执行中参数、 以及回退成功参数; And setting a fallback operation management node in the firmware update management object related to the mobile terminal, where the fallback operation management node is configured to manage the fallback operation of the mobile terminal. The method according to claim 2 or 3, further comprising: setting a pre-backup version data parameter, a back-off execution parameter, and a back in a state management node of the firmware update management object related to the mobile terminal Retreat success parameter;
其中, 所述备份前版本数据参数表示对前版本数据进行备份, 所述 回退执行中参数用于表示执行所述回退操作; 所述回退成功参数用于表 示所述回退操作成功。 一种移动终端固件升级处理系统, 其特征在于, 包括:  The pre-backup version data parameter indicates that the pre-reversion data is backed up, and the retraction execution parameter is used to indicate that the retreat operation is performed; and the retraction success parameter is used to indicate that the retraction operation is successful. A mobile terminal firmware upgrade processing system, comprising:
下载模块, 用于下载升级固件版本;  Download module for downloading the upgrade firmware version;
存储器, 用于在其中保存当前固件版本的备份;  a memory, in which a backup of the current firmware version is saved;
固件更新模块, 用于进行固件更新, 将所述当前固件版本更新为所 述升级固件版本;  a firmware update module, configured to perform a firmware update, and update the current firmware version to the upgrade firmware version;
回退执行模块, 用于在预定条件下执行回退操作, 从所述存储器中 获取备份版本, 并使用所述备份版本覆盖所述升级固件版本。 根据权利要求 8所述的系统, 其特征在于, 所述预定条件包括以下任一 种:  And a rollback execution module, configured to perform a rollback operation under predetermined conditions, obtain a backup version from the memory, and overwrite the upgrade firmware version with the backup version. The system according to claim 8, wherein said predetermined condition comprises any one of the following:
所述固件更新的操作失败, 所述移动终端自动执行所述回退操作; 所述固件更新的操作完成后,所述移动终端的用户触发所述移动终 端执行所述回退操作;  The operation of the firmware update fails, the mobile terminal automatically performs the retreat operation; after the operation of the firmware update is completed, the user of the mobile terminal triggers the mobile terminal to perform the rewind operation;
所述固件更新的操作完成后, 所述移动终端上报运行状态, 设备管 理服务器判断所述移动终端的运行状态异常, 指示所述移动终端执行所 述回退操作。 根据权利要求 8或 9所述的系统, 其特征在于, 所述存储器中设置有固 件版本备份区域 , 并且所述存储器在所述固件版本备份区域中保存所述 当前固件版本的^ \  After the operation of the firmware update is completed, the mobile terminal reports an operation status, and the device management server determines that the operation status of the mobile terminal is abnormal, and instructs the mobile terminal to perform the back-off operation. The system according to claim 8 or 9, wherein the memory is provided with a firmware version backup area, and the memory stores the current firmware version in the firmware version backup area.
PCT/CN2007/003791 2007-12-25 2007-12-25 Firmware upgrading process method and system of mobile terminal WO2009079866A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/CN2007/003791 WO2009079866A1 (en) 2007-12-25 2007-12-25 Firmware upgrading process method and system of mobile terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2007/003791 WO2009079866A1 (en) 2007-12-25 2007-12-25 Firmware upgrading process method and system of mobile terminal

Publications (1)

Publication Number Publication Date
WO2009079866A1 true WO2009079866A1 (en) 2009-07-02

Family

ID=40800688

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2007/003791 WO2009079866A1 (en) 2007-12-25 2007-12-25 Firmware upgrading process method and system of mobile terminal

Country Status (1)

Country Link
WO (1) WO2009079866A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016131294A1 (en) * 2015-07-16 2016-08-25 中兴通讯股份有限公司 Version upgrade processing method and device
CN108845814A (en) * 2018-06-14 2018-11-20 郑州云海信息技术有限公司 A kind of guard method of firmware update, device and computer readable storage medium
CN112667266A (en) * 2021-01-22 2021-04-16 百度在线网络技术(北京)有限公司 Firmware upgrading method, device, equipment and storage medium
EP3855306A4 (en) * 2018-10-26 2021-12-15 GD Midea Air-Conditioning Equipment Co., Ltd. Online upgrade control method for home appliance system, and home appliance system

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040103340A1 (en) * 2002-11-21 2004-05-27 Texas Instruments Incorporated Upgrading of firmware with tolerance to failures
US20040123282A1 (en) * 2000-11-17 2004-06-24 Rao Bindu Rama Mobile handset with a fault tolerant update agent
US20040243991A1 (en) * 2003-01-13 2004-12-02 Gustafson James P. Mobile handset capable of updating its update agent
US20070022328A1 (en) * 2005-06-30 2007-01-25 Raghuveer Tarra Firmware Update for Consumer Electronic Device
CN1924821A (en) * 2005-08-31 2007-03-07 明基电通股份有限公司 Firmware renewing system and method
CN101101553A (en) * 2006-07-05 2008-01-09 乐金电子(昆山)电脑有限公司 Firmware upgrading restoring method
CN101184309A (en) * 2007-12-21 2008-05-21 深圳国人通信有限公司 Embedded system remote upgrade method for repeater equipment
CN101184301A (en) * 2007-12-14 2008-05-21 中兴通讯股份有限公司 Mobile terminal remote firmware updating method and system

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040123282A1 (en) * 2000-11-17 2004-06-24 Rao Bindu Rama Mobile handset with a fault tolerant update agent
US20040103340A1 (en) * 2002-11-21 2004-05-27 Texas Instruments Incorporated Upgrading of firmware with tolerance to failures
US20040243991A1 (en) * 2003-01-13 2004-12-02 Gustafson James P. Mobile handset capable of updating its update agent
US20070022328A1 (en) * 2005-06-30 2007-01-25 Raghuveer Tarra Firmware Update for Consumer Electronic Device
CN1924821A (en) * 2005-08-31 2007-03-07 明基电通股份有限公司 Firmware renewing system and method
CN101101553A (en) * 2006-07-05 2008-01-09 乐金电子(昆山)电脑有限公司 Firmware upgrading restoring method
CN101184301A (en) * 2007-12-14 2008-05-21 中兴通讯股份有限公司 Mobile terminal remote firmware updating method and system
CN101184309A (en) * 2007-12-21 2008-05-21 深圳国人通信有限公司 Embedded system remote upgrade method for repeater equipment

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016131294A1 (en) * 2015-07-16 2016-08-25 中兴通讯股份有限公司 Version upgrade processing method and device
CN108845814A (en) * 2018-06-14 2018-11-20 郑州云海信息技术有限公司 A kind of guard method of firmware update, device and computer readable storage medium
EP3855306A4 (en) * 2018-10-26 2021-12-15 GD Midea Air-Conditioning Equipment Co., Ltd. Online upgrade control method for home appliance system, and home appliance system
CN112667266A (en) * 2021-01-22 2021-04-16 百度在线网络技术(北京)有限公司 Firmware upgrading method, device, equipment and storage medium
CN112667266B (en) * 2021-01-22 2024-02-06 百度在线网络技术(北京)有限公司 Firmware upgrading method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
CN102262544B (en) The method and apparatus of software upgrading
EP1705872B1 (en) Mobile device client and system supporting remote terminal management
US7991878B2 (en) Method, system and terminal for maintaining capability management object and for managing capability
US20210191711A1 (en) Deploying device campaign updates to iot devices
WO2005076525A1 (en) A Method for Upgrading the Communication Device
US20060200658A1 (en) Agent framework for mobile devices
WO2004049104A2 (en) Software self-repair toolkit for electronic devices
TWI533216B (en) Operating system updating method
WO2016090846A1 (en) Network version upgrade method and apparatus
CN101909282B (en) Triggering method, device and system of terminal operation
CN101610604A (en) A kind of method for upgrading software and system
WO2007065326A1 (en) Method for managing terminal device
CN105260209A (en) Hot-update solution of program
WO2006122486A1 (en) A method of updating and rolling back data of terminal device
WO2011153771A1 (en) System and method for remotely upgrading machine to machine (m2m) terminal
WO2022142153A1 (en) Electricity meter upgrading method and system, smart meter, and storage medium
WO2009079866A1 (en) Firmware upgrading process method and system of mobile terminal
KR102059643B1 (en) Device management method, server and system, and mobile equipment
WO2012174899A1 (en) Method and device for updating network element through network management
CN101179804A (en) Reset method and system of mobile terminal
CN107766063A (en) A kind of method and system of batch upgrade software
CN100488129C (en) Method for processing the batch configuration and network management device and network system
US9665364B2 (en) Dual-bank telecommunication apparatus and method of upgrading firmware in dual-bank telecommunication apparatus
CN106713483B (en) Distributed software distribution method
CN112732292B (en) Method, system, equipment and readable storage medium for upgrading software

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: 07855795

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 07855795

Country of ref document: EP

Kind code of ref document: A1