CN105549996A - Application updating method for mobile terminal and mobile terminal - Google Patents

Application updating method for mobile terminal and mobile terminal Download PDF

Info

Publication number
CN105549996A
CN105549996A CN201510915136.XA CN201510915136A CN105549996A CN 105549996 A CN105549996 A CN 105549996A CN 201510915136 A CN201510915136 A CN 201510915136A CN 105549996 A CN105549996 A CN 105549996A
Authority
CN
China
Prior art keywords
file
static
index file
static file
application program
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
CN201510915136.XA
Other languages
Chinese (zh)
Other versions
CN105549996B (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.)
Netease Hangzhou Network Co Ltd
Original Assignee
Netease Hangzhou Network 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 Netease Hangzhou Network Co Ltd filed Critical Netease Hangzhou Network Co Ltd
Priority to CN201510915136.XA priority Critical patent/CN105549996B/en
Publication of CN105549996A publication Critical patent/CN105549996A/en
Application granted granted Critical
Publication of CN105549996B publication Critical patent/CN105549996B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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
    • G06F9/44536Selecting among different versions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates

Abstract

The invention discloses an application updating method for a mobile terminal and a mobile terminal. The method comprises the steps of: when starting an application for the first time, distributing a static file storage space for the application, and duplicating static files in an installation package of the application into the static file storage space for storage; carrying out networking checking so as to judge whether to carry out update; and when update needs to be carried out, downloading newest static files into the static file storage space from a server, and covering the static files with the same names in the static file storage space so as to complete updating the application. By utilizing the application updating method disclosed by the invention, when the application of the mobile terminal is updated, one complete installation package does not need to be re-downloaded, so that updating efficiency of the application of the mobile terminal is greatly improved.

Description

