WO2015192608A1 - Procédé de mise à jour d'une application dans un système android, terminal et support de stockage - Google Patents

Procédé de mise à jour d'une application dans un système android, terminal et support de stockage Download PDF

Info

Publication number
WO2015192608A1
WO2015192608A1 PCT/CN2014/092819 CN2014092819W WO2015192608A1 WO 2015192608 A1 WO2015192608 A1 WO 2015192608A1 CN 2014092819 W CN2014092819 W CN 2014092819W WO 2015192608 A1 WO2015192608 A1 WO 2015192608A1
Authority
WO
WIPO (PCT)
Prior art keywords
app
plug
osgi
updated
architecture model
Prior art date
Application number
PCT/CN2014/092819
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 WO2015192608A1 publication Critical patent/WO2015192608A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M1/00Substation equipment, e.g. for use by subscribers
    • H04M1/02Constructional features of telephone sets

Definitions

  • the present invention relates to an application update method, and in particular to an update method, a terminal, and a computer storage medium for an application (APP, Application) in an Android system.
  • APP Application
  • the current APP update is an overall update to the APP application software; in the Android operating system platform, the overall update of the APP has the following problems:
  • an embodiment of the present invention provides an APP update method, a terminal, and a computer storage medium in an Android system, which can update a plug-in that needs to be updated by an APP, and shorten an update response period of the terminal to the APP. It reflects the convenience of APP update and enhances user experience.
  • An embodiment of the present invention provides an update method of an application APP in an Android system, where the method is applied to a terminal, where the terminal runs an Android Android operating system, and the Android At least one application APP is run in the operating system; an Open Service Gateway Protocol OSGI architecture model for managing the plug-in of the APP is configured for each APP, and the method further includes:
  • the acquiring the context information of the plug-in to be updated of the APP by using the OSGI architecture model corresponding to the APP includes:
  • the context information of the latest version plug-in is determined as the context information of the plug-in to be updated.
  • the acquiring, by the OSGI architecture model, the to-be-updated plug-in of the APP, according to the plug-in context information includes:
  • the configuring the to-be-updated plug-in to the APP to update the APP includes:
  • the layout file and the UI class are configured to the APP to update the APP.
  • the method further includes:
  • the server is notified by the OSGI architecture model to log out of the registered OSGI service.
  • the embodiment of the present invention further provides a terminal, where the terminal runs an Android Android operating system, and the Android operating system runs at least one application APP; the terminal includes:
  • a first configuration unit configured to configure, for each APP, an Open Service Gateway Protocol OSGI architecture model for managing a plug-in of the APP;
  • a first acquiring unit configured to acquire context information of the plug-in to be updated of the APP by using an OSGI architecture model corresponding to the APP;
  • a second obtaining unit configured to acquire an to-be-updated plug-in of the APP by using the OSGI architecture model according to the plug-in context information
  • a second configuration unit configured to configure the to-be-updated plug-in to the APP to update the APP.
  • the first obtaining unit is further configured to acquire, by using the OSGI architecture model, a plug-in version of the APP on the server side;
  • the context information of the latest version plug-in is determined as the context information of the plug-in to be updated.
  • the second obtaining unit is further configured to send the context information to a server by using an OSGI service of the OSGI architecture model;
  • the second configuration unit is configured to configure the layout file and the UI class to the APP to update the APP.
  • the terminal further includes:
  • the first notification unit is configured to notify the server to log out the registered OSGI service by using the OSGI architecture model.
  • the embodiment of the present invention further provides a computer storage medium, where the computer storage medium stores computer executable instructions, and the computer executable instructions are used to execute the foregoing update method of the application APP in the Android system.
  • the method for updating an APP, the terminal, and the computer storage medium in the Android system provided by the embodiment of the present invention, the method is applied to a terminal, where the terminal runs an Android Android operating system, and at least one of the Android operating system runs.
  • the OSGI architecture model acquires a plug-in to be updated of the APP according to the plug-in context information, and configures the plug-in to be updated to the APP to update the APP.
  • the OSGI architecture model can be used to update the plug-in that needs to be updated by the APP, shorten the update response period of the terminal to the APP, reflect the convenience of the APP update, and improve the user experience.
  • FIG. 1 is a flowchart of implementing an APP update method in an Android system according to an embodiment of the present invention
  • FIG. 2 is a schematic diagram of an application scenario of an APP update method in an Android system according to an embodiment of the present disclosure
  • FIG. 3 is a schematic diagram of application scenario 2 of an APP update method in an Android system according to an embodiment of the present disclosure
  • FIG. 4 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
  • the Open Services Gateway Initiative is a standard for Java dynamic component systems. It provides a modular architecture for large distributed systems and embedded systems.
  • the function points of the APP can be regarded as plug-ins and implemented. Modular management of the APP plug-in; therefore, in the embodiment of the present invention, an OSGI architecture model for managing the plug-in of the APP is configured for each APP in the terminal, and the plug-in of the APP is performed by the OSGI service provided by the OSGI framework model. Update to complete the update to the app.
  • each APP in the terminal is configured with an OSGI architecture model corresponding thereto, for example, an OSGI architecture model is configured for the QQ application, the model is used to manage the plug-in of the QQ application; and an OSGI architecture model is configured for the WeChat application, This model is used to manage plugins for WeChat applications.
  • the method for updating an APP in an Android system is applied to a terminal, where the terminal runs an Android Android operating system, and at least one application APP runs in the Android operating system;
  • FIG. 1 is a flowchart of implementing an update method of an APP in an Android system according to an embodiment of the present invention; as shown in FIG. 1 , the method includes:
  • Step 11 Obtain context information of the plug-in to be updated of the APP by using an OSGI architecture model corresponding to the APP.
  • FIG. 2 is a schematic diagram of an application scenario according to an embodiment of the present invention; this step is illustrated in conjunction with FIG. 2.
  • an APP has at least one function point.
  • a predetermined number of function points of the APP are usually set to the OSGI architecture of the plug-in for managing the APP.
  • the function point is called a plug-in of the APP.
  • the execution function of the OSGI architecture model is used as part of the APP application function, wherein the OSGI architecture model is used to manage the plug-in of the APP application (update the plug-in), and when the terminal and the server side are required to perform plug-ins for the APP application
  • the OSGI architecture model that needs to be set for the APP interacts with the server side through the OSGI service.
  • the step may be: the OSGI architecture model acquires a plug-in version of the APP on the server side; compares the obtained plug-in version of the APP with a plug-in version of the APP managed by itself; When the obtained plug-in version of the APP is the latest, it is determined that the context information of the latest version plug-in is the context information of the plug-in to be updated.
  • the OSGI architecture model corresponding to the APP initiates a version request of the plug-in of the APP to the server through the OSGI service, and Upon receiving the version information of the plug-in of the APP returned by the server, the OSGI architecture model obtains version information of the plug-in of the APP that it manages, compares the plug-in of the APP managed by itself, and the received The version information of the plug-in of the APP is compared when the plug-in version of the received APP is the latest, that is, when the APP needs to be updated, the context information of the plug-in to be updated (the plug-in pre-upgraded to the new version plug-in) is obtained.
  • the context information is a plugin package content bundle context.
  • the first period may be set according to the specific use of the application of the terminal.
  • Step 12 Obtain an to-be-updated plug-in of the APP by using the OSGI architecture model according to the plug-in context information.
  • the OSGI architecture model sends the plugin context information to the server side through an OSGI service;
  • the server searches the OSGI service according to the plugin context information, searches for the OSGI service, and sends a registration notification when found Message to the OSGI architecture model;
  • the OSGI architecture model registers the OSGI service to the server after receiving the registration notification message;
  • the server acquires an updated service interface (service portal) through the The service interface acquires a layout file and a user interface UI class of the plug-in to be updated for the registered OSGI service, and returns a layout file and a UI class of the plug-in to be updated to the terminal.
  • service portal The service interface acquires a layout file and a user interface UI class of the plug-in to be updated for the registered OSGI service, and returns a layout file and a UI class of the plug-in to be updated to the terminal.
  • Step 13 Configure the to-be-updated plug-in to the APP to update the APP.
  • the OSGI architecture model receives a layout file and a UI class of the to-be-updated plug-in returned by the server, and configures the layout file and the UI class to the APP to complete an APP corresponding to the OSGI architecture model.
  • Update After completing the update of the APP by updating the plugin of the APP, the server is notified by the OSGI architecture model to log out of the OSGI service.
  • the OSGI architecture model can monitor the installation and uninstallation status of the plug-in of the APP by using the event monitoring mode, and record the status in the plug-in list to facilitate the update of the plug-in of the App (partial update of the APP).
  • the method further includes:
  • the plug-in of the APP is started, and the plug-in menu of the APP is obtained through the OSGI architecture model configured for the APP, and displayed in the toolbar of the APP.
  • FIG. 3 is a schematic diagram of an application scenario 2 according to an embodiment of the present invention; as shown in FIG. 3, in addition to the plug-in update for managing the APP application, the OSGI architecture model may also be obtained by using an OSGI architecture model when starting an APP.
  • the OSGI architecture model configured for the APP starts the activity of the plugin of the APP by launching the Bundle Activator of the model, acquires context information of the launched plugin, and passes the OSGI service.
  • the server searches the OSGI service according to the context information, searches for the OSGI service, and when sent, sends a registration notification message to the OSGI architecture model;
  • the OSGI architecture model After receiving the registration notification message, registering the OSGI service to the office a server that obtains an updated service interface, obtains plug-in menu information of the plug-in to be launched for the registered OSGI service through the service interface, and returns the plug-in menu information to the terminal;
  • the plug-in menu information is displayed to the APP, and the obtained plug-in menu is displayed as a tool of the toolbar for convenient viewing.
  • the plug-in is implemented for the APP by configuring the OSGI architecture model for each APP, and the plug-in of the APP is modularized, and the plug-in is updated by the OSGI service, thereby updating the APP;
  • the overall update only needs to update the plug-in of the APP to be updated, shortening the update response period of the terminal to the APP, and embodies the convenience of the APP update.
  • the overall update is not required, so after updating the APP, it is not necessary Restart the app to improve the user experience.
  • the OSGI architecture model provided by the embodiment of the present invention achieves the purpose of updating the APP by updating the plug-in of the APP; wherein the plug-in supports Java Native Interface (JNI), and the compatibility is strong, except for compatibility with Java. It is also compatible with other programming languages such as C and C++.
  • JNI Java Native Interface
  • the embodiment of the invention further describes a computer storage medium, wherein the computer storage medium stores computer executable instructions, and the computer executable instructions are used to execute the foregoing APP update method in the Android system.
  • the embodiment of the present invention further describes a terminal; the terminal runs an Android operating system, and at least one application APP runs in the Android operating system.
  • FIG. 4 is a schematic structural diagram of a terminal according to an embodiment of the present invention; as shown in FIG. 4, the terminal includes: a first configuration unit 201, a first obtaining unit 202, a second obtaining unit 203, and a second configuration unit. 204; among them,
  • the first configuration unit 201 is configured to configure, for each APP, an Open Service Gateway Protocol OSGI architecture model for managing a plug-in of the APP;
  • the first obtaining unit 202 is configured to acquire context information of the plug-in to be updated of the APP by using an OSGI architecture model corresponding to the APP;
  • the first obtaining unit 202 acquires a plug-in version of the APP on the server side by using the OSGI architecture model; compares the obtained plug-in version of the APP with the APP managed by itself The plug-in version is compared to when the obtained plug-in version of the APP is the latest, determining that the context information of the latest version plug-in is the context information of the plug-in to be updated.
  • the terminal specifically the first obtaining unit 202, uses the OSGI of the OSGI architecture model corresponding to the APP.
  • the service initiates a version request of the plug-in of the APP to the server, and when receiving the version information of the plug-in of the APP returned by the server, the first obtaining unit 202 acquires the management that is managed by the OSGI architecture model.
  • the first obtaining unit 202 Obtain context information of a plug-in to be updated (a plug-in pre-upgraded to the new version plug-in); in the OSGI architecture model, the context information is a plug-in package content bundle context.
  • the first period may be set according to the specific use of the application of the terminal.
  • the second obtaining unit 203 is configured to acquire the to-be-updated plug-in of the APP by using the OSGI architecture model according to the plug-in context information;
  • the terminal specifically the second obtaining unit 203, sends the plug-in context information to the server side by using an OSGI service of the OSGI architecture model; the server searches for the OSGI service according to the plug-in context information. Find the OSGI service, when it is found, Sending a registration notification message to the terminal, specifically the second obtaining unit 203; the second obtaining unit 203, after receiving the registration notification message by using the OSGI architecture model, registering the OSGI service to the server Obtaining, by the server, an updated service interface (service portal), obtaining, by the service interface, a layout file and a user interface UI class of the plug-in to be updated for the registered OSGI service, and returning a layout file of the new plug-in and The UI class is to the terminal, specifically the second acquiring unit 203.
  • an updated service interface service portal
  • the second configuration unit 204 is configured to configure the to-be-updated plug-in to the APP to update the APP.
  • the second obtaining unit 203 transmits the layout file and the UI class to the second configuration unit 204, and the second configuration unit 204 configures the layout file and the UI class to the APP to complete the APP. Update.
  • the terminal further includes: a first notification unit 205;
  • the first notification unit 205 is configured to notify the server to log out of the OSGI service by using the OSGI architecture model.
  • the terminal further includes: a third obtaining unit 206, a first display unit 207;
  • the third obtaining unit 206 is configured to start a plug-in of the APP when the APP is started, and obtain a plug-in menu of the APP by using an OSGI architecture model configured for the APP;
  • the first display unit 207 is configured to display the plug-in menu in a toolbar of the APP.
  • the third obtaining unit 206 starts the Bundle Activator of the model by using the OSGI architecture model configured for the APP, and then starts the activity of the plugin of the APP, and obtains the launched plugin.
  • the third obtaining unit 206 configures the plug-in menu information to the APP; the first display unit 207 displays the plug-in menu as part of the
  • the plug-in is implemented for the APP by configuring the OSGI architecture model for each APP, and the plug-in of the APP is modularized, and the plug-in is updated by the OSGI service, thereby updating the APP;
  • the overall update only needs to update the plug-in of the APP to be updated, shortening the update response period of the terminal to the APP, and embodies the convenience of the APP update.
  • the overall update is not required, so after updating the APP, it is not necessary Restart the app to improve the user experience.
  • the implementation functions of the processing units in the terminal shown in FIG. 4 can be understood by referring to the related description of the update method of the APP in the aforementioned Android system. It should be understood by those skilled in the art that the functions of the processing units in the terminal shown in FIG. 4 can be implemented by a program running on a processor, or can be implemented by a specific logic circuit.
  • the first configuration unit 201, the first obtaining unit 202, the second obtaining unit 203, the second configuration unit 204, the first notification unit 205, the third obtaining unit 206, and the first display unit 207 may each be configured by Central processing unit (CPU, Central Processing Unit), or digital signal processing (DSP, Digital Signal Processor), or microprocessor (MPU, Micro Processor Unit), or Field Programmable Gate Array (FPGA) To achieve; the CPU, DSP, MPU, FPGA can be built into the terminal.
  • CPU Central processing unit
  • DSP Digital Signal Processor
  • MPU Micro Processor Unit
  • FPGA Field Programmable Gate Array
  • the terminal includes but is not limited to: a tablet computer, a mobile phone, and an electronic reading. Reader, etc.
  • the preferred terminal of the embodiment of the present invention is a mobile phone.
  • embodiments of the present invention can be provided as a method, system, or computer program product. Accordingly, the present invention can take the form of a hardware embodiment, a software embodiment, or a combination of software and hardware. Moreover, the invention can take the form of a computer program product embodied on one or more computer-usable storage media (including but not limited to disk storage and optical storage, etc.) including computer usable program code.
  • the computer program instructions can also be stored in a computer readable memory that can direct a computer or other programmable data processing device to operate in a particular manner, such that the instructions stored in the computer readable memory produce an article of manufacture comprising the instruction device.
  • the apparatus implements the functions specified in one or more blocks of a flow or a flow and/or block diagram of the flowchart.
  • These computer program instructions can also be loaded onto a computer or other programmable data processing device such that a series of operational steps are performed on a computer or other programmable device to produce computer-implemented processing for execution on a computer or other programmable device.
  • the instructions provide steps for implementing the functions specified in one or more of the flow or in a block or blocks of a flow diagram.
  • the method for updating an APP, the terminal, and the computer storage medium in the Android system provided by the embodiment of the present invention, the method is applied to a terminal, the terminal runs an Android Android operating system, and at least one application APP runs in the Android operating system; Each APP configures an OSGI architecture model for managing the APP plug-in.
  • the method further includes: acquiring, by using an OSGI architecture model corresponding to the APP, context information of the plug-in to be updated of the APP; and using the OSGI according to the plug-in context information.
  • the architecture model acquires the plug-in to be updated of the APP; and configures the plug-in to be updated to the APP to update the APP.
  • the OSGI architecture model can be used to update the plug-ins that need to be updated by the APP, shorten the update response period of the terminal to the APP, reflect the convenience of the APP update, and improve the user experience.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Signal Processing (AREA)
  • Stored Programmes (AREA)

Abstract

L'invention concerne un procédé pour mettre à jour une application dans un système Android. Le procédé est appliqué dans un terminal qui exécute un système d'exploitation Android, au moins une application est exécutée dans le système d'exploitation Android, et pour chaque application, un modèle d'architecture OSGI (Open Services Gateway Initiative) utilisé pour gérer un module d'extension de l'application est configuré. Le procédé comprend en outre les étapes suivantes : acquérir, par le biais d'un modèle d'architecture OSGI correspondant à une application, des informations de contexte d'un module d'extension devant être mis à jour de l'application; acquérir le module d'extension devant être mis à jour de l'application en utilisant le modèle d'architecture OSGI selon les informations de contexte du module d'extension; et configurer le module d'extension devant être mis à jour dans l'application pour mettre à jour l'application. L'invention concerne également un terminal et un support de stockage d'ordinateur.
PCT/CN2014/092819 2014-06-17 2014-12-02 Procédé de mise à jour d'une application dans un système android, terminal et support de stockage WO2015192608A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201410271733.9A CN105323269A (zh) 2014-06-17 2014-06-17 安卓***中app的更新方法、终端及存储介质
CN201410271733.9 2014-06-17

Publications (1)

Publication Number Publication Date
WO2015192608A1 true WO2015192608A1 (fr) 2015-12-23

Family

ID=54934820

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2014/092819 WO2015192608A1 (fr) 2014-06-17 2014-12-02 Procédé de mise à jour d'une application dans un système android, terminal et support de stockage

Country Status (2)

Country Link
CN (1) CN105323269A (fr)
WO (1) WO2015192608A1 (fr)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105824623A (zh) * 2016-03-14 2016-08-03 广州趣丸网络科技有限公司 一种Android应用热修复的方法和装置
CN112099830A (zh) * 2020-09-25 2020-12-18 努比亚技术有限公司 一种***更新方法、设备及计算机可读存储介质
CN117112065A (zh) * 2023-08-30 2023-11-24 北京百度网讯科技有限公司 大模型插件调用方法、装置、设备及介质

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107239350B (zh) * 2016-03-28 2020-07-07 中国电信股份有限公司 用于调用网关能力的方法和***
CN105657191B (zh) * 2016-03-29 2020-03-31 Tcl集团股份有限公司 一种基于Android***的应用增量升级方法及***
CN105827712B (zh) * 2016-04-05 2019-07-23 成都西可科技有限公司 一种基于内容推荐的智能手机平台化交互方法
CN106331135B (zh) * 2016-08-31 2019-09-03 广州品唯软件有限公司 一种部分界面更新方法、***、客户端和服务端
CN106484487B (zh) * 2016-10-27 2019-11-12 北京锐安科技有限公司 一种***补丁的处理方法及装置
CN107273151B (zh) * 2017-05-25 2020-11-17 西安理工大学 一种安全的Android App功能插件化方法
CN107529637A (zh) * 2017-08-10 2018-01-02 青岛萨纳斯新能源科技有限公司 电商平台基础框架
CN108881393B (zh) * 2018-05-22 2021-03-23 北京达佳互联信息技术有限公司 一种数据下发方法、装置、计算机及存储介质
CN109032651B (zh) * 2018-08-24 2022-06-10 深圳创维-Rgb电子有限公司 应用更新方法、智能终端及计算机可读存储介质
CN112231010B (zh) * 2020-09-28 2023-06-06 四川新网银行股份有限公司 一种基于osgi规范下的应用配置信息管理及动态更新的方法

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102707977A (zh) * 2012-05-17 2012-10-03 江苏中科梦兰电子科技有限公司 一种基于Android应用软件的增量升级方法
CN103095838A (zh) * 2013-01-16 2013-05-08 福州博远无线网络科技有限公司 一种通过下载增量升级包来升级安卓智能手机软件的方法
CN103399792A (zh) * 2013-07-24 2013-11-20 佳都新太科技股份有限公司 基于Android的应用插件化实现方案

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102707977A (zh) * 2012-05-17 2012-10-03 江苏中科梦兰电子科技有限公司 一种基于Android应用软件的增量升级方法
CN103095838A (zh) * 2013-01-16 2013-05-08 福州博远无线网络科技有限公司 一种通过下载增量升级包来升级安卓智能手机软件的方法
CN103399792A (zh) * 2013-07-24 2013-11-20 佳都新太科技股份有限公司 基于Android的应用插件化实现方案

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
LIANG, DASHUAI: "Apklug Plugin Trusteeship Service Development Tutorial", QUERYING A PLUGIN IN THE CLOUD ACCORDING TO A CONDITION-01, 21 May 2014 (2014-05-21), pages 1, Retrieved from the Internet <URL:www.apkplug.com/blog/?post=18> *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105824623A (zh) * 2016-03-14 2016-08-03 广州趣丸网络科技有限公司 一种Android应用热修复的方法和装置
CN105824623B (zh) * 2016-03-14 2019-03-26 广州趣丸网络科技有限公司 一种Android应用热修复的方法和装置
CN112099830A (zh) * 2020-09-25 2020-12-18 努比亚技术有限公司 一种***更新方法、设备及计算机可读存储介质
CN117112065A (zh) * 2023-08-30 2023-11-24 北京百度网讯科技有限公司 大模型插件调用方法、装置、设备及介质

