WO2012006853A1 - Procédé et serveur pour la mise à jour d'une application java dans un terminal mobile, et terminal mobile correspondant - Google Patents

Procédé et serveur pour la mise à jour d'une application java dans un terminal mobile, et terminal mobile correspondant Download PDF

Info

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
Application number
PCT/CN2010/079628
Other languages
English (en)
Chinese (zh)
Inventor
许玲
乐慧
李金敏
Original Assignee
中兴通讯股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2012006853A1 publication Critical patent/WO2012006853A1/fr

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W8/00Network data management
    • H04W8/22Processing or transfer of terminal data, e.g. status or physical capabilities
    • H04W8/24Transfer of terminal data
    • H04W8/245Transfer of terminal data from a network towards a terminal
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M1/00Substation equipment, e.g. for use by subscribers
    • H04M1/72Mobile telephones; Cordless telephones, i.e. devices for establishing wireless links to base stations without route selection
    • H04M1/724User interfaces specially adapted for cordless or mobile telephones
    • H04M1/72403User interfaces specially adapted for cordless or mobile telephones with means for local support of applications that increase the functionality
    • H04M1/72406User 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

La présente invention se rapporte à un procédé et à un serveur pour la mise à jour d'une application Java dans un terminal mobile. L'invention se rapporte par ailleurs à un terminal mobile correspondant. Le procédé selon l'invention comprend les étapes suivantes : quand une mise à jour d'une application Java est disponible, le serveur transmet un message de notification au terminal mobile ; sur la base du message de notification, le terminal mobile télécharge la mise à jour de l'application Java à partir du serveur ; le terminal mobile installe la mise à jour de l'application Java qu'il vient juste de télécharger. La présente invention permet la mise à jour automatique et en temps voulu de l'application Java dans le terminal mobile. L'invention permet également à l'opérateur de communication mobile de gérer l'application Java d'un service à valeur ajoutée dans le terminal mobile, par le serveur.
PCT/CN2010/079628 2010-07-14 2010-12-09 Procédé et serveur pour la mise à jour d'une application java dans un terminal mobile, et terminal mobile correspondant WO2012006853A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201010230245.5A CN101895873B (zh) 2010-07-14 2010-07-14 移动终端的Java应用的更新方法、服务器和移动终端
CN201010230245.5 2010-07-14

Publications (1)

Publication Number Publication Date
WO2012006853A1 true WO2012006853A1 (fr) 2012-01-19

Family

ID=43104905

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2010/079628 WO2012006853A1 (fr) 2010-07-14 2010-12-09 Procédé et serveur pour la mise à jour d'une application java dans un terminal mobile, et terminal mobile correspondant

Country Status (2)

Country Link
CN (1) CN101895873B (fr)
WO (1) WO2012006853A1 (fr)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104717298A (zh) * 2015-03-27 2015-06-17 北京畅游天下网络技术有限公司 基于瀑布流式浏览的下载方法及装置
WO2017185550A1 (fr) * 2016-04-29 2017-11-02 福建联迪商用设备有限公司 Procédé et système de commande à distance d'applications de terminal android

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101895873B (zh) * 2010-07-14 2015-08-12 中兴通讯股份有限公司 移动终端的Java应用的更新方法、服务器和移动终端
US9378007B2 (en) * 2010-12-01 2016-06-28 Apple Inc. Pre-heated software installation
CN102571899B (zh) * 2010-12-08 2015-02-18 中国电信股份有限公司 Java业务的应用处理方法与***
CN103825896A (zh) * 2011-04-01 2014-05-28 北京奇虎科技有限公司 中心服务器向终端部署应用的方法及终端应用部署方法
CN104518904A (zh) * 2013-09-30 2015-04-15 中兴通讯股份有限公司 一种移动终端应用批量管理方法及***、升级服务器
CN105323315B (zh) * 2015-10-19 2018-12-25 北京奇虎科技有限公司 基于移动终端的应用下载方法、服务器及客户端
CN106933550B (zh) * 2015-12-29 2021-01-08 阿里巴巴集团控股有限公司 全局信息获取、处理及更新方法、装置和***
CN105893079A (zh) * 2016-02-22 2016-08-24 康志强 智能手机软件更新方法及***
CN110391922B (zh) * 2018-04-18 2022-08-19 视联动力信息技术股份有限公司 一种业务平台的版本提示方法和装置
WO2020142927A1 (fr) * 2019-01-09 2020-07-16 深圳市欢太科技有限公司 Procédé de téléchargement et d'installation d'une application et produit associé

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1620012A (zh) * 2003-11-19 2005-05-25 国际商业机器公司 更新/重装在网络上浏览过的页面内容的方法和***
CN1777317A (zh) * 2005-12-16 2006-05-24 北京金山软件有限公司 一种实现无线终端程序更新的方法
CN101361354A (zh) * 2005-11-23 2009-02-04 高通股份有限公司 用于在通信***中将软件升级通知传递给装置的方法
CN101895873A (zh) * 2010-07-14 2010-11-24 中兴通讯股份有限公司 移动终端的Java应用的更新方法、服务器和移动终端

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2009057904A1 (fr) * 2007-10-30 2009-05-07 Lg Electronics Inc. Procédé et système de téléchargement de logiciel
CN101557584A (zh) * 2009-05-14 2009-10-14 中兴通讯股份有限公司 一种实现移动终端应用权限控制的方法及装置

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1620012A (zh) * 2003-11-19 2005-05-25 国际商业机器公司 更新/重装在网络上浏览过的页面内容的方法和***
CN101361354A (zh) * 2005-11-23 2009-02-04 高通股份有限公司 用于在通信***中将软件升级通知传递给装置的方法
CN1777317A (zh) * 2005-12-16 2006-05-24 北京金山软件有限公司 一种实现无线终端程序更新的方法
CN101895873A (zh) * 2010-07-14 2010-11-24 中兴通讯股份有限公司 移动终端的Java应用的更新方法、服务器和移动终端

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104717298A (zh) * 2015-03-27 2015-06-17 北京畅游天下网络技术有限公司 基于瀑布流式浏览的下载方法及装置
CN104717298B (zh) * 2015-03-27 2018-04-06 北京畅游天下网络技术有限公司 基于瀑布流式浏览的下载方法及装置
WO2017185550A1 (fr) * 2016-04-29 2017-11-02 福建联迪商用设备有限公司 Procédé et système de commande à distance d'applications de terminal android

Also Published As

Publication number Publication date
CN101895873A (zh) 2010-11-24
CN101895873B (zh) 2015-08-12

Similar Documents

Publication Publication Date Title
WO2012006853A1 (fr) Procédé et serveur pour la mise à jour d'une application java dans un terminal mobile, et terminal mobile correspondant
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 (zh) 用于升级机器人操作***的方法、装置及***
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 (ja) ユーザ装置をプロビジョニングするシステム及び方法
US20060200658A1 (en) Agent framework for mobile devices
US9591428B2 (en) Method, software and apparatus for performing actions on a wireless device using action lists and versioning
EP1705872B1 (fr) Dispositif client mobile et système supportant la gestion à distance de dispositif
CN107273156A (zh) 一种ota升级方法及装置
RU2339076C2 (ru) Выполнение неверифицированных программ в операционной среде устройства радиосвязи
WO2011006328A1 (fr) Système et procédé pour la mise à jour du micrologiciel d'un dispositif, serveur de gestion de dispositifs et terminal mobile
CN101909282B (zh) 终端操作的触发方法、装置及***
WO2009003385A1 (fr) Procédés, appareils et systèmes pour mettre à jour un équipement
EP2919440A1 (fr) Procédé et dispositif de traitement de publicité
WO2011153771A1 (fr) Système et procédé de mise à niveau à distance d'un terminal de communication de machine à machine (m2m)
WO2016026329A1 (fr) Procédé et appareil de mise à niveau de terminal
CN101980503A (zh) 一种widget应用管理方法、装置和***
CN103517258A (zh) 在移动终端上进行软件升级的方法、移动终端及服务器
US9323515B1 (en) Network with broker for device management
CN102665181B (zh) 一种基于ussd的软件更新方法和***
KR20110007378A (ko) 소프트웨어 업그레이드 시스템 및 방법
CA2511056A1 (fr) Systeme d'installation automatique oriente registre et gestion de composants sur un dispositif
WO2012048632A1 (fr) Procédé et système d'application java

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