The application program update method of mobile terminal and mobile terminal
Technical field
The present invention relates to technical field of mobile terminals, particularly relate to a kind of application program update method and mobile terminal of mobile terminal.
Background technology
Along with popularizing of mobile terminal device, increasing Mobile solution (e.g., micro-letter, Alipay etc.) arises at the historic moment, for daily life provides convenient.
Static file in application installation kit when mounted, is installed in a storage area, due to the restriction of system itself, can only reads the file inside this storage area, but can not change the file inside this storage area by traditional Mobile solution.
This mode result in when needs upgrade, and user has to again to download a new complete application installation kit, and replaces old application installation kit, makes whole renewal process efficient not, causes bulk redundancy file repeatedly to be downloaded.
Summary of the invention
The embodiment of the present invention proposes a kind of application program update method and mobile terminal of mobile terminal, can improve the renewal efficiency of the application program of mobile terminal.
The embodiment of the present invention provides a kind of application program update method of mobile terminal, comprising:
When initial start-up application program, be described application assigned static file storage space, and the static file in the installation kit of described application program is copied in described static file storage space store;
Carry out networking verification, to judge whether that needs upgrade;
When needs upgrade, from server, download up-to-date static file in described static file storage space, and cover the static file of the same name in described static file storage space, to complete the renewal of described application program.
In one embodiment, described in carry out networking verification, to judge whether that needs upgrade, specifically comprise:
Send index file to server and obtain request, from server, obtain the first index file; Described first index file describes the version number of each static file of the current described application program be stored in described server;
Described first index file and the second index file being stored in described mobile terminal contrasts, when the content of described first index file and the second index file is not quite identical, judgement needs upgrade; Described second index file describes the current version number being stored in each static file of the described application program of mobile terminal;
Described when needs upgrade, from server, download up-to-date static file in described static file storage space, and cover the static file of the same name in described static file storage space, to complete the renewal of described application program, specifically comprise:
By contrasting the version number of two static files of the same name in described first index file and described second index file one by one, find out the static file and/or newly-increased static file that need to upgrade;
The static file that download needs upgrade from described server and/or newly-increased static file in described static file storage space, and cover the static file of the same name in described static file storage space;
Described first index file is covered described second index file, to upgrade described second index file.
In another embodiment, described in carry out networking verification, to judge whether that needs upgrade, specifically comprise:
Read the second index file being stored in mobile terminal; Described second index file describes and is currently stored in the version number of each static file of the described application program of described mobile terminal and the content modification time of described second index file;
The content modification time of described second index file is sent to server, by described server, the content modification time of described second index file and the content modification time of the first index file is contrasted; Described first index file is stored in described server, and describes the version number of each static file of the current described application program be stored in described server and the content modification time of described first index file;
When getting the information of the content modification Time Inconsistency that described server returns, judge that needs upgrade;
Described when needs upgrade, from server, download up-to-date static file in described static file storage space, and cover the static file of the same name in described static file storage space, to complete the renewal of described application program, specifically comprise:
When needs upgrade, from server, obtain described first index file;
By contrasting the version number of two static files of the same name in described first index file and described second index file one by one, find out the static file and/or newly-increased static file that need to upgrade;
The static file that download needs upgrade from described server and/or newly-increased static file in described static file storage space, and cover the static file of the same name in described static file storage space;
Described first index file is covered described second index file, to upgrade described second index file.
In another embodiment, described in carry out networking verification, to judge whether that needs upgrade, specifically comprise:
Send modification time to server and obtain request, obtain the content modification time of the first index file stored in the server; Described first index file describes the version number of each static file of the current described application program be stored in described server and the content modification time of described first index file;
Read the second index file being stored in mobile terminal; Described second index file describes and is currently stored in the version number of each static file of the described application program of described mobile terminal and the content modification time of described second index file;
Contrast the content modification time of described first index file and the content modification time of described second index file, when both are inconsistent, judge that needs upgrade;
Described when needs upgrade, from server, download up-to-date static file in described static file storage space, and cover the static file of the same name in described static file storage space, to complete the renewal of described application program, specifically comprise:
When needs upgrade, send index file to server and obtain request, from server, obtain described first index file;
By contrasting the version number of two static files of the same name in described first index file and described second index file one by one, find out the static file and/or newly-increased static file that need to upgrade;
The static file that download needs upgrade from described server and/or newly-increased static file in described static file storage space, and cover the static file of the same name in described static file storage space;
Described first index file is covered described second index file, to upgrade described second index file.
As more preferably, described version number is the MD5 value of described static file.
As more preferably, described in carry out networking verification, judging whether to need to carry out upgrading specifically when reaching default networking verification opportunity, carrying out networking and verifying, judging whether that needs upgrade.
As more preferably, describedly carry out networking verification, to judge whether to need to carry out upgrading specifically when reaching default networking verification opportunity, and when the time of current time distance networking last time verification exceedes the default time interval, carry out networking verification, to judge whether that needs upgrade.
As more preferably, when described networking verification opportunity is for starting described application program.
As more preferably, the application program update method of described mobile terminal also comprises:
Judge whether successfully static files all in the installation kit of described application program to be copied in described static file storage space to store;
When copying successfully, recording one and copying success flag;
Described when needs upgrade, from server, download up-to-date static file in described static file storage space, and cover the static file of the same name in described static file storage space, to complete the renewal of described application program, specifically comprise:
When needs upgrade, judge whether to copy success flag described in existence;
When copying success flag described in not existing, forbid that the static file downloading needs renewal from server is in described static file storage space;
When copying success flag described in existing, downloading from server and needing the static file upgraded in described static file storage space, to complete the renewal of described application program.
As more preferably, the application program update method of described mobile terminal, also comprises:
When the described application program of each startup, judge whether to copy success flag described in existence;
When copying success flag described in existing, read the static file in described static file storage space;
When copying success flag described in not existing, read the static file in described installation kit.
Correspondingly, the present invention also provides a kind of mobile terminal, comprising:
Memory allocation module, for when initial start-up application program, is described application assigned static file storage space, and is copied in described static file storage space by the static file in the installation kit of described application program and store;
Networking correction verification module, for carrying out networking verification, to judge whether that needs upgrade;
Application program update module, for when needs upgrade, from server, download up-to-date static file in described static file storage space, and cover the static file of the same name in described static file storage space, to complete the renewal of described application program.
In one embodiment, described networking correction verification module specifically comprises:
Index file acquiring unit, obtaining request for sending index file to server, obtaining the first index file from server; Described first index file describes the version number of each static file of the current described application program be stored in described server;
Index file contrast unit, for described first index file and the second index file being stored in described mobile terminal contrasts, when the content of described first index file and the second index file is not quite identical, judgement needs upgrade; Described second index file describes the current version number being stored in each static file of the described application program of mobile terminal;
Described application program update module specifically comprises:
Version number's contrast unit, for the version number by contrasting two static files of the same name in described first index file and described second index file one by one, finds out the static file and/or newly-increased static file that need to upgrade;
Static file download unit, the static file upgraded for download needs from described server and/or newly-increased static file in described static file storage space, and cover the static file of the same name in described static file storage space;
Index file updating block, for covering described second index file, to upgrade described second index file by described first index file.
In another embodiment, described networking correction verification module specifically comprises:
Index file reading unit, for reading the second index file being stored in mobile terminal; Described second index file describes and is currently stored in the version number of each static file of the described application program of described mobile terminal and the content modification time of described second index file;
Modification time transmitting element, for the content modification time of described second index file is sent to server, is contrasted the content modification time of described second index file and the content modification time of the first index file by described server; Described first index file is stored in described server, and describes the version number of each static file of the current described application program be stored in described server and the content modification time of described first index file;
Upgrading identifying unit, for when getting the information of the content modification Time Inconsistency that described server returns, judging that needs upgrade;
Described application program update module specifically comprises:
Index file acquiring unit, for when needs upgrade, sends index file to server and obtains request, obtain described first index file from server;
Version number's contrast unit, for the version number by contrasting two static files of the same name in described first index file and described second index file one by one, finds out the static file and/or newly-increased static file that need to upgrade;
Static file download unit, the static file upgraded for download needs from described server and/or newly-increased static file in described static file storage space, and cover the static file of the same name in described static file storage space;
Index file updating block, for covering described second index file, to upgrade described second index file by described first index file.
In another embodiment, described networking correction verification module specifically comprises:
Modification time acquiring unit, obtaining request for sending modification time to server, obtaining the content modification time of the first index file stored in the server; Described first index file describes the version number of each static file of the current described application program be stored in described server and the content modification time of described first index file;
Index file reading unit, for reading the second index file being stored in mobile terminal; Described second index file describes and is currently stored in the version number of each static file of the described application program of described mobile terminal and the content modification time of described second index file;
Upgrade identifying unit, for the content modification time of content modification time and described second index file of contrasting described first index file, when both are inconsistent, judgement needs upgrade;
Described application program update module specifically comprises:
Index file acquiring unit, for when needs upgrade, obtains described first index file from server;
Version number's contrast unit, for the version number by contrasting two static files of the same name in described first index file and described second index file one by one, finds out the static file and/or newly-increased static file that need to upgrade;
Static file download unit, the static file upgraded for download needs from described server and/or newly-increased static file in described static file storage space, and cover the static file of the same name in described static file storage space;
Index file updating block, for covering described second index file, to upgrade described second index file by described first index file.
As more preferably, described version number is the MD5 value of described static file.
As more preferably, described networking correction verification module, specifically for when reaching default networking verification opportunity, carrying out networking and verifying, judging whether that needs upgrade.
As more preferably, described networking correction verification module specifically for when reaching default networking verification opportunity, and when the time of current time distance networking last time verification exceedes the default time interval, carries out networking and verifies, to judge whether that needs upgrade.
As more preferably, when described networking verification opportunity is for starting described application program.
As more preferably, described mobile terminal also comprises:
Copying successfully judge module, storing for judging whether successfully static files all in the installation kit of described application program to be copied in described static file storage space;
Identification record module, for when copying successfully, recording one and copying success flag;
Described application program update module comprises:
Mark judging unit, before the static file in download needs renewal from described server is in described static file storage space, judges whether to copy success flag described in existence;
Forbid updating block, for judge do not exist described in copy success flag time, forbid from server download needs renewal static file in described static file storage space.
Static file download unit, for when copying success flag described in it is determined that the presence of, downloading and needing the static file upgraded in described static file storage space from server.
As more preferably, described mobile terminal also comprises:
Mark judge module, for when starting described application program at every turn, judges whether to copy success flag described in existence;
First static file read module, for when copying success flag described in existing, reads the static file in described static file storage space;
Second static file read module, for when copying success flag described in not existing, reads the static file in described installation kit.
Implement the embodiment of the present invention, there is following beneficial effect: a kind of application program update method that the invention provides mobile terminal, comprise generation static file storage space, the static file of the installation kit of application program is copied to a static file storage space, when needing to upgrade at every turn, up-to-date static file is downloaded to described static file storage space, and cover static file of the same name, solve prior art and need again to download the problem that a complete installation kit upgrades because of modifying to the static file inside installation kit, substantially increase the renewal efficiency of the application program of mobile terminal.Meanwhile, present invention also offers a kind of mobile terminal, for performing the application program update method of above-mentioned mobile terminal.
Accompanying drawing explanation
Fig. 1 is the schematic flow sheet of the first embodiment of the application program update method of a kind of mobile terminal provided by the invention;
Fig. 2 is the structured flowchart of the first embodiment of a kind of mobile terminal provided by the invention;
Fig. 3 is the schematic flow sheet of the step S2 of the second embodiment of the application program update method of mobile terminal provided by the invention;
Fig. 4 is the schematic flow sheet of the step S3 of the second embodiment of the application program update method of mobile terminal provided by the invention;
Fig. 5 is the structured flowchart of the networking correction verification module 2 of the second embodiment of mobile terminal provided by the invention;
Fig. 6 is the structured flowchart of the application program update module 3 of the second embodiment of mobile terminal provided by the invention;
Fig. 7 is the schematic flow sheet of the step S2 of the 3rd embodiment of the application program update method of mobile terminal provided by the invention;
Fig. 8 is the schematic flow sheet of the step S3 of the 3rd embodiment of the application program update method of mobile terminal provided by the invention;
Fig. 9 is the structured flowchart of the networking correction verification module 2 of the 3rd embodiment of mobile terminal provided by the invention;
Figure 10 is the structured flowchart of the application program update module 3 of the 3rd embodiment of mobile terminal provided by the invention;
Figure 11 is the schematic flow sheet of the step S2 of the 4th embodiment of the application program update method of mobile terminal provided by the invention;
Figure 12 is the schematic flow sheet of the step S3 of the 4th embodiment of the application program update method of mobile terminal provided by the invention;
Figure 13 is the structured flowchart of the networking correction verification module 2 of the 4th embodiment of mobile terminal provided by the invention;
Figure 14 is the structured flowchart of the application program update module 3 of the 4th embodiment of mobile terminal provided by the invention;
Figure 15 is the schematic flow sheet of the 5th embodiment of the application program update method of mobile terminal provided by the invention;
Figure 16 is the schematic flow sheet of the step S55 in the 5th embodiment of the application program update method of mobile terminal provided by the invention;
Figure 17 is the structured flowchart of the 5th embodiment of mobile terminal provided by the invention;
Figure 18 is the structured flowchart of the application program update module 55 in the 5th embodiment of mobile terminal provided by the invention.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the present invention, be clearly and completely described the technical scheme in the embodiment of the present invention, obviously, described embodiment is only the present invention's part embodiment, instead of whole embodiments.Based on the embodiment in the present invention, those of ordinary skill in the art, not making the every other embodiment obtained under creative work prerequisite, belong to the scope of protection of the invention.
See Fig. 1, be the schematic flow sheet of the first embodiment of the application program update method of a kind of mobile terminal provided by the invention, the method comprises the following steps:
S1, when initial start-up application program, is described application assigned static file storage space, and is copied in described static file storage space by the static file in the installation kit of described application program and store;
S2, carries out networking verification, to judge whether that needs upgrade;
S3, when needs upgrade, downloads up-to-date static file in described static file storage space, and covers the static file of the same name in described static file storage space, to complete the renewal of described application program from server.
Described static file comprises configuration file and the html file of described application program.
Wherein, in step s 2, can be specifically when reaching default networking and verifying opportunity, carry out networking verification, judge whether that needs upgrade.Such as, when described networking verification opportunity is for starting described application program.Namely, when the described application program of each startup, carry out networking verification, judge whether that needs upgrade.
As more preferably, describedly carry out networking verification, to judge whether to need to carry out upgrading specifically when reaching default networking verification opportunity, and when the time of current time distance networking last time verification exceedes the default time interval, carry out networking verification, to judge whether that needs upgrade.Such as, the time interval of presetting is 20 minutes, then verification of all can not next time networking in 20 minutes of verification of networking the last time (even if reaching default networking verification opportunity), thus decreases the data volume of network request.
In the present embodiment, due to when initial start-up application program, static file storage space for this application assigned, this static file storage space is used to store the static file copied from installation kit, thus by the restriction of system, the static file in static file storage space can not be modified, thus online renewal can be realized, without the need to again downloading a new installation kit, improve the renewal efficiency of application program.
Correspondingly, the present invention also provides a kind of first embodiment of mobile terminal.See Fig. 2, it is the structured flowchart of the first embodiment of a kind of mobile terminal provided by the invention, comprising:
Memory allocation module 1, for when initial start-up application program, is described application assigned static file storage space, and is copied in described static file storage space by the static file in the installation kit of described application program and store;
Networking correction verification module 2, for carrying out networking verification, to judge whether that needs upgrade;
Application program update module 3, for when needs upgrade, from server, download up-to-date static file in described static file storage space, and cover the static file of the same name in described static file storage space, to complete the renewal of described application program.
Wherein, described networking correction verification module 2, specifically for when reaching default networking and verifying opportunity, carries out networking verification, judges whether that needs upgrade.Such as, when described networking verification opportunity is for starting described application program.Namely, when the described application program of each startup, carry out networking verification, judge whether that needs upgrade.
As more preferably, described networking correction verification module 2 specifically for when reaching default networking verification opportunity, and when the time of current time distance networking last time verification exceedes the default time interval, carries out networking and verifies, to judge whether that needs upgrade.Such as, the time interval of presetting is 20 minutes, then verification of all can not next time networking in 20 minutes of verification of networking the last time (even if reaching default networking verification opportunity), thus decreases the data volume of network request.
First embodiment of a kind of mobile terminal provided by the invention is for performing all method steps of the first embodiment of the application program update method of above-mentioned mobile terminal, and its principle of work and beneficial effect one_to_one corresponding, thus repeat no more.
Present invention also offers a kind of second embodiment of application program update method of mobile terminal, it comprises the step S1 ~ S3 of the first embodiment of the application program update method of above-mentioned mobile terminal, further defines step S2 and step S3.
Refer to Fig. 3 and Fig. 4, Fig. 3 is the schematic flow sheet of the step S2 of the second embodiment of the application program update method of mobile terminal provided by the invention, and Fig. 4 is the schematic flow sheet of the step S3 of the second embodiment of the application program update method of mobile terminal provided by the invention.
Described step S2 specifically comprises:
S211, sends index file to server and obtains request, obtain the first index file from server; Described first index file describes the version number of each static file of the current described application program be stored in described server;
S212, contrast described first index file and the second index file being stored in described mobile terminal, and when the content of described first index file and the second index file is not quite identical, judgement needs upgrade; Described second index file describes the current version number being stored in each static file of the described application program of mobile terminal;
Described step S3 specifically comprises:
S311, by contrasting the version number of two static files of the same name in described first index file and described second index file one by one, finds out the static file and/or newly-increased static file that need to upgrade;
S312, the static file that download needs upgrade from described server and/or newly-increased static file in described static file storage space, and cover the static file of the same name in described static file storage space;
S313, covers described second index file, to upgrade described second index file by described first index file.
As more preferably, described version number is the MD5 value of described static file.MD5 value can calculate generation automatically by computing machine, is a kind of natural version number.
In the present embodiment, the version number of each static file of the current described application program be stored in described server is recorded by the first index file, the current version number being stored in each static file of the described application program of mobile terminal is recorded by the second index file, by contrasting the first index file and the second index file can be learnt the need of renewal, and find out the static file and/or newly-increased static file downloading that need to upgrade, without the need to all static files are all downloaded, reduce the time needing data traffic and the needs downloaded, improve the efficiency of application program update.
Correspondingly, present invention also offers a kind of second embodiment of mobile terminal, it comprises the memory allocation module 1 of the first embodiment of above-mentioned mobile terminal, network correction verification module 2 and application program update module 3, also further defines described networking correction verification module 2 and described application program update module 3.
Refer to Fig. 5 and Fig. 6, Fig. 5 is the structured flowchart of the networking correction verification module 2 of the second embodiment of mobile terminal provided by the invention, and Fig. 6 is the structured flowchart of the application program update module 3 of the second embodiment of mobile terminal provided by the invention.
Described networking correction verification module 2 specifically comprises:
Index file acquiring unit 211, obtaining request for sending index file to server, obtaining the first index file from server; Described first index file describes the version number of each static file of the current described application program be stored in described server;
Index file contrast unit 212, for described first index file and the second index file being stored in described mobile terminal contrasts, when the content of described first index file and the second index file is not quite identical, judgement needs upgrade; Described second index file describes the current version number being stored in each static file of the described application program of mobile terminal;
Described application program update module 3 specifically comprises:
Version number's contrast unit 311, for the version number by contrasting two static files of the same name in described first index file and described second index file one by one, finds out the static file and/or newly-increased static file that need to upgrade;
Static file download unit 312, the static file upgraded for download needs from described server and/or newly-increased static file in described static file storage space, and cover the static file of the same name in described static file storage space;
Index file updating block 313, for covering described second index file, to upgrade described second index file by described first index file.
As more preferably, described version number is the MD5 value of described static file.MD5 value can calculate generation automatically by computing machine, is a kind of natural version number.
Second embodiment of a kind of mobile terminal provided by the invention is for performing all method steps of the second embodiment of the application program update method of above-mentioned mobile terminal, and its principle of work and beneficial effect one_to_one corresponding, thus repeat no more.
Present invention also offers a kind of 3rd embodiment of application program update method of mobile terminal, it comprises the step S1 ~ S3 of the first embodiment of the application program update method of above-mentioned mobile terminal, further defines step S2 and step S3.
Refer to Fig. 7 and Fig. 8, Fig. 7 is the schematic flow sheet of the step S2 of the 3rd embodiment of the application program update method of mobile terminal provided by the invention, and Fig. 8 is the schematic flow sheet of the step S3 of the 3rd embodiment of the application program update method of mobile terminal provided by the invention.
Described step S2 specifically comprises:
S221, reads the second index file being stored in mobile terminal; Described second index file describes and is currently stored in the version number of each static file of the described application program of described mobile terminal and the content modification time of described second index file;
S222, is sent to server by the content modification time of described second index file, is contrasted the content modification time of described second index file and the content modification time of the first index file by described server; Described first index file is stored in described server, and describes the version number of each static file of the current described application program be stored in described server and the content modification time of described first index file;
S223, when getting the information of the content modification Time Inconsistency that described server returns, judges that needs upgrade;
Described step S3 specifically comprises:
S321, when needs upgrade, obtains described first index file from server;
S322, by contrasting the version number of two static files of the same name in described first index file and described second index file one by one, finds out the static file and/or newly-increased static file that need to upgrade;
S323, the static file that download needs upgrade from described server and/or newly-increased static file in described static file storage space, and cover the static file of the same name in described static file storage space;
S324, covers described second index file, to upgrade described second index file by described first index file.
As more preferably, described version number is the MD5 value of described static file.MD5 value can calculate generation automatically by computing machine, is a kind of natural version number.
The present embodiment is when judging whether that needs upgrade, the content modification time of the second index file is sent to server, by server, the content modification time of the second index file was compared with the content modification time of the first index file, when both are consistent, judge not need to upgrade, when both are inconsistent, judge that needs upgrade.Compared with the scheme of the second embodiment of the application program update method of above-mentioned mobile terminal, the present embodiment is owing to just can judge whether to need to upgrade without the need to downloading whole first index file, only need the content modification time of transmission, therefore can greatly reduce the data volume of network request.
Correspondingly, present invention also offers a kind of 3rd embodiment of mobile terminal, it comprises the memory allocation module 1 of the first embodiment of above-mentioned mobile terminal, network correction verification module 2 and application program update module 3, also further defines described networking correction verification module 2 and described application program update module 3.
Refer to Fig. 9 and Figure 10, Fig. 9 is the structured flowchart of the networking correction verification module 2 of the 3rd embodiment of mobile terminal provided by the invention, and Figure 10 is the structured flowchart of the application program update module 3 of the 3rd embodiment of mobile terminal provided by the invention.
Described networking correction verification module 2 specifically comprises:
Index file reading unit 221, for reading the second index file being stored in mobile terminal; Described second index file describes and is currently stored in the version number of each static file of the described application program of described mobile terminal and the content modification time of described second index file;
Modification time transmitting element 222, for the content modification time of described second index file is sent to server, is contrasted the content modification time of described second index file and the content modification time of the first index file by described server; Described first index file is stored in described server, and describes the version number of each static file of the current described application program be stored in described server and the content modification time of described first index file;
Upgrading identifying unit 223, for when getting the information of the content modification Time Inconsistency that described server returns, judging that needs upgrade;
Described application program update module 3 specifically comprises:
Index file acquiring unit 321, for when needs upgrade, obtains described first index file from server;
Version number's contrast unit 322, for the version number by contrasting two static files of the same name in described first index file and described second index file one by one, finds out the static file and/or newly-increased static file that need to upgrade;
Static file download unit 323, the static file upgraded for download needs from described server and/or newly-increased static file in described static file storage space, and cover the static file of the same name in described static file storage space;
Index file updating block 324, for covering described second index file, to upgrade described second index file by described first index file.
As more preferably, described version number is the MD5 value of described static file.MD5 value can calculate generation automatically by computing machine, is a kind of natural version number.
3rd embodiment of a kind of mobile terminal provided by the invention is for performing all method steps of the 3rd embodiment of the application program update method of above-mentioned mobile terminal, and its principle of work and beneficial effect one_to_one corresponding, thus repeat no more.
Present invention also offers a kind of 4th embodiment of application program update method of mobile terminal, it comprises the step S1 ~ S3 of the first embodiment of the application program update method of above-mentioned mobile terminal, further defines step S2 and step S3.
Refer to Figure 11 and Figure 12, Figure 11 is the schematic flow sheet of the step S2 of the 4th embodiment of the application program update method of mobile terminal provided by the invention, and Figure 12 is the schematic flow sheet of the step S3 of the 4th embodiment of the application program update method of mobile terminal provided by the invention.
Described step S2 specifically comprises:
S231, sends modification time to server and obtains request, obtain the content modification time of the first index file stored in the server; Described first index file describes the version number of each static file of the current described application program be stored in described server and the content modification time of described first index file;
S232, reads the second index file being stored in mobile terminal; Described second index file describes and is currently stored in the version number of each static file of the described application program of described mobile terminal and the content modification time of described second index file;
S233, contrasts the content modification time of described first index file and the content modification time of described second index file, when both are inconsistent, judges that needs upgrade;
Described step S3 specifically comprises:
S331, when needs upgrade, sends index file to server and obtains request, obtain described first index file from server;
S332, by contrasting the version number of two static files of the same name in described first index file and described second index file one by one, finds out the static file and/or newly-increased static file that need to upgrade;
S333, the static file that download needs upgrade from described server and/or newly-increased static file in described static file storage space, and cover the static file of the same name in described static file storage space;
S334, covers described second index file, to upgrade described second index file by described first index file.
As more preferably, described version number is the MD5 value of described static file.MD5 value can calculate generation automatically by computing machine, is a kind of natural version number.
The present embodiment is when judging whether that needs upgrade, send modification time to server and obtain request, obtain the content modification time of the first index file stored in the server, and compared with the content modification time of the second index file, when both are consistent, judge not need to upgrade, when both are inconsistent, judge that needs upgrade.Compared with the scheme of the second embodiment of the application program update method of above-mentioned mobile terminal, the present embodiment is owing to just can judge whether to need to upgrade without the need to downloading whole first index file, only need transmission modification time to obtain request, therefore can greatly reduce the data volume of network request.
Correspondingly, present invention also offers a kind of 4th embodiment of mobile terminal, it comprises the memory allocation module 1 of the first embodiment of above-mentioned mobile terminal, network correction verification module 2 and application program update module 3, also further defines described networking correction verification module 2 and described application program update module 3.
Refer to Figure 13 and Figure 14, Figure 13 is the structured flowchart of the networking correction verification module 2 of the 4th embodiment of mobile terminal provided by the invention, and Figure 14 is the structured flowchart of the application program update module 3 of the 4th embodiment of mobile terminal provided by the invention.
Described networking correction verification module 2 specifically comprises:
Modification time acquiring unit 231, obtaining request for sending modification time to server, obtaining the content modification time of the first index file stored in the server; Described first index file describes the version number of each static file of the current described application program be stored in described server and the content modification time of described first index file;
Index file reading unit 232, for reading the second index file being stored in mobile terminal; Described second index file describes and is currently stored in the version number of each static file of the described application program of described mobile terminal and the content modification time of described second index file;
Upgrade identifying unit 233, for the content modification time of content modification time and described second index file of contrasting described first index file, when both are inconsistent, judgement needs upgrade;
Described application program update module 3 specifically comprises:
Index file acquiring unit 331, for when needs upgrade, sends index file to server and obtains request, obtain described first index file from server;
Version number's contrast unit 332, for the version number by contrasting two static files of the same name in described first index file and described second index file one by one, finds out the static file and/or newly-increased static file that need to upgrade;
Static file download unit 333, the static file upgraded for download needs from described server and/or newly-increased static file in described static file storage space, and cover the static file of the same name in described static file storage space;
Index file updating block 334, for covering described second index file, to upgrade described second index file by described first index file.
As more preferably, described version number is the MD5 value of described static file.MD5 value can calculate generation automatically by computing machine, is a kind of natural version number.
4th embodiment of a kind of mobile terminal provided by the invention is for performing all method steps of the 4th embodiment of the application program update method of above-mentioned mobile terminal, and its principle of work and beneficial effect one_to_one corresponding, thus repeat no more.
Present invention also offers a kind of 5th embodiment of application program update method of mobile terminal.As shown in figure 15, it is the schematic flow sheet of the 5th embodiment of the application program update method of mobile terminal provided by the invention, comprising:
S51, when initial start-up application program, is described application assigned static file storage space, and is copied in described static file storage space by static files all in the installation kit of described application program and store;
S52, judges whether successfully to be copied in described static file storage space by the static file in the installation kit of described application program to store;
S53, when copying successfully, recording one and copying success flag;
S54, carries out networking verification, to judge whether that needs upgrade;
S55, when needs upgrade, downloads up-to-date static file in described static file storage space, and covers the static file of the same name in described static file storage space, to complete the renewal of described application program from server.
As shown in figure 16, it is the schematic flow sheet of the step S55 in the 5th embodiment of the application program update method of mobile terminal provided by the invention, and step S55 comprises:
S551, when needs upgrade, judges whether to copy success flag described in existence;
S552, when copying success flag described in not existing, forbids that the static file downloading needs renewal from server is in described static file storage space;
S553, when copying success flag described in existing, downloading up-to-date static file in described static file storage space, and covering the static file of the same name in described static file storage space, to complete the renewal of described application program from server.
Because the static file inside the installation kit of application program is many, reproduction process can be veryer long, likely causes copying interruption because of human factor or system fault, thus do not copy successfully.After performing renewal, successfully and again may copy owing to not copying, cause the static file after upgrading to be capped, therefore need guarantee to copy successfully and upgrade again.The scheme of the present embodiment downloads new static file again guaranteeing to copy successfully, improves the security of file update process.
As more preferably, the application program update method of described mobile terminal also comprises:
When the described application program of each startup, judge whether to copy success flag described in existence;
When copying success flag described in existing, read the static file in described static file storage space;
When copying success flag described in not existing, read the static file in described installation kit.
In like manner, the process copied is veryer long, and in order to avoid user waits for too of a specified duration, when copying unsuccessful, the static file directly inside reading installation kit, when copying the static file read again successfully in described static file storage space.
Correspondingly, present invention also offers a kind of 5th embodiment of mobile terminal.As shown in figure 17, it is the structured flowchart of the 5th embodiment of mobile terminal provided by the invention, comprising:
Memory allocation module 51, for when initial start-up application program, is described application assigned static file storage space, and is copied in described static file storage space by the static file in the installation kit of described application program and store;
Copying successfully judge module 52, storing for judging whether successfully static files all in the installation kit of described application program to be copied in described static file storage space;
Identification record module 53, for when copying successfully, recording one and copying success flag;
Networking correction verification module 54, for carrying out networking verification, to judge whether that needs upgrade;
Application program update module 55, for when needs upgrade, from server, download up-to-date static file in described static file storage space, and cover the static file of the same name in described static file storage space, to complete the renewal of described application program.
As shown in figure 18, it is the structured flowchart of the application program update module 55 in the 5th embodiment of mobile terminal provided by the invention, and step S55 comprises: described application program update module 55 comprises:
Mark judging unit 551, before the static file in download needs renewal from described server is in described static file storage space, judges whether to copy success flag described in existence;
Forbid updating block 552, for judge do not exist described in copy success flag time, forbid from server download needs renewal static file in described static file storage space.
Static file download unit 553, for when copying success flag described in it is determined that the presence of, downloading and needing the static file upgraded in described static file storage space from server.
As more preferably, described mobile terminal also comprises:
Mark judge module, for when starting described application program at every turn, judges whether to copy success flag described in existence;
First static file read module, for when copying success flag described in existing, reads the static file in described static file storage space;
Second static file read module, for when copying success flag described in not existing, reads the static file in described installation kit.
5th embodiment of a kind of mobile terminal provided by the invention is for performing all method steps of the 5th embodiment of the application program update method of above-mentioned mobile terminal, and its principle of work and beneficial effect one_to_one corresponding, thus repeat no more.
Beneficial effect of the present invention is: a kind of application program update method that the invention provides mobile terminal, comprise generation static file storage space, the static file of the installation kit of application program is copied to a static file storage space, when needing to upgrade at every turn, up-to-date static file is downloaded to described static file storage space, and cover static file of the same name, solve prior art and need again to download the problem that a complete installation kit upgrades because of modifying to the static file inside installation kit, substantially increase the renewal efficiency of the application program of mobile terminal.Meanwhile, present invention also offers a kind of mobile terminal, for performing the application program update method of above-mentioned mobile terminal.
One of ordinary skill in the art will appreciate that all or part of flow process realized in above-described embodiment method, that the hardware that can carry out instruction relevant by computer program has come, described program can be stored in a computer read/write memory medium, this program, when performing, can comprise the flow process of the embodiment as above-mentioned each side method.Wherein, described storage medium can be magnetic disc, CD, read-only store-memory body (Read-OnlyMemory, ROM) or random store-memory body (RandomAccessMemory, RAM) etc.
The above is the preferred embodiment of the present invention; it should be pointed out that for those skilled in the art, under the premise without departing from the principles of the invention; can also make some improvements and modifications, these improvements and modifications are also considered as protection scope of the present invention.