Also Published As

Publication number Publication date
CN105323269A (zh) 2016-02-10

Similar Documents

Publication Publication Date Title
WO2015192608A1 (fr) Procédé de mise à jour d&#39;une application dans un système android, terminal et support de stockage
US10127057B2 (en) Method and apparatus for dynamically implementing application function
CN108566290B (zh) 服务配置管理方法、***、存储介质和服务器
RU2647625C2 (ru) Способ и устройство для запуска прикладной программы
US20180088935A1 (en) Microservices application configuration based on runtime environment
EP3332309B1 (fr) Procédé et appareil pour faciliter un processus de mise à jour de logiciel par le biais d&#39;un réseau
TWI626593B (zh) 一種軟體升級的方法及裝置
WO2019042311A1 (fr) Procédé et dispositif de configuration de tâche d&#39;installation de projet logiciel à l&#39;aide de jenkins
CN106911500B (zh) 物理机的配置方法、装置和物理机
JP2015018295A (ja) アプリケーション管理装置、アプリケーション管理システムおよびプログラム
WO2018032757A1 (fr) Procédé et dispositif de mise à jour de composant
US10404568B2 (en) Agent manager for distributed transaction monitoring system
CN107967207B (zh) 用户界面交互功能的测试方法和装置
US20150212930A1 (en) Application test system, application test method and storage medium
WO2016026313A1 (fr) Procédé, dispositif et système pour mettre en œuvre un auto-enregistrement d&#39;informations, et support de stockage informatique
CN104461563A (zh) 一种在linux下远程定时检测FTP服务器新增文件的方法
CN108132832B (zh) 应用程序启动方法和装置
CN106293790B (zh) 基于Firefox操作***的应用程序升级方法和装置
CN108111565B (zh) 消息传输方法和装置
WO2017201936A1 (fr) Procédé et appareil permettant de remplacer l&#39;icône d&#39;un package d&#39;installation d&#39;application, et dispositif électronique
WO2018121652A1 (fr) Procédé et dispositif permettant de se connecter à un point d&#39;accès sans fil par le biais d&#39;une application dans un équipement utilisateur
WO2016061921A1 (fr) Procédé, dispositif, terminal et support de stockage informatique pour combiner des opérations d&#39;applications multiples
US11425203B2 (en) Commissioning a virtualized network function
WO2016206437A1 (fr) Procédé et dispositif de génération de progiciel de mémoire morte (rom)
CN109960659B (zh) 用于检测应用程序的方法和装置

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

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

Country of ref document: EP

Kind code of ref document: A1