CN105824623A - Android application hotfix method and device - Google Patents

Android application hotfix method and device Download PDF

Info

Publication number
CN105824623A
CN105824623A CN201610143435.0A CN201610143435A CN105824623A CN 105824623 A CN105824623 A CN 105824623A CN 201610143435 A CN201610143435 A CN 201610143435A CN 105824623 A CN105824623 A CN 105824623A
Authority
CN
China
Prior art keywords
android application
directory
party software
software development
development kit
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
CN201610143435.0A
Other languages
Chinese (zh)
Other versions
CN105824623B (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.)
Guangzhou Quwan Network Technology Co Ltd
Original Assignee
Guangzhou Quwan Network Technology 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 Guangzhou Quwan Network Technology Co Ltd filed Critical Guangzhou Quwan Network Technology Co Ltd
Priority to CN201610143435.0A priority Critical patent/CN105824623B/en
Publication of CN105824623A publication Critical patent/CN105824623A/en
Application granted granted Critical
Publication of CN105824623B publication Critical patent/CN105824623B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • G06F8/656Updates while running
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

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

Abstract

The invention provides an Android application hotfix method and device. The method comprises the steps of connecting an Android application into a third-party software development kit; through comparing and matching, selecting a dynamic link library file corresponding to an optimal CPU (Central Processing Unit) framework in the third-party software development kit; and dynamically loading codes in a version directory and the dynamic link library file by utilizing a dexclassloader to finish the hotfix. According to the Android application hotfix method and device, a CPU framework in a host application operation environment can be automatically identified and adapted on the premise of a CPU framework in an unknown host application operation environment, and a hotfix function is finished; and meanwhile the version directory can be controlled and switched.

Description