Claims (22)

1. an application program update method for mobile terminal, is characterized in that, comprising:
When initial start-up application program, be described application assigned static file storage space, and the static file in the installation kit of described application program is copied in described static file storage space store;
Carry out networking verification, to judge whether that needs upgrade;
When needs upgrade, from server, download up-to-date static file in described static file storage space, and cover the static file of the same name in described static file storage space, to complete the renewal of described application program.
2. the application program update method of mobile terminal as claimed in claim 1, is characterized in that,
Described carry out networking verification, to judge whether that needs upgrade, specifically comprise:
Send index file to server and obtain request, from server, obtain the first index file; Described first index file describes the version number of each static file of the current described application program be stored in described server;
Described first index file and the second index file being stored in described mobile terminal contrasts, when the content of described first index file and the second index file is not quite identical, judgement needs upgrade; Described second index file describes the current version number being stored in each static file of the described application program of mobile terminal;
Described when needs upgrade, from server, download up-to-date static file in described static file storage space, and cover the static file of the same name in described static file storage space, to complete the renewal of described application program, specifically comprise:
By contrasting the version number of two static files of the same name in described first index file and described second index file one by one, find out the static file and/or newly-increased static file that need to upgrade;
The static file that download needs upgrade from described server and/or newly-increased static file in described static file storage space, and cover the static file of the same name in described static file storage space;
Described first index file is covered described second index file, to upgrade described second index file.
3. the application program update method of mobile terminal as claimed in claim 1, is characterized in that,
Described carry out networking verification, to judge whether that needs upgrade, specifically comprise:
Read the second index file being stored in mobile terminal; Described second index file describes and is currently stored in the version number of each static file of the described application program of described mobile terminal and the content modification time of described second index file;
The content modification time of described second index file is sent to server, by described server, the content modification time of described second index file and the content modification time of the first index file is contrasted; Described first index file is stored in described server, and describes the version number of each static file of the current described application program be stored in described server and the content modification time of described first index file;
When getting the information of the content modification Time Inconsistency that described server returns, judge that needs upgrade;
Described when needs upgrade, from server, download up-to-date static file in described static file storage space, and cover the static file of the same name in described static file storage space, to complete the renewal of described application program, specifically comprise:
When needs upgrade, send index file to server and obtain request, from server, obtain described first index file;
By contrasting the version number of two static files of the same name in described first index file and described second index file one by one, find out the static file and/or newly-increased static file that need to upgrade;
The static file that download needs upgrade from described server and/or newly-increased static file in described static file storage space, and cover the static file of the same name in described static file storage space;
Described first index file is covered described second index file, to upgrade described second index file.
4. the application program update method of mobile terminal as claimed in claim 1, is characterized in that,
Described carry out networking verification, to judge whether that needs upgrade, specifically comprise:
Send modification time to server and obtain request, obtain the content modification time of the first index file stored in the server; Described first index file describes the version number of each static file of the current described application program be stored in described server and the content modification time of described first index file;
Read the second index file being stored in mobile terminal; Described second index file describes and is currently stored in the version number of each static file of the described application program of described mobile terminal and the content modification time of described second index file;
Contrast the content modification time of described first index file and the content modification time of described second index file, when both are inconsistent, judge that needs upgrade;
Described when needs upgrade, from server, download up-to-date static file in described static file storage space, and cover the static file of the same name in described static file storage space, to complete the renewal of described application program, specifically comprise:
When needs upgrade, from server, obtain described first index file;
By contrasting the version number of two static files of the same name in described first index file and described second index file one by one, find out the static file and/or newly-increased static file that need to upgrade;
The static file that download needs upgrade from described server and/or newly-increased static file in described static file storage space, and cover the static file of the same name in described static file storage space;
Described first index file is covered described second index file, to upgrade described second index file.
5. the application program update method of the mobile terminal as described in any one of Claims 1 to 4, is characterized in that, described version number is the MD5 value of described static file.
6. the application program update method of the mobile terminal as described in any one of Claims 1 to 4, it is characterized in that, described in carry out networking verification, to judge whether to need to carry out upgrading specifically when reaching default networking verification opportunity, carry out networking verification, judge whether that needs upgrade.
7. the application program update method of mobile terminal as claimed in claim 6, is characterized in that, when described networking verification opportunity is for starting described application program.
8. the application program update method of the mobile terminal as described in any one of Claims 1 to 4, it is characterized in that, described carry out networking verification, to judge whether to need to carry out upgrading specifically when reaching default networking and verifying opportunity, and the time of current time distance networking last time verification is when exceeding the default time interval, carry out networking verification, to judge whether that needs upgrade.
9. the application program update method of mobile terminal as claimed in claim 8, is characterized in that, when described networking verification opportunity is for starting described application program.
10. the application program update method of mobile terminal as claimed in claim 1, it is characterized in that, the application program update method of described mobile terminal also comprises:
Judge whether successfully static files all in the installation kit of described application program to be copied in described static file storage space to store;
When copying successfully, recording one and copying success flag;
Described when needs upgrade, from server, download up-to-date static file in described static file storage space, and cover the static file of the same name in described static file storage space, to complete the renewal of described application program, specifically comprise:
When needs upgrade, judge whether to copy success flag described in existence;
When copying success flag described in not existing, forbid that the static file downloading needs renewal from server is in described static file storage space;
When copying success flag described in existing, downloading from server and needing the static file upgraded in described static file storage space, to complete the renewal of described application program.
The application program update method of 11. mobile terminals as claimed in claim 10, it is characterized in that, the application program update method of described mobile terminal, also comprises:
When the described application program of each startup, judge whether to copy success flag described in existence;
When copying success flag described in existing, read the static file in described static file storage space;
When copying success flag described in not existing, read the static file in described installation kit.
12. 1 kinds of mobile terminals, is characterized in that, comprising:
Memory allocation module, for when initial start-up application program, is described application assigned static file storage space, and is copied in described static file storage space by the static file in the installation kit of described application program and store;
Networking correction verification module, for carrying out networking verification, to judge whether that needs upgrade;
Application program update module, for when needs upgrade, from server, download up-to-date static file in described static file storage space, and cover the static file of the same name in described static file storage space, to complete the renewal of described application program.
13. mobile terminals as claimed in claim 12, is characterized in that,
Described networking correction verification module specifically comprises:
Index file acquiring unit, obtaining request for sending index file to server, obtaining the first index file from server; Described first index file describes the version number of each static file of the current described application program be stored in described server;
Index file contrast unit, for described first index file and the second index file being stored in described mobile terminal contrasts, when the content of described first index file and the second index file is not quite identical, judgement needs upgrade; Described second index file describes the current version number being stored in each static file of the described application program of mobile terminal;
Described application program update module specifically comprises:
Version number's contrast unit, for the version number by contrasting two static files of the same name in described first index file and described second index file one by one, finds out the static file and/or newly-increased static file that need to upgrade;
Static file download unit, the static file upgraded for download needs from described server and/or newly-increased static file in described static file storage space, and cover the static file of the same name in described static file storage space;
Index file updating block, for covering described second index file, to upgrade described second index file by described first index file.
14. mobile terminals as claimed in claim 12, is characterized in that,
Described networking correction verification module specifically comprises:
Index file reading unit, for reading the second index file being stored in mobile terminal; Described second index file describes and is currently stored in the version number of each static file of the described application program of described mobile terminal and the content modification time of described second index file;
Modification time transmitting element, for the content modification time of described second index file is sent to server, is contrasted the content modification time of described second index file and the content modification time of the first index file by described server; Described first index file is stored in described server, and describes the version number of each static file of the current described application program be stored in described server and the content modification time of described first index file;
Upgrading identifying unit, for when getting the information of the content modification Time Inconsistency that described server returns, judging that needs upgrade;
Described application program update module specifically comprises:
Index file acquiring unit, for when needs upgrade, sends index file to server and obtains request, obtain described first index file from server;
Version number's contrast unit, for the version number by contrasting two static files of the same name in described first index file and described second index file one by one, finds out the static file and/or newly-increased static file that need to upgrade;
Static file download unit, the static file upgraded for download needs from described server and/or newly-increased static file in described static file storage space, and cover the static file of the same name in described static file storage space;
Index file updating block, for covering described second index file, to upgrade described second index file by described first index file.
15. mobile terminals as claimed in claim 12, is characterized in that,
Described networking correction verification module specifically comprises:
Modification time acquiring unit, obtaining request for sending modification time to server, obtaining the content modification time of the first index file stored in the server; Described first index file describes the version number of each static file of the current described application program be stored in described server and the content modification time of described first index file;
Index file reading unit, for reading the second index file being stored in mobile terminal; Described second index file describes and is currently stored in the version number of each static file of the described application program of described mobile terminal and the content modification time of described second index file;
Upgrade identifying unit, for the content modification time of content modification time and described second index file of contrasting described first index file, when both are inconsistent, judgement needs upgrade;
Described application program update module specifically comprises:
Index file acquiring unit, for when needs upgrade, obtains described first index file from server;
Version number's contrast unit, for the version number by contrasting two static files of the same name in described first index file and described second index file one by one, finds out the static file and/or newly-increased static file that need to upgrade;
Static file download unit, the static file upgraded for download needs from described server and/or newly-increased static file in described static file storage space, and cover the static file of the same name in described static file storage space;
Index file updating block, for covering described second index file, to upgrade described second index file by described first index file.
16. mobile terminals as described in any one of claim 12 ~ 15, it is characterized in that, described version number is the MD5 value of described static file.
17. mobile terminals as described in any one of claim 12 ~ 15, is characterized in that, described networking correction verification module, specifically for when reaching default networking verification opportunity, carrying out networking and verifying, judging whether that needs upgrade.
18. mobile terminals as claimed in claim 17, is characterized in that, when described networking verification opportunity is for starting described application program.
19. mobile terminals as described in any one of claim 12 ~ 15, it is characterized in that, described networking correction verification module is specifically for when reaching default networking and verifying opportunity, and the time of current time distance networking last time verification is when exceeding the default time interval, carry out networking verification, to judge whether that needs upgrade.
20. mobile terminals as claimed in claim 19, is characterized in that, when described networking verification opportunity is for starting described application program.
21. mobile terminals as claimed in claim 12, it is characterized in that, described mobile terminal also comprises:
Copying successfully judge module, storing for judging whether successfully static files all in the installation kit of described application program to be copied in described static file storage space;
Identification record module, for when copying successfully, recording one and copying success flag;
Described application program update module comprises:
Mark judging unit, before the static file in download needs renewal from described server is in described static file storage space, judges whether to copy success flag described in existence;
Forbid updating block, for judge do not exist described in copy success flag time, forbid from server download needs renewal static file in described static file storage space.
Static file download unit, for when copying success flag described in it is determined that the presence of, downloading and needing the static file upgraded in described static file storage space from server.
22. mobile terminals as claimed in claim 21, it is characterized in that, described mobile terminal also comprises:
Mark judge module, for when starting described application program at every turn, judges whether to copy success flag described in existence;
First static file read module, for when copying success flag described in existing, reads the static file in described static file storage space;
Second static file read module, for when copying success flag described in not existing, reads the static file in described installation kit.
CN201510915136.XA 2015-12-10 2015-12-10 Application program updating method of mobile terminal and mobile terminal Active CN105549996B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510915136.XA CN105549996B (en) 2015-12-10 2015-12-10 Application program updating method of mobile terminal and mobile terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510915136.XA CN105549996B (en) 2015-12-10 2015-12-10 Application program updating method of mobile terminal and mobile terminal

