WO2011153751A1 - Software upgrading method and apparatus - Google Patents

Software upgrading method and apparatus Download PDF

Info

Publication number
WO2011153751A1
WO2011153751A1 PCT/CN2010/077151 CN2010077151W WO2011153751A1 WO 2011153751 A1 WO2011153751 A1 WO 2011153751A1 CN 2010077151 W CN2010077151 W CN 2010077151W WO 2011153751 A1 WO2011153751 A1 WO 2011153751A1
Authority
WO
WIPO (PCT)
Prior art keywords
terminal
software
legal
information
identity
Prior art date
Application number
PCT/CN2010/077151
Other languages
French (fr)
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 WO2011153751A1 publication Critical patent/WO2011153751A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/57Certifying or maintaining trusted computer platforms, e.g. secure boots or power-downs, version controls, system software checks, secure updates or assessing vulnerabilities
    • G06F21/572Secure firmware programming, e.g. of basic input output system [BIOS]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 

Definitions

  • the present invention relates to the field of mobile communications, and in particular, to a software upgrade method and apparatus.
  • the existing upgrade method provides upgraded server software and dedicated upgrade software or tools installed and used on the personal computer for a certain type of equipment, and upgrades the connected device software by using the upgrade software on the personal computer side.
  • the terminal initiates a request to the software upgrade server directly or through the client, and the software upgrade server sends the corresponding software to the terminal according to the request.
  • a method for upgrading a mobile phone software by using a personal computer includes the following steps: The software upgrade server receives a mobile terminal software upgrade request initiated by a personal computer; and the software upgrade server determines whether the mobile terminal software needs according to the mobile terminal software upgrade request. Upgrade, if the upgrade is required, download the software upgrade package to the personal computer; the mobile terminal obtains the software upgrade package downloaded by the personal computer; the mobile terminal parses the software upgrade package and performs automatic installation and upgrade.
  • the security is not good.
  • the software upgrade server passively accepts the upgrade request initiated by the client, and does not verify the device legality or whether it is the upgrade target device. The possible consequence is that the illegal terminal accesses the upgrade system and downloads the upgrade package.
  • Embodiments of the present invention provide a software upgrade method and apparatus, and solve the software upgrade process.
  • the problem of poor safety In order to solve the above problem, the present invention provides a software upgrade method, including: receiving a software upgrade request sent by a client, carrying the terminal device identity information in the software upgrade request; and verifying the terminal identity according to the terminal device identity information Whether it is legal; and when the identity of the terminal is legal, the software requesting the update is returned to the client.
  • the present invention further provides a software upgrade method, including: sending a software upgrade request to a server, carrying terminal device identity information in the software upgrade request; and completing verification of the terminal identity at the server When it is legal, it receives the software that requests the update returned by the server.
  • the present invention further provides a software upgrading apparatus, including: a request receiving module, configured to: receive a software upgrade request sent by a client, and carry the terminal device identity information in the software upgrade request; The verification module is configured to: verify whether the terminal identity is legal according to the terminal device identity information; and the software delivery module is configured to: when the terminal identity is legal, return the software requesting the update to the client.
  • the software upgrade method and device provided by the present invention, when the server receives the software upgrade request sent by the client, verifies whether the identity of the terminal is legal according to the identity information of the terminal device carried in the software upgrade request, and when the terminal identity is legal, The software that requests the update is returned to the client, which solves the problem of poor security in the software upgrade process.
  • BRIEF abstract 1 is a schematic diagram of an application environment of a software upgrade method according to an embodiment of the present invention
  • FIG. 2 is a flowchart of a software upgrade method according to an embodiment of the present invention
  • FIG. 4 is a schematic structural diagram of a software upgrading apparatus according to another embodiment of the present invention
  • FIG. 5 is a schematic structural diagram of a software upgrading apparatus according to still another embodiment of the present invention.
  • the software upgrade system used in the embodiment of the present invention includes three parts.
  • mapping relationship library of the (ID) information-device software update module provides an entry, provides a response for the client to request device information verification, and provides a function for the module to download and detect a new version of the software.
  • the 12-File Transfer Protocol (FTP) server module is responsible for verifying basic device information and providing driver and module download functions when the client obtains driver and module files.
  • the 22-server proxy module is responsible for responding to all requests related to the server side of other modules of the client, and converting the request into a unified interface specified by the server side. For other modules on the client side, it is a "virtual server”.
  • 23-Client User Interface (UI) responsible for interacting with the user, passing the user's action instructions, and displaying relevant prompt information to the user.
  • 24-Device detection module responsible for detecting and reporting the insertion and removal events of the device, and reading the basic information of the device through the OS.
  • 25-Device information reading module responsible for reading the identity information of the corresponding model terminal device, including device ID information, device software version information.
  • 26-Device software update module responsible for upgrading the terminal device software, and returning the current upgrade progress and upgrade status in real time.
  • 30-terminal device the terminal device side provides an interface for reading device identity information and updating device software through the driver.
  • Step 201 Create and maintain a software update legal device information base, where the legal device information database includes device identity information of the legal device; in this step, the device identity information and device of the legal device are The basic information is entered into the system database through the 11-Web server module to verify the legality of the device in the future. This step can be completed by the terminal equipment provider. When it is decided to stop providing software upgrade services to a terminal, the device identity information of the terminal can also be deleted from the legal device information base.
  • the mapping relationship between the "device basic information - device driver module - device information reading module” needs to be entered into the system through the 11-Web server. Upload the corresponding device driver installation file and device information to read the module file through the 11-Web server.
  • Step 202 When detecting the terminal, the client reads the basic information of the device of the terminal, and sends the basic device information of the terminal to the update server to obtain a driver that matches the terminal.
  • Step 203 The server receives the device basic information of the terminal sent by the client, acquires a driver that matches the terminal according to the device basic information, and sends the driver to the client.
  • VID- Vendor Identification
  • PID Product Identification
  • the 11-Web server verifies the basic information of the device sent by the client through the information base created in step 201. If the basic information of the device is invalid, the client will be prompted to use the device. If it is legal, according to the device basic information-device driver module-device information reading module mapping relationship, the driver and device information reading module corresponding to the model device will be returned. FTP address.
  • Step 204 The client receives and installs the driver sent by the server. In this step, the 22-server proxy module of the client downloads and installs the driver according to the returned driver FTP address; according to the returned device information, the module downloads the FTP address correspondingly. Module, and load the module through the 21-module manager. Step 205: After installing the driver of the terminal, reading device identity information of the terminal;
  • Step 206 The client sends a software upgrade request to the server, where the software upgrade request carries the terminal device identity information.
  • the client sends the device ID information read in step 205 to the 11-through the 22-server proxy module.
  • the web server in the software upgrade request, also carries the device software version information.
  • Step 207 The server receives the software upgrade request sent by the client, and carries the terminal device identity information in the software upgrade request, and verifies whether the terminal identity is legal according to the terminal device identity information.
  • the 11-Web server verifies the device identity information sent by the client by using the legal device information database established in step 201. Specifically, searching for the device identity information of the terminal in the legal device information database; if the device identity information of the terminal exists in the legal device information database, and the terminal device identity carried in the software upgrade request If the information is the same, the terminal identity is legal; if the device identity information of the terminal does not exist in the legal device information database, or the device identity information of the terminal stored in the legal device information database is If the software upgrade request is different, the terminal identity is considered illegal, and the software requesting the update is refused to be returned to the terminal.
  • Step 208 When the identity of the terminal is legal, the server returns the software requesting the update to the client. In this step, the 11-Web server determines whether the upgrade is needed according to the version of the device software sent by the client. According to the device identity information-device software update module mapping relationship established in step 201, the FTP address of the corresponding device software update module and the device software upgrade package is returned.
  • Step 209 The client receives the software that is requested to be updated by the server. In this step, the client 22-server proxy module downloads the module according to the returned device software update module FTP address; and downloads and upgrades according to the returned device software upgrade package FTP address.
  • Step 210 The client completes the upgrade of the terminal software. In this step, after the client 26-device software update module is loaded, the upgrade process of the 30-terminal device is completed by using the device software upgrade package.
  • the software upgrade method provided by the present invention when the server receives the software upgrade request sent by the client, verifies whether the identity of the terminal is legal according to the identity information of the terminal device carried in the software upgrade request, and when the terminal identity is legal, The client returns the software requesting the update, which solves the problem of poor security in the software upgrade process. In addition, the client detects that it was not previously connected.
  • the driver corresponding to the device can be directly obtained from the device according to the basic information of the device. The user does not need to manually install the device, and the driver is not required to be stored, which improves system efficiency and saves resources.
  • the embodiment of the present invention further provides a software upgrading apparatus, which is configured as shown in FIG. 3, and includes: a request receiving module 301, configured to: receive a software upgrade request sent by a client, and carry the software upgrade request in the software upgrade request
  • the terminal device identity information is configured to: verify whether the terminal identity is legal according to the terminal device identity information
  • the software delivery module 303 is configured to: when the terminal identity is legal, to the client Returns the software requesting the update.
  • the software upgrade device shown in FIG. 4 further includes: an information base management module 304, configured to: create and maintain a software update legal device information base, where the legal device information database includes device identity information of the legal device.
  • the request receiving module 301 is further configured to: receive device basic information of the terminal sent by the client, and the software upgrading device, as shown in FIG. 5, further includes: a driving management module 305, configured to: Acquiring a driver matching the terminal according to the device basic information, and transmitting the driver to the client.
  • the software upgrade apparatus provided by the embodiment of the present invention may be integrated in the 11-Web server module of FIG. 1.
  • the software upgrade device can be combined with the software upgrade method provided by the embodiment of the present invention.
  • the server receives the software upgrade request sent by the client, the server verifies the terminal identity according to the terminal device identity information carried in the software upgrade request. Whether it is legal, and when the identity of the terminal is legal, the software that requests the update is returned to the client, which solves the problem of poor security in the software upgrade process.
  • all or part of the steps of the above embodiments may be implemented using a computer program flow, which may be stored in a computer readable storage medium, such as on a corresponding hardware platform (eg, The system, device, device, device, etc. are executed, and when executed, include one or a combination of the steps of the method embodiments.
  • all or part of the steps of the foregoing embodiments may also be implemented by using an integrated circuit. These steps may be separately fabricated into individual integrated circuit modules, or multiple modules or steps may be fabricated into a single integrated circuit module. achieve.
  • the invention is not limited to any specific combination of hardware and software.
  • the devices/function modules/functional units in the above embodiments may be implemented by a general-purpose computing device, which may be centralized on a single computing device or distributed over a network of multiple computing devices.
  • each device/function module/functional unit in the above embodiment is implemented in the form of a software function module and sold or used as a stand-alone product, it can be stored in a computer readable storage medium.
  • the above mentioned computer readable storage medium may be a read only memory, a magnetic disk or an optical disk or the like.
  • the software upgrade method and apparatus provided by the present invention, when the server receives the software upgrade request sent by the client, verifies whether the identity of the terminal is legal according to the identity information of the terminal device carried in the software upgrade request, and the identity of the terminal When it is legal, the software that requests the update is returned to the client, which solves the problem of poor security in the software upgrade process.

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)
  • Computer Hardware Design (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

A software upgrading method is provided in the present invention, which includes: receiving a software upgrading request transmitted by a client end, wherein the software upgrading request carries the identity information of a terminal device; verifying whether the identity of the terminal device is legal according to the identity information of the terminal device; and returning the requested update software to the client end if the identity of the terminal is legal. Another software upgrading method is also provided in the present invention, which includes: sending a software upgrading request to a server, wherein the software upgrading request carries the identity information of the terminal device; and receiving the requested update software returned by the server if the server completes the verification for the identity of the terminal and the identity of the terminal is legal. A software upgrading apparatus is still provided in the present invention, which includes: a request receiving module, an identity verifying module and a software distributing module. The present invention solves the problem of weak safety in the software upgrading process.

Description

软件升级方法和装置  Software upgrade method and device
技术领域 本发明涉及移动通信领域, 特别涉及一种软件升级方法和装置。 The present invention relates to the field of mobile communications, and in particular, to a software upgrade method and apparatus.
背景技术 为修正设备软件故障或让设备支持新功能, 移动通信终端设备厂商或其 授权售后代理经常要对终端设备软件进行升级。 现有升级方法针对某一型号 设备,提供升级服务器软件和个人电脑上安装和使用的专用升级软件或工具, 利用个人电脑侧的升级软件对连接的设备软件进行升级。 通常终端直接或通 过客户端向软件升级服务器发起请求, 软件升级服务器根据请求将相应的软 件下发给终端。 现有技术中, 通过个人电脑实现手机软件升级的方法, 包括以下步骤: 软件升级服务器接收个人电脑发起的移动终端软件升级请求; 软件升级服务 器根据所述移动终端软件升级请求判断移动终端软件是否需要升级, 若需要 升级, 则将软件升级包下载到个人电脑中; 移动终端获得所述个人电脑下载 的软件升级包; 移动终端对所述软件升级包解析并进行自动安装升级。 BACKGROUND OF THE INVENTION In order to correct device software failures or to enable devices to support new functions, mobile communication terminal equipment vendors or their authorized after-sales agents often upgrade terminal device software. The existing upgrade method provides upgraded server software and dedicated upgrade software or tools installed and used on the personal computer for a certain type of equipment, and upgrades the connected device software by using the upgrade software on the personal computer side. Usually, the terminal initiates a request to the software upgrade server directly or through the client, and the software upgrade server sends the corresponding software to the terminal according to the request. In the prior art, a method for upgrading a mobile phone software by using a personal computer includes the following steps: The software upgrade server receives a mobile terminal software upgrade request initiated by a personal computer; and the software upgrade server determines whether the mobile terminal software needs according to the mobile terminal software upgrade request. Upgrade, if the upgrade is required, download the software upgrade package to the personal computer; the mobile terminal obtains the software upgrade package downloaded by the personal computer; the mobile terminal parses the software upgrade package and performs automatic installation and upgrade.
发明内容 Summary of the invention
( 1 )安全性不佳, 软件升级服务器被动接受客户端发起的升级请求,对 设备合法性或是否是升级对象设备没有进行验证, 其可能后果是非法终端接 入升级系统, 下载了升级包; (1) The security is not good. The software upgrade server passively accepts the upgrade request initiated by the client, and does not verify the device legality or whether it is the upgrade target device. The possible consequence is that the illegal terminal accesses the upgrade system and downloads the upgrade package.
( 2 )通用性不佳, 针对不同型号的终端(手机或数据卡)升级, 由于其 设备驱动、 设备信息读取方法和设备软件升级方法均不同, 必须重新安装与 该设备对应的个人电脑客户端升级软件, 造成用户使用上不便。 本发明的实施例提供了一种软件升级方法和装置, 解决了软件升级过程 中安全性差的问题。 为了解决上述问题, 本发明提供了一种软件升级方法, 其包括: 接收客户端发送的软件升级请求, 在所述软件升级请求中携带终端设备 身份信息; 根据所述终端设备身份信息验证终端身份是否合法; 以及 在所述终端身份合法时, 向所述客户端返回请求更新的软件。 为了解决上述问题, 本发明还提供了一种软件升级方法, 其包括: 向服务器发送软件升级请求, 在所述软件升级请求中携带终端设备身份 信息; 以及 在所述服务器完成验证所述终端身份合法时, 接收所述服务器返回的请 求更新的软件。 为了解决上述问题, 本发明还提供了一种软件升级装置, 其包括: 请求接收模块, 其设置为: 接收客户端发送的软件升级请求, 在所述软 件升级请求中携带终端设备身份信息; 身份验证模块, 其设置为: 根据所述终端设备身份信息验证终端身份是 否合法; 软件下发模块, 其设置为: 在所述终端身份合法时, 向所述客户端返回 请求更新的软件。 (2) Poor versatility. For different types of terminals (mobile phones or data cards) upgrades, because their device drivers, device information reading methods, and device software upgrade methods are different, you must reinstall the PC customers corresponding to the devices. The software is upgraded, which makes the user inconvenient to use. Embodiments of the present invention provide a software upgrade method and apparatus, and solve the software upgrade process. The problem of poor safety. In order to solve the above problem, the present invention provides a software upgrade method, including: receiving a software upgrade request sent by a client, carrying the terminal device identity information in the software upgrade request; and verifying the terminal identity according to the terminal device identity information Whether it is legal; and when the identity of the terminal is legal, the software requesting the update is returned to the client. In order to solve the above problem, the present invention further provides a software upgrade method, including: sending a software upgrade request to a server, carrying terminal device identity information in the software upgrade request; and completing verification of the terminal identity at the server When it is legal, it receives the software that requests the update returned by the server. In order to solve the above problem, the present invention further provides a software upgrading apparatus, including: a request receiving module, configured to: receive a software upgrade request sent by a client, and carry the terminal device identity information in the software upgrade request; The verification module is configured to: verify whether the terminal identity is legal according to the terminal device identity information; and the software delivery module is configured to: when the terminal identity is legal, return the software requesting the update to the client.
本发明提供的软件升级方法和装置, 在服务器接收到客户端发送的软件 升级请求时, 根据该软件升级请求中携带的终端设备身份信息验证终端身份 是否合法, 并在所述终端身份合法时, 向所述客户端返回请求更新的软件, 解决了软件升级流程中安全性差的问题。 The software upgrade method and device provided by the present invention, when the server receives the software upgrade request sent by the client, verifies whether the identity of the terminal is legal according to the identity information of the terminal device carried in the software upgrade request, and when the terminal identity is legal, The software that requests the update is returned to the client, which solves the problem of poor security in the software upgrade process.
附图概述 图 1为本发明的实施例提供的一种软件升级方法的应用环境示意图; 图 2为本发明的实施例提供的一种软件升级方法的流程图; 图 3为本发明的实施例提供的一种软件升级装置的结构示意图; 图 4为本发明的又一实施例提供的一种软件升级装置的结构示意图; 图 5为本发明的又一实施例提供的一种软件升级装置的结构示意图。 BRIEF abstract 1 is a schematic diagram of an application environment of a software upgrade method according to an embodiment of the present invention; FIG. 2 is a flowchart of a software upgrade method according to an embodiment of the present invention; FIG. 4 is a schematic structural diagram of a software upgrading apparatus according to another embodiment of the present invention; FIG. 5 is a schematic structural diagram of a software upgrading apparatus according to still another embodiment of the present invention.
本发明的较佳实施方式 为了解决上述问题, 本发明的实施例提供了一种软件升级方法。 首先, 对本发明的实施例所应用的网络环境进行介绍。 如图 1所示, 本发明实施例所使用的软件升级系统包括三大部分。 第一部分: 10-升级服务器端, 包括以下模块: BEST MODE FOR CARRYING OUT THE INVENTION In order to solve the above problems, embodiments of the present invention provide a software upgrade method. First, the network environment to which the embodiment of the present invention is applied will be described. As shown in FIG. 1, the software upgrade system used in the embodiment of the present invention includes three parts. The first part: 10-Upgrade server side, including the following modules:
11 - Web服务器模块 (含数据库 ) , 为构建和维护合法设备信息库、 "设 备基本信息-设备驱动模块-设备信息读取模块" 的映射关系库和 "设备身份11 - Web server module (including database), for the construction and maintenance of the legal device information base, "device basic information - device driver module - device information reading module" mapping relationship library and "device identity"
( ID )信息-设备软件更新模块" 的映射关系库提供入口, 为客户端请求设备 信息验证提供响应, 并提供模块下载和检测软件新版本的功能。 The mapping relationship library of the (ID) information-device software update module provides an entry, provides a response for the client to request device information verification, and provides a function for the module to download and detect a new version of the software.
12-文件传输协议(File Transfer Protocol, FTP )服务器模块, 在客户端 获取驱动程序和模块文件时, 负责验证设备基本信息, 并提供驱动程序和模 块下载的功能。 第二部分: 20-客户端 (个人电脑) , 包括以下模块: 21-模块管理器,负责装载设备信息读取模块和设备软件更新模块到系统 中, 以利用其功能。 The 12-File Transfer Protocol (FTP) server module is responsible for verifying basic device information and providing driver and module download functions when the client obtains driver and module files. Part II: 20-Client (Personal Computer), including the following modules: 21-Module Manager, responsible for loading the device information reading module and device software update module into the system to take advantage of its functions.
22-服务器代理模块, 负责响应客户端其他模块所有与服务器端有关的请 求, 并将请求转换成服务器侧规定的统一接口。 对客户端其他模块而言, 是 一个 "虚拟服务器" 。 23-客户端用户界面 (User Interface, UI ) , 负责和用户交互, 传递用户 的动作指令, 并向用户显示相关提示信息。 24-设备检测模块, 负责检测并上报设备的插入和拔除事件, 并通过 OS 读取设备基本信息。 The 22-server proxy module is responsible for responding to all requests related to the server side of other modules of the client, and converting the request into a unified interface specified by the server side. For other modules on the client side, it is a "virtual server". 23-Client User Interface (UI), responsible for interacting with the user, passing the user's action instructions, and displaying relevant prompt information to the user. 24-Device detection module, which is responsible for detecting and reporting the insertion and removal events of the device, and reading the basic information of the device through the OS.
25-设备信息读取模块, 负责读取相应型号终端设备身份信息, 包括设备 ID信息, 设备软件版本信息。 26-设备软件更新模块, 负责对终端设备软件进行升级, 并实时返回当前 升级进度, 升级状态。 第三部分: 30-终端设备, 终端设备侧通过驱动为读取设备身份信息、 更 新设备软件提供接口。 25-Device information reading module, responsible for reading the identity information of the corresponding model terminal device, including device ID information, device software version information. 26-Device software update module, responsible for upgrading the terminal device software, and returning the current upgrade progress and upgrade status in real time. Part III: 30-terminal device, the terminal device side provides an interface for reading device identity information and updating device software through the driver.
的流程如图 2所示, 包括: 步骤 201 : 创建并维护软件更新合法设备信息库, 所述合法设备信息库 包含合法设备的设备身份信息; 本步骤中, 将合法设备的设备身份信息和设备基本信息通过 11-Web服 务器模块录入系统数据库, 以便将来验证设备合法性。 本步骤可由终端设备供应商完成, 在决定停止对某一终端提供软件升级 业务时, 还可以将该终端的设备身份信息由合法设备信息库中删除。 此外, 还需要将 "设备基本信息-设备驱动模块-设备信息读取模块" 的 映射关系通过 11-Web服务器录入系统。通过 11-Web服务器上传对应的设备 驱动安装文件和设备信息读取模块文件。 并配置好 12-FTP服务器模块, 以 便将来客户端下载软件。 还需要将 "设备身份信息-设备软件更新模块" 的映射关系通过 11-Web 服务器录入系统。 通过 11-Web服务器上传对应的设备软件更新模块文件。 并配置好 12-FTP服务器模块, 以便将来客户端下载。 步骤 202: 客户端在检测到终端时, 读取该终端的设备基本信息, 向所 述更新服务器发送所述终端的设备基本信息, 以获取与该终端相匹配的驱动 程序; The process shown in FIG. 2 includes: Step 201: Create and maintain a software update legal device information base, where the legal device information database includes device identity information of the legal device; in this step, the device identity information and device of the legal device are The basic information is entered into the system database through the 11-Web server module to verify the legality of the device in the future. This step can be completed by the terminal equipment provider. When it is decided to stop providing software upgrade services to a terminal, the device identity information of the terminal can also be deleted from the legal device information base. In addition, the mapping relationship between the "device basic information - device driver module - device information reading module" needs to be entered into the system through the 11-Web server. Upload the corresponding device driver installation file and device information to read the module file through the 11-Web server. And configure the 12-FTP server module so that the client can download the software in the future. You also need to enter the mapping relationship of "Device Identity Information - Device Software Update Module" into the system through the 11-Web server. Upload the corresponding device software update module file through the 11-Web server. And configure the 12-FTP server module for future client download. Step 202: When detecting the terminal, the client reads the basic information of the device of the terminal, and sends the basic device information of the terminal to the update server to obtain a driver that matches the terminal.
在个人电脑上安装系统客户端必选模块, 包括 21-模块管理器、 22-服务 器代理模块、 23-客户端 UI和 24-设备检测模块。 本步骤中, 当某型号终端设备和个人电脑通过 USB数据线连接, 24-设 备检测模块自动检测到设备插入, 通过 OS读取设备基本信息 (如设备厂商 标识( Vendor Identification, VID- ) -产品标识 ( Product Identification, PID ) ) , 并通过 22-服务器代理模块将其发送给 11-Web服务器。 步骤 203: 服务器接收所述客户端发送的所述终端的设备基本信息, 根 据所述设备基本信息获取与所述终端相匹配的驱动程序, 向所述客户端发送 所述驱动程序; Install the system client mandatory module on the personal computer, including 21-module manager, 22-service Agent module, 23-client UI and 24-device detection module. In this step, when a certain type of terminal device and a personal computer are connected through a USB data cable, the 24-device detection module automatically detects the device insertion, and reads the basic information of the device through the OS (such as Vendor Identification (VID-) - product Product Identification ( PID ) ) and send it to the 11-Web server via the 22-server proxy module. Step 203: The server receives the device basic information of the terminal sent by the client, acquires a driver that matches the terminal according to the device basic information, and sends the driver to the client.
11-Web服务器通过步骤 201创建的信息库验证客户端发送的设备基本 信息。 如果设备基本信息不合法, 将提示客户端非法设备; 如果合法, 根据 录入的设备基本信息 -设备驱动模块-设备信息读取模块映射关系, 将返回该 型号设备对应的驱动和设备信息读取模块的 FTP地址。 步骤 204、 客户端接收并安装所述服务器发送的驱动程序; 本步骤中, 客户端的 22-服务器代理模块根据返回的驱动 FTP地址下载 并安装驱动; 根据返回的设备信息读取模块 FTP地址下载相应模块, 并通过 21-模块管理器加载模块。 步骤 205、 在安装完所述终端的驱动程序后, 读取该终端的设备身份信 息; The 11-Web server verifies the basic information of the device sent by the client through the information base created in step 201. If the basic information of the device is invalid, the client will be prompted to use the device. If it is legal, according to the device basic information-device driver module-device information reading module mapping relationship, the driver and device information reading module corresponding to the model device will be returned. FTP address. Step 204: The client receives and installs the driver sent by the server. In this step, the 22-server proxy module of the client downloads and installs the driver according to the returned driver FTP address; according to the returned device information, the module downloads the FTP address correspondingly. Module, and load the module through the 21-module manager. Step 205: After installing the driver of the terminal, reading device identity information of the terminal;
本步骤中, 25-设备信息读取模块被加载后, 将读取设备身份信息 (如 IMEI号) 以及设备软件版本。 步骤 206、 客户端向服务器发送软件升级请求, 在所述软件升级请求中 携带终端设备身份信息; 本步骤中, 客户端通过 22-服务器代理模块将步骤 205读取的设备 ID信 息发送给 11-Web服务器, 在软件升级请求中, 还携带有设备软件版本信息。 步骤 207: 服务器接收客户端发送的软件升级请求, 在所述软件升级请 求中携带终端设备身份信息 , 并根据所述终端设备身份信息验证终端身份是 否合法;  In this step, after the device information reading module is loaded, the device identity information (such as the IMEI number) and the device software version will be read. Step 206: The client sends a software upgrade request to the server, where the software upgrade request carries the terminal device identity information. In this step, the client sends the device ID information read in step 205 to the 11-through the 22-server proxy module. The web server, in the software upgrade request, also carries the device software version information. Step 207: The server receives the software upgrade request sent by the client, and carries the terminal device identity information in the software upgrade request, and verifies whether the terminal identity is legal according to the terminal device identity information.
5 181001906 本步骤中, 11-Web服务器通过步骤 201中建立的合法设备信息库验证客 户端发送的设备身份信息。 具体的, 在所述合法设备信息库查找所述终端的 设备身份信息;如果在所述合法设备信息库中存在所述终端的设备身份信息, 且与所述软件升级请求中携带的终端设备身份信息相同, 则认为所述终端身 份合法; 如果在所述合法设备信息库中不存在所述终端的设备身份信息, 或 所述合法设备信息库中存储的所述终端的设备身份信息与所述软件升级请求 中携带的不同, 则认为所述终端身份非法, 拒绝向该终端返回请求更新的软 件。 5 181001906 In this step, the 11-Web server verifies the device identity information sent by the client by using the legal device information database established in step 201. Specifically, searching for the device identity information of the terminal in the legal device information database; if the device identity information of the terminal exists in the legal device information database, and the terminal device identity carried in the software upgrade request If the information is the same, the terminal identity is legal; if the device identity information of the terminal does not exist in the legal device information database, or the device identity information of the terminal stored in the legal device information database is If the software upgrade request is different, the terminal identity is considered illegal, and the software requesting the update is refused to be returned to the terminal.
可选的, 如果设备身份信息不合法, 将提示客户端非法设备。 步骤 208: 在所述终端身份合法时, 服务器向所述客户端返回请求更新 的软件; 本步骤中, 11-Web服务器根据客户端发送的设备软件版本,判断是否需 要升级, 如果需要升级, 将根据步骤 201中建立的设备身份信息 -设备软件更 新模块映射关系,返回对应的设备软件更新模块和设备软件升级包的 FTP地 址。 步骤 209: 客户端接收所述服务器返回的请求更新的软件; 本步骤中,客户端 22-服务器代理模块根据返回的设备软件更新模块 FTP 地址下载模块;根据返回的设备软件升级包 FTP地址下载升级包,并通过 21- 模块管理器加载设备软件更新模块。 步骤 210: 客户端完成对终端软件的升级; 本步骤中, 客户端 26-设备软件更新模块被加载后, 利用设备软件升级 包对 30-终端设备进行升级流程结束。  Optionally, if the device identity information is invalid, the client will be prompted to be illegal. Step 208: When the identity of the terminal is legal, the server returns the software requesting the update to the client. In this step, the 11-Web server determines whether the upgrade is needed according to the version of the device software sent by the client. According to the device identity information-device software update module mapping relationship established in step 201, the FTP address of the corresponding device software update module and the device software upgrade package is returned. Step 209: The client receives the software that is requested to be updated by the server. In this step, the client 22-server proxy module downloads the module according to the returned device software update module FTP address; and downloads and upgrades according to the returned device software upgrade package FTP address. Package and load the device software update module through the 21-module manager. Step 210: The client completes the upgrade of the terminal software. In this step, after the client 26-device software update module is loaded, the upgrade process of the 30-terminal device is completed by using the device software upgrade package.
本发明提供的软件升级方法, 在服务器接收到客户端发送的软件升级请 求时, 根据该软件升级请求中携带的终端设备身份信息验证终端身份是否合 法, 并在所述终端身份合法时, 向所述客户端返回请求更新的软件, 解决了 软件升级流程中安全性差的问题。 此外, 在客户端检测到一个之前未接入的 设备时, 可以根据该设备的设备基本信息, 直接向服务器获取该设备对应的 驱动程序, 不需要用户手动安装, 且不需要对驱动程序进行存储, 提高了系 统工作效率, 节省了资源。 The software upgrade method provided by the present invention, when the server receives the software upgrade request sent by the client, verifies whether the identity of the terminal is legal according to the identity information of the terminal device carried in the software upgrade request, and when the terminal identity is legal, The client returns the software requesting the update, which solves the problem of poor security in the software upgrade process. In addition, the client detects that it was not previously connected. When the device is used, the driver corresponding to the device can be directly obtained from the device according to the basic information of the device. The user does not need to manually install the device, and the driver is not required to be stored, which improves system efficiency and saves resources.
本发明的实施例还提供了一种软件升级装置,其结构如图 3所示, 包括: 请求接收模块 301 , 其设置为: 接收客户端发送的软件升级请求, 在所 述软件升级请求中携带终端设备身份信息; 身份验证模块 302, 其设置为: 根据所述终端设备身份信息验证终端身 份是否合法; 软件下发模块 303 , 其设置为: 在所述终端身份合法时, 向所述客户端 返回请求更新的软件。 进一步的, 上述软件升级装置如图 4所示, 还包括: 信息库管理模块 304, 其设置为: 创建并维护软件更新合法设备信息库, 所述合法设备信息库包含合法设备的设备身份信息。 进一步的, 所述请求接收模块 301还设置为: 接收所述客户端发送的所 述终端的设备基本信息, 该软件升级装置如图 5所示, 还包括: 驱动管理模块 305 , 其设置为: 根据所述设备基本信息获取与所述终端 相匹配的驱动程序, 并向所述客户端发送所述驱动程序。 本发明实施例所提供的软件升级装置, 可以集成在图 1的 11-Web服务 器模块中。 The embodiment of the present invention further provides a software upgrading apparatus, which is configured as shown in FIG. 3, and includes: a request receiving module 301, configured to: receive a software upgrade request sent by a client, and carry the software upgrade request in the software upgrade request The terminal device identity information is configured to: verify whether the terminal identity is legal according to the terminal device identity information; the software delivery module 303 is configured to: when the terminal identity is legal, to the client Returns the software requesting the update. Further, the software upgrade device shown in FIG. 4 further includes: an information base management module 304, configured to: create and maintain a software update legal device information base, where the legal device information database includes device identity information of the legal device. Further, the request receiving module 301 is further configured to: receive device basic information of the terminal sent by the client, and the software upgrading device, as shown in FIG. 5, further includes: a driving management module 305, configured to: Acquiring a driver matching the terminal according to the device basic information, and transmitting the driver to the client. The software upgrade apparatus provided by the embodiment of the present invention may be integrated in the 11-Web server module of FIG. 1.
上述软件升级装置, 能够与本发明的实施例提供的一种软件升级方法相 结合, 在服务器接收到客户端发送的软件升级请求时, 根据该软件升级请求 中携带的终端设备身份信息验证终端身份是否合法, 并在所述终端身份合法 时, 向所述客户端返回请求更新的软件, 解决了软件升级流程中安全性差的 问题。 本领域普通技术人员可以理解上述实施例的全部或部分步骤可以使用计 算机程序流程来实现,所述计算机程序可以存储于一计算机可读存储介质中, 所述计算机程序在相应的硬件平台上(如系统、 设备、 装置、 器件等)执行, 在执行时, 包括方法实施例的步骤之一或其组合。 可选地, 上述实施例的全部或部分步骤也可以使用集成电路来实现, 这 些步骤可以被分别制作成一个个集成电路模块, 或者将它们中的多个模块或 步骤制作成单个集成电路模块来实现。 这样, 本发明不限制于任何特定的硬 件和软件结合。 上述实施例中的各装置 /功能模块 /功能单元可以釆用通用的计算装置来 实现, 它们可以集中在单个的计算装置上, 也可以分布在多个计算装置所组 成的网络上。 上述实施例中的各装置 /功能模块 /功能单元以软件功能模块的形式实现 并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。 上述提到的计算机可读取存储介质可以是只读存储器, 磁盘或光盘等。 The software upgrade device can be combined with the software upgrade method provided by the embodiment of the present invention. When the server receives the software upgrade request sent by the client, the server verifies the terminal identity according to the terminal device identity information carried in the software upgrade request. Whether it is legal, and when the identity of the terminal is legal, the software that requests the update is returned to the client, which solves the problem of poor security in the software upgrade process. It will be understood by those skilled in the art that all or part of the steps of the above embodiments may be implemented using a computer program flow, which may be stored in a computer readable storage medium, such as on a corresponding hardware platform (eg, The system, device, device, device, etc. are executed, and when executed, include one or a combination of the steps of the method embodiments. Optionally, all or part of the steps of the foregoing embodiments may also be implemented by using an integrated circuit. These steps may be separately fabricated into individual integrated circuit modules, or multiple modules or steps may be fabricated into a single integrated circuit module. achieve. Thus, the invention is not limited to any specific combination of hardware and software. The devices/function modules/functional units in the above embodiments may be implemented by a general-purpose computing device, which may be centralized on a single computing device or distributed over a network of multiple computing devices. When each device/function module/functional unit in the above embodiment is implemented in the form of a software function module and sold or used as a stand-alone product, it can be stored in a computer readable storage medium. The above mentioned computer readable storage medium may be a read only memory, a magnetic disk or an optical disk or the like.
工业实用性 本发明提供的软件升级方法和装置, 在服务器接收到客户端发送的软件 升级请求时, 根据该软件升级请求中携带的终端设备身份信息验证终端身份 是否合法, 并在所述终端身份合法时, 向所述客户端返回请求更新的软件, 解决了软件升级流程中安全性差的问题。 Industrial Applicability The software upgrade method and apparatus provided by the present invention, when the server receives the software upgrade request sent by the client, verifies whether the identity of the terminal is legal according to the identity information of the terminal device carried in the software upgrade request, and the identity of the terminal When it is legal, the software that requests the update is returned to the client, which solves the problem of poor security in the software upgrade process.

Claims

权 利 要 求 书 Claim
1、 一种软件升级方法, 其包括: 接收客户端发送的软件升级请求, 在所述软件升级请求中携带终端设备 身份信息; 根据所述终端设备身份信息验证终端身份是否合法; 以及 在所述终端身份合法时, 向所述客户端返回请求更新的软件。 A software upgrade method, comprising: receiving a software upgrade request sent by a client, carrying the terminal device identity information in the software upgrade request; verifying whether the terminal identity is legal according to the terminal device identity information; When the terminal identity is legal, the software requesting the update is returned to the client.
2、根据权利要求 1所述的方法, 其中,接收客户端发送的软件升级请求 的步骤之前, 该方法还包括: 创建并维护软件更新合法设备信息库, 所述合法设备信息库包含合法设 备的设备身份信息。 The method according to claim 1, wherein before the step of receiving the software upgrade request sent by the client, the method further comprises: creating and maintaining a software update legal device information base, where the legal device information database includes the legal device Device identity information.
3、根据权利要求 2所述的方法, 其,根据所述终端设备身份信息验证终 端身份是否合法的步骤包括: 在所述合法设备信息库查找所述终端的设备身份信息; 以及 The method according to claim 2, wherein the step of verifying whether the terminal identity is legal according to the terminal device identity information comprises: searching for the device identity information of the terminal in the legal device information database;
如果在所述合法设备信息库中存在所述终端的设备身份信息, 且与所述 软件升级请求中携带的终端设备身份信息相同, 则认为所述终端身份合法; 如果在所述合法设备信息库中不存在所述终端的设备身份信息, 或所述 合法设备信息库中存储的所述终端的设备身份信息与所述软件升级请求中携 带的不同, 则认为所述终端身份非法, 拒绝向该终端返回请求更新的软件。  If the device identity information of the terminal exists in the legal device information base, and the identity information of the terminal device carried in the software upgrade request is the same, the terminal identity is considered to be legal; if the legal device information database is in the legal device information base If the device identity information of the terminal does not exist, or the device identity information of the terminal stored in the legal device information database is different from that in the software upgrade request, the terminal identity is considered illegal, and the device is rejected. The terminal returns the software requesting the update.
4、根据权利要求 1所述的方法, 其中, 所述软件升级请求中还携带所述 终端当前软件版本; 在所述终端身份合法时,向所述客户端返回请求更新的软件的步骤包括: 根据所述软件版本, 判断是否需要进行软件升级; 以及 如果需要进行软件升级, 则向所述客户端发送相应软件的下载地址, 指 示该客户端从所述下载地址下载软件进行升级。 The method of claim 1, wherein the software upgrade request further carries the current software version of the terminal; when the terminal identity is legal, the step of returning the software requesting the update to the client includes: Determining whether a software upgrade is required according to the software version; and if a software upgrade is required, sending a download address of the corresponding software to the client, The client is shown to download software from the download address for upgrading.
5、根据权利要求 1所述的方法, 其中,接收客户端发送的软件升级请求 的步骤之前, 所述方法还包括: 接收所述客户端发送的所述终端的设备基本信息; 根据所述设备基本信息获取与所述终端相匹配的驱动程序; 以及 向所述客户端发送所述驱动程序。 The method according to claim 1, wherein, before receiving the software upgrade request sent by the client, the method further includes: receiving device basic information of the terminal sent by the client; Basic information acquires a driver that matches the terminal; and transmits the driver to the client.
6、 一种软件升级方法, 其包括: 向服务器发送软件升级请求, 在所述软件升级请求中携带终端设备身份 信息; 以及 在所述服务器完成验证所述终端身份合法时, 接收所述服务器返回的请 求更新的软件。 A software upgrade method, comprising: sending a software upgrade request to a server, carrying the terminal device identity information in the software upgrade request; and receiving the server return when the server completes verifying that the terminal identity is legal Request for updated software.
7、根据权利要求 6所述的方法, 其中, 向服务器发送软件升级请求的步 骤之前, 所述方法还包括: 在检测到终端设备时, 读取该终端设备的设备基本信息; 向所述服务器发送所述终端设备的设备基本信息, 以获取与该终端设备 相匹配的驱动程序; 以及 接收并安装所述服务器发送的驱动程序。 The method according to claim 6, wherein, before the step of sending a software upgrade request to the server, the method further comprises: when detecting the terminal device, reading device basic information of the terminal device; to the server Transmitting device basic information of the terminal device to obtain a driver matching the terminal device; and receiving and installing a driver sent by the server.
8、根据权利要求 7所述的方法, 其中, 向服务器发送软件升级请求的步 骤之前, 所述方法还包括: 在安装完所述终端的驱动程序后, 读取该终端的设备身份信息。 The method according to claim 7, wherein before the step of sending the software upgrade request to the server, the method further comprises: after installing the driver of the terminal, reading the device identity information of the terminal.
9、 一种软件升级装置, 其包括: 请求接收模块, 其设置为: 接收客户端发送的软件升级请求, 在所述软 件升级请求中携带终端设备身份信息; 身份验证模块, 其设置为: 根据所述终端设备身份信息验证终端身份是 否合法; 软件下发模块, 其设置为: 在所述终端身份合法时, 向所述客户端返回 请求更新的软件。 A software upgrading apparatus, comprising: a request receiving module, configured to: receive a software upgrade request sent by a client, and carry the terminal device identity information in the software upgrade request; The authentication module is configured to: verify whether the terminal identity is legal according to the terminal device identity information; and the software delivery module is configured to: when the terminal identity is legal, return the software requesting the update to the client.
10、 根据权利要求 9所述的软件升级装置, 其还包括: 信息库管理模块, 其设置为: 创建并维护软件更新合法设备信息库, 所 述合法设备信息库包含合法设备的设备身份信息。 The software upgrading apparatus according to claim 9, further comprising: an information base management module, configured to: create and maintain a software update legal device information base, where the legal device information database includes device identity information of the legal device.
11、 根据权利要求 9所述的软件升级装置, 其中: 11. The software upgrade apparatus according to claim 9, wherein:
所述请求接收模块还设置为: 接收所述客户端发送的所述终端的设备基 本信息;  The request receiving module is further configured to: receive device basic information of the terminal sent by the client;
该软件升级装置还包括: 驱动管理模块, 其设置为: 根据所述设备基本信息获取与所述终端相匹 配的驱动程序, 并向所述客户端发送所述驱动程序。  The software upgrading apparatus further includes: a driver management module, configured to: acquire a driver matching the terminal according to the device basic information, and send the driver to the client.
PCT/CN2010/077151 2010-06-09 2010-09-20 Software upgrading method and apparatus WO2011153751A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201010199283A CN101860853A (en) 2010-06-09 2010-06-09 Software upgrading method and device
CN201010199283.9 2010-06-09

Publications (1)

Publication Number Publication Date
WO2011153751A1 true WO2011153751A1 (en) 2011-12-15

Family

ID=42946443

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2010/077151 WO2011153751A1 (en) 2010-06-09 2010-09-20 Software upgrading method and apparatus

Country Status (2)

Country Link
CN (1) CN101860853A (en)
WO (1) WO2011153751A1 (en)

Families Citing this family (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102546208B (en) * 2010-12-13 2015-04-08 北大方正集团有限公司 Device management method, system and device management server
CN102098303A (en) * 2011-01-21 2011-06-15 汉柏科技有限公司 Hardware firewall for realizing automatic upgrade and upgrading method thereof
CN102231880A (en) * 2011-07-04 2011-11-02 中兴通讯股份有限公司 Version upgrade method and terminal, and version upgrade system
CN102340541B (en) * 2011-10-13 2013-10-23 深圳市江波龙电子有限公司 System and method for cloud volume production
CN103312673B (en) * 2012-03-13 2018-04-17 金蝶软件(中国)有限公司 Enterprise mobile application system and its application process
CN102662884B (en) * 2012-04-16 2015-02-11 湖北盛天网络技术股份有限公司 Device driving program configuration method based on network
CN103108024B (en) * 2012-11-14 2015-08-26 福建联迪商用设备有限公司 A kind of increment method for down loading of multimedia self-help terminal
CN103116506B (en) * 2012-11-16 2016-04-20 福建联迪商用设备有限公司 A kind of unified method downloaded of terminal
CN104426947A (en) * 2013-08-27 2015-03-18 中兴通讯股份有限公司 Terminal intelligent updating method and system, terminal and data updating server
CN103561035A (en) * 2013-11-11 2014-02-05 中国联合网络通信集团有限公司 Mobile subscriber safety protection method and system
CN103763507B (en) * 2014-01-09 2017-11-24 深圳市迪威视讯股份有限公司 Video conference terminal, service end, the upgrade-system of video conference terminal and method
CN104079631B (en) * 2014-06-09 2018-10-16 中国建设银行股份有限公司 A kind of method for edition management and relevant apparatus
CN105468385B (en) * 2014-08-27 2019-06-04 比亚迪股份有限公司 The update system and method for vehicle electronic device software
CN105022651B (en) * 2015-07-29 2018-08-28 北京后易科技有限公司 A kind of method for preventing piracy in equipment production process and firmware programming device
CN106648787A (en) * 2016-12-28 2017-05-10 平安科技(深圳)有限公司 Resource updating method and terminal
CN107506259A (en) * 2017-06-26 2017-12-22 努比亚技术有限公司 System repair, terminal and management method, server and storage medium
CN109391673B (en) * 2018-04-16 2021-01-05 深圳思为科技有限公司 Method, system and terminal equipment for managing update file
CN110972330B (en) * 2018-09-28 2021-12-14 华为技术有限公司 Terminal equipment upgrading method and related equipment
CN110012354B (en) * 2019-02-22 2021-11-16 广州视源电子科技股份有限公司 Method, system and television terminal for acquiring FVP service protocol
CN114386015A (en) * 2022-01-11 2022-04-22 绿能慧充数字技术有限公司 Method, system, device and medium for preventing program from being burnt mistakenly by remotely upgrading program

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1558606A (en) * 2004-02-10 2004-12-29 Ut斯达康通讯有限公司 Network terminal automatic configuration method
CN1731740A (en) * 2005-07-29 2006-02-08 杭州华为三康技术有限公司 Network device management method and network management system
CN101408846A (en) * 2008-11-24 2009-04-15 深圳华为通信技术有限公司 Method for upgrading antivirus software and corresponding terminal and system

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
FI113713B (en) * 2000-09-29 2004-05-31 Veikkaus Ab Oy Methods and arrangements for betting with off-line terminals

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1558606A (en) * 2004-02-10 2004-12-29 Ut斯达康通讯有限公司 Network terminal automatic configuration method
CN1731740A (en) * 2005-07-29 2006-02-08 杭州华为三康技术有限公司 Network device management method and network management system
CN101408846A (en) * 2008-11-24 2009-04-15 深圳华为通信技术有限公司 Method for upgrading antivirus software and corresponding terminal and system

Also Published As

Publication number Publication date
CN101860853A (en) 2010-10-13

Similar Documents

Publication Publication Date Title
WO2011153751A1 (en) Software upgrading method and apparatus
EP3716656B1 (en) Profile generation method, profile acquisition method, and related device and storage medium
EP2973147B1 (en) Policy-based secure web boot
WO2021129610A1 (en) Ota system software upgrade control method and terminal device
US9015694B2 (en) Cloud-based firmware distribution service
CN110178393B (en) Method, device and server for downloading subscription data set
CN104866336B (en) Silent in-vehicle software update
WO2016015558A1 (en) Method and apparatus for applying for license
TW538344B (en) System and process for building host computers
US11669342B2 (en) Profile transmission method, related device, and storage medium
CN105812479B (en) Request method and device and acquisition method and device for use permission
US20140059536A1 (en) Mobile terminal, information processing apparatus, and information processing method
WO2017071207A1 (en) Application installation method, corresponding apparatus, and application installation system
WO2013131337A1 (en) Cloud service-based application software installation method, device and system
JP2013522794A (en) System and method for remote maintenance of multiple clients in an electronic network using virtualization and authentication
US20120192263A1 (en) Access gateway and method for providing cloud storage service
WO2013004059A1 (en) Version upgrade method, terminal and version upgrade system
WO2018033094A1 (en) Rich communication suite release platform, method and system for version update, and mobile terminal
EP3051755A1 (en) Installation package authorization method and device
WO2011127847A2 (en) Method, apparatus and mobile terminal for updating service content of unstructured supplementary service data
CN113051539A (en) Method and device for calling digital certificate
KR101537098B1 (en) Terminal and management method for preload application installed on terminal
CN114329358A (en) Application signature method and system, transaction terminal and service platform
TW201327390A (en) System and method for installing program
CN112653685A (en) Method for assisting entry channel cloud interaction by client and electronic equipment

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

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

Country of ref document: EP

Kind code of ref document: A1