The method and apparatus that a kind of Android application hot repair is multiple
Technical field:
The present invention relates to areas of information technology, particularly relate to restorative procedure and the device of a kind of application program.
Background technology:
Android system is a kind of freedom based on Linux and the operating system of open source code, is mainly used for mobile device, such as smart mobile phone and panel computer, Google company and open mobile phone alliance leads and exploitation.As one of Mobile operating system that the present age is popular, number of applications based on android system exploitation is difficult to add up, and the hugest Android of this quantity applies the problem that can be faced with version updating.Owing to system platform limits, conventional application version updates and is required for carrying out whole application whole updating, and this update mode is often required for consuming the content seldom part that the user substantial amounts of time with resource but actually updates.In view of above-mentioned drawback, engender that the hot repair that a part of Android Application issuance side person utilizes Android application dynamic load to carry out application program is multiple.This hot restorative procedure can be repaired or update some problems that released version exists, thus reaching used time less resource and expend well lower effect on the premise of not issuing redaction.
It addition, the CPU architecture that they use in the mobile device be mounted with android system is also not quite similar, the most common just has the framework such as 32 series, 64 series, arm and x86 series.Each Android application may run in the environment of the most several different CPU architecture, and publisher carries out program then to be caused to report an error or hot repairing failure without difference CPU architecture are carried out adaptation when that application program hot repair being multiple.
Summary of the invention:
In view of this, it is necessary that providing a kind of adaptive unknown host can apply CPU architecture and carry out the multiple application restorative procedure of hot repair and device in fact.
A kind of method that Android application hot repair is multiple, including third party software development kit, third party software developing instrument includes the mutually different dynamic link library file of at least two CPU architecture;Also comprise the steps:
Step one: Android application accesses third party software development kit;
Step 2: in the assert catalogue from Android applies, the correlative code of third party software development kit and configuration file are copied in the internal directory in Android application, and generate the release directory with third party software development kit as title;
Step 3: obtain the first CPU architecture information from mobile device, obtains the second CPU architecture information that Android application is supported from the mount message of Android application;
Step 4: pass through comparison match, in third party software development kit, choose the dynamic link library file that optimum CPU architecture is corresponding, and the assert catalogue from Android applies copies the library directory in the release directory to dynamic link library corresponding for optimum CPU architecture;
Step 5: utilize the code under dexclassloader dynamic load the release directory and dynamic link library file, and version information is write in configuration file.
The device that a kind of Android application hot repair is multiple, including third party software development kit, third party software developing instrument includes the mutually different dynamic link library file of at least two CPU architecture;Also include processing module, matching module and load-on module;
Processing module is used for:
Android application is accessed third party software development kit;
Assert catalogue from Android applies copies the correlative code of third party software development kit and configuration file in the internal directory in Android application to, and generates the release directory with third party software development kit as title;
From mobile device, obtain the first CPU architecture information, from the mount message of Android application, obtain the second CPU architecture information that Android application is supported;
Matching module is used for:
By comparison match, third party software development kit is chosen the dynamic link library file that optimum CPU architecture is corresponding, and the assert catalogue from Android applies copies the library directory in the release directory to dynamic link library corresponding for optimum CPU architecture;
Load-on module is used for:
Utilize the code under dexclassloader dynamic load the release directory and dynamic link library file, and version information is write in configuration file.
The method and apparatus that above-mentioned Android application hot repair is multiple, can be in unknown host's application runtime environment on the premise of CPU architecture, automatically identify the CPU architecture in the most adaptive host's application runtime environment, and complete hot repair function, also the release directory can also be controlled and switch simultaneously.
Accompanying drawing illustrates:
Fig. 1 is the method flow diagram that the Android application hot repair of first embodiment of the invention is multiple;
Fig. 2 Yu Fig. 3 is the method flow diagram that the Android application hot repair of second embodiment of the invention is multiple;
Fig. 4 is the apparatus structure schematic diagram that the Android application hot repair of first embodiment of the invention is multiple.
Detailed description of the invention:
For illustrating thought and the purpose of the present invention, below in conjunction with the drawings and specific embodiments, the present invention is described further.
Fig. 1 is the multiple method flow diagram of the Android application hot repair that first embodiment of the invention provides.The method includes below step:
Wherein, third party software development kit can be some by software engineer for setting up the set of the developing instrument of application software for specific software kit, software frame, hardware platform, operating system etc..In the present embodiment, the third party software development kit of indication includes the Dynamic link library library file that conventional several CPU architecture are different, and the CPU architecture that wherein Dynamic link library library file is suitable for comprises but is not limited only to the framework such as 32 series, 64 series, arm and x86 series.
S101:Android application accesses third party software development kit
S102: in the assert catalogue from described Android applies, the correlative code of third party software development kit and configuration file are copied in the internal directory in Android application, and generate with the release directory.Correlative code refers to be capable of the core code that Android application hot repair is multiple
S103: obtain the first CPU architecture information of mobile device and obtain the second CPU architecture information that Android application is supported;
After android system 5.0 version updating, android system can be an application is installed when, the information about CPU architecture of dynamic link library file Android application provided preserves in the application, the second CPU architecture information that step S103 is mentioned.If the first CPU architecture information might not be mated completely with the second CPU architecture information, but most suitable or immediate CPU architecture information.
S104: pass through comparison match, in third party software development kit, choose the dynamic link library file that optimum CPU architecture is corresponding, and the assert catalogue from Android applies copies the library directory in the release directory to dynamic link library corresponding for optimum CPU architecture;
By the first CPU architecture information, the second CPU architecture information are mated with the Integrated comparative of third party software development kit, draw a most suitable CPU architecture information, and in third party software development kit, dynamic link library file corresponding for this most suitable CPU architecture information is copied in library directory.
If this Android application does not use dynamic link library, then then directly by with obtain the first CPU architecture information drawn on the mobile apparatus and compare to mate and draw most suitable CPU architecture information.
S105: utilize the code under dexclassloader dynamic load the release directory and dynamic link library file, and version information is write in configuration file.
Android in the present embodiment applies hot restorative procedure to be possible not only to realize completing hot repair function under the Android application premise not issuing redaction, the more important thing is can be on the premise of the CPU architecture information of unknown host, mobile device that adaptive various CPU architecture differ and reach the function that hot repair is multiple, solving current hot repair again can not problem in the mobile device that CPU architecture is different.
Fig. 2 is the multiple method flow diagram of the Android application hot repair that second embodiment of the invention provides, and the present embodiment is based on above-mentioned first embodiment, and the method also includes:
S201: judge that Android application runs the most for the first time,
If it is, perform S203;If it is not, then perform S207.
Because android system can be an application is installed when, the information about CPU architecture of dynamic link library file Android application provided preserves in the application, so when Android application is not to run for the first time when, in corresponding android system, certain record has relevant information.That is the Android application that secondary runs can utilize its relevant information kept to operate, and can reach to save the effect of part unnecessary operations.If Android application is to run on the mobile apparatus for the first time, follow-up action is identical with the first embodiment in the present invention.
S207: check the quantity of the release directory in internal directory;
If the quantity of the release directory is more than 1, perform S210 and (first read configuration file, corresponding the release directory code, and more new configuration file is loaded according to configuration information), then perform S211: judge whether whether configuration information mate with the release directory;If coupling, performing S206, if do not mated, performing S212 (select up-to-date the release directory code to load, and more new configuration file);Finally perform S206.
If the quantity of the release directory is equal to 1, performs S209 (being loaded directly into the code of this release directory, and more new configuration file), then perform S206.
While Android application needs to constantly update, third party software development kit exists too needs more news, if not in time the content of third party software development kit is updated, then it is likely to result in its service cannot normally provide, in order to preferably provide hot repair taking another dose to be engaged in, after utilizing dexclassloader dynamic load to complete loading action, we also need to that the content of third party software development kit carries out detection and update.
The further part of the multiple method flow diagram of Android application hot repair provided for second embodiment of the invention as described in Figure 3, the method also includes:
S213: judge whether third party software development kit exists redaction;
If it is, load up-to-date third party software development kit to internal directory, and generate new the release directory;Otherwise continue to run with Android application.
S216: judge that up-to-date third party software development kit is the most complete;If it is, new version information be recorded in configuration file;Otherwise it is deleted and re-starts loading.
S219: judge that whether the quantity of the release directory is more than three;If quantity is more than three, then the time sequencing created according to the release directory, delete establishment time the release directory the earliest successively;If quantity is not more than three, then continue to run with Android application.
The present embodiment utilize the release directory the third party software development kit that hot repair is multiple is controlled and switches, effectively prevent because the reason such as network state or loading procedure interruption suddenly causes file bag to damage, automatically damage file can be deleted and reloaded, greatly improve the Consumer's Experience sense of application program.On the other hand, by the third party software development kit of legacy version is carried out periodic cleaning, efficiently solve the problem that Android application is the most too fat to move.
Fig. 4 is the multiple apparatus structure schematic diagram of the Android application hot repair that first embodiment of the invention provides, and this device includes processing module 301, matching module 302, load-on module 303 and detection module 304.Preferably, detection module 304 includes first detection module, the second detection module, the 3rd detection module, the 4th detection module, the 5th detection module and the 6th detection module.
The device that in the present embodiment, Android application hot repair is multiple, including third party software development kit, third party software developing instrument includes the mutually different dynamic link library file of at least two CPU architecture;Also include processing module 301, matching module 302 and load-on module 303;
Processing module 301 is used for:
Android application is accessed third party software development kit;
Assert catalogue from Android applies copies the correlative code of third party software development kit and configuration file in the internal directory in Android application to, and generates the release directory with third party software development kit as title;
From mobile device, obtain the first CPU architecture information, from the mount message of Android application, obtain the second CPU architecture information that Android application is supported;
Matching module 302 is used for:
By comparison match, third party software development kit is chosen the dynamic link library file that optimum CPU architecture is corresponding, and the assert catalogue from Android applies copies the library directory in the release directory to dynamic link library corresponding for optimum CPU architecture;
Load-on module 303 is used for:
Utilize the code under dexclassloader dynamic load the release directory and dynamic link library file, and version information is write in configuration file.
Wherein, first detection module is used for detecting Android application and runs the most on the mobile apparatus, and the second detection module is for detecting the quantity of the release directory in internal directory;
If Android application is to run on the mobile apparatus for the first time, then perform processing module, matching module and load-on module;If Android application is not to run for the first time, then perform the second detection module;
If the quantity of the release directory is one, the release directory number of current third party SDK be recorded configuration file, then perform load-on module;The when that the quantity of the release directory being more than one, load corresponding release content according to the third party software development kit version number information of configuration file record, then perform load-on module.
The device that in the present embodiment, Android application hot repair is multiple also includes that the 3rd detection module, the 3rd detection module are used for detecting and judges whether configuration file message matches with the release directory, if it does, then perform load-on module;If it does not match, select up-to-date the release directory code to load, and more new configuration file, then perform load-on module.
The device that in the present embodiment, Android application hot repair is multiple also includes that the 3rd detection module, the 3rd detection module are used for detecting whether third party software development kit exists redaction;If third party software development kit exists redaction, then load up-to-date third party software development kit to internal directory, and generate new the release directory;Android application is then continued to run with if there is no redaction.
The device that in the present embodiment, Android application hot repair is multiple also includes the 4th detection module, and the 4th detection module is for detecting up-to-date third party software development kit;If complete, then new version information be recorded in configuration file;If imperfect, then it be deleted and re-start loading.
The device that in the present embodiment, Android application hot repair is multiple also includes the 5th detection module, and whether the 5th detection module is for detecting the quantity of the release directory of third party software development kit more than three;If quantity is more than three, then the time sequencing created according to the release directory, delete establishment time the release directory the earliest successively;If quantity is not more than three, then continue to run with Android application.
Above-described embodiment, simply to illustrate that the design of this technology and feature, its objective is to be to allow those skilled in the art will appreciate that present disclosure and to implement according to this, can not limit the scope of the invention with this.Every change according to the equivalence done by the essence of present invention or modification, all should contain within the scope of the present invention.