Publications (2)

Publication Number Publication Date
CN105549996A true CN105549996A (en) 2016-05-04
CN105549996B CN105549996B (en) 2020-03-17

Family

ID=55829194

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510915136.XA Active CN105549996B (en) 2015-12-10 2015-12-10 Application program updating method of mobile terminal and mobile terminal

Country Status (1)

Country Link
CN (1) CN105549996B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106775821A (en) * 2016-11-21 2017-05-31 上海斐讯数据通信技术有限公司 A kind of method for upgrading system and device
CN106843935A (en) * 2016-12-29 2017-06-13 广州华多网络科技有限公司 A kind of method and system for automatically updating static file version number
CN108304207A (en) * 2018-03-01 2018-07-20 上海找钢网信息科技股份有限公司 Mix the resource regeneration method and system of APP application programs
CN110162318A (en) * 2019-04-12 2019-08-23 厦门天锐科技股份有限公司 A kind of implementation method that terminal batch unimodule updates
CN111176679A (en) * 2019-12-24 2020-05-19 中国建设银行股份有限公司 Application program updating method and device

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101453418A (en) * 2007-12-05 2009-06-10 高德软件有限公司 Updating method for synchronization between customer terminal and server
US7693840B1 (en) * 2004-07-30 2010-04-06 Sprint Communications Company L.P. Method and system for distribution of common elements
CN101902763A (en) * 2009-05-27 2010-12-01 大唐移动通信设备有限公司 Method and device for configuring and updating broadcast beam weight number
CN103218434A (en) * 2013-04-15 2013-07-24 北京小米科技有限责任公司 Method and device for loading static resource
US20140298320A1 (en) * 2011-12-13 2014-10-02 Huawei Device Co., Ltd. Preinstalled Application Management Method for Mobile Terminal and Mobile Terminal
CN104378397A (en) * 2013-08-15 2015-02-25 世纪禾光科技发展(北京)有限公司 Method and system for issuing incremental updating of program package
CN104778063A (en) * 2015-04-16 2015-07-15 小米科技有限责任公司 Method and device for updating resource

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7693840B1 (en) * 2004-07-30 2010-04-06 Sprint Communications Company L.P. Method and system for distribution of common elements
CN101453418A (en) * 2007-12-05 2009-06-10 高德软件有限公司 Updating method for synchronization between customer terminal and server
CN101902763A (en) * 2009-05-27 2010-12-01 大唐移动通信设备有限公司 Method and device for configuring and updating broadcast beam weight number
US20140298320A1 (en) * 2011-12-13 2014-10-02 Huawei Device Co., Ltd. Preinstalled Application Management Method for Mobile Terminal and Mobile Terminal
CN103218434A (en) * 2013-04-15 2013-07-24 北京小米科技有限责任公司 Method and device for loading static resource
CN104378397A (en) * 2013-08-15 2015-02-25 世纪禾光科技发展(北京)有限公司 Method and system for issuing incremental updating of program package
CN104778063A (en) * 2015-04-16 2015-07-15 小米科技有限责任公司 Method and device for updating resource

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
喻钧主编: "《Web应用开发技术 ASP.NET》", 30 September 2015, 机械工业出版社 *
李超岭主编: "《数字地质调查系统操作指南 中》", 31 January 2011, 地质出版社 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106775821A (en) * 2016-11-21 2017-05-31 上海斐讯数据通信技术有限公司 A kind of method for upgrading system and device
CN106843935A (en) * 2016-12-29 2017-06-13 广州华多网络科技有限公司 A kind of method and system for automatically updating static file version number
CN108304207A (en) * 2018-03-01 2018-07-20 上海找钢网信息科技股份有限公司 Mix the resource regeneration method and system of APP application programs
CN110162318A (en) * 2019-04-12 2019-08-23 厦门天锐科技股份有限公司 A kind of implementation method that terminal batch unimodule updates
CN111176679A (en) * 2019-12-24 2020-05-19 中国建设银行股份有限公司 Application program updating method and device

