CN110764810A - Android application upgrading and repairing method and terminal equipment - Google Patents

Android application upgrading and repairing method and terminal equipment Download PDF

Info

Publication number
CN110764810A
CN110764810A CN201911073051.6A CN201911073051A CN110764810A CN 110764810 A CN110764810 A CN 110764810A CN 201911073051 A CN201911073051 A CN 201911073051A CN 110764810 A CN110764810 A CN 110764810A
Authority
CN
China
Prior art keywords
android application
upgrade
cache data
android
upgraded
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.)
Pending
Application number
CN201911073051.6A
Other languages
Chinese (zh)
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.)
Sichuan Hongmei Intelligent Technology Co Ltd
Original Assignee
Sichuan Hongmei Intelligent 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 Sichuan Hongmei Intelligent Technology Co Ltd filed Critical Sichuan Hongmei Intelligent Technology Co Ltd
Priority to CN201911073051.6A priority Critical patent/CN110764810A/en
Publication of CN110764810A publication Critical patent/CN110764810A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1458Management of the backup or restore process

Landscapes

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

Abstract

The embodiment of the invention discloses an android application upgrading and repairing method and terminal equipment, which can automatically repair an upgraded android application when the android application cannot be repaired due to android application data conflict before and after upgrading. According to the android application upgrading and repairing method and the terminal device, the android application is upgraded and detected, if the fact that the android application needs to be upgraded is detected, cache data before the upgrade of the android application is backed up, and after the upgrade of the android application, if the cache data after the upgrade of the android application and the cache data before the upgrade of the backed-up android application conflict to cause the android application to be incapable of being started, the cache data after the upgrade of the android application is removed, so that the android application can normally run after being upgraded. Therefore, automatic restoration is achieved when android application cannot be restored due to data conflicts of the android application before and after upgrading. The android application upgrade repair method and the terminal device are mainly used for automatic repair of android applications.

Description

Android application upgrading and repairing method and terminal equipment
Technical Field
The invention relates to the field of intelligent equipment, in particular to an android application upgrading and repairing method and terminal equipment.
Background
In recent years, mobile internet is rapidly developed, the number of applications of Android APPs developed by an Android (Android) platform is large, and when a user uses the Android APPs, the user often needs to update and upgrade.
When the android APP is upgraded, if the APP of the new version conflicts with the APP data (such as some fields) of the old version, the APP cannot be started, and the user is required to uninstall and install the APP again or manually clear the APP data, so that the user experience is influenced.
Disclosure of Invention
The embodiment of the invention provides an upgrade repair method for an android application, which can automatically repair the upgraded android application when the upgraded android application cannot be repaired due to data conflict of the android application before and after upgrading.
The embodiment of the invention adopts the following technical scheme:
an upgrade repair method for an android application, the method being used for a repair unit built in the android application, the repair unit running with the android application, and the method comprising:
performing upgrade detection on the android application, and backing up cache data before the upgrade of the android application when the fact that the android application needs to be upgraded is detected;
after the android application is upgraded, if the cache data after the upgrade of the android application conflicts with the backup cache data before the upgrade of the android application to cause that the android application cannot be started, the cache data after the upgrade of the android application is removed, so that the android application can normally run after the upgrade.
Optionally, after the cache data after the upgrade of the android application is cleared, the method further includes:
restoring the backed-up cache data before the upgrade of the android application;
and if the backup recovery of the cache data before the upgrade of the android application fails, removing the backup cache data before the upgrade of the android application.
Optionally, if the cached data after the upgrade of the android application conflicts with the cached data before the upgrade of the android application which is backed up, so that the android application cannot be started, the clearing the cached data after the upgrade of the android application includes:
and if the number of times that the android application cannot be started due to the conflict between the cache data after the upgrade of the android application and the backup cache data before the upgrade of the android application reaches a set threshold value, calling an adb process to clear the cache data after the upgrade of the android application.
Optionally, the recovering the backed-up cache data before the upgrade of the android application includes:
obtaining a storage rule of the cache data after the android application is upgraded;
and according to the storage rule of the cache data after the upgrade of the android application, restoring the backup cache data before the upgrade of the android application.
Optionally, the restoring the backed-up cache data before the upgrade of the android application according to the storage rule of the cache data after the upgrade of the android application includes:
calling a corresponding data conversion rule according to the storage rule of the cache data after the android application is upgraded;
and converting the cache data before the upgrade of the android application into the cache data supported after the upgrade of the android application according to the data conversion rule.
Optionally, the invoking an adb process to clear the cached data after the upgrade of the android application includes:
and calling adb to inform a PackageManager to call a pm clear command to clear the cache data after the android application is upgraded.
Optionally, the backing up the cache data before the upgrade of the android application includes:
obtaining a set cache data backup first storage position before the android application is upgraded;
if the first storage position meets the storage condition, backing up the cache data before the upgrade of the android application to the first storage position, and recording a link address of the first storage position, wherein the link address of the first storage position is used for calling the cache data before the upgrade of the android application;
and if the first storage position does not meet the storage condition, randomly obtaining a second storage position meeting the storage condition, backing up the cache data before the upgrade of the android application to the second storage position, and recording a link address of the second storage position, wherein the link address of the second storage position is used for calling the cache data before the upgrade of the android application.
Optionally, the first storage location is an SD card.
Optionally, the cached data before the upgrade of the android application includes data located in a directory/data/data/package name before the upgrade of the android application;
the cache data after the android application is upgraded comprises data located in a directory/data/data/package name after the android application is upgraded.
A terminal device for installing an android application, wherein a repair unit is arranged in the android application, the repair unit runs along with the android application, and the execution content of the repair unit comprises:
performing upgrade detection on the android application, and backing up cache data before the upgrade of the android application when the fact that the android application needs to be upgraded is detected;
after the android application is upgraded, if the cache data after the upgrade of the android application conflicts with the backup cache data before the upgrade of the android application to cause that the android application cannot be started, the cache data after the upgrade of the android application is removed, so that the android application can normally run after the upgrade;
after the cache data after the upgrade of the android application is cleared, the method further comprises the following steps:
restoring the backed-up cache data before the upgrade of the android application;
and if the backup recovery of the cache data before the upgrade of the android application fails, removing the backup cache data before the upgrade of the android application.
According to the technical scheme, the android application is upgraded and detected, when the fact that the android application needs to be upgraded is detected, the cache data before the upgrade of the android application is backed up, and after the upgrade of the android application, if the cache data after the upgrade of the android application and the backup cache data before the upgrade of the android application conflict to cause the android application to be incapable of being started, the cache data after the upgrade of the android application is removed, so that the android application can normally run after being upgraded. Therefore, automatic restoration is achieved when android application cannot be restored due to data conflicts of the android application before and after upgrading.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the invention and together with the description, serve to explain the principles of the invention.
Fig. 1 is a method for upgrading and repairing an android application according to an embodiment of the present invention;
fig. 2 is another method for upgrading and repairing an android application according to an embodiment of the present invention.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The embodiments described in the following exemplary embodiments do not represent all embodiments consistent with the present invention. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the invention, as detailed in the appended claims.
Example 1
As shown in fig. 1, an embodiment of the present invention provides an upgrade repair method for an android application, where the method is used for a repair unit built in the android application, and the repair unit runs along with the android application, and the method includes:
101. performing upgrade detection on the android application, and backing up cache data before the upgrade of the android application when the fact that the android application needs to be upgraded is detected;
102. after the android application is upgraded, if the cache data after the upgrade of the android application and the backup cache data before the upgrade of the android application cause the android application to be incapable of being started, the cache data after the upgrade of the android application is removed, so that the android application can normally run after the upgrade.
The cache data after the upgrade of the android application and the cache data before the upgrade of the android application are in conflict with each other in various situations. Taking a database as an example, when an old version of the database contains a field a, the value is an integer. And the new database changes the field into a non-integer after the upgrade, and forgets to remove the data of the old version or does not convert the data of the old version into an integer through a certain strategy, so that the upgraded database has abnormal conflict of types, and the android application is crashed. Taking the SharePreference store as an example, if the value field of A before upgrading is an integer, the new version becomes a character string, and a field conflict will also occur, resulting in the crash of the android application.
According to the android application upgrading and repairing method, the android application is subjected to upgrading detection, if the fact that the android application needs to be upgraded is detected, cache data before the upgrade of the android application is backed up, and after the upgrade of the android application, if the cache data after the upgrade of the android application and the cache data before the upgrade of the backed-up android application conflict to cause the android application to be incapable of starting, the cache data after the upgrade of the android application is removed, so that the android application can normally run after being upgraded. Therefore, automatic restoration is achieved when android application cannot be restored due to data conflicts of the android application before and after upgrading.
Optionally, in an embodiment, after clearing the cached data after the upgrade of the android application, the method further includes:
restoring the backed-up cache data before the upgrade of the android application;
and if the cache data before the upgrade of the backup android application fails to be restored, clearing the cache data before the upgrade of the backup android application.
Optionally in an embodiment, if the cached data after the upgrade of the android application conflicts with the cached data before the upgrade of the backup android application, which results in that the android application cannot be started, the clearing the cached data after the upgrade of the android application includes:
and if the number of times that the android application cannot be started due to the conflict between the cache data after the upgrade of the android application and the backup cache data before the upgrade of the android application reaches a set threshold value, calling an adb (AdroidDeugbridge) process to remove the cache data after the upgrade of the android application.
Optionally in an embodiment, the restoring the cached data of the backed-up android application before the upgrade includes:
obtaining a storage rule of the cache data after the android application is upgraded;
and according to the storage rule of the cache data after the upgrade of the android application, recovering the backup cache data before the upgrade of the android application.
Optionally in an embodiment, according to a storage rule of the cache data after the upgrade of the android application, restoring the backed-up cache data before the upgrade of the android application includes:
calling a corresponding data conversion rule according to a storage rule of the cache data after the android application is upgraded;
and converting the cache data before the upgrade of the android application into the cache data supported after the upgrade of the android application according to the data conversion rule.
Optionally in an embodiment, invoking the adb process to clear the cached data after the upgrade of the android application includes:
and calling adb to inform the PackageManager to call a pm clear command to clear the cache data after the android application is upgraded.
Specifically, taking the attribute (integer non-integer) conflict of the field a before and after the database is repaired as an example, when the repair module detects the application upgrade, the database is backed up. After upgrading, when detecting that the database cache conflicts caused by upgrading and the crash times of the android application reach a threshold value, calling adb to clear all cache data, and ensuring that the android application can be started normally. In order to keep the old cache data of the user, an attempt is made to read the field A of the integer from the database, and then the field A is converted into a non-integer and put into the cache. If the step fails, the cache is cleared again, and the android application is ensured to be started normally.
Optionally in one embodiment, the backing up the cache data before the upgrade of the android application includes:
obtaining a set cache data backup first storage position before the android application is upgraded;
if the first storage position meets the storage condition, backing up the cache data before the upgrade of the android application to the first storage position, and recording a link address of the first storage position, wherein the link address of the first storage position is used for calling the cache data before the upgrade of the android application;
and if the first storage position does not meet the storage condition, randomly acquiring a second storage position meeting the storage condition, backing up the cache data before the upgrade of the android application to the second storage position, and recording a link address of the second storage position, wherein the link address of the second storage position is used for calling the cache data before the upgrade of the android application.
Optionally in one embodiment, the first storage location is an SD card.
Specifically, according to the method and the device, a repair unit is implanted into one android application, and when the repair unit monitors that the android application is upgraded, all cached data are backed up to an sd card or other positions. When cache data conflict is caused by upgrading of the android application and the number of times of collapse reaches a preset threshold value, the repair unit informs the system to remove the cache data of the application by calling the adb process, and after removal is completed, the data are recovered from the backup data to the maximum extent. And if the data can not be recovered from the backup data, all the cache data is cleared again, and the normal operation of the android application is preferentially ensured.
Optionally in one embodiment, the cached data before the upgrade of the android application includes data located in directory/data/data/package name before the upgrade of the android application;
the cache data after the android application is upgraded comprises data located in a directory/data/data/package name after the android application is upgraded.
According to the android application upgrading and repairing method, the android application is subjected to upgrading detection, if the fact that the android application needs to be upgraded is detected, cache data before the upgrade of the android application is backed up, and after the upgrade of the android application, if the cache data after the upgrade of the android application and the cache data before the upgrade of the backed-up android application conflict to cause the android application to be incapable of starting, the cache data after the upgrade of the android application is removed, so that the android application can normally run after being upgraded. Therefore, automatic restoration is achieved when android application cannot be restored due to data conflicts of the android application before and after upgrading.
Example 2
As shown in fig. 2, an embodiment of the present invention provides an upgrade repair method for an android application, including
201. And after the android application is developed, integrating the repair unit in the android application.
The repairing unit is published together with the android application, and when the android application is installed on equipment, the repairing unit is installed together.
202. When the android application runs, the repair units run together.
203. The repairing unit detects whether the android application is upgraded.
204. When the repair unit detects that the android application is upgraded, the repair unit backups the cache data of the android application before the upgrade is started.
For example, the backed up cached data is located in directory/data/data/package name.
205. After the upgrade of the android application is completed, if the number of times that the android application cannot be normally started due to data conflict reaches a set threshold value, the cache data after the upgrade of the android application is cleared by the repair unit.
Specifically, an abnormal signal which cannot be started is sent out when the android application is normally started, the repairing unit captures the abnormal signal, a pm process of the android system can be notified through an adb process, and a pm clear command is called to clear cache data (excluding backup data) below the android application; an adb may also be provided to notify the PackageManager to invoke the system to clear cached data (excluding backed up data) underneath the android application.
206. And the repairing unit repairs the backup cache data into data according with the cache data storage rule after the android application is updated, and caches the data.
Specifically, after the cache data is updated, the android application can normally operate, and because the cache data is cleared after the update, the embodiment of the invention converts the backup cache data into the cache data supported by the new version of the android application through a certain algorithm.
207. And judging whether the repair is successful.
208. And if the repair fails, clearing the backup cache data.
In particular, if the repair fails, it is generally because the two versions of the cached data are indeed incompatible. After the backup cache data is cleared, the repair from the cache data is not attempted any more, and at the moment, the android application can run normally.
209. And if the repair is successful, the repaired cache data is effective when the new version of the android application runs.
According to the android application upgrading and repairing method, the android application is subjected to upgrading detection, if the fact that the android application needs to be upgraded is detected, cache data before the upgrade of the android application is backed up, and after the upgrade of the android application, if the cache data after the upgrade of the android application and the cache data before the upgrade of the backed-up android application conflict to cause the android application to be incapable of starting, the cache data after the upgrade of the android application is removed, so that the android application can normally run after being upgraded. Therefore, automatic restoration is achieved when android application cannot be restored due to data conflicts of the android application before and after upgrading.
Example 3
The utility model provides a terminal equipment of installation android application, this built-in recovery unit of android application, this recovery unit is together operated along with this android application, and this recovery unit execution content includes:
performing upgrade detection on the android application, and backing up cache data before the upgrade of the android application when the fact that the android application needs to be upgraded is detected;
after the android application is upgraded, if the cache data after the upgrade of the android application conflicts with the backup cache data before the upgrade of the android application to cause that the android application cannot be started, the cache data after the upgrade of the android application is removed, so that the android application can normally run after the upgrade;
after the cache data after the upgrade of the android application is cleared, the method further includes:
restoring the backed-up cache data before the upgrade of the android application;
and if the cache data before the upgrade of the backup android application fails to be restored, clearing the cache data before the upgrade of the backup android application.
The terminal device for installing the android application in the embodiment of the invention can be a smart phone, a tablet computer, a smart television and other devices capable of installing the android application, and the embodiment of the invention is not limited.
The terminal device for installing the android application in the embodiment of the present invention may be used to implement the above method embodiment, and detailed implementation steps may be known by referring to the above method embodiment, which is not described herein again.
According to the terminal equipment provided by the embodiment of the invention, the android application is upgraded and detected, if the fact that the android application needs to be upgraded is detected, the cache data before the upgrade of the android application is backed up, and after the upgrade of the android application, if the cache data after the upgrade of the android application and the cache data before the upgrade of the backed up android application conflict to cause that the android application cannot be started, the cache data after the upgrade of the android application is removed, so that the android application can normally run after being upgraded. Therefore, automatic restoration is achieved when android application cannot be restored due to data conflicts of the android application before and after upgrading.
Having described embodiments of the present invention, the foregoing description is intended to be exemplary, not exhaustive, and not limited to the embodiments disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the described embodiments. The terminology used herein is chosen in order to best explain the principles of the embodiments, the practical application, or improvements made to the technology in the marketplace, or to enable others of ordinary skill in the art to understand the embodiments disclosed herein.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. An upgrade repair method for an android application, the method being used for a repair unit built in the android application, the repair unit running with the android application, the method comprising:
performing upgrade detection on the android application, and backing up cache data before the upgrade of the android application when the fact that the android application needs to be upgraded is detected;
after the android application is upgraded, if the cache data after the upgrade of the android application conflicts with the backup cache data before the upgrade of the android application to cause that the android application cannot be started, the cache data after the upgrade of the android application is removed, so that the android application can normally run after the upgrade.
2. The method of claim 1, wherein after the clearing the cached data after the upgrade of the android application, further comprising:
restoring the backed-up cache data before the upgrade of the android application;
and if the backup recovery of the cache data before the upgrade of the android application fails, removing the backup cache data before the upgrade of the android application.
3. The method according to claim 1 or 2, wherein if the cache data after the upgrade of the android application conflicts with the cache data before the upgrade of the backup android application, which results in that the android application cannot be started, the clearing of the cache data after the upgrade of the android application comprises:
and if the number of times that the android application cannot be started due to the conflict between the cache data after the upgrade of the android application and the backup cache data before the upgrade of the android application reaches a set threshold value, calling an adb process to clear the cache data after the upgrade of the android application.
4. The method of claim 2, wherein the restoring the cached pre-upgrade android application data of the backup comprises:
obtaining a storage rule of the cache data after the android application is upgraded;
and according to the storage rule of the cache data after the upgrade of the android application, restoring the backup cache data before the upgrade of the android application.
5. The method according to claim 4, wherein the restoring the backed-up cache data before the upgrade of the android application according to the storage rule of the cache data after the upgrade of the android application comprises:
calling a corresponding data conversion rule according to the storage rule of the cache data after the android application is upgraded;
and converting the cache data before the upgrade of the android application into the cache data supported after the upgrade of the android application according to the data conversion rule.
6. The method of claim 2, wherein invoking the adb process to clear the cached data after the android application upgrade comprises:
and calling adb to inform a PackageManager to call a pm clear command to clear the cache data after the android application is upgraded.
7. The method of claim 3, wherein backing up the cached data of the android application before upgrading comprises:
obtaining a set cache data backup first storage position before the android application is upgraded;
if the first storage position meets the storage condition, backing up the cache data before the upgrade of the android application to the first storage position, and recording a link address of the first storage position, wherein the link address of the first storage position is used for calling the cache data before the upgrade of the android application;
and if the first storage position does not meet the storage condition, randomly obtaining a second storage position meeting the storage condition, backing up the cache data before the upgrade of the android application to the second storage position, and recording a link address of the second storage position, wherein the link address of the second storage position is used for calling the cache data before the upgrade of the android application.
8. The method of claim 7, wherein the first storage location is an SD card.
9. The method according to claim 1 or 2, wherein the cache data before the upgrade of the android application comprises data located in a directory/data/data/package name before the upgrade of the android application;
the cache data after the android application is upgraded comprises data located in a directory/data/data/package name after the android application is upgraded.
10. The terminal device for installing the android application is characterized in that a repairing unit is arranged in the android application, the repairing unit runs along with the android application, and the executing content of the repairing unit comprises:
performing upgrade detection on the android application, and backing up cache data before the upgrade of the android application when the fact that the android application needs to be upgraded is detected;
after the android application is upgraded, if the cache data after the upgrade of the android application conflicts with the backup cache data before the upgrade of the android application to cause that the android application cannot be started, the cache data after the upgrade of the android application is removed, so that the android application can normally run after the upgrade;
after the cache data after the upgrade of the android application is cleared, the method further comprises the following steps:
restoring the backed-up cache data before the upgrade of the android application;
and if the backup recovery of the cache data before the upgrade of the android application fails, removing the backup cache data before the upgrade of the android application.
CN201911073051.6A 2019-11-05 2019-11-05 Android application upgrading and repairing method and terminal equipment Pending CN110764810A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911073051.6A CN110764810A (en) 2019-11-05 2019-11-05 Android application upgrading and repairing method and terminal equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911073051.6A CN110764810A (en) 2019-11-05 2019-11-05 Android application upgrading and repairing method and terminal equipment

Publications (1)

Publication Number Publication Date
CN110764810A true CN110764810A (en) 2020-02-07

Family

ID=69336729

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911073051.6A Pending CN110764810A (en) 2019-11-05 2019-11-05 Android application upgrading and repairing method and terminal equipment

Country Status (1)

Country Link
CN (1) CN110764810A (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1713143A (en) * 2004-06-24 2005-12-28 华为技术有限公司 Compatibility upgrading method of embedded programm
CN103826162A (en) * 2014-02-28 2014-05-28 深圳市佳创视讯技术股份有限公司 Embedded system of intelligent set top box based on Android and recovery method of embedded system
CN105487980A (en) * 2015-12-04 2016-04-13 Tcl集团股份有限公司 Method and device for repairing running abnormity of application program
CN105573864A (en) * 2015-12-15 2016-05-11 广州视源电子科技股份有限公司 Terminal system recovery method and system thereof
CN105843710A (en) * 2016-04-08 2016-08-10 努比亚技术有限公司 Data backup and recovery device and method
CN107357704A (en) * 2017-06-27 2017-11-17 努比亚技术有限公司 A kind of application program detection method, terminal and computer-readable recording medium
US20190095193A1 (en) * 2017-09-26 2019-03-28 C-Sky Microsystems Co., Ltd. System version upgrading method and apparatus

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1713143A (en) * 2004-06-24 2005-12-28 华为技术有限公司 Compatibility upgrading method of embedded programm
CN103826162A (en) * 2014-02-28 2014-05-28 深圳市佳创视讯技术股份有限公司 Embedded system of intelligent set top box based on Android and recovery method of embedded system
CN105487980A (en) * 2015-12-04 2016-04-13 Tcl集团股份有限公司 Method and device for repairing running abnormity of application program
CN105573864A (en) * 2015-12-15 2016-05-11 广州视源电子科技股份有限公司 Terminal system recovery method and system thereof
CN105843710A (en) * 2016-04-08 2016-08-10 努比亚技术有限公司 Data backup and recovery device and method
CN107357704A (en) * 2017-06-27 2017-11-17 努比亚技术有限公司 A kind of application program detection method, terminal and computer-readable recording medium
US20190095193A1 (en) * 2017-09-26 2019-03-28 C-Sky Microsystems Co., Ltd. System version upgrading method and apparatus

Similar Documents

Publication Publication Date Title
US8677189B2 (en) Recovering from stack corruption faults in embedded software systems
CN102693139A (en) Method and system for wirelessly upgrading mobile phone software
CN101719072A (en) Embedded type terminal equipment software upgrading method and upgrading device
CN101834976B (en) Method for starting and upgrading set-top box by using three-stage directing and upgrading starting technology
CN102163167A (en) Method and device for rescuing system
CN103488498A (en) Computer booting method and computer
CN104461786A (en) Recovery method and system for Android system
CN111142911B (en) Embedded system with abnormal recovery function and upgrading method thereof
CN102799499B (en) Method and vehicle-mounted Android equipment that vehicle-mounted Android device systems recovers
CN107153559A (en) The application program updating method of a kind of electronic equipment
CN107493290A (en) The method that Android intelligent television system software carries out OTA upgradings
CN112948182B (en) Method and system for recovering and upgrading emergency backup of set top box
CN108345464A (en) A kind of the startup method and Android vehicle device of Android system
CN107943501A (en) Embedded device upgrade method, device, computer equipment and storage medium
CN106959873A (en) GNSS receiver method for upgrading system
CN112650624B (en) Cluster upgrading method, device, equipment and computer readable storage medium
CN103763336A (en) Software update method oriented to complex network architecture
CN113032183A (en) System management method, device, computer equipment and storage medium
CN110764810A (en) Android application upgrading and repairing method and terminal equipment
US8132047B2 (en) Restoring application upgrades using an application restore point
KR100832269B1 (en) Program update method and system for wireless communication terminal
CN106325912B (en) The starting method and device of embedded OS
CN111949290B (en) Hot patch management method and device, electronic equipment and storage medium
KR20160006495A (en) Booting image restoration system and restoration method thereof
CN113691845A (en) Power-off protection method for partition upgrading of digital set-top box

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20200207

RJ01 Rejection of invention patent application after publication