Claims (10)

1. the method that an Android application hot repair is multiple, it is characterised in that include that third party software development kit, described third party software developing instrument include the mutually different dynamic link library file of at least two CPU architecture;Also comprise the steps:
Step one: Android application accesses described third party software development kit;
Step 2: in the assert catalogue from described Android applies, the correlative code of described third party software development kit and configuration file are copied in the internal directory in described Android application, and generate the release directory with described third party software development kit as title;
Step 3: obtain the first CPU architecture information from mobile device, obtains the second CPU architecture information that Android application is supported from the mount message that described Android applies;
Step 4: pass through comparison match, in third party software development kit, choose the dynamic link library file that described optimum CPU architecture is corresponding, and the assert catalogue from described Android applies copies the library directory in described the release directory to dynamic link library corresponding for described optimum CPU architecture;
Step 5: utilize the code under the release directory described in dexclassloader dynamic load and dynamic link library file, and version information is write in described configuration file.
2. the method that Android application hot repair as claimed in claim 1 is multiple, it is characterised in that also include judging that described Android application runs, the most for the first time if it is, perform described step one to five in described mobile device;If it is not, then check the quantity of the release directory in described internal directory;
If the quantity of described the release directory is one, it is loaded directly into the code of described the release directory, and updates described configuration file, then perform step 5;If the quantity of described the release directory is more than one, first read described configuration file, load the code in corresponding the release directory according to described profile information, and update described configuration file, then perform step 5.
3. the method that Android application hot repair as claimed in claim 2 is multiple, it is characterised in that also include judging whether described third party software development kit exists redaction;If it is present load up-to-date third party software development kit to described internal directory, and generate new the release directory;Otherwise continue to run with Android application.
4. the method that Android application hot repair as claimed in claim 3 is multiple, it is characterised in that also bag judges that described up-to-date third party software development kit is the most complete;If it is, new version information be recorded in described configuration file;Otherwise it is deleted and re-starts loading.
5. the method that Android application hot repair as claimed in claim 4 is multiple, it is characterised in that also include that whether the quantity judging described the release directory is more than three;If described quantity is more than three, then the time sequencing created according to described the release directory, delete establishment time the release directory the earliest successively;If described quantity is not more than three, then continue to run with Android application.
6. the device that an Android application hot repair is multiple, it is characterised in that include that third party software development kit, described third party software developing instrument include the mutually different dynamic link library file of at least two CPU architecture;Also include processing module, matching module and load-on module;
Described processing module is used for:
Android application is accessed described third party software development kit;
Assert catalogue from described Android applies copies the correlative code of described third party software development kit and configuration file in the internal directory in described Android application to, and generates the release directory with described third party software development kit as title;
From mobile device, obtain the first CPU architecture information, from the mount message that described Android applies, obtain the second CPU architecture information that Android application is supported;
Described matching module is used for:
Pass through comparison match, in third party software development kit, choose the dynamic link library file that described optimum CPU architecture is corresponding, and the assert catalogue from described Android applies copies the library directory in described the release directory to dynamic link library corresponding for described optimum CPU architecture;
Described load-on module is used for:
Utilize the code under the release directory described in dexclassloader dynamic load and dynamic link library file, and version information is write in described configuration file.
7. the device that Android application hot repair as claimed in claim 6 is multiple, it is characterized in that, also include first detection module, the second detection module and the 3rd detection module, described first detection module is used for detecting described Android application and runs in described mobile device the most for the first time, and described second detection module is for detecting the quantity of the release directory in described internal directory;Described 3rd detection module be used for detecting described profile information whether with described the release directory information match;
If described Android application is to run in described mobile device for the first time, then perform described processing module, matching module and load-on module;If Android application is not to run for the first time, then perform the second detection module;
If the quantity of the release directory is one, the release directory number of presently described third party software development kit be recorded described configuration file, then perform load-on module;
If the quantity of described the release directory is more than one, first read described configuration file, load corresponding the release directory code according to described profile information, and update described configuration file, then perform the 3rd detection module;If coupling, directly perform described load-on module, otherwise select up-to-date the release directory code to load, and update described configuration file, then perform described load-on module.
8. the device that Android application hot repair as claimed in claim 7 is multiple, it is characterised in that also include that the 4th detection module, described 4th detection module are used for detecting whether described third party software development kit exists redaction;If described third party software development kit exists redaction, then load up-to-date third party software development kit to described internal directory, and generate new the release directory;Android application is then continued to run with if there is no redaction.
9. the device that Android application hot repair as claimed in claim 8 is multiple, it is characterised in that also include the 5th detection module, described 5th detection module is for detecting described up-to-date third party software development kit;If complete, then new version information be recorded in described configuration file;If imperfect, then it be deleted and re-start loading.
10. the device that Android application hot repair as claimed in claim 9 is multiple, it is characterised in that also include the 6th detection module, whether described 6th detection module is for detecting the quantity of the release directory of described third party software development kit more than three;If described quantity is more than three, then the time sequencing created according to described the release directory, delete establishment time the release directory the earliest successively;If described quantity is not more than three, then continue to run with Android application.
CN201610143435.0A 2016-03-14 2016-03-14 A kind of method and apparatus that Android application hot repair is multiple Active CN105824623B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610143435.0A CN105824623B (en) 2016-03-14 2016-03-14 A kind of method and apparatus that Android application hot repair is multiple

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610143435.0A CN105824623B (en) 2016-03-14 2016-03-14 A kind of method and apparatus that Android application hot repair is multiple