Also Published As

Publication number Publication date
CN105549996B (en) 2020-03-17

Similar Documents

Publication Publication Date Title
CN105549996A (en) Application updating method for mobile terminal and mobile terminal
EP1519268B1 (en) Communication terminal and communication network for partially updating software, software update method, and software creation device and method therefor
US7836444B2 (en) Mobile communication terminal having embedded system for software download and method for software download
CN103473067B (en) Built-in Linux subregion and data restoration method, system and system development method
US7805719B2 (en) System and method for updating and distributing information
CN109358892B (en) Software version upgrading method and device
US20090320012A1 (en) Secure booting for updating firmware over the air
CN102945179B (en) Method for upgrading software and device based on MTD subregion
CN107368331B (en) Configuration file updating method and device for application program
CN112947983B (en) Application program updating method and device, electronic equipment and storage medium
CN1960434B (en) Method, devices for implementing upgrading TV system
CN110597542B (en) Software automatic OTA (over the air) upgrading method and device and electronic equipment
NZ552197A (en) Device capable of building an application file from received file frangments and to process it to provide alert data
CN103745158A (en) Method and device for repairing system bugs
TW200540625A (en) Electronic system capable of using universal plug and play (upnp) protocol to update software program and method thereof
CN103544031B (en) The android system upgrade method and system of multi partition peripheral storage device
CN112860466B (en) Vehicle-mounted entertainment system restart fault diagnosis method and system
CN106843943B (en) STM32 microprocessor program architecture design method
US20120221609A1 (en) Data Storage System and Method
WO2019080840A1 (en) Method and device for repairing firmware
CN107102871A (en) The method and apparatus of embedded system upgrading
CN112328293A (en) Differential upgrading method of embedded equipment and related components
US20120151005A1 (en) Image file download method
JP3576897B2 (en) Web browser plug-in implementation method, web browser plug-in implementation method, and recording medium recording program for web browser plug-in implementation
CN114237654A (en) OTA (over the air) upgrading method and system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant