WO2012006853A1 - Method and server for updating java application in mobile terminal, and mobile terminal thereof - Google Patents
Method and server for updating java application in mobile terminal, and mobile terminal thereof Download PDFInfo
- Publication number
- WO2012006853A1 WO2012006853A1 PCT/CN2010/079628 CN2010079628W WO2012006853A1 WO 2012006853 A1 WO2012006853 A1 WO 2012006853A1 CN 2010079628 W CN2010079628 W CN 2010079628W WO 2012006853 A1 WO2012006853 A1 WO 2012006853A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- java application
- mobile terminal
- server
- updated
- mode
- Prior art date
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W8/00—Network data management
- H04W8/22—Processing or transfer of terminal data, e.g. status or physical capabilities
- H04W8/24—Transfer of terminal data
- H04W8/245—Transfer of terminal data from a network towards a terminal
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04M—TELEPHONIC COMMUNICATION
- H04M1/00—Substation equipment, e.g. for use by subscribers
- H04M1/72—Mobile telephones; Cordless telephones, i.e. devices for establishing wireless links to base stations without route selection
- H04M1/724—User interfaces specially adapted for cordless or mobile telephones
- H04M1/72403—User interfaces specially adapted for cordless or mobile telephones with means for local support of applications that increase the functionality
- H04M1/72406—User interfaces specially adapted for cordless or mobile telephones with means for local support of applications that increase the functionality by software upgrading or downloading
Definitions
- the present invention relates to the field of communications, and in particular to a method for updating a Java application of a mobile terminal, a server, and a mobile terminal.
- functions such as calls and short messages of mobile terminals, such as mobile phones, have become the most basic services of mobile communication operators, and value-added services have become profit growth points for operators.
- 3G era has prompted the introduction of new data services and multimedia services to mobile terminals.
- operators generally preset their unique services as operators' customized mobile phones in mobile terminals, such as preset IM (Instant Messaging) applications, music players, mobile navigation, etc. in mobile terminals. Value-added custom business.
- a primary object of the present invention is to provide a method, a server, and a mobile terminal for updating a Java application of a mobile terminal, so as to at least solve the problem that the user cannot update the Java application in time.
- a method for updating a Java application of a mobile terminal including: when there is an updated Java application, the server sends a notification message to the mobile terminal; the mobile terminal reports the notification message from the month The server downloads the updated Java application; the mobile terminal installs the downloaded updated Java application.
- the notification message carries a mode parameter, where the mode parameter includes: a background mode or a user confirmation mode, the background mode is used to instruct the mobile terminal to automatically download the updated Java application from the server, and the user confirmation mode is used to instruct the mobile terminal to The user provides a prompt message to select whether to download the updated Java application.
- the mobile terminal downloads the updated Java application from the server according to the notification message, including: the mobile terminal receives the notification message; parses out the mode parameter carried in the notification message; if the mode parameter is the background mode, the mobile terminal automatically downloads from the server The updated Java application installation file is local; if the mode parameter is the user confirmation mode, the mobile terminal provides a prompt message for the user to select whether to update the current Java application to the updated Java application, when receiving the user's instruction to select the update, The mobile terminal downloads the installation file of the updated Java application from the server to the local.
- the method further includes: if the updated Java application has an enhanced function compared to the pre-update Java application, the server sets the mode parameter in the notification message to the user. Confirmation mode; if the updated Java application is a Java application that has been repaired by the pre-update Java application, the server sets the mode parameter in the notification message to the background mode.
- the method further includes: after the installation is successful, the mobile terminal sends a response message of the installation success to the server, where the response message carries information about the current Java application of the mobile terminal;
- the server extracts the information of the current Java application of the mobile terminal from the received response message, and updates the locally saved corresponding information with the information of the current Java application of the mobile terminal.
- a server including: a sending module, configured to send a notification message to a mobile terminal when an updated Java application exists on the server, wherein the notification message is used to indicate the mobile terminal Download and install the updated Java application from the server.
- the notification message carries a mode parameter, where the mode parameter includes: a background mode or a user confirmation mode, where the background mode is used to instruct the mobile terminal to automatically download the update from the server.
- the Java application, the user confirmation mode is used to instruct the mobile terminal to provide the user with a prompt message for selecting whether to download the updated Java application.
- the server further includes: a receiving module, configured to receive a successful installation response message sent by the mobile terminal, where the response message carries information about the current Java application of the mobile terminal; and an update module, configured to receive from the received The information of the current Java application of the mobile terminal is extracted from the response message, and the corresponding information locally saved by the server is updated with the information of the current Java application of the mobile terminal.
- a mobile terminal including: a receiving module, configured to receive a notification message from a server, where the notification message is to notify the mobile terminal to download an update when an updated Java application exists on the server The Java application message; the download installation module, which is used to download the updated Java application from the server and install the downloaded updated Java application.
- the notification message carries a mode parameter, where the mode parameter includes: a background mode or a user confirmation mode, the background mode is used to instruct the mobile terminal to automatically download the updated Java application from the server, and the user confirmation mode is used to instruct the mobile terminal to The user provides a prompt message to select whether to download the updated Java application.
- the downloading and installing module includes: a parsing module, configured to parse the mode parameter carried in the notification message as a background mode; and a downloading module, configured to automatically download an updated Java application installation file from the server according to the background mode.
- the downloading and installing module includes: a parsing module, configured to parse out a mode parameter carried in the notification message as a user confirmation mode; and a providing module, configured to provide a prompt message according to the user confirmation mode for the user to select whether to update the current Java application And a downloading module, configured to download an updated installation file of the Java application from the server when receiving an instruction for the user to select the update.
- the server actively informs the mobile terminal through the message when there is an updated Java application (that is, there is a new version of the Java application), and the mobile terminal can timely download the updated Java application to the server, and perform The installation is implemented to implement the version update, which solves the problem that the related technology cannot update the Java application in time, and realizes the automatic and timely update of the Java application in the mobile terminal.
- the mobile communication carrier can also pass the server.
- a Java application that manages value-added services in mobile terminals.
- FIG. 1 is a flowchart of a method for updating a Java application of a mobile terminal according to an embodiment of the present invention
- FIG. 2 is a schematic diagram of a format of information for managing a Java application of a mobile terminal by a server according to an embodiment of the present invention
- 3 is a structural block diagram of a server according to an embodiment of the present invention
- FIG. 4 is a structural block diagram of a mobile terminal according to an embodiment of the present invention
- FIG. 5 is a structural block diagram of a mobile terminal according to a preferred embodiment of the present invention
- BEST MODE FOR CARRYING OUT THE INVENTION BEST MODE FOR CARRYING OUT THE INVENTION
- Step S102 When there is an updated Java application, the server sends a notification to the mobile terminal.
- the server may actively send a notification request message (ie, the above notification message) of the Java application version update to the mobile terminal.
- Step S104 The mobile terminal downloads the updated Java application from the server according to the received notification message.
- Step S106 The mobile terminal installs the downloaded updated Java application.
- the server since the user needs to access the server to select and download the updated Java application, the user cannot know the upgrade and update of the Java application software in time, and thus cannot be timely. Update the Java application.
- the server actively informs the mobile terminal through the message when there is an updated Java application (that is, a new version of the Java application is released), and the mobile terminal can timely download the updated Java application to the server.
- the server manages the Java application of the value-added service in the mobile terminal.
- the mobile terminal described above may be a mobile phone, a PDA (Personal Digital Assistant), or the like. Among them, it is preferably a mobile phone.
- the notification message sent by the server carries a mode parameter, where the mode parameter includes: a background mode or a user confirmation mode, the background mode is used to instruct the mobile terminal to automatically download the updated Java application from the server, and the user confirmation mode is used for The mobile terminal is instructed to provide the user with a prompt message to select whether to download the updated Java application.
- the mobile terminal downloads the updated Java application from the server according to an instruction input by the user.
- the step S104 includes: the mobile terminal receives the notification message; parses out the mode parameter carried in the notification message; if the parsed mode parameter is the background mode, the mobile terminal automatically downloads the updated update from the server The installation file of the Java application is local; if the parsed mode parameter is the user confirmation mode, the mobile terminal provides a prompt message for the user to select whether to update the current Java application to the updated Java application, when receiving an instruction to select the update by the user When the mobile terminal downloads the installation file of the above updated Java application from the server to the local.
- the preferred embodiment provides that the mobile terminal downloads a new version of the Java application from the server through a background mode (also referred to as a mode without user participation) or a user confirmation mode (which may also be referred to as a mode requiring user participation) (ie, the above updated A specific implementation of the Java application).
- a background mode also referred to as a mode without user participation
- a user confirmation mode which may also be referred to as a mode requiring user participation
- the mobile terminal can automatically download the installation files Jad and Jar files of the new version of the Java application from the server in the background, and automatically complete the installation operation in the background without any operation by the user. It provides convenience for users and improves the user experience.
- the prompt message provided by the user in the mobile terminal may select to update the Java application or select not to update, and if the user selects the update, the mobile terminal
- the Jad and Jar files of the updated Java application can be downloaded and installed directly and automatically to the server, thereby providing convenience for the user and improving the user's body-risk.
- the user confirmation mode described above it is apparent that after the user selects the update, the user connects to the server through a link of the new version of the Java application in the prompt message. Go to download the new version of the Java application's installation files Jad and Jar files, and start the installation operation by the user.
- the method further includes: if the updated Java application has an enhanced function compared to the pre-update Java application, the server sets the mode parameter in the notification message in step S102 For the above-mentioned user confirmation mode; if the updated Java application is a Java application after the failure of the pre-updated Java application, the server sets the mode parameter in the notification message in step S102 to the background mode described above. .
- the preferred embodiment provides a specific implementation of the server setting which mode the mobile terminal uses to update the Java application.
- the mode parameter in the notification message may be set to the user confirmation mode, and the user may autonomously select whether the update is required; if the Java service application is released due to fault repair For the version, you can set the mode parameter in the notification message to the background mode to fix the fault in the original version.
- the method further includes: after the installation is successful, the mobile terminal sends a response message of successful installation to the server, where the response message carries information about the current Java application of the mobile terminal (ie, the update)
- the server extracts the information of the current Java application of the mobile terminal from the received response message, and updates the locally saved corresponding information with the information of the current Java application of the mobile terminal.
- the preferred embodiment provides a specific implementation of the server managing the information of the Java application of the mobile terminal. By managing the information of the Java application on the mobile terminal, the server can clearly grasp the version number of each Java application and the state of installation or use on the mobile terminal or the user has deleted. 2 shows the format of the information of the Java application of the server management mobile terminal.
- a message is sent to the server, where the message includes the MIDlet-Name in the Jad file in the Java application.
- the server obtains the message, the message body is extracted, and a specific ID (identification) number is assigned to each Java application, and the name of the Java is stored in the Name node, and the version information is stored in the Version node. , and the status information of the application, Installed or Deleted, is stored in the Status node.
- the server can manage the information of the Java application on the mobile terminal, and when a new version is released, it can also determine which mobile terminals need to be updated, which ones do not need to be updated, and whether the background mode update or the application should be used.
- the user confirms the mode update and the like.
- the preferred embodiment solves the problem that the operator cannot clearly grasp the application software of the user using the service in the related art, and when the Java application software performs function enhancement or software failure repair and performs version update, the new version cannot be installed in time.
- the problem with the user terminal. 3 is a structural block diagram of a server 10 according to an embodiment of the present invention
- FIG. 4 is a structural block diagram of a mobile terminal 20 according to an embodiment of the present invention. As shown in FIG.
- the server 10 includes: a sending module 102, configured to send a notification message to the mobile terminal 20 when the updated Java application exists on the server 10, wherein the notification message is used to indicate the mobile terminal 20 from the server. 10 Download and install the updated Java application.
- the notification message carries a mode parameter, where the mode parameter includes: a background mode or a user confirmation mode, the background mode is used to instruct the mobile terminal to automatically download the updated Java application from the server, and the user confirmation mode is used to indicate the mobile terminal to The user provides a prompt message to select whether to download the updated Java application.
- the mode parameter includes: a background mode or a user confirmation mode
- the background mode is used to instruct the mobile terminal to automatically download the updated Java application from the server
- the user confirmation mode is used to indicate the mobile terminal to The user provides a prompt message to select whether to download the updated Java application.
- the server 10 may further include: a receiving module 104, configured to receive a successful installation response message sent by the mobile terminal 20, where the response message carries the current Java of the mobile terminal 20.
- the information of the application the update module 106 is configured to extract information about the current Java application of the mobile terminal 20 from the response message received by the receiving module 104, and update the server with the information of the current Java application of the mobile terminal 20. 10 Locally saved corresponding information.
- a receiving module 104 configured to receive a successful installation response message sent by the mobile terminal 20, where the response message carries the current Java of the mobile terminal 20.
- the information of the application the update module 106 is configured to extract information about the current Java application of the mobile terminal 20 from the response message received by the receiving module 104, and update the server with the information of the current Java application of the mobile terminal 20. 10 Locally saved corresponding information.
- the server 10 may further include: a setting module 108, configured to: when the updated Java application has an enhanced function compared to the pre-update Java application, the sending module 102 The mode parameter in the sent notification message is set to the user confirmation mode in the above method embodiment; when the updated Java application is the Java application after the failure of the pre-update Java application, the sending module 102 is to send The mode parameter in the notification message is set to the background mode in the above method embodiment. As shown in FIG.
- the mobile terminal 20 includes: a receiving module 202 and a download and install module 204, wherein: the receiving module 202 is configured to receive a notification message from the server 10, where the notification message is an update on the server 10 The Java application notifies the mobile terminal 20 to download the updated Java application message; the download installation module 204 is configured to download the updated Java application from the server 10 according to the notification message received by the receiving module 202, and install and download the The updated Java application.
- the notification message carries a mode parameter
- the mode parameter includes: a background mode or a user confirmation mode, where the background mode is used to instruct the mobile terminal to automatically download the updated Java application from the server, the user The acknowledgment mode is used to instruct the mobile terminal to provide the user with a prompt message to select whether to download the updated Java application.
- the download and installation module 204 includes: a parsing module, configured to parse out a mode parameter carried in the notification message received by the receiving module 202 as a background mode; and a downloading module, configured to automatically start from the server according to the background mode 10Download the installation file for the above updated Java application.
- the download and installation module 204 includes: a parsing module, configured to parse out a mode parameter carried in the notification message received by the receiving module 202 as a user confirmation mode; and a providing module, configured to provide a prompt message according to the user confirmation mode For the user to select whether to update the current Java application to the updated Java application; the downloading module is configured to download the installation file of the updated Java application from the server 10 when receiving an instruction for the user to select the update.
- the mobile terminal 20 is a mobile phone.
- the function of the receiving module 202 can be implemented by the background server module 206 in the mobile terminal, and the background server module and the download and installation module 204 constitute a Java application updating system.
- the background server module 206 is automatically loaded when the mobile terminal is powered on, and resides in the memory of the mobile terminal.
- the download installation module 204 is called by the background service module 206.
- the download and install module 204 performs different operations according to whether the mode parameter in the Notification request message is "user confirmation mode" or "background mode". If it is the "user confirmation mode", a prompt message is displayed on the interface of the mobile terminal, waiting for the user to process, and the user continues to download and install or the user performs a "cancel” operation (ie, does not update the operation).
- the download installation module automatically downloads the Java application installation files (Jad file and Jar file) from the server 10 in the background, automatically installs and sends to the server status information of whether the installation is successful.
- the mobile terminal shown in FIG. 5 the mobile terminal is used as a mobile phone as an example to describe the flow of the Java application update of the mobile phone.
- the method includes the following steps: Step S602: When a new version of the Java application software is released, The version of the Java application is configured on the server, and the update mode is set to "user confirmation mode" or "background mode” depending on the release. Set the number of the mobile phone on the server, start the Notification request message. send to phone.
- the update process is implemented as user participation and no user participation by configuring the mode in the request message to be "user confirmation mode" or "background mode”; Step S604, after the background service module of the mobile phone detects the Notification request message, Start downloading the installation module; Step S606, downloading the installation module to judge according to the mode in the Notification request message, if it is the "user confirmation mode", a prompt message is displayed on the mobile phone interface to inform the user that the version of the Java application software is updated. , please determine if it is updated.
- step S610 downloading the installation module to report the response message to the server, and establishing an HTTP connection with the server;
- Step S612 the server sends the JAD file to the mobile terminal through the HTTP protocol, and requests the mobile phone to check the JAD file;
- S614 downloading the installation module - the risk JAD file attribute, the mandatory attribute has
- Step S616 after the download and installation module is verified, the execution result is reported to the server;
- Step S620 downloading the installation module to verify whether the JAR file size is consistent with the JAD attribute, verifying whether the mandatory attribute Name, Version, Vendor of the installation file exists, and the signature of the risk certificate JAR file, and performing the installation operation after the verification is passed;
- Step S622 after the installation module successfully installs the Java application software, sends an installation success message (that is, the above-mentioned installation success response message) to the server, and carries the information such as the Name, Version, and the like of the Java application in the message;
- Step S624 the server After receiving the message that the installation is successful, the application management node of the server updates the corresponding Name, Version, and Status information. From the above description, it can be seen that the present invention achieves the following technical effects: (1) Proactively notify the user to initiate a mobile application software version update or directly trigger the mobile phone to automatically update the mobile application software in the background;
- the server can clearly grasp the version number of each Java application and the state of installation or use on the mobile phone or the user has deleted.
- modules or steps of the present invention can be implemented by a general-purpose computing device, which can be concentrated on a single computing device or distributed over a network composed of multiple computing devices.
- they may be implemented by program code executable by the computing device, such that they may be stored in the storage device by the computing device and, in some cases, may be different from the order herein.
- the steps shown or described are performed, or they are separately fabricated into individual integrated circuit modules, or a plurality of modules or steps are fabricated as a single integrated circuit module.
Landscapes
- Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Stored Programmes (AREA)
- Information Transfer Between Computers (AREA)
Abstract
A method and server for updating a Java application in a mobile terminal and the mobile terminal thereof are disclosed by the present invention, wherein the method includes: when an updated Java application exists, the server transmits a notification message to the mobile terminal; according to the notification message, the mobile terminal downloads the updated Java application from the server; the mobile terminal installs the updated Java application which is just downloaded. The present invention enables the automatic and in time update of the Java application in the mobile terminal, and also enables the mobile communication operator to manage the Java application of value-added service in the mobile terminal by the server.
Description
移动终端的 Java应用的更新方法、 月 务器和移动终端 技术领域 本发明涉及通信领域, 具体而言, 涉及一种移动终端的 Java应用的更新 方法、 艮务器和移动终端。 背景技术 随着移动通信技术的不断发展, 移动终端如手机的通话、 短信等功能都 已成为了移动通讯运营商的最基本服务, 而增值业务成为运营商的利润增长 点。 并且, 3G时代的来临促使新的数据业务和多媒体业务不断地引入到手机 终端。 针对该类业务, 运营商一般都将其作为运营商定制手机的独特业务预 置在手机终端中, 如手机终端中的预置 IM ( Instant Messaging, 即时通讯) 应用、 音乐随身听、 手机导航等增值类定制业务。 对于上述类别的增值业务应用客户端,运营商一般都是选择基于 Java平 台的客户端应用, 因为 Java平台的业务应用具有一次开发多处运行的特点, 不会因为手机操作系统的不同而需要重新开发应用软件。 目前, 现有的 Java 应用软件的下载,都是由用户自行在终端上访问应用服务器上的 Java应用的 链接, 首先通过浏览器下载到 Java的 Jad文件, 然后 艮据 Jad文件中的 MIDlet-Jar-URL属性下载 Jar文件进行校 -险后安装。 上述下载方法由于需要用户自己去访问服务器选择下载安装 Java应用 软件的新版本, 从而导致用户操作的不便, 并且釆用这种方式用户也无法及 时地获知业务应用软件的升级、 更新情况, 从而无法及时地进行 Java应用的 更新。 此外, 运营商也无法清楚掌握用户使用这类业务的应用软件情况, 当 Java应用软件进行功能增强或者软件故障修复而进行版本更新时, 也无法及 时地 ί巴新版本安装到用户终端。 发明内容 本发明的主要目的在于提供一种移动终端的 Java应用的更新方法、服务 器和移动终端, 以至少解决上述的用户无法及时地进行 Java应用的更新的问 题。
才艮据本发明的一个方面, 提供了一种移动终端的 Java应用的更新方法, 包括: 当存在更新的 Java应用时, 服务器向移动终端发送通知消息; 移动终 端才艮据通知消息, 从月艮务器下载更新的 Java应用; 移动终端安装下载的更新 的 Java应用。 优选地, 通知消息中携带有模式参数, 其中, 模式参数包括: 后台模式 或用户确认模式, 后台模式用于指示移动终端自动地从服务器下载更新的 Java应用, 用户确认模式用于指示移动终端向用户提供选择是否下载更新的 Java应用的提示消息。 优选地, 移动终端根据通知消息, 从服务器下载更新的 Java应用包括: 移动终端接收到通知消息; 解析出通知消息中携带的模式参数; 如果模式参 数为后台模式,则移动终端自动地从服务器下载更新的 Java应用的安装文件 到本地; 如果模式参数为用户确认模式, 则移动终端提供提示消息以供用户 选择是否将当前 Java应用更新为更新的 Java应用, 当接收到用户选择更新 的指令时, 移动终端从艮务器下载更新的 Java应用的安装文件到本地。 优选地, 在服务器向移动终端发送通知消息之前, 还包括: 若与更新前 的 Java应用相比, 更新的 Java应用具有增强的功能, 则月艮务器将通知消息 中的模式参数设置为用户确认模式; 若更新的 Java应用为更新前的 Java应 用经故障修复后的 Java应用,则服务器将通知消息中的模式参数设置为后台 模式。 优选地, 在移动终端安装下载的更新的 Java应用之后, 还包括: 安装成 功后, 移动终端向服务器发送安装成功的响应消息, 其中, 响应消息中携带 有移动终端的当前的 Java应用的信息;服务器从接收到的响应消息中提取出 移动终端的当前的 Java应用的信息, 并以移动终端的当前的 Java应用的信 息更新本地保存的对应信息。 根据本发明的另一方面, 还提供了一种服务器, 包括: 发送模块, 用于 当月艮务器上存在更新的 Java应用时, 向移动终端发送通知消息, 其中, 通知 消息用于指示移动终端从服务器下载并安装更新的 Java应用。 优选地, 通知消息中携带有模式参数, 其中, 模式参数包括: 后台模式 或用户确认模式, 后台模式用于指示移动终端自动地从服务器下载更新的
Java应用, 用户确认模式用于指示移动终端向用户提供选择是否下载更新的 Java应用的提示消息。 优选地, 该服务器还包括: 接收模块, 用于接收移动终端发送的安装成 功的响应消息,其中,响应消息中携带有移动终端的当前的 Java应用的信息; 更新模块,用于从接收到的响应消息中提取出移动终端的当前的 Java应用的 信息,并以移动终端的当前的 Java应用的信息更新月艮务器本地保存的对应信 息。 根据本发明的再一方面, 还提供了一种移动终端, 包括: 接收模块, 用 于接收来自服务器的通知消息,其中,通知消息为当服务器上存在更新的 Java 应用时, 通知移动终端下载更新的 Java应用的消息; 下载安装模块, 用于才艮 据通知消息, 从月艮务器下载更新的 Java应用, 并安装下载的更新的 Java应 用。 优选地, 通知消息中携带有模式参数, 其中, 模式参数包括: 后台模式 或用户确认模式, 后台模式用于指示移动终端自动地从服务器下载更新的 Java应用, 用户确认模式用于指示移动终端向用户提供选择是否下载更新的 Java应用的提示消息。 优选地, 下载安装模块包括: 解析模块, 用于解析出通知消息中携带的 模式参数为后台模式; 下载模块, 用于根据后台模式, 自动地从服务器下载 更新的 Java应用的安装文件。 优选地, 下载安装模块包括: 解析模块, 用于解析出通知消息中携带的 模式参数为用户确认模式; 提供模块, 用于根据用户确认模式, 提供提示消 息以供用户选择是否将当前 Java应用更新为更新的 Java应用; 下载模块, 用于当接收到用户选择更新的指令时,从服务器下载更新的 Java应用的安装 文件。 通过本发明, 由服务器在存在更新的 Java应用 (即有 Java应用的新版 本发布) 时主动地通过消息通知给移动终端, 移动终端即可及时地到服务器 去下载该更新的 Java应用, 并进行安装以实现版本更新, 解决了相关技术无 法及时地进行 Java应用的更新的问题, 实现了移动终端中的 Java应用的自 动地、 及时地更新, 同时, 移动通讯运营商也可以通过月艮务器管理移动终端 中增值业务的 Java应用。
附图说明 此处所说明的附图用来提供对本发明的进一步理解, 构成本申请的一部 分, 本发明的示意性实施例及其说明用于解释本发明, 并不构成对本发明的 不当限定。 在附图中: 图 1是才艮据本发明实施例的移动终端的 Java应用的更新方法的流程图; 图 2是根据本发明实施例的服务器管理移动终端的 Java应用的信息的格 式示意图; 图 3是根据本发明实施例的服务器的结构框图; 图 4是 居本发明实施例的移动终端的结构框图; 图 5是 居本发明优选实施例的移动终端的结构框图; 图 6是根据本发明优选实施例的手机中的 Java应用的更新流程图。 具体实施方式 下文中将参考附图并结合实施例来详细说明本发明。 需要说明的是, 在 不冲突的情况下, 本申请中的实施例及实施例中的特征可以相互组合。 图 1是才艮据本发明实施例的移动终端的 Java应用的更新方法的流程图, 包括以下步 4聚: 步骤 S 102, 当存在更新的 Java应用时, 月艮务器向移动终端发送通知消 息; 例如, 当有 Java应用的新版本发布时, 服务器可以主动给移动终端发送 Java应用版本更新的 Notification请求消息 (即上述的通知消息;)。 步骤 S 104, 移动终端根据接收到的通知消息, 从服务器下载更新的 Java 应用; 步骤 S 106, 移动终端安装下载的上述更新的 Java应用。 相关技术中由于需要用户自行访问服务器去选择下载更新的 Java应用, 这样, 用户无法及时地获知 Java应用软件的升级、 更新情况, 从而无法及时
地进行 Java应用的更新。 本实施例由服务器在存在更新的 Java应用 (即有 Java应用的新版本发布) 时主动地通过消息通知给移动终端, 移动终端即可 及时地到月艮务器去下载该更新的 Java应用, 并进行安装以实现版本更新, 解 决了相关技术无法及时地进行 Java应用的更新的问题, 实现了移动终端中的 Java应用的自动地、 及时地更新, 同时, 移动通讯运营商也可以通过月艮务器 管理移动终端中增值业务的 Java应用。 上述的移动终端可以是手机、 PDA ( Personal Digital Assistant, 个人数码 助理) 等。 其中, 优选地为手机。 优选地, 上述服务器发送的通知消息中携带有模式参数, 其中, 模式参 数包括: 后台模式或用户确认模式, 后台模式用于指示移动终端自动地从服 务器下载更新的 Java应用,用户确认模式用于指示移动终端向用户提供选择 是否下载更新的 Java应用的提示消息。 当用户选择进行更新时, 移动终端根 据用户输入的指令从服务器下载更新的 Java应用。 优选地, 步骤 S 104包括: 移动终端接收到通知消息; 解析出该通知消 息中携带的模式参数; 如果解析出的模式参数为后台模式, 则移动终端自动 地从月艮务器下载上述更新的 Java应用的安装文件到本地;如果解析出的模式 参数为用户确认模式, 则移动终端提供提示消息以供用户选择是否将当前 Java应用更新为上述更新的 Java应用, 当接收到用户选择更新的指令时, 移 动终端从艮务器下载上述更新的 Java应用的安装文件到本地。 该优选实施例提供了移动终端通过后台模式 (也可称为无需用户参与的 模式) 或者用户确认模式 (也可称为需用户参与的模式)从服务器下载 Java 应用的新版本 (即上述更新的 Java应用)的具体实施方案。 该后台模式的优 选实施例中,移动终端可以在后台自动地从月艮务器下载 Java应用的新版本的 安装文件 Jad和 Jar文件, 并在后台自动地完成安装操作, 无需用户进行任 何操作, 为用户提供了方便, 提高了用户的体验。 而在用户确认模式的优选 实施例中, 用户 居移动终端提供的提示消息 (例如, 移动终端通过显示屏 显示该提示消息)可以选择更新 Java应用或者选择不更新, 如果用户选择更 新, 则移动终端可以直接、 自动地到服务器下载并安装该更新的 Java应用的 安装文件 Jad和 Jar文件, 从而为用户提供了方便, 提高了用户的体 -险。 此外, 在上述用户确认模式的优选实施例中, 显然也可以在用户选择更 新后, 由用户通过提示消息中的 Java应用的新版本的链接, 连接到服务器上
去下载 Java应用的新版本的安装文件 Jad和 Jar文件, 并由用户启动安装操 作。 优选地, 在步骤 S 102之前, 还包括: 若与更新前的 Java应用相比, 上 述更新的 Java应用具有增强的功能, 则月艮务器将步骤 S 102中的通知消息中 的模式参数设置为上述用户确认模式; 若上述更新的 Java应用为更新前的 Java应用经故障 4爹复后的 Java应用, 则月艮务器将步骤 S 102中的通知消息中 的模式参数设置为上述后台模式。 该优选实施例提供了服务器设置移动终端釆用何种模式进行 Java应用 的更新的具体实施方案。 即如果该 Java业务应用的新版本主要是功能增强, 则可以设置通知消息中的模式参数为用户确认模式, 用户自己可以自主地选 择是否需要更新; 如果该 Java业务应用因为有故障修复而发布新版本, 则可 以设置通知消息中的模式参数为后台模式, 修复原版本中的故障。 通过根据 新版本的不同更新、 发布原因, 来灵活地为用户设置相应的更新模式, 进一 步为用户提供了方便并提高了用户的体验。 优选地, 在步 4聚 S 106之后, 还包括: 安装成功后, 移动终端向 艮务器 发送安装成功的响应消息, 其中, 响应消息中携带有移动终端的当前的 Java 应用的信息 (即更新后的 Java应用的信息); 月艮务器从接收到的响应消息中 提取出移动终端的当前的 Java应用的信息, 并以移动终端的当前的 Java应 用的信息更新本地保存的对应信息。 该优选实施例提供了服务器对移动终端的 Java应用的信息进行管理的 具体实施方案。 月艮务器通过管理移动终端上的 Java应用的信息, 可以清楚地 掌握每个 Java应用的版本号以及在移动终端上安装使用或者是用户已经删 除这样的状态。 图 2示出了服务器管理移动终端的 Java应用的信息的格式, Java应用安装、 更新成功、 删除成功后都会发消息到服务器上, 该消息中包 括 Java应用中的 Jad文件中的 MIDlet-Name, MIDlet- Version属性, 以及操 作是否成功的状态码信息。 服务器获取到该消息后, 提取消息体, 为每一个 Java应用指定一个特定的 ID (标识) 号, 并 JU巴该 Java的名称存入 Name (名称) 节点, 版本信息存入 Version (版本) 节点, 以及应用的状态信息 Installed (已安装) 或者 Deleted (已删除)存入 Status (状态) 节点。 这样, 月艮务器可以通过对移动终端上的 Java应用的信息的管理,在有新版本发布时 还可以确定哪些移动终端需要更新、 哪些不需要更新、 以及应该釆用后台模 式更新还是釆用用户确认模式更新等。
该优选实施例解决了相关技术中运营商无法清楚掌握用户使用这类业务 的应用软件情况,并且当 Java应用软件进行功能增强或者软件故障修复而进 行版本更新时, 也无法及时地把新版本安装到用户终端的问题。 图 3是根据本发明实施例的服务器 10的结构框图, 图 4是根据本发明 实施例的移动终端 20的结构框图。 如图 3所示, 该服务器 10包括: 发送模 块 102 , 用于当月艮务器 10上存在更新的 Java应用时, 向移动终端 20发送通 知消息, 其中, 通知消息用于指示移动终端 20从服务器 10下载并安装该更 新的 Java应用。 优选地, 通知消息中携带有模式参数, 模式参数包括: 后台模式或用户 确认模式, 后台模式用于指示移动终端自动地从艮务器下载更新的 Java应 用,用户确认模式用于指示移动终端向用户提供选择是否下载更新的 Java应 用的提示消息。 优选地, 如图 3所示, 月艮务器 10还可以包括: 接收模块 104 , 用于接收 移动终端 20发送的安装成功的响应消息, 其中, 响应消息中携带有移动终 端 20的当前的 Java应用的信息; 更新模块 106 , 用于从接收模块 104接收 到的响应消息中提取出移动终端 20的当前的 Java应用的信息, 并以移动终 端 20的当前的 Java应用的信息更新月艮务器 10本地保存的对应信息。 优选地, 如图 3所示, 月艮务器 10还可以包括: 设置模块 108 , 用于当与 更新前的 Java应用相比, 上述更新的 Java应用具有增强的功能时, 将发送 模块 102要发送的通知消息中的模式参数设置为上述方法实施例中的用户确 认模式; 当上述更新的 Java应用为更新前的 Java应用经故障 4爹复后的 Java 应用时, 将发送模块 102要发送的通知消息中的模式参数设置为上述方法实 施例中的后台模式。 如图 4所示, 该移动终端 20包括: 接收模块 202和下载安装模块 204 , 其中: 接收模块 202 , 用于接收来自服务器 10的通知消息, 其中, 通知消息 为当月艮务器 10上存在更新的 Java应用时,通知移动终端 20下载更新的 Java 应用的消息; 下载安装模块 204 , 用于根据接收模块 202接收到的通知消息, 从月艮务器 10下载该更新的 Java应用, 并安装下载的该更新的 Java应用。 优 选地, 通知消息中携带有模式参数, 模式参数包括: 后台模式或用户确认模 式, 后台模式用于指示移动终端自动地从服务器下载更新的 Java应用, 用户
确认模式用于指示移动终端向用户提供选择是否下载更新的 Java应用的提 示消息。 优选地, 下载安装模块 204包括: 解析模块, 用于解析出接收模块 202 接收到的通知消息中携带的模式参数为后台模式; 下载模块, 用于根据上述 后台模式, 自动地从月艮务器 10下载上述更新的 Java应用的安装文件。 或者, 优选地, 下载安装模块 204包括: 解析模块, 用于解析出接收模 块 202接收到的通知消息中携带的模式参数为用户确认模式; 提供模块, 用 于根据上述用户确认模式,提供提示消息以供用户选择是否将当前 Java应用 更新为上述更新的 Java应用; 下载模块, 用于当接收到用户选择更新的指令 时, 从艮务器 10下载上述更新的 Java应用的安装文件。 优选地, 上述移动终端 20为手机。 如图 5所示, 在实际实施的过程中, 可以由移动终端中的后台月艮务模块 206来实现上述接收模块 202的功能, 后台 艮务模块和下载安装模块 204构 成一个 Java应用更新系统。 其中, 后台月艮务模块 206在移动终端开机时自动加载, 并驻留在移动终 端的内存中。 当收到服务器 10发出的 Notification请求消息 (即上述的通知 消息) 时, 由后台服务模块 206调用下载安装模块 204。 下载安装模块 204 , 根据 Notification请求消息中的模式参数是 "用户确 认模式"或者"后台模式", 进行不同的操作。 如果是 "用户确认模式", 则在移 动终端的界面显示提示信息, 等待用户处理, 由用户继续下载安装或者用户 进行"取消"操作(即不更新操作)。 如果是"后台模式", 则下载安装模块在后 台自动地从艮务器 10下载 Java应用的安装文件 ( Jad文件和 Jar文件 ) 后, 自动安装并向服务器发送安装是否成功的状态信息。 结合图 5所示的移动终端, 以该移动终端为手机为例说明手机的 Java应 用更新的流程, 如图 6所示, 包括以下步骤: 步骤 S602 , Java应用软件有新版本发布时, 把新版本的 Java应用软件 配置到服务器上, 并且根据版本发布的原因设置更新模式为"用户确认模式" 或者"后台模式"。 在服务器上设置好手机的号码, 启动 Notification请求消息
发送到手机。 通过配置请求消息中的模式为"用户确认模式"或者"后台模式" 的不同, 更新过程实现为用户参与和无需用户参与两种情况; 步骤 S604, 手机的后台服务模块检测到 Notification请求消息后, 启动 下载安装模块; 步骤 S606 , 下载安装模块才艮据 Notification请求消息中的模式进行判断, 如果是 "用户确认模式", 则在手机界面弹出提示消息, 告诉用户某个 Java应 用软件的版本有更新, 请确定是否更新。 如果是"后台模式", 则直接在进入 步骤 S610后台启动下载安装流程; 步骤 S608, 该步骤仅应用于"用户确认模式", 手机用户针对弹出来的消 息进行操作, 参与下载安装 Java应用的过程; 步骤 S610, 下载安装模块上报响应消息给服务器, 并建立和服务器之间 HTTP连接; 步骤 S612, 服务器通过 HTTP协议, 下发 JAD文件到手机终端上, 并 要求手机对 JAD文件校 -险; 步骤 S614, 下载安装模块 -险证 JAD文件属性, 强制要求的属性有The present invention relates to the field of communications, and in particular to a method for updating a Java application of a mobile terminal, a server, and a mobile terminal. BACKGROUND With the continuous development of mobile communication technologies, functions such as calls and short messages of mobile terminals, such as mobile phones, have become the most basic services of mobile communication operators, and value-added services have become profit growth points for operators. Moreover, the advent of the 3G era has prompted the introduction of new data services and multimedia services to mobile terminals. For this type of service, operators generally preset their unique services as operators' customized mobile phones in mobile terminals, such as preset IM (Instant Messaging) applications, music players, mobile navigation, etc. in mobile terminals. Value-added custom business. For the above-mentioned value-added service application clients, operators generally choose client applications based on the Java platform, because the business applications of the Java platform have the characteristics of one-time development and multiple operations, and will not need to be re-created due to different mobile operating systems. Develop application software. At present, the downloading of existing Java application software is performed by the user to access the Java application link on the application server on the terminal, first downloading the Java Jad file through the browser, and then according to the MIDlet-Jar in the Jad file. - URL attribute to download the Jar file for school-insurance installation. The above download method requires the user to access the server to download and install a new version of the Java application software, thereby causing inconvenience to the user, and in this way, the user cannot know the upgrade and update of the business application software in time, thereby failing to Update Java applications in a timely manner. In addition, the operator cannot clearly grasp the application software of the user using such a service. When the Java application software is enhanced by the function or the software is repaired and the version is updated, the new version cannot be installed to the user terminal in time. SUMMARY OF THE INVENTION A primary object of the present invention is to provide a method, a server, and a mobile terminal for updating a Java application of a mobile terminal, so as to at least solve the problem that the user cannot update the Java application in time. According to an aspect of the present invention, a method for updating a Java application of a mobile terminal is provided, including: when there is an updated Java application, the server sends a notification message to the mobile terminal; the mobile terminal reports the notification message from the month The server downloads the updated Java application; the mobile terminal installs the downloaded updated Java application. Preferably, the notification message carries a mode parameter, where the mode parameter includes: a background mode or a user confirmation mode, the background mode is used to instruct the mobile terminal to automatically download the updated Java application from the server, and the user confirmation mode is used to instruct the mobile terminal to The user provides a prompt message to select whether to download the updated Java application. Preferably, the mobile terminal downloads the updated Java application from the server according to the notification message, including: the mobile terminal receives the notification message; parses out the mode parameter carried in the notification message; if the mode parameter is the background mode, the mobile terminal automatically downloads from the server The updated Java application installation file is local; if the mode parameter is the user confirmation mode, the mobile terminal provides a prompt message for the user to select whether to update the current Java application to the updated Java application, when receiving the user's instruction to select the update, The mobile terminal downloads the installation file of the updated Java application from the server to the local. Preferably, before the server sends the notification message to the mobile terminal, the method further includes: if the updated Java application has an enhanced function compared to the pre-update Java application, the server sets the mode parameter in the notification message to the user. Confirmation mode; if the updated Java application is a Java application that has been repaired by the pre-update Java application, the server sets the mode parameter in the notification message to the background mode. Preferably, after the mobile terminal installs the downloaded updated Java application, the method further includes: after the installation is successful, the mobile terminal sends a response message of the installation success to the server, where the response message carries information about the current Java application of the mobile terminal; The server extracts the information of the current Java application of the mobile terminal from the received response message, and updates the locally saved corresponding information with the information of the current Java application of the mobile terminal. According to another aspect of the present invention, a server is provided, including: a sending module, configured to send a notification message to a mobile terminal when an updated Java application exists on the server, wherein the notification message is used to indicate the mobile terminal Download and install the updated Java application from the server. Preferably, the notification message carries a mode parameter, where the mode parameter includes: a background mode or a user confirmation mode, where the background mode is used to instruct the mobile terminal to automatically download the update from the server. The Java application, the user confirmation mode is used to instruct the mobile terminal to provide the user with a prompt message for selecting whether to download the updated Java application. Preferably, the server further includes: a receiving module, configured to receive a successful installation response message sent by the mobile terminal, where the response message carries information about the current Java application of the mobile terminal; and an update module, configured to receive from the received The information of the current Java application of the mobile terminal is extracted from the response message, and the corresponding information locally saved by the server is updated with the information of the current Java application of the mobile terminal. According to still another aspect of the present invention, a mobile terminal is provided, including: a receiving module, configured to receive a notification message from a server, where the notification message is to notify the mobile terminal to download an update when an updated Java application exists on the server The Java application message; the download installation module, which is used to download the updated Java application from the server and install the downloaded updated Java application. Preferably, the notification message carries a mode parameter, where the mode parameter includes: a background mode or a user confirmation mode, the background mode is used to instruct the mobile terminal to automatically download the updated Java application from the server, and the user confirmation mode is used to instruct the mobile terminal to The user provides a prompt message to select whether to download the updated Java application. Preferably, the downloading and installing module includes: a parsing module, configured to parse the mode parameter carried in the notification message as a background mode; and a downloading module, configured to automatically download an updated Java application installation file from the server according to the background mode. Preferably, the downloading and installing module includes: a parsing module, configured to parse out a mode parameter carried in the notification message as a user confirmation mode; and a providing module, configured to provide a prompt message according to the user confirmation mode for the user to select whether to update the current Java application And a downloading module, configured to download an updated installation file of the Java application from the server when receiving an instruction for the user to select the update. Through the present invention, the server actively informs the mobile terminal through the message when there is an updated Java application (that is, there is a new version of the Java application), and the mobile terminal can timely download the updated Java application to the server, and perform The installation is implemented to implement the version update, which solves the problem that the related technology cannot update the Java application in time, and realizes the automatic and timely update of the Java application in the mobile terminal. At the same time, the mobile communication carrier can also pass the server. A Java application that manages value-added services in mobile terminals. BRIEF DESCRIPTION OF THE DRAWINGS The accompanying drawings, which are set to illustrate,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, In the drawings: FIG. 1 is a flowchart of a method for updating a Java application of a mobile terminal according to an embodiment of the present invention; FIG. 2 is a schematic diagram of a format of information for managing a Java application of a mobile terminal by a server according to an embodiment of the present invention; 3 is a structural block diagram of a server according to an embodiment of the present invention; FIG. 4 is a structural block diagram of a mobile terminal according to an embodiment of the present invention; FIG. 5 is a structural block diagram of a mobile terminal according to a preferred embodiment of the present invention; An update flow chart of a Java application in a mobile phone of a preferred embodiment of the invention. BEST MODE FOR CARRYING OUT THE INVENTION Hereinafter, the present invention will be described in detail with reference to the accompanying drawings. It should be noted that the embodiments in the present application and the features in the embodiments may be combined with each other without conflict. 1 is a flowchart of a method for updating a Java application of a mobile terminal according to an embodiment of the present invention, including the following steps: Step S102: When there is an updated Java application, the server sends a notification to the mobile terminal. For example, when a new version of the Java application is released, the server may actively send a notification request message (ie, the above notification message) of the Java application version update to the mobile terminal. Step S104: The mobile terminal downloads the updated Java application from the server according to the received notification message. Step S106: The mobile terminal installs the downloaded updated Java application. In the related art, since the user needs to access the server to select and download the updated Java application, the user cannot know the upgrade and update of the Java application software in time, and thus cannot be timely. Update the Java application. In this embodiment, the server actively informs the mobile terminal through the message when there is an updated Java application (that is, a new version of the Java application is released), and the mobile terminal can timely download the updated Java application to the server. And installing to implement the version update, solving the problem that the related technology cannot update the Java application in time, realizing the automatic and timely update of the Java application in the mobile terminal, and at the same time, the mobile communication operator can also pass the new moon The server manages the Java application of the value-added service in the mobile terminal. The mobile terminal described above may be a mobile phone, a PDA (Personal Digital Assistant), or the like. Among them, it is preferably a mobile phone. Preferably, the notification message sent by the server carries a mode parameter, where the mode parameter includes: a background mode or a user confirmation mode, the background mode is used to instruct the mobile terminal to automatically download the updated Java application from the server, and the user confirmation mode is used for The mobile terminal is instructed to provide the user with a prompt message to select whether to download the updated Java application. When the user chooses to make an update, the mobile terminal downloads the updated Java application from the server according to an instruction input by the user. Preferably, the step S104 includes: the mobile terminal receives the notification message; parses out the mode parameter carried in the notification message; if the parsed mode parameter is the background mode, the mobile terminal automatically downloads the updated update from the server The installation file of the Java application is local; if the parsed mode parameter is the user confirmation mode, the mobile terminal provides a prompt message for the user to select whether to update the current Java application to the updated Java application, when receiving an instruction to select the update by the user When the mobile terminal downloads the installation file of the above updated Java application from the server to the local. The preferred embodiment provides that the mobile terminal downloads a new version of the Java application from the server through a background mode (also referred to as a mode without user participation) or a user confirmation mode (which may also be referred to as a mode requiring user participation) (ie, the above updated A specific implementation of the Java application). In a preferred embodiment of the background mode, the mobile terminal can automatically download the installation files Jad and Jar files of the new version of the Java application from the server in the background, and automatically complete the installation operation in the background without any operation by the user. It provides convenience for users and improves the user experience. In a preferred embodiment of the user confirmation mode, the prompt message provided by the user in the mobile terminal (for example, the mobile terminal displays the prompt message through the display screen) may select to update the Java application or select not to update, and if the user selects the update, the mobile terminal The Jad and Jar files of the updated Java application can be downloaded and installed directly and automatically to the server, thereby providing convenience for the user and improving the user's body-risk. In addition, in the preferred embodiment of the user confirmation mode described above, it is apparent that after the user selects the update, the user connects to the server through a link of the new version of the Java application in the prompt message. Go to download the new version of the Java application's installation files Jad and Jar files, and start the installation operation by the user. Preferably, before step S102, the method further includes: if the updated Java application has an enhanced function compared to the pre-update Java application, the server sets the mode parameter in the notification message in step S102 For the above-mentioned user confirmation mode; if the updated Java application is a Java application after the failure of the pre-updated Java application, the server sets the mode parameter in the notification message in step S102 to the background mode described above. . The preferred embodiment provides a specific implementation of the server setting which mode the mobile terminal uses to update the Java application. That is, if the new version of the Java service application is mainly a function enhancement, the mode parameter in the notification message may be set to the user confirmation mode, and the user may autonomously select whether the update is required; if the Java service application is released due to fault repair For the version, you can set the mode parameter in the notification message to the background mode to fix the fault in the original version. By flexibly setting the corresponding update mode for users according to different update and release reasons of the new version, the user is further provided with convenience and improved user experience. Preferably, after step S106, the method further includes: after the installation is successful, the mobile terminal sends a response message of successful installation to the server, where the response message carries information about the current Java application of the mobile terminal (ie, the update) After the information of the Java application, the server extracts the information of the current Java application of the mobile terminal from the received response message, and updates the locally saved corresponding information with the information of the current Java application of the mobile terminal. The preferred embodiment provides a specific implementation of the server managing the information of the Java application of the mobile terminal. By managing the information of the Java application on the mobile terminal, the server can clearly grasp the version number of each Java application and the state of installation or use on the mobile terminal or the user has deleted. 2 shows the format of the information of the Java application of the server management mobile terminal. After the Java application is installed, updated successfully, and the deletion is successful, a message is sent to the server, where the message includes the MIDlet-Name in the Jad file in the Java application. MIDlet- Version property, and status code information for whether the operation was successful. After the server obtains the message, the message body is extracted, and a specific ID (identification) number is assigned to each Java application, and the name of the Java is stored in the Name node, and the version information is stored in the Version node. , and the status information of the application, Installed or Deleted, is stored in the Status node. In this way, the server can manage the information of the Java application on the mobile terminal, and when a new version is released, it can also determine which mobile terminals need to be updated, which ones do not need to be updated, and whether the background mode update or the application should be used. The user confirms the mode update and the like. The preferred embodiment solves the problem that the operator cannot clearly grasp the application software of the user using the service in the related art, and when the Java application software performs function enhancement or software failure repair and performs version update, the new version cannot be installed in time. The problem with the user terminal. 3 is a structural block diagram of a server 10 according to an embodiment of the present invention, and FIG. 4 is a structural block diagram of a mobile terminal 20 according to an embodiment of the present invention. As shown in FIG. 3, the server 10 includes: a sending module 102, configured to send a notification message to the mobile terminal 20 when the updated Java application exists on the server 10, wherein the notification message is used to indicate the mobile terminal 20 from the server. 10 Download and install the updated Java application. Preferably, the notification message carries a mode parameter, where the mode parameter includes: a background mode or a user confirmation mode, the background mode is used to instruct the mobile terminal to automatically download the updated Java application from the server, and the user confirmation mode is used to indicate the mobile terminal to The user provides a prompt message to select whether to download the updated Java application. Preferably, as shown in FIG. 3, the server 10 may further include: a receiving module 104, configured to receive a successful installation response message sent by the mobile terminal 20, where the response message carries the current Java of the mobile terminal 20. The information of the application; the update module 106 is configured to extract information about the current Java application of the mobile terminal 20 from the response message received by the receiving module 104, and update the server with the information of the current Java application of the mobile terminal 20. 10 Locally saved corresponding information. Preferably, as shown in FIG. 3, the server 10 may further include: a setting module 108, configured to: when the updated Java application has an enhanced function compared to the pre-update Java application, the sending module 102 The mode parameter in the sent notification message is set to the user confirmation mode in the above method embodiment; when the updated Java application is the Java application after the failure of the pre-update Java application, the sending module 102 is to send The mode parameter in the notification message is set to the background mode in the above method embodiment. As shown in FIG. 4, the mobile terminal 20 includes: a receiving module 202 and a download and install module 204, wherein: the receiving module 202 is configured to receive a notification message from the server 10, where the notification message is an update on the server 10 The Java application notifies the mobile terminal 20 to download the updated Java application message; the download installation module 204 is configured to download the updated Java application from the server 10 according to the notification message received by the receiving module 202, and install and download the The updated Java application. Preferably, the notification message carries a mode parameter, and the mode parameter includes: a background mode or a user confirmation mode, where the background mode is used to instruct the mobile terminal to automatically download the updated Java application from the server, the user The acknowledgment mode is used to instruct the mobile terminal to provide the user with a prompt message to select whether to download the updated Java application. Preferably, the download and installation module 204 includes: a parsing module, configured to parse out a mode parameter carried in the notification message received by the receiving module 202 as a background mode; and a downloading module, configured to automatically start from the server according to the background mode 10Download the installation file for the above updated Java application. Or, preferably, the download and installation module 204 includes: a parsing module, configured to parse out a mode parameter carried in the notification message received by the receiving module 202 as a user confirmation mode; and a providing module, configured to provide a prompt message according to the user confirmation mode For the user to select whether to update the current Java application to the updated Java application; the downloading module is configured to download the installation file of the updated Java application from the server 10 when receiving an instruction for the user to select the update. Preferably, the mobile terminal 20 is a mobile phone. As shown in FIG. 5, in the actual implementation process, the function of the receiving module 202 can be implemented by the background server module 206 in the mobile terminal, and the background server module and the download and installation module 204 constitute a Java application updating system. The background server module 206 is automatically loaded when the mobile terminal is powered on, and resides in the memory of the mobile terminal. When the Notification request message (i.e., the above notification message) issued by the server 10 is received, the download installation module 204 is called by the background service module 206. The download and install module 204 performs different operations according to whether the mode parameter in the Notification request message is "user confirmation mode" or "background mode". If it is the "user confirmation mode", a prompt message is displayed on the interface of the mobile terminal, waiting for the user to process, and the user continues to download and install or the user performs a "cancel" operation (ie, does not update the operation). If it is "background mode", the download installation module automatically downloads the Java application installation files (Jad file and Jar file) from the server 10 in the background, automatically installs and sends to the server status information of whether the installation is successful. Referring to the mobile terminal shown in FIG. 5, the mobile terminal is used as a mobile phone as an example to describe the flow of the Java application update of the mobile phone. As shown in FIG. 6, the method includes the following steps: Step S602: When a new version of the Java application software is released, The version of the Java application is configured on the server, and the update mode is set to "user confirmation mode" or "background mode" depending on the release. Set the number of the mobile phone on the server, start the Notification request message. send to phone. The update process is implemented as user participation and no user participation by configuring the mode in the request message to be "user confirmation mode" or "background mode"; Step S604, after the background service module of the mobile phone detects the Notification request message, Start downloading the installation module; Step S606, downloading the installation module to judge according to the mode in the Notification request message, if it is the "user confirmation mode", a prompt message is displayed on the mobile phone interface to inform the user that the version of the Java application software is updated. , please determine if it is updated. If it is "background mode", the download installation process is started directly in the background of step S610; step S608, the step is only applied to the "user confirmation mode", the mobile phone user operates on the pop-up message, and participates in the process of downloading and installing the Java application. Step S610, downloading the installation module to report the response message to the server, and establishing an HTTP connection with the server; Step S612, the server sends the JAD file to the mobile terminal through the HTTP protocol, and requests the mobile phone to check the JAD file; S614, downloading the installation module - the risk JAD file attribute, the mandatory attribute has
MIDlet-Name, MIDlet- Version, MIDlet- Vendor, MIDlet- Jar-URL、 MIDlet-Name, MIDlet- Version, MIDlet- Vendor, MIDlet- Jar-URL,
MIDlet- Jar-Size, 以及是否有足够的空间安装并验证证书是否有效; 步骤 S616, 下载安装模块验证通过后, 把执行结果上报服务器; 步骤 S618, 服务器下发 JAR文件, 并要求手机进行 Java应用安装; 步骤 S620, 下载安装模块验证 JAR文件大小是否与 JAD属性一致, 验 证安装文件的强制属性 Name、 Version, Vendor是否存在, 并且-险证 JAR文 件的签名, 校验通过后, 进行安装操作; 步骤 S622, 下载安装模块安装 Java应用软件成功后, 向服务器发送安 装成功消息 (即上述的安装成功的响应消息), 并在此消息中携带有 Java应 用的 Name、 Version等信息; 步骤 S624, 服务器在收到安装成功的消息后, 在服务器的应用管理节点 更新对应的 Name、 Version、 Status信息。
从以上的描述中, 可以看出, 本发明实现了如下技术效果: ( 1 ) 可以主动通知提示用户发起手机应用软件版本更新或者直接触发 手机在后台自动更新手机应用软件; MIDlet-Jar-Size, and whether there is enough space to install and verify whether the certificate is valid; Step S616, after the download and installation module is verified, the execution result is reported to the server; Step S618, the server delivers the JAR file, and requests the mobile phone to perform the Java application. Step S620, downloading the installation module to verify whether the JAR file size is consistent with the JAD attribute, verifying whether the mandatory attribute Name, Version, Vendor of the installation file exists, and the signature of the risk certificate JAR file, and performing the installation operation after the verification is passed; Step S622, after the installation module successfully installs the Java application software, sends an installation success message (that is, the above-mentioned installation success response message) to the server, and carries the information such as the Name, Version, and the like of the Java application in the message; Step S624, the server After receiving the message that the installation is successful, the application management node of the server updates the corresponding Name, Version, and Status information. From the above description, it can be seen that the present invention achieves the following technical effects: (1) Proactively notify the user to initiate a mobile application software version update or directly trigger the mobile phone to automatically update the mobile application software in the background;
( 2 ) 月艮务器通过管理移动终端上的 Java应用的信息, 可以清楚地掌握 每个 Java应用的版本号以及在手机上安装使用或者是用户已经删除这样的 状态。 显然, 本领域的技术人员应该明白, 上述的本发明的各模块或各步骤可 以用通用的计算装置来实现, 它们可以集中在单个的计算装置上, 或者分布 在多个计算装置所组成的网络上, 可选地, 它们可以用计算装置可执行的程 序代码来实现, 从而, 可以将它们存储在存储装置中由计算装置来执行, 并 且在某些情况下, 可以以不同于此处的顺序执行所示出或描述的步骤, 或者 将它们分别制作成各个集成电路模块, 或者将它们中的多个模块或步骤制作 成单个集成电路模块来实现。 这样, 本发明不限制于任何特定的硬件和软件 结合。 以上所述仅为本发明的优选实施例而已, 并不用于限制本发明, 对于本 领域的技术人员来说, 本发明可以有各种更改和变化。 凡在本发明的^"神和 原则之内, 所作的任何修改、 等同替换、 改进等, 均应包含在本发明的保护 范围之内。
(2) By managing the information of the Java application on the mobile terminal, the server can clearly grasp the version number of each Java application and the state of installation or use on the mobile phone or the user has deleted. Obviously, those skilled in the art should understand that the above modules or steps of the present invention can be implemented by a general-purpose computing device, which can be concentrated on a single computing device or distributed over a network composed of multiple computing devices. Alternatively, they may be implemented by program code executable by the computing device, such that they may be stored in the storage device by the computing device and, in some cases, may be different from the order herein. The steps shown or described are performed, or they are separately fabricated into individual integrated circuit modules, or a plurality of modules or steps are fabricated as a single integrated circuit module. Thus, the invention is not limited to any particular combination of hardware and software. The above description 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 scope of the present invention are intended to be included within the scope of the present invention.
Claims
权 利 要 求 书 一种移动终端的 java应用的更新方法, 其特征在于, 包括: 当存在更新的 Java应用时, 月艮务器向移动终端发送通知消息; 所述移动终端 据所述通知消息, 从所述艮务器下载所述更新的 Java应用; The present invention provides a method for updating a Java application of a mobile terminal, including: when there is an updated Java application, the server sends a notification message to the mobile terminal; according to the notification message, the mobile terminal Downloading the updated Java application from the server;
所述移动终端安装下载的所述更新的 Java应用。 根据权利要求 1所述的方法, 其特征在于, 所述通知消息中携带有模式 参数, 其中, 所述模式参数包括: 后台模式或用户确认模式, 所述后台 模式用于指示所述移动终端自动地从所述艮务器下载所述更新的 Java应 用, 所述用户确认模式用于指示所述移动终端向用户提供选择是否下载 所述更新的 Java应用的提示消息。 才艮据权利要求 2所述的方法, 其特征在于, 所述移动终端 -据所述通知 消息, 从所述服务器下载所述更新的 Java应用包括: The mobile terminal installs the downloaded Java application that is downloaded. The method according to claim 1, wherein the notification message carries a mode parameter, where the mode parameter includes: a background mode or a user confirmation mode, where the background mode is used to indicate that the mobile terminal automatically Downloading the updated Java application from the server, the user confirmation mode is used to instruct the mobile terminal to provide a prompt message to the user to select whether to download the updated Java application. The method according to claim 2, wherein the mobile terminal - according to the notification message, downloading the updated Java application from the server comprises:
所述移动终端接收到所述通知消息; Receiving, by the mobile terminal, the notification message;
解析出所述通知消息中携带的所述模式参数; Parsing the mode parameter carried in the notification message;
如果所述模式参数为后台模式, 则所述移动终端自动地从所述服务 器下载所述更新的 Java应用的安装文件到本地; If the mode parameter is a background mode, the mobile terminal automatically downloads an installation file of the updated Java application from the server to the local device;
如果所述模式参数为用户确认模式, 则所述移动终端提供提示消息 以供用户选择是否将当前 Java应用更新为所述更新的 Java应用,当接收 到用户选择更新的指令时, 所述移动终端从所述月艮务器下载所述更新的 Java应用的安装文件到本地。 根据权利要求 2所述的方法, 其特征在于, 在所述服务器向移动终端发 送通^消息之前, 还包括: If the mode parameter is a user confirmation mode, the mobile terminal provides a prompt message for the user to select whether to update the current Java application to the updated Java application, and when receiving an instruction for the user to select an update, the mobile terminal Downloading the updated Java application installation file from the server to the local. The method according to claim 2, wherein before the server sends the message to the mobile terminal, the method further includes:
若与更新前的 Java应用相比,所述更新的 Java应用具有增强的功能, 则所述服务器将所述通知消息中的模式参数设置为所述用户确认模式; 若所述更新的 Java应用为所述更新前的 Java应用经故障 4爹复后的 Java应用, 则所述服务器将所述通知消息中的模式参数设置为所述后台 模式。
If the updated Java application has an enhanced function compared to the pre-update Java application, the server sets a mode parameter in the notification message to the user confirmation mode; if the updated Java application is The Java application after the pre-update Java application is faulty, and the server sets a mode parameter in the notification message to the background mode.
5. 根据权利要求 1所述的方法, 其特征在于, 在所述移动终端安装下载的 所述更新的 Java应用之后, 还包括: The method according to claim 1, wherein after the mobile terminal installs the downloaded Java application, the method further includes:
安装成功后,所述移动终端向所述服务器发送安装成功的响应消息, 其中, 所述响应消息中携带有所述移动终端的当前的 Java应用的信息; 所述月艮务器从接收到的所述响应消息中提取出所述移动终端的当前 的 Java应用的信息,并以所述移动终端的当前的 Java应用的信息更新本 地保存的对应信息。 After the installation is successful, the mobile terminal sends a response message indicating that the installation is successful to the server, where the response message carries information about the current Java application of the mobile terminal, and the server receives the received information from the server. The response message extracts information of the current Java application of the mobile terminal, and updates locally saved corresponding information with information of the current Java application of the mobile terminal.
6. —种服务器, 其特征在于, 包括: 6. A server, characterized in that:
发送模块, 用于当所述月艮务器上存在更新的 Java应用时, 向移动终 端发送通知消息, 其中, 所述通知消息用于指示所述移动终端从所述月艮 务器下载并安装所述更新的 Java应用。 a sending module, configured to send a notification message to the mobile terminal when the updated Java application exists on the server, where the notification message is used to instruct the mobile terminal to download and install from the server The updated Java application.
7. 根据权利要求 6所述的服务器, 其特征在于, 所述通知消息中携带有模 式参数, 其中, 所述模式参数包括: 后台模式或用户确认模式, 所述后 台模式用于指示所述移动终端自动地从所述月艮务器下载所述更新的 Java 应用, 所述用户确认模式用于指示所述移动终端向用户提供选择是否下 载所述更新的 Java应用的提示消息。 The server according to claim 6, wherein the notification message carries a mode parameter, wherein the mode parameter comprises: a background mode or a user confirmation mode, wherein the background mode is used to indicate the mobile The terminal automatically downloads the updated Java application from the server, the user confirmation mode for instructing the mobile terminal to provide a prompt message to the user to select whether to download the updated Java application.
8. 根据权利要求 6或 7所述的服务器, 其特征在于, 还包括: The server according to claim 6 or 7, further comprising:
接收模块, 用于接收所述移动终端发送的安装成功的响应消息, 其 中, 所述响应消息中携带有所述移动终端的当前的 Java应用的信息; 更新模块, 用于从接收到的所述响应消息中提取出所述移动终端的 当前的 Java应用的信息,并以所述移动终端的当前的 Java应用的信息更 新所述艮务器本地保存的对应信息。 a receiving module, configured to receive a response message of the installation success sent by the mobile terminal, where the response message carries information about a current Java application of the mobile terminal, and an update module, configured to receive the received Extracting information of the current Java application of the mobile terminal from the response message, and updating corresponding information locally saved by the server with the information of the current Java application of the mobile terminal.
9. 一种移动终端, 其特征在于, 包括: A mobile terminal, comprising:
接收模块, 用于接收来自服务器的通知消息, 其中, 所述通知消息 为当所述月艮务器上存在更新的 Java应用时, 通知所述移动终端下载所述 更新的 Java应用的消息; a receiving module, configured to receive a notification message from the server, where the notification message is a message that notifies the mobile terminal to download the updated Java application when there is an updated Java application on the server;
下载安装模块, 用于根据所述通知消息, 从所述服务器下载所述更 新的 Java应用, 并安装下载的所述更新的 Java应用。
And downloading an installation module, configured to download the updated Java application from the server according to the notification message, and install the downloaded Java application that is downloaded.
10. 根据权利要求 9所述的移动终端, 其特征在于, 所述通知消息中携带有 模式参数, 其中, 所述模式参数包括: 后台模式或用户确认模式, 所述 后台模式用于指示所述移动终端自动地从所述服务器下载所述更新的 Java应用, 所述用户确认模式用于指示所述移动终端向用户提供选择是 否下载所述更新的 Java应用的提示消息。 The mobile terminal according to claim 9, wherein the notification message carries a mode parameter, where the mode parameter includes: a background mode or a user confirmation mode, where the background mode is used to indicate the The mobile terminal automatically downloads the updated Java application from the server, the user confirmation mode for instructing the mobile terminal to provide a prompt message to the user to select whether to download the updated Java application.
11. 根据权利要求 10所述的移动终端 ,其特征在于,所述下载安装模块包括: 解析模块,用于解析出所述通知消息中携带的模式参数为后台模式; 下载模块, 用于根据所述后台模式, 自动地从所述服务器下载所述 更新的 Java应用的安装文件。 The mobile terminal according to claim 10, wherein the download and installation module comprises: a parsing module, configured to parse out a mode parameter carried in the notification message as a background mode; and a downloading module, configured to The background mode automatically downloads the installation file of the updated Java application from the server.
12. 根据权利要求 10所述的移动终端 ,其特征在于,所述下载安装模块包括: 解析模块, 用于解析出所述通知消息中携带的模式参数为用户确认 模式; The mobile terminal according to claim 10, wherein the download and installation module comprises: a parsing module, configured to parse out a mode parameter carried in the notification message as a user confirmation mode;
提供模块, 用于根据所述用户确认模式, 提供提示消息以供用户选 择是否将当前 Java应用更新为所述更新的 Java应用; Providing a module, configured to provide, according to the user confirmation mode, a prompt message for the user to select whether to update the current Java application to the updated Java application;
下载模块, 用于当接收到用户选择更新的指令时, 从所述服务器下 载所述更新的 Java应用的安装文件。
And a downloading module, configured to download an installation file of the updated Java application from the server when receiving an instruction that the user selects an update.
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201010230245.5 | 2010-07-14 | ||
CN201010230245.5A CN101895873B (en) | 2010-07-14 | 2010-07-14 | The update method of the Java application of mobile terminal, server and mobile terminal |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2012006853A1 true WO2012006853A1 (en) | 2012-01-19 |
Family
ID=43104905
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2010/079628 WO2012006853A1 (en) | 2010-07-14 | 2010-12-09 | Method and server for updating java application in mobile terminal, and mobile terminal thereof |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN101895873B (en) |
WO (1) | WO2012006853A1 (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104717298A (en) * | 2015-03-27 | 2015-06-17 | 北京畅游天下网络技术有限公司 | Downloading method and device based on waterfall flow type browse |
WO2017185550A1 (en) * | 2016-04-29 | 2017-11-02 | 福建联迪商用设备有限公司 | Method and system for remotely controlling android terminal applications |
Families Citing this family (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101895873B (en) * | 2010-07-14 | 2015-08-12 | 中兴通讯股份有限公司 | The update method of the Java application of mobile terminal, server and mobile terminal |
US9378007B2 (en) * | 2010-12-01 | 2016-06-28 | Apple Inc. | Pre-heated software installation |
CN102571899B (en) * | 2010-12-08 | 2015-02-18 | 中国电信股份有限公司 | Application processing method of Java service and system thereof |
CN103825896A (en) * | 2011-04-01 | 2014-05-28 | 北京奇虎科技有限公司 | Method for deploying application to terminal by central server and terminal application deploying method |
CN104518904A (en) * | 2013-09-30 | 2015-04-15 | 中兴通讯股份有限公司 | Mobile terminal application batch management method and system, and updating server |
CN105323315B (en) * | 2015-10-19 | 2018-12-25 | 北京奇虎科技有限公司 | Application method for down loading, server and client based on mobile terminal |
CN106933550B (en) * | 2015-12-29 | 2021-01-08 | 阿里巴巴集团控股有限公司 | Global information obtaining, processing and updating method, device and system |
CN105893079A (en) * | 2016-02-22 | 2016-08-24 | 康志强 | Update method and system of smartphone software |
CN110391922B (en) * | 2018-04-18 | 2022-08-19 | 视联动力信息技术股份有限公司 | Version prompting method and device for service platform |
CN113170305B (en) * | 2019-01-09 | 2023-02-28 | 深圳市欢太科技有限公司 | Application downloading and installing method and related product |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1620012A (en) * | 2003-11-19 | 2005-05-25 | 国际商业机器公司 | Method and system for updating/reloading the content of pages browsed over a network |
CN1777317A (en) * | 2005-12-16 | 2006-05-24 | 北京金山软件有限公司 | Method for realizing programme update of wireless terminal |
CN101361354A (en) * | 2005-11-23 | 2009-02-04 | 高通股份有限公司 | Method for delivery of software upgrade notification to devices in communication systems |
CN101895873A (en) * | 2010-07-14 | 2010-11-24 | 中兴通讯股份有限公司 | Method for updating Java application of mobile terminal, server and mobile terminal |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2009057904A1 (en) * | 2007-10-30 | 2009-05-07 | Lg Electronics Inc. | Method and system for downloading software |
CN101557584A (en) * | 2009-05-14 | 2009-10-14 | 中兴通讯股份有限公司 | Method for realizing application authority control of mobile terminal and device |
-
2010
- 2010-07-14 CN CN201010230245.5A patent/CN101895873B/en active Active
- 2010-12-09 WO PCT/CN2010/079628 patent/WO2012006853A1/en active Application Filing
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1620012A (en) * | 2003-11-19 | 2005-05-25 | 国际商业机器公司 | Method and system for updating/reloading the content of pages browsed over a network |
CN101361354A (en) * | 2005-11-23 | 2009-02-04 | 高通股份有限公司 | Method for delivery of software upgrade notification to devices in communication systems |
CN1777317A (en) * | 2005-12-16 | 2006-05-24 | 北京金山软件有限公司 | Method for realizing programme update of wireless terminal |
CN101895873A (en) * | 2010-07-14 | 2010-11-24 | 中兴通讯股份有限公司 | Method for updating Java application of mobile terminal, server and mobile terminal |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104717298A (en) * | 2015-03-27 | 2015-06-17 | 北京畅游天下网络技术有限公司 | Downloading method and device based on waterfall flow type browse |
CN104717298B (en) * | 2015-03-27 | 2018-04-06 | 北京畅游天下网络技术有限公司 | The method for down loading and device browsed based on waterfall-type |
WO2017185550A1 (en) * | 2016-04-29 | 2017-11-02 | 福建联迪商用设备有限公司 | Method and system for remotely controlling android terminal applications |
Also Published As
Publication number | Publication date |
---|---|
CN101895873B (en) | 2015-08-12 |
CN101895873A (en) | 2010-11-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2012006853A1 (en) | Method and server for updating java application in mobile terminal, and mobile terminal thereof | |
US8250565B2 (en) | System and method for downloading update packages into a mobile handset in a carrier network | |
TW561775B (en) | Method and apparatus for network initiated uninstallation of application program over wireless network | |
CN106897086B (en) | Method, device and system for upgrading robot operating system | |
US9332424B2 (en) | Centrally managed solution for all device management activities | |
US10057415B2 (en) | Method and apparatus for remote control and updating of wireless mobile devices | |
JP5662405B2 (en) | System and method for provisioning user equipment | |
US9591428B2 (en) | Method, software and apparatus for performing actions on a wireless device using action lists and versioning | |
US7480907B1 (en) | Mobile services network for update of firmware/software in mobile handsets | |
US20060200658A1 (en) | Agent framework for mobile devices | |
RU2339076C2 (en) | Execution of non-verified programs in radio communication device | |
CN101909282B (en) | Triggering method, device and system of terminal operation | |
WO2011006328A1 (en) | System and method for updating device firmware, device management server and mobile terminal | |
WO2009003385A1 (en) | Methods, apparatus and systems for updating equipment | |
EP2919440A1 (en) | Advertisement processing method and device | |
JP2000276335A (en) | System for automatically updating program | |
WO2011153771A1 (en) | System and method for remotely upgrading machine to machine (m2m) terminal | |
WO2016026329A1 (en) | Terminal upgrade method and apparatus | |
CN101980503A (en) | Method, device and system for managing widget application | |
KR101651854B1 (en) | Method and apparatus for providing software upgrade using push message | |
CN103517258A (en) | A method of updating software on a mobile terminal, a mobile terminal and a server | |
US9323515B1 (en) | Network with broker for device management | |
WO2016202047A1 (en) | Application recommendation method, apparatus, server, and terminal | |
KR20110007378A (en) | Software upgrade system and method | |
CA2511056A1 (en) | System for registry-based automatic installation and component handling on a device |
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: 10854644 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: 10854644 Country of ref document: EP Kind code of ref document: A1 |