Publications (2)

Publication Number Publication Date
CN105824623A true CN105824623A (en) 2016-08-03
CN105824623B CN105824623B (en) 2019-03-26

Family

ID=56987872

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610143435.0A Active CN105824623B (en) 2016-03-14 2016-03-14 A kind of method and apparatus that Android application hot repair is multiple

Country Status (1)

Country Link
CN (1) CN105824623B (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106569863A (en) * 2016-11-10 2017-04-19 福州智永信息科技有限公司 Android app resource updating and repairing method based on resource and code modularization
CN106874195A (en) * 2017-01-18 2017-06-20 环球智达科技(北京)有限公司 A kind of bug for android applications repairs and continues delivery scheme
CN107273151A (en) * 2017-05-25 2017-10-20 西安理工大学 A kind of safe Android App feature card methods
CN107608707A (en) * 2017-07-31 2018-01-19 努比亚技术有限公司 Application detection method, terminal and readable storage medium storing program for executing with hot repair function
WO2018028055A1 (en) * 2016-08-10 2018-02-15 北京奇虎科技有限公司 Method and apparatus for running android application program on windows system
CN108089870A (en) * 2016-11-21 2018-05-29 百度在线网络技术(北京)有限公司 For repairing the method and apparatus of application
CN108241500A (en) * 2018-01-15 2018-07-03 腾讯科技(深圳)有限公司 A kind of restorative procedure of hardware component, device, system and storage medium
CN111124446A (en) * 2018-11-01 2020-05-08 千寻位置网络有限公司 SDK manufacturing method for automatically updating lower computer
CN112363734A (en) * 2020-11-03 2021-02-12 北京麟卓信息科技有限公司 Method and device for adopting local library during Android application installation

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103885814A (en) * 2014-03-20 2014-06-25 百度在线网络技术(北京)有限公司 Simulator device and method for operating ARM APKs on x86 framework
CN104699537A (en) * 2015-03-18 2015-06-10 北京奇虎科技有限公司 Program control method, activity module scheduling method and corresponding devices thereof
CN105094878A (en) * 2014-05-22 2015-11-25 阿里巴巴集团控股有限公司 System library file integration method and apparatus
WO2015192608A1 (en) * 2014-06-17 2015-12-23 中兴通讯股份有限公司 Method for updating app in android system, terminal and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103885814A (en) * 2014-03-20 2014-06-25 百度在线网络技术(北京)有限公司 Simulator device and method for operating ARM APKs on x86 framework
CN105094878A (en) * 2014-05-22 2015-11-25 阿里巴巴集团控股有限公司 System library file integration method and apparatus
WO2015192608A1 (en) * 2014-06-17 2015-12-23 中兴通讯股份有限公司 Method for updating app in android system, terminal and storage medium
CN104699537A (en) * 2015-03-18 2015-06-10 北京奇虎科技有限公司 Program control method, activity module scheduling method and corresponding devices thereof

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018028055A1 (en) * 2016-08-10 2018-02-15 北京奇虎科技有限公司 Method and apparatus for running android application program on windows system
US20180357085A1 (en) * 2016-08-10 2018-12-13 Beijing Qihoo Technology Company Limited Method and apparatus for running android application on windows system
CN106569863A (en) * 2016-11-10 2017-04-19 福州智永信息科技有限公司 Android app resource updating and repairing method based on resource and code modularization
CN106569863B (en) * 2016-11-10 2020-01-17 福州智永信息科技有限公司 Resource and code modularization-based android app resource updating and repairing method
CN108089870B (en) * 2016-11-21 2022-01-21 百度在线网络技术(北京)有限公司 Method and apparatus for repairing applications
CN108089870A (en) * 2016-11-21 2018-05-29 百度在线网络技术(北京)有限公司 For repairing the method and apparatus of application
CN106874195A (en) * 2017-01-18 2017-06-20 环球智达科技(北京)有限公司 A kind of bug for android applications repairs and continues delivery scheme
CN107273151A (en) * 2017-05-25 2017-10-20 西安理工大学 A kind of safe Android App feature card methods
CN107608707A (en) * 2017-07-31 2018-01-19 努比亚技术有限公司 Application detection method, terminal and readable storage medium storing program for executing with hot repair function
CN108241500A (en) * 2018-01-15 2018-07-03 腾讯科技(深圳)有限公司 A kind of restorative procedure of hardware component, device, system and storage medium
CN108241500B (en) * 2018-01-15 2022-02-01 腾讯科技(深圳)有限公司 Method, device and system for repairing hardware component and storage medium
CN111124446A (en) * 2018-11-01 2020-05-08 千寻位置网络有限公司 SDK manufacturing method for automatically updating lower computer
CN112363734A (en) * 2020-11-03 2021-02-12 北京麟卓信息科技有限公司 Method and device for adopting local library during Android application installation

Also Published As

Publication number Publication date
CN105824623B (en) 2019-03-26

Similar Documents

Publication Publication Date Title
CN105824623A (en) Android application hotfix method and device
US10255086B2 (en) Determining optimal methods for creating virtual machines
US20120311279A1 (en) Data recovery and backup system and process
CN111078262B (en) Application thermal restoration method and device
CN103942061A (en) Battery firmware updating method, portable electronic device and rechargeable battery module
CN101930372A (en) System and method for updating programs
CN106897095B (en) Method and device for hot repairing application program, readable storage medium and computing equipment
US20120204160A1 (en) Managing Non-Common Features for Program Code Translation
CN106406945A (en) Method and electronic equipment for loading so file of android system
CN102693144B (en) A kind of method of capacitance plate firmware upgrade of Android mobile terminal
CN105740093A (en) Backup Method, Pre-Testing Method For Environment Updating And System Thereof
CN110998517B (en) System and method for customized operating system conversion
CN102135893A (en) Method for integrating operating system on BIOS (Basic Input Output System) chip and starting operating system on server
CN103761107B (en) Software package customizing device and method
CN103123605A (en) Android platform automation integration testing method and device
CN110851154B (en) Computer-implemented method, system, and medium for updating read-only memory code
CN111562934A (en) Software system upgrading method based on hot patch, terminal and storage medium
CN108073738B (en) GPIO (general purpose input/output) verification system and method
CN104951330B (en) Method for operating multiple operating systems and electronic device thereof
CN104915228A (en) Application program language setting method and device
CN104572439A (en) Regression alert method and system
CN106843947A (en) The treating method and apparatus of aacode defect
CN100361075C (en) Method and device for quickly developing embedded system using automatic compilation frame
KR101576370B1 (en) System and method for remote restoration of computer system, and computer-readable recording medium with program therefor
US11513918B2 (en) Action undo service based on cloud platform

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
CP02 Change in the address of a patent holder

Address after: 510000 Room 1701, 1702, 1703, 1704, 1705 and 1905, 122 West Huangpu Avenue, Tianhe District, Guangzhou City, Guangdong Province

Patentee after: GUANGZHOU QUWAN NETWORK TECHNOLOGY CO., LTD.

Address before: 510000 3rd Floor, Block C, Shengda Business Park, Sanheng Road, Tangxia, Tianhe District, Guangzhou City, Guangdong Province

Patentee before: GUANGZHOU QUWAN NETWORK TECHNOLOGY CO., LTD.

CP02 Change in the address of a patent holder
CB03 Change of inventor or designer information

Inventor after: Chen Shuide

Inventor after: Chen Guangyao

Inventor before: Chen Shuide

CB03 Change of inventor or designer information