CN104063239A - Application program update method of mobile terminal, server and client - Google Patents

Application program update method of mobile terminal, server and client Download PDF

Info

Publication number
CN104063239A
CN104063239A CN201310094896.XA CN201310094896A CN104063239A CN 104063239 A CN104063239 A CN 104063239A CN 201310094896 A CN201310094896 A CN 201310094896A CN 104063239 A CN104063239 A CN 104063239A
Authority
CN
China
Prior art keywords
configuration file
application program
server
client
newly
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
CN201310094896.XA
Other languages
Chinese (zh)
Other versions
CN104063239B (en
Inventor
林声炜
钟于胜
朱德亮
曹飞
邹迪飞
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen Co Ltd
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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201310094896.XA priority Critical patent/CN104063239B/en
Publication of CN104063239A publication Critical patent/CN104063239A/en
Application granted granted Critical
Publication of CN104063239B publication Critical patent/CN104063239B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention is applicable to the technical field of mobile terminals and provides an application program update method, a server and a client. The method comprises the steps as follows: the server receives a configuration file request sent by the client, wherein the configuration file request comprises operating parameters of an application program; the server matches configuration files in a preset database according to the operating parameters, the configuration files are generated through compiling of a preset class, a newly-added application program function logic code and an entrance method of a preset name are packaged in the preset class, and the entrance method of the preset name is used for executing the newly-added application program function logic code; the server sends the configuration files to the client, so that the client can update application programs. According to the method, distinguished issuing of the configuration files can be realized for different operating conditions of the application programs, the condition that all possible update logic is bound in the same configuration file is avoided, and the update flexibility of the application programs is enhanced.

Description

The application program update method of mobile terminal and server, client
Technical field
The invention belongs to technical field of mobile terminals, relate in particular to a kind of application program update method of mobile terminal and server, client.
Background technology
Along with developing rapidly of mobile Internet and improving constantly of mobile terminal intellectualized technology, the application program of magnanimity is moved terminal downloads and installation, has greatly enriched people's movable living.
In order to meet the user's request day by day promoting, developer can, aperiodically for the application program of its exploitation increases new function logic, make and improve or optimize with application programs conventionally.Existing application program, after making improvement or optimizing, all can be added correlative code by developer in the current edition of this application program, generates the redaction of this application program after compiling packing, by the mode of version updating, issues.In above-mentioned application program update mode, the renewal bag issuing need to meet this application program upgrading demand of all versions before this simultaneously, need to be in upgrading bag pre-buried all possible more new logic, and cannot carry out meticulous differentiation for the definite version of this application program on each mobile terminal, the concrete situations such as running environment, make existing application program update mode not possess dirigibility.
Summary of the invention
The object of the embodiment of the present invention is to provide a kind of application program update method of mobile terminal, solving prior art cannot carry out meticulous differentiation for the definite version of this application program on each mobile terminal, the concrete situations such as running environment, and application program update mode does not possess flexibility problem.
The embodiment of the present invention is achieved in that a kind of application program update method of mobile terminal, comprising:
Server receives the configuration file request that client sends, and described configuration file request has comprised the operational factor of described application program;
Described server mates configuration file according to described operational factor in presetting database, described configuration file generates by compiling default class, in described default class, encapsulated the entrance method of newly-increased function of application logical code and preset name, the entrance method of described preset name is for carrying out described newly-increased function of application logical code;
Described server sends to described client by described configuration file, so that described client is by calling the entrance method of preset name described in described default class, carries out the function logic code of described newly-increased application program, completes application program update.
Another object of the embodiment of the present invention is to provide a kind of application program update method of mobile terminal, comprising:
User end to server sends configuration file request, and described configuration file request has comprised the operational factor of described application program;
The configuration file that described in described client, server returns, described configuration file is mated and obtains according to described operational factor by described server in presetting database, and described configuration file generates by the default class of described server compiles, in described default class, encapsulated the entrance method of newly-increased function of application logical code and preset name, the entrance method of described preset name is for carrying out described newly-increased function of application logical code;
Described client loads described configuration file by class loading application programs DLL (dynamic link library) API, calls the entrance method of preset name described in described default class, carries out described newly-increased function of application logical code, completes application program update.
Another object of the embodiment of the present invention is to provide a kind of server, comprising:
The first receiving element, the configuration file request sending for receiving client, described configuration file request has comprised the operational factor of described application program;
Matching unit, for mating configuration file according to described operational factor in presetting database, described configuration file generates by compiling default class, in described default class, encapsulated the entrance method of newly-increased function of application logical code and preset name, the entrance method of described preset name is for carrying out described newly-increased function of application logical code;
The first transmitting element, for described configuration file is sent to described client, so that described client, by calling the entrance method of preset name described in described default class, is carried out described newly-increased function of application logical code, completes application program update.
Another object of the embodiment of the present invention is to provide a kind of client, comprising:
The second transmitting element, for sending configuration file request to server, described configuration file request has comprised the operational factor of described application program;
The second receiving element, for receiving the configuration file that described server returns, described configuration file is mated and obtains according to described operational factor by described server in presetting database, and described configuration file generates by the default class of described server compiles, in described default class, encapsulated the entrance method of newly-increased function of application logical code and preset name, the entrance method of described preset name is for carrying out described newly-increased function of application logical code;
Updating block, for loading described configuration file by class loading application programs DLL (dynamic link library) API, calls the entrance method of preset name described in described default class, carries out described newly-increased function of application logical code, completes application program update.
When announced application program has increased function logic newly, in the time of need to upgrading mounted application program on mobile terminal, the application program update method of the mobile terminal providing by the embodiment of the present invention, the differentiation that can realize configuration file for the different ruuning situation of this application program issues, avoid all possible more new logic to be all bundled in same configuration file, strengthened the dirigibility of application program update.
Accompanying drawing explanation
Fig. 1 is the applicable system architecture diagram of application program update method of the mobile terminal that provides of the embodiment of the present invention;
Fig. 2 is the realization flow figure of the application program update method server of the mobile terminal that provides of the embodiment of the present invention;
Fig. 3 is the realization flow figure of the application program update method client of the mobile terminal that provides of the embodiment of the present invention;
Fig. 4 is the structured flowchart of the application program update device of the mobile terminal that provides of the embodiment of the present invention.
Embodiment
In order to make object of the present invention, technical scheme and advantage clearer, below in conjunction with drawings and Examples, the present invention is further elaborated.Should be appreciated that specific embodiment described herein, only in order to explain the present invention, is not intended to limit the present invention.
When announced application program has increased function logic newly, in the time of need to upgrading mounted application program on mobile terminal, the application program update method of the mobile terminal providing by the embodiment of the present invention, the differentiation that can realize configuration file for the different ruuning situation of this application program issues, avoid all possible more new logic to be all bundled in same configuration file, strengthened the dirigibility of application program update.
Fig. 1 shows the applicable system architecture of application program update method of the mobile terminal that the embodiment of the present invention provides, and for convenience of explanation, only shows the part relevant to the present embodiment.
With reference to Fig. 1, this system realizes based on client/server (Client/Server, CS) framework, has comprised server 11 and a plurality of client 12.Wherein, in server 11, in the situation that announced application program has increased function logic newly, for the different client case of each application program, server 11 all stores corresponding configuration file in its presetting database, for being handed down to corresponding client 12.Client 12, after receiving the configuration file that server 11 issues, is carried out the executable code in configuration file, can realize application program update.
Meanwhile, in embodiments of the present invention, client 12 can be for installing and operate in the types of applications program of mobile terminal, for example, and the client softwares such as browser, immediate communication tool; Also can be for installing and operate in the application program management software on mobile terminal, it can get the version information that is arranged on all application programs on mobile terminal, and the unified configuration file of downloading all application programs is with operation installation, realizes the unified of all application programs on mobile terminal upgraded.
It should be noted that, when client 12 is application program management software, client 12 can be for the every a application program being arranged on mobile terminal, respectively to the configuration file of this application program of server request of this application program, for this application program is upgraded.
Fig. 2 shows the realization flow of the application program update method server end of the mobile terminal that the embodiment of the present invention provides, and details are as follows:
In step S201, server receives the configuration file request that client sends, and described configuration file request has comprised the operational factor of described application program.
In the present embodiment, server receives the configuration file request that client sends, whether this configuration file request is for having increased function logic newly to server inquiry application program, and in the situation that this application program has increased function logic newly, request server returns for upgrading the executable code of application program.
In the present embodiment, in configuring request, carried the operational factor of application program, wherein, operational factor includes but not limited to the current version number that is arranged on this application program on this mobile terminal, the International Mobile Equipment Identity code of this mobile terminal (International Mobile Equipment Identity, IMEI) etc., server is according to above-mentioned operational factor, can determine the ruuning situation of this application program on all mobile terminals of this client, for example, can determine according to version number the current version of this application program, or according to IMEI, determine the ardware model number of this mobile terminal.
In step S202, described server mates configuration file according to described operational factor in presetting database, described configuration file generates by compiling default class, in described default class, encapsulated the entrance method of newly-increased function of application logical code and preset name, the entrance method of described preset name is for carrying out described newly-increased function of application logical code.
In the present embodiment, before execution step S201, described method also comprises:
Described server is stored described configuration file in described presetting database, and sets up the incidence relation of described configuration file and described client parameter.
Wherein, server is for all possible more new logic, all in its presetting database pre-stored with each corresponding configuration file of new logic more, at this, more new logic refers to a certain particular version number or runs on application program update under a certain specific run environment to the logical process of its latest edition, for example, for this application program each version number before this, all there is a configuration file to answer in contrast, for this application program is updated to latest edition from its current version; Again for example, for the type of the residing mobile terminal of this application program, also there is a configuration file corresponding one by one with it, for this application program being upgraded targetedly according to the hardware performance of this mobile terminal or software environment.
In the present embodiment, when developer has increased function logic (such as deleting part specified file on storage card, gather the information of mobile terminal data of specified type and report etc.) newly for application program after, write newly-increased function of application logical code, and in the class of making an appointment, encapsulate this newly-increased function of application logical code, meanwhile, in such, also together encapsulated the entrance method of a preset name, when this entrance method is called, can carry out this newly-increased function of application logical code.
For example, the class of having made an appointment ClassA, after writing newly-increased function of application logical code, this newly-increased function of application logical code is encapsulated in class ClassA, meanwhile, the entrance method that define name is main in class ClassA, and this newly-increased function of application logical code is put into this entrance method, for example, by compiling class ClassA generating configuration file (task.jar), thus, by calling the ClassA.main(in this configuration file), can realize the execution of this newly-increased function of application logical code.
In the present embodiment, in presetting database, set up the incidence relation of the operational factor that configuration file is corresponding with it, thus, the operational factor in the configuration file request sending according to client, can think that client mates corresponding configuration file in presetting database.
In step S203, described configuration file is sent to client, so that described client is by calling the entrance method of preset name described in described default class, carry out the function logic code of described newly-increased application program, complete application program update.
In the present embodiment, server returns to configuration file after client, client can call according to this configuration file the entrance method of preset name in default class, according to the described newly-increased function of application logical code in described entrance method, carry out application program update, concrete realization flow, by being elaborated in the distolateral embodiment of subsequent clients, does not repeat them here.
Fig. 3 shows the realization flow of the application program update method client-side of the mobile terminal that the embodiment of the present invention provides, and details are as follows:
In step S301, user end to server sends configuration file request, and described configuration file request has comprised the operational factor of described application program.
Wherein, described operational factor includes but not limited to currently be arranged on the version number of this application program on this client place mobile terminal, IMEI of this mobile terminal etc.
As one embodiment of the present of invention, step S301 can carry out when client terminal start-up, in client terminal start-up, just to server, send configuration file request, if server does not match the configuration file that need to issue according to the operational factor in configuration file request, client continues operation, if server has matched the configuration file that need to issue, carry out subsequent step, carry out the renewal of application program.
In step S302, the configuration file that described in described client, server returns, described configuration file is mated and obtains according to described operational factor by described server in presetting database, and described configuration file generates by the default class of described server compiles, in described default class, encapsulated the entrance method of newly-increased function of application logical code and preset name, the entrance method of described preset name is for carrying out described newly-increased function of application logical code.
In step S303, described client is by class loading application programs DLL (dynamic link library) (ApplicationProgramming Interface, API) load described configuration file, call the entrance method of preset name described in described default class, carry out described newly-increased function of application logical code, complete the renewal of application program.
In the present embodiment, after the configuration file that client returns to server, by class, load API, DexClassLoader for example, loading configuration file is to internal memory, such loads API and can arrange according to agreement, in this configuration file, find the entrance method of preset name in default class and this default class and call, for example, in configuration file task.jar, find ClassA.main() and load ClassA.main(), thereby carry out the wherein function logic code of newly-increased application program, to complete the renewal of application program.
In embodiments of the present invention, when announced application program has increased function logic newly, in the time of need to upgrading mounted application program on mobile terminal, by the application program update method of above-mentioned mobile terminal, the differentiation that can realize configuration file for the different ruuning situation of this application program issues, avoid all possible more new logic to be all bundled in same configuration file, strengthened the dirigibility of application program update.
Fig. 4 shows the structured flowchart of the application program update device of the mobile terminal that the embodiment of the present invention provides, it is upper that this device can lay respectively at the server and client side shown in Fig. 1 embodiment, for moving respectively the application program update method of the mobile terminal described in Fig. 2 of the present invention and Fig. 3 embodiment.For convenience of explanation, only show the part relevant to the present embodiment.
With reference to Fig. 4, in server, this device comprises:
The first receiving element 41, receives the configuration file request that client sends, and described configuration file request has comprised the operational factor of described application program.
Matching unit 42, according to described operational factor, in presetting database, mate configuration file, described configuration file generates by compiling default class, in described default class, encapsulated the entrance method of newly-increased function of application logical code and preset name, the entrance method of described preset name is for carrying out described newly-increased function of application logical code.
The first transmitting element 43, sends to described client by described configuration file, so that described client, by calling the entrance method of preset name described in described default class, is carried out described newly-increased function of application logical code, completes application program update.
Alternatively, described server also comprises:
Described configuration file is stored in pre-stored unit in described presetting database, and sets up the incidence relation of described configuration file and described operational factor.
Alternatively, described operational factor comprises the current version number of the described application program on described mobile terminal or the IMEI of described mobile terminal of being arranged on.
In client, this device comprises:
The second transmitting element 44, sends configuration file request to server, and described configuration file request has comprised the operational factor of described application program.
The second receiving element 45, receive the configuration file that described server returns, described configuration file is mated and obtains according to described operational factor by described server in presetting database, and described configuration file generates by the default class of described server compiles, in described default class, encapsulated the entrance method of newly-increased function of application logical code and preset name, the entrance method of described preset name is for carrying out described newly-increased function of application logical code.
Updating block 46, by class loading application programs DLL (dynamic link library), API loads described configuration file, calls the entrance method of preset name described in described default class, carries out described newly-increased function of application logical code, completes application program update.
Alternatively, described the second transmitting element 44 specifically for sending described configuration file request to described server when starting.
Alternatively, described client also comprises:
Delete cells, for deleting described configuration file.
Alternatively, described client parameter comprises the current version number of the described application program on described mobile terminal or the International Mobile Equipment Identity code IMEI of described mobile terminal of being arranged on.
In embodiments of the present invention, when announced application program has increased function logic newly, in the time of need to upgrading mounted application program on mobile terminal, by the application program update method of above-mentioned mobile terminal, the differentiation that can realize configuration file for the different ruuning situation of this application program issues, avoid all possible more new logic to be all bundled in same configuration file, strengthened the dirigibility of application program update.
The foregoing is only preferred embodiment of the present invention, not in order to limit the present invention, all any modifications of doing within the spirit and principles in the present invention, be equal to and replace and improvement etc., within all should being included in protection scope of the present invention.

Claims (14)

1. an application program update method for mobile terminal, is characterized in that, comprising:
Server receives the configuration file request that client sends, and described configuration file request has comprised the operational factor of described application program;
Described server mates configuration file according to described operational factor in presetting database, described configuration file generates by compiling default class, in described default class, encapsulated the entrance method of newly-increased function of application logical code and preset name, the entrance method of described preset name is for carrying out described newly-increased function of application logical code;
Described server sends to described client by described configuration file, so that described client is by calling the entrance method of preset name described in described default class, carries out the function logic code of described newly-increased application program, completes application program update.
2. the method for claim 1, is characterized in that, receive the configuration file request of client transmission at described server before, described method also comprises:
Described server is stored described configuration file in described presetting database, and sets up the incidence relation of described configuration file and described operational factor.
3. method as claimed in claim 1 or 2, is characterized in that, described operational factor comprises the current version number of the described application program on described mobile terminal or the International Mobile Equipment Identity code IMEI of described mobile terminal of being arranged on.
4. an application program update method for mobile terminal, is characterized in that, comprising:
User end to server sends configuration file request, and described configuration file request has comprised the operational factor of described application program;
The configuration file that described in described client, server returns, described configuration file is mated and obtains according to described operational factor by described server in presetting database, and described configuration file generates by the default class of described server compiles, in described default class, encapsulated the entrance method of newly-increased function of application logical code and preset name, the entrance method of described preset name is for carrying out described newly-increased function of application logical code;
Described client loads described configuration file by class loading application programs DLL (dynamic link library) API, calls the entrance method of preset name described in described default class, carries out described newly-increased function of application logical code, completes application program update.
5. method as claimed in claim 4, is characterized in that, described user end to server sends configuration file request and is specially:
Described client sends described configuration file request to described server when starting.
6. method as claimed in claim 4, is characterized in that, after completing application program update, described method also comprises:
Described client is deleted described configuration file.
7. the method as described in claim 4~6 any one, is characterized in that, described client parameter comprises the current version number of the described application program on described mobile terminal or the International Mobile Equipment Identity code IMEI of described mobile terminal of being arranged on.
8. a server, is characterized in that, comprising:
The first receiving element, the configuration file request sending for receiving client, described configuration file request has comprised the operational factor of described application program;
Matching unit, for mating configuration file according to described operational factor in presetting database, described configuration file generates by compiling default class, in described default class, encapsulated the entrance method of newly-increased function of application logical code and preset name, the entrance method of described preset name is for carrying out described newly-increased function of application logical code;
The first transmitting element, for described configuration file is sent to described client, so that described client, by calling the entrance method of preset name described in described default class, is carried out described newly-increased function of application logical code, completes application program update.
9. server as claimed in claim 8, is characterized in that, described server also comprises:
Pre-stored unit, for storing described configuration file in described presetting database, and sets up the incidence relation of described configuration file and described operational factor.
10. server as claimed in claim 8 or 9, is characterized in that, described operational factor comprises the current version number of the described application program on described mobile terminal or the International Mobile Equipment Identity code IMEI of described mobile terminal of being arranged on.
11. 1 kinds of clients, is characterized in that, comprising:
The second transmitting element, for sending configuration file request to server, described configuration file request has comprised the operational factor of described application program;
The second receiving element, for receiving the configuration file that described server returns, described configuration file is mated and obtains according to described operational factor by described server in presetting database, and described configuration file generates by the default class of described server compiles, in described default class, encapsulated the entrance method of newly-increased function of application logical code and preset name, the entrance method of described preset name is for carrying out described newly-increased function of application logical code;
Updating block, for loading described configuration file by class loading application programs DLL (dynamic link library) API, calls the entrance method of preset name described in described default class, carries out described newly-increased function of application logical code, completes application program update.
12. clients as claimed in claim 11, is characterized in that, described the second transmitting element specifically for sending described configuration file request to described server when starting.
13. clients as claimed in claim 11, is characterized in that, described client also comprises:
Delete cells, for deleting described configuration file.
14. clients as described in claim 11~13 any one, is characterized in that, described client parameter comprises the current version number of the described application program on described mobile terminal or the International Mobile Equipment Identity code IMEI of described mobile terminal of being arranged on.
CN201310094896.XA 2013-03-22 2013-03-22 Application program update method and server, the client of mobile terminal Active CN104063239B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310094896.XA CN104063239B (en) 2013-03-22 2013-03-22 Application program update method and server, the client of mobile terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310094896.XA CN104063239B (en) 2013-03-22 2013-03-22 Application program update method and server, the client of mobile terminal

Publications (2)

Publication Number Publication Date
CN104063239A true CN104063239A (en) 2014-09-24
CN104063239B CN104063239B (en) 2019-01-15

Family

ID=51550963

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310094896.XA Active CN104063239B (en) 2013-03-22 2013-03-22 Application program update method and server, the client of mobile terminal

Country Status (1)

Country Link
CN (1) CN104063239B (en)

Cited By (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104834537A (en) * 2014-12-30 2015-08-12 沈阳东软医疗系统有限公司 Data processing method, server and client
CN105740137A (en) * 2014-12-08 2016-07-06 阿里巴巴集团控股有限公司 Bucket test method, device and system, and method and device for providing configuration information
CN106027890A (en) * 2016-05-25 2016-10-12 努比亚技术有限公司 Application downloading device and method
CN106020873A (en) * 2016-05-13 2016-10-12 腾讯科技(深圳)有限公司 Service pack loading method and device
WO2016188059A1 (en) * 2015-05-22 2016-12-01 华为技术有限公司 Method, device, and system for achieving java application installation by cloud compilation
CN106326062A (en) * 2015-06-29 2017-01-11 阿里巴巴集团控股有限公司 Method and device for controlling running state of application program
CN106528057A (en) * 2015-09-09 2017-03-22 腾讯科技(深圳)有限公司 Method and apparatus for realizing running environment adaptation
WO2017092255A1 (en) * 2015-11-30 2017-06-08 乐视控股(北京)有限公司 On-line tuning method and system for application
CN106897076A (en) * 2017-03-24 2017-06-27 长沙趣动文化科技有限公司 Game services are provided and operation method, device
CN107203397A (en) * 2017-05-24 2017-09-26 广州四三九九信息科技有限公司 The operation method and device of Mobile solution
CN108121559A (en) * 2017-12-29 2018-06-05 重庆金融资产交易所有限责任公司 Configuration file method for pushing, server and storage medium
WO2018161964A1 (en) * 2017-03-10 2018-09-13 中兴通讯股份有限公司 Client end, serving end and upgrade differentiation method
CN109218054A (en) * 2017-07-03 2019-01-15 腾讯科技(深圳)有限公司 Terminal dynamic configuration, respective server implementation method, device and storage medium
CN109669683A (en) * 2018-12-25 2019-04-23 福建南威软件有限公司 A kind of method of functional unit automatic packaging
CN109684116A (en) * 2019-03-18 2019-04-26 北京字节跳动网络技术有限公司 Data sharing method, device, equipment and medium
CN109800031A (en) * 2019-01-18 2019-05-24 广州虎牙信息科技有限公司 Service control method, server, terminal and device based on mobile office system
CN109831532A (en) * 2019-03-18 2019-05-31 北京字节跳动网络技术有限公司 Data sharing method, device, equipment and medium
CN110209434A (en) * 2019-04-23 2019-09-06 努比亚技术有限公司 A kind of EMS memory management process, device and computer readable storage medium
CN110334103A (en) * 2019-05-09 2019-10-15 北京顺丰同城科技有限公司 The update method of recommendation service provides device, access mechanism and recommender system
CN110381101A (en) * 2018-04-13 2019-10-25 北京京东尚科信息技术有限公司 API gateway control system, control method, equipment and medium
CN110941460A (en) * 2019-11-22 2020-03-31 北京金山云网络技术有限公司 Application program starting method and device, electronic equipment, system and storage medium
WO2020103606A1 (en) * 2018-11-19 2020-05-28 Oppo广东移动通信有限公司 Model processing method and device, terminal, and storage medium
CN111651194A (en) * 2020-06-05 2020-09-11 京东方科技集团股份有限公司 iOS-based adaptation method and device
CN111930398A (en) * 2020-07-24 2020-11-13 北京柠檬微趣科技股份有限公司 Application program updating method, device, system, medium and equipment
CN112165695A (en) * 2020-09-08 2021-01-01 安徽江淮汽车集团股份有限公司 Internet of vehicles service management method, platform, equipment and storage medium
CN112199219A (en) * 2020-11-17 2021-01-08 南开大学 Cross-language operation remote calling method
CN112269565A (en) * 2020-10-30 2021-01-26 杭州电子科技大学 Container-based edge device operation method, device and system
CN112925539A (en) * 2021-02-19 2021-06-08 天津车之家数据信息技术有限公司 Application updating method, computing device and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1848761A (en) * 2005-08-30 2006-10-18 华为技术有限公司 Software assembly parameter configuration method and system and terminal equipment thereof
US20080134166A1 (en) * 2004-12-24 2008-06-05 Telecom Italia S.P.A Method and System For Upgrading the Software of a Telecommunication Terminal, In Particular of a Video Telephone, and Related Computer Program Product
CN101335641A (en) * 2007-06-29 2008-12-31 华为技术有限公司 Method, apparatus and system for updating apparatus
CN102387165A (en) * 2010-08-27 2012-03-21 腾讯科技(深圳)有限公司 System and method for upgrading software

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080134166A1 (en) * 2004-12-24 2008-06-05 Telecom Italia S.P.A Method and System For Upgrading the Software of a Telecommunication Terminal, In Particular of a Video Telephone, and Related Computer Program Product
CN1848761A (en) * 2005-08-30 2006-10-18 华为技术有限公司 Software assembly parameter configuration method and system and terminal equipment thereof
CN101335641A (en) * 2007-06-29 2008-12-31 华为技术有限公司 Method, apparatus and system for updating apparatus
CN102387165A (en) * 2010-08-27 2012-03-21 腾讯科技(深圳)有限公司 System and method for upgrading software

Cited By (44)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105740137A (en) * 2014-12-08 2016-07-06 阿里巴巴集团控股有限公司 Bucket test method, device and system, and method and device for providing configuration information
CN104834537A (en) * 2014-12-30 2015-08-12 沈阳东软医疗系统有限公司 Data processing method, server and client
CN104834537B (en) * 2014-12-30 2018-04-27 沈阳东软医疗系统有限公司 Data processing method, server and client
US10175969B2 (en) 2014-12-30 2019-01-08 Shenyang Neusoft Medical Systems Co., Ltd. Data processing for upgrading medical equipment
US10904361B2 (en) 2015-05-22 2021-01-26 Huawei Technologies Co., Ltd. Method, apparatus, and system for implementing JAVA application installation by means of cloud compilation
WO2016188059A1 (en) * 2015-05-22 2016-12-01 华为技术有限公司 Method, device, and system for achieving java application installation by cloud compilation
CN106326062A (en) * 2015-06-29 2017-01-11 阿里巴巴集团控股有限公司 Method and device for controlling running state of application program
CN106326062B (en) * 2015-06-29 2019-01-25 阿里巴巴集团控股有限公司 The operating status control method and device of application program
CN106528057A (en) * 2015-09-09 2017-03-22 腾讯科技(深圳)有限公司 Method and apparatus for realizing running environment adaptation
CN106528057B (en) * 2015-09-09 2020-07-10 腾讯科技(深圳)有限公司 Method and device for realizing running environment adaptation
WO2017092255A1 (en) * 2015-11-30 2017-06-08 乐视控股(北京)有限公司 On-line tuning method and system for application
CN106020873A (en) * 2016-05-13 2016-10-12 腾讯科技(深圳)有限公司 Service pack loading method and device
CN106027890A (en) * 2016-05-25 2016-10-12 努比亚技术有限公司 Application downloading device and method
WO2018161964A1 (en) * 2017-03-10 2018-09-13 中兴通讯股份有限公司 Client end, serving end and upgrade differentiation method
US11050621B2 (en) 2017-03-10 2021-06-29 Zte Corporation Client, server and differential upgrade method
CN106897076A (en) * 2017-03-24 2017-06-27 长沙趣动文化科技有限公司 Game services are provided and operation method, device
CN107203397A (en) * 2017-05-24 2017-09-26 广州四三九九信息科技有限公司 The operation method and device of Mobile solution
CN107203397B (en) * 2017-05-24 2021-02-05 广州四三九九信息科技有限公司 Method and device for running mobile application
CN109218054A (en) * 2017-07-03 2019-01-15 腾讯科技(深圳)有限公司 Terminal dynamic configuration, respective server implementation method, device and storage medium
CN108121559A (en) * 2017-12-29 2018-06-05 重庆金融资产交易所有限责任公司 Configuration file method for pushing, server and storage medium
CN110381101B (en) * 2018-04-13 2024-01-12 北京京东尚科信息技术有限公司 API gateway control system, control method, equipment and medium
CN110381101A (en) * 2018-04-13 2019-10-25 北京京东尚科信息技术有限公司 API gateway control system, control method, equipment and medium
WO2020103606A1 (en) * 2018-11-19 2020-05-28 Oppo广东移动通信有限公司 Model processing method and device, terminal, and storage medium
CN109669683A (en) * 2018-12-25 2019-04-23 福建南威软件有限公司 A kind of method of functional unit automatic packaging
CN109800031A (en) * 2019-01-18 2019-05-24 广州虎牙信息科技有限公司 Service control method, server, terminal and device based on mobile office system
CN109831532A (en) * 2019-03-18 2019-05-31 北京字节跳动网络技术有限公司 Data sharing method, device, equipment and medium
CN109684116A (en) * 2019-03-18 2019-04-26 北京字节跳动网络技术有限公司 Data sharing method, device, equipment and medium
CN109684116B (en) * 2019-03-18 2019-06-25 北京字节跳动网络技术有限公司 Data sharing method, device, equipment and medium
US10936339B2 (en) 2019-03-18 2021-03-02 Beijing Bytedance Network Technology Co., Ltd. Data sharing method and apparatus, electronic device and computer-readable storage medium
CN110209434A (en) * 2019-04-23 2019-09-06 努比亚技术有限公司 A kind of EMS memory management process, device and computer readable storage medium
CN110209434B (en) * 2019-04-23 2022-04-22 努比亚技术有限公司 Memory management method and device and computer readable storage medium
CN110334103B (en) * 2019-05-09 2021-11-02 北京顺丰同城科技有限公司 Recommendation service updating method, providing device, access device and recommendation system
CN110334103A (en) * 2019-05-09 2019-10-15 北京顺丰同城科技有限公司 The update method of recommendation service provides device, access mechanism and recommender system
CN110941460A (en) * 2019-11-22 2020-03-31 北京金山云网络技术有限公司 Application program starting method and device, electronic equipment, system and storage medium
CN110941460B (en) * 2019-11-22 2023-09-01 北京金山云网络技术有限公司 Application program starting method and device, electronic equipment, system and storage medium
CN111651194B (en) * 2020-06-05 2023-10-24 京东方科技集团股份有限公司 iOS-based adaptation method and device
CN111651194A (en) * 2020-06-05 2020-09-11 京东方科技集团股份有限公司 iOS-based adaptation method and device
CN111930398A (en) * 2020-07-24 2020-11-13 北京柠檬微趣科技股份有限公司 Application program updating method, device, system, medium and equipment
CN111930398B (en) * 2020-07-24 2023-06-27 北京柠檬微趣科技股份有限公司 Application program updating method, device, system, medium and equipment
CN112165695B (en) * 2020-09-08 2021-08-27 安徽江淮汽车集团股份有限公司 Internet of vehicles service management method, platform, equipment and storage medium
CN112165695A (en) * 2020-09-08 2021-01-01 安徽江淮汽车集团股份有限公司 Internet of vehicles service management method, platform, equipment and storage medium
CN112269565A (en) * 2020-10-30 2021-01-26 杭州电子科技大学 Container-based edge device operation method, device and system
CN112199219A (en) * 2020-11-17 2021-01-08 南开大学 Cross-language operation remote calling method
CN112925539A (en) * 2021-02-19 2021-06-08 天津车之家数据信息技术有限公司 Application updating method, computing device and storage medium

Also Published As

Publication number Publication date
CN104063239B (en) 2019-01-15

Similar Documents

Publication Publication Date Title
CN104063239A (en) Application program update method of mobile terminal, server and client
CN102855152B (en) The method and system of resource file in upgrade applications
CN102622241B (en) A kind of method for upgrading software and device
CN105487905A (en) Updating method and device of hybrid application
CN105302563B (en) The plug-in unit method and system of mobile application service
CN104123151A (en) Plug-in management method and device for application program in mobile terminal and mobile terminal
CN104199706A (en) Firmware upgrade method and device for eMMC
CN104714827A (en) Plug-in update method and device
CN105607935A (en) Application updating method and terminal and server
CN104375849A (en) Core loading method and device
CN104077160A (en) Android software upgrading method, device and system
CN108958843A (en) Plug-in unit construction method, system, equipment and medium based on lightweight script
CN109284106A (en) Method for release management, electronic device and the readable storage medium storing program for executing of business rule
CN111857777A (en) System updating method and device based on double-core intelligent electric meter and computer equipment
CN105808273A (en) Software upgrading method and software upgrading device
CN112506584B (en) Resource file loading method, device, equipment, storage medium and product
CN102223380A (en) Client terminal automatic updating frame based on Webservice and application thereof
CN105204871A (en) Plug-in type development method and device
CN112988169A (en) Application installation method and device, terminal equipment, server and storage medium
CN115129574A (en) Code testing method and device
CN105511273A (en) Client operation management method and client
CN110493644B (en) Television application upgrading method, television terminal and server
CN112306531A (en) Thing model-based Internet of things data expansion method
CN113296987B (en) Interface calling method and device for calling module, computer equipment and storage medium
CN108989428A (en) Bluetooth terminal upgrade method, server, computer readable storage medium and system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
EXSB Decision made by sipo to initiate substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant