WO2012126360A1 - 移动终端在软件升级失败时恢复原有软件的方法 - Google Patents

移动终端在软件升级失败时恢复原有软件的方法 Download PDF

Info

Publication number
WO2012126360A1
WO2012126360A1 PCT/CN2012/072677 CN2012072677W WO2012126360A1 WO 2012126360 A1 WO2012126360 A1 WO 2012126360A1 CN 2012072677 W CN2012072677 W CN 2012072677W WO 2012126360 A1 WO2012126360 A1 WO 2012126360A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
program
tool
memory
software
Prior art date
Application number
PCT/CN2012/072677
Other languages
English (en)
French (fr)
Inventor
林子华
Original Assignee
惠州Tcl移动通信有限公司
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 惠州Tcl移动通信有限公司 filed Critical 惠州Tcl移动通信有限公司
Publication of WO2012126360A1 publication Critical patent/WO2012126360A1/zh

Links

Images

Classifications

    • 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/1415Saving, restoring, recovering or retrying at system level
    • G06F11/1433Saving, restoring, recovering or retrying at system level during software upgrading

Definitions

  • the present invention relates to the field of mobile terminal applications, and in particular, to a method for a mobile terminal to restore original software when a software upgrade fails.
  • the software of the mobile terminal device is divided into an application program and an initialization program.
  • the initialization program does not need to be upgraded, only the application needs to be upgraded.
  • Both the application and the initialization program are stored in the memory.
  • the CPU first transfers the initialization program to the on-chip RAM of the CPU, and the initialization program transfers the application to the external RAM of the terminal device, and then the application is external. Running in RAM.
  • the upgrade task is completed by the download program running on the terminal device and the download tool running on the computer.
  • the download program is responsible for communicating with the download tool running on the computer, and the download tool sends a command or receives commands and data from the download tool:
  • the download program stored in the FLASH is called by an initialization program running in the on-chip RAM of the CPU.
  • the download program first erases the memory, and then downloads the new application to the external RAM of the terminal device through the download tool running on the computer. After the download is successful, the download program downloads the application from the external RAM to the memory. After all applications have been downloaded to the memory, the application is verified to check that the program is complete and correct. If the verification result is correct, the download is completed, and if the verification result is incorrect, the download fails.
  • the object of the present invention is to provide a method for restoring original software when a software upgrade fails, and aim to solve the problem that the existing mobile terminal fails to be erased when the software upgrade fails, and the device cannot be used. problem.
  • a method for restoring original software when a software upgrade fails wherein the method includes the following steps:
  • the PC tool receives the start signal, notifies the downloading tool on the computer side to download the new program and send the new program data to the buffer area opened in the external RAM;
  • the PC tool sends data equal to the size of the buffer area, suspends sending data, and sends a pause signal to the downloading tool and the downloading program;
  • the download program After receiving the pause signal, the download program writes the program data of the buffer area into the memory;
  • the downloading program After downloading the data in the buffer area, the downloading program sends a restart signal to the PC tool.
  • step S7 judging whether all new program data has been downloaded, if not downloaded, repeating step S3 to step S6; if the data download is completed, executing step S8;
  • step S9 After receiving the end signal, the download program checks all data written to the memory to determine whether the data in the memory is correct. If the data is correct, step S10 is performed, if the data is incorrect, Go to step S11;
  • the downloading program runs a write command to write the old application backed up in the external RAM to the memory;
  • step S14 verifying the old application rewritten in the memory, determining whether it is correct, if yes, running step S15; if not, determining whether the number of times of repeatedly running steps S12 to S14 is greater than or equal to the threshold value, If not, then step S12 to step S14 are repeated; if yes, step S16 is directly executed;
  • the mobile terminal recovers the original software when the software upgrade fails.
  • the method for backing up the original application is: automatically running the FLASH read command, and copying the content in the FLASH to the external RAM.
  • the mobile terminal recovers the original software when the software upgrade fails, wherein the backup data is also verified to determine whether it is correct, if the backup program is correct, the memory is erased; if the backup program is incorrect, then Re-backup.
  • the method for restoring the original software when the software upgrade fails wherein the verification of the original program is performed by using a cyclic redundancy check code.
  • the method for restoring the original software when the software upgrade fails, wherein the memory is detected to find out whether the memory has a bad block, and if so, the flag is marked, and if not, the processing is not performed.
  • the method for restoring the original software when the software upgrade fails wherein the threshold is set to 3 times.
  • the method for restoring the original software when the software upgrade fails wherein the buffer size is sent to the PC tool through the USB.
  • the invention has the beneficial effects that the invention saves to the external RAM of the terminal device by backing up the application before the upgrade; verifying the backup data to ensure that the backup data is correct; no matter what the situation occurs, the upgrade data is in error,
  • the backup application in the external RAM can be automatically downloaded to the memory for recovery; through the above operation, the normal use of the terminal device is still ensured when the upgrade fails; if the memory is fatally damaged, the user can be prompted to perform maintenance.
  • FIG. 1 is a flow chart of a method provided by a specific embodiment of the present invention.
  • the invention makes a backup of the application before the upgrade, and then saves it to the external RAM of the terminal device; and checks the backup data to ensure that the backup data is correct; thereby ensuring that the upgrade data in any case can be automatically changed.
  • the backup application in the external RAM is downloaded to the memory for recovery; through the above operation, when the upgrade fails, the normal use of the terminal device is still ensured; if the memory is fatally damaged, the user can be prompted to perform the repair.
  • the present invention specifically designs a new downloading program (that is, a method for the mobile terminal to restore the original software when the software upgrade fails), so that when the program is upgraded, the original application can be automatically restored.
  • the program keeps the device up and running.
  • the downloading program provided by the present invention includes the following steps:
  • Step S1 Run the download program, and download the original application to the external RAM for backup.
  • the method of backing up the original application is to automatically run the FLASH read command and copy the contents of the FLASH to the external RAM.
  • the invention also verifies the backed up data and determines whether it is correct. If the backed up program is correct, the memory is erased; if the backed up program is not correct, the backup is performed again.
  • the purpose of verifying the backed up data is to make the correct old program available when the program data is out of order, and to ensure the correctness of the backed up data.
  • Step S2 setting a buffer space in the external RAM, sending the buffer size to the PC tool, and then sending a start signal to the PC tool to notify the PC tool to prepare to send new program data.
  • the size of the buffer area is modified in the download program code according to the specific item; in the present invention, the size of the buffer area is sent to the PC tool through the USB.
  • Step S3 the PC tool receives the start signal, notifies the downloading tool on the computer side to download the new program and send the new program data to the buffer area opened in the external RAM.
  • Step S4 After the PC tool sends the data with the same size as the buffer area, the data is paused and the pause signal is sent to the downloading tool and the downloading program.
  • Step S5 After receiving the pause signal, the download program writes the program data of the buffer area into the memory.
  • Step S6 After the downloading program writes the data of the buffer area, it sends a restart signal to the PC tool.
  • step S7 it is judged whether all the new program data has been downloaded. If it is not downloaded, the steps S3 to S6 are repeated until all the data is written into the memory; if the data download is completed, the step S8 is performed.
  • Step S8 After all the data is sent, the PC tool sends an end signal to the downloading program.
  • Step S9 After receiving the end signal, the download program checks all the data written to the memory to determine whether the data in the memory is correct. If the data is correct, step S10 is performed, and if the data is incorrect, step S11 is performed.
  • the verification of the original program in the present invention uses CRC (Cyclic Redundancy) Check cyclic redundancy check code) verification method.
  • Step S10 Send the correct information to the computer, prompt the user to complete the download, and automatically restart the device.
  • Step S11 Sending an error message to the PC tool, and the PC tool prompts the user to download the failure.
  • Step S12 After the download fails, the system re-erases the memory and initializes the memory.
  • the memory is also detected to find out whether there is a bad block in the memory, and if so, the flag is marked, and if not, the processing is not performed. Bad blocks that have been marked will be flagged and will be hidden from the downloader or application.
  • Step S13 The download program runs a write command to write the old application backed up in the external RAM to the memory.
  • step S14 verifying the old application rewritten in the memory, determining whether it is correct, if yes, running step S15; if not, determining whether the number of times of repeatedly running steps S12 to S14 is greater than or equal to the threshold value, If not, step S12 to step S14 are repeated; if yes, step S16 is performed.
  • the method of the present invention determines that the current number of repetitions is repeated before the step S12 to the step S14 is repeated. If the threshold value is greater than or equal to the threshold value, the step S16 is directly executed. In the specific embodiment of the present invention, the threshold value is set to three times, that is, if it is the third repetition, step S16 is performed.
  • Step S16 Sending an error message to the computer, prompting the user that the terminal device is damaged, please send the after-sales service. If an error still occurs after downloading the old application for the third time, the memory may be fatally damaged, can no longer be used, or have other unacknowledged errors.

Abstract

本发明公开了一种移动终端在软件升级失败时恢复原有软件的方法,通过对升级前的应用程序做备份,然后保存到终端设备的外部RAM中;并对备份数据做校验,确保备份数据的正确;从而保证无论什么情况出现的升级数据出错,均能够自动把外部RAM中的备份应用程序下载到存储器中进行恢复。采用本发明可保证无论什么情况出现的升级数据出错,均能够保终端设备的正常使用;如果存储器出现致命损坏,能够提示用户进行维修。

Description

移动终端在软件升级失败时恢复原有软件的方法
技术领域
本发明涉及移动终端应用领域,尤其涉及的是一种移动终端在软件升级失败时恢复原有软件的方法。
背景技术
现有的移动终端,尤其是手机等移动设备在进行软件升级时,由于各种原因,在下载新软件时会出现失败的情况。出现这种情况后,新软件没有下载成功,而旧软件已被擦除,这时如果没有保护措施,设备就无法使用,需要用专用设备重新下载才能恢复使用。对于普通用户来说,出现这种情况就会很麻烦,要到售后中心才能处理。
移动终端设备的软件分为应用程序和初始化程序。对于用户来说,初始化程序不需要升级,只有应用程序需要升级。应用程序和初始化程序都是存储在存储器中,运行时,CPU先把初始化程序调到CPU的片内RAM中运行,由初始化程序把应用程序调到终端设备的外部RAM中,然后应用程序在外部RAM中运行。
升级应用软件时,由终端设备上运行的下载程序和电脑上运行的下载工具完成升级任务,下载程序负责与电脑上运行的下载工具通讯,下载工具发送命令或者接收来自下载工具的命令和数据:由在CPU片内RAM中运行的初始化程序调用存储在FLASH中的下载程序。下载程序先擦除存储器,再把新的应用程序通过电脑上运行的下载工具下载到终端设备的外部RAM中,下载成功后,再由下载程序从外部RAM中把应用程序下载到存储器中。全部应用程序下载到存储器后,对应用程序进行校验,检查程序是否完整和正确。如果校验结果正确,则下载完成,如果校验结果错误,则下载失败。
下载过程中出现错误,而旧的应用程序已被擦除,则设备就无法使用。出现这种情况后,如果重新下载后仍不成功的话,通常需要专用设备重新下载才能恢复使用。这样对于用户来说,是非常麻烦的。
下载出现错误,大部分是程序数据出现错误,从而导致升级失败。而数据出现错误,通常是下面几种情况造成:各个下载环节中数据受到干扰,导致数据出现错误;或者是存储器的存储单元出现错误,导致数据错误;或者是新的应用程序数据本身存在问题;或者是电脑端的下载工具有问题等。
因此,现有技术还有待于改进和发展。
发明内容
本发明的目的在于提供一种移动终端在软件升级失败时恢复原有软件的方法,旨在解决现有的移动终端在软件升级失败时,旧的应用程序已被擦除,设备就无法使用的问题。
本发明的技术方案如下:
一种移动终端在软件升级失败时恢复原有软件的方法,其中,包括以下步骤:
S1、运行下载程序,将原有的应用程序下载到外部RAM中进行备份;
S2、在外部RAM中设置缓存空间,把缓存区大小发送给PC工具,然后发送开始信号给PC工具,通知PC工具准备发送新程序数据;
S3、PC工具收到开始信号,通知电脑端的下载工具下载新程序并将新程序数据发送到外部RAM中开设的缓存区;
S4、PC工具发送完与缓存区容量大小相等的数据,暂停发送数据,并发送暂停信号给下载工具与下载程序;
S5、下载程序收到暂停信号后,把缓存区的程序数据写到存储器中;
S6、下载程序把缓存区的数据写完后,发送重新开始信号给PC工具;
S7、判断所有新程序数据是否已下载完成,若没有下载完则重复步骤S3到步骤S6;若数据下载完成则执行步骤S8;
S8、发送完所有数据后,PC工具发送结束信号给下载程序;
S9、下载程序接收到结束信号后,对所有写到存储器的数据进行校验,判断存储器中的数据是否正确,若数据正确则执行步骤S10,若数据不正确则 执行步骤S11;
S10、发送正确信息给电脑,提示用户下载完成,并自动重启设备;
S11、发送出错信息给PC工具,PC工具提示用户下载失败;
S12、下载失败后,系统对存储器进行重新擦除,并对存储器初始化;
S13、下载程序运行写命令,把备份在外部RAM中的旧应用程序写到存储器中;
S14、对重新写入存储器中的旧应用程序进行校验,判断是否正确,若正确,则运行步骤S15;若不正确,则判断重复运行步骤S12到步骤S14的次数是否大于等于门限值,如果不是,则重复运行步骤S12到步骤S14;如果是,则直接运行步骤S16;
S15、发送信息给电脑,提示用户重新启动终端设备;
S16、发送错误信息给电脑,提示用户终端设备损坏,请送售后维修。
所述的移动终端在软件升级失败时恢复原有软件的方法,其中,对原有的应用程序进行备份的方法为:自动运行FLASH读取命令,把FLASH中的内容拷贝到外部RAM中。
所述的移动终端在软件升级失败时恢复原有软件的方法,其中,还对备份的数据进行校验,判断是否正确,若备份的程序正确,擦除存储器;若备份的程序不正确,则重新备份。
所述的移动终端在软件升级失败时恢复原有软件的方法,其中,对原有程序的校验采用循环冗余校验码进行校验。
所述的移动终端在软件升级失败时恢复原有软件的方法,其中,对存储器进行检测,查找存储器是否有坏块,若有则做标记,没有则不做处理。
所述的移动终端在软件升级失败时恢复原有软件的方法,其中,所述门限值设置为3次。
所述的移动终端在软件升级失败时恢复原有软件的方法,其中,通过USB把缓存区大小发送给PC工具。
本发明的有益效果:本发明通过对升级前的应用程序做备份,保存到终端设备的外部RAM中;对备份数据做校验,确保备份数据的正确;无论什么情况出现的升级数据出错,均能够自动把外部RAM中的备份应用程序下载到存储器中进行恢复;通过以上操作,使得升级失败时,仍然确保终端设备的正常使用;如果存储器出现致命损坏,能够提示用户进行维修。
附图说明
图1是本发明具体实施例提供的方法流程图。
具体实施方式
为使本发明的目的、技术方案及优点更加清楚、明确,以下参照附图并举实施例对本发明进一步详细说明。
本发明通过对升级前的应用程序做备份,然后保存到终端设备的外部RAM中;并对备份数据做校验,确保备份数据的正确;从而保证无论什么情况出现的升级数据出错,均能够自动把外部RAM中的备份应用程序下载到存储器中进行恢复;通过以上操作,使得升级失败时,仍然确保终端设备的正常使用;如果存储器出现致命损坏,能够提示用户进行维修。
因此为了满足上述需求,本发明具体设计了一种新的下载程序(即为一种移动终端在软件升级失败时恢复原有软件的方法),使得在程序升级出错时,能够自动恢复原来的应用程序,使设备仍然能够正常运行。如图1所示,本发明提供的下载程序,包括以下步骤:
步骤S1、运行下载程序,将原有的应用程序下载到外部RAM中进行备份。
对原有的应用程序进行备份的方法为:自动运行FLASH读取命令,把FLASH中的内容拷贝到外部RAM中。
本发明还对备份的数据进行校验,判断是否正确,若备份的程序正确,擦除存储器;若备份的程序不正确,则重新备份。对备份的数据进行校验的目的在于使得程序数据出问题时,有正确的旧程序可用,保证备份的数据的正确性。
步骤S2、在外部RAM中设置缓存空间,把缓存区大小发送给PC工具,然后发送开始信号给PC工具,通知PC工具准备发送新程序数据。
其中,缓存区大小根据具体项目在下载程序代码中修改;本发明中是通过USB把缓存区大小发送给PC工具的。
步骤S3、PC工具收到开始信号,通知电脑端的下载工具下载新程序并将新程序数据发送到外部RAM中开设的缓存区。
步骤S4、PC工具发送完与缓存区容量大小相等的数据后,暂停发送数据,并发送暂停信号给下载工具与下载程序。
步骤S5、下载程序收到暂停信号后,把缓存区的程序数据写到存储器中。
步骤S6、下载程序把缓存区的数据写完后,发送重新开始信号给PC工具。
步骤S7、判断所有新程序数据是否已下载完成,若没有下载完则重复步骤S3到步骤S6,直到所有数据写到存储器中;若数据下载完成则执行步骤S8。
步骤S8、发送完所有数据后,PC工具发送结束信号给下载程序。
步骤S9、下载程序接收到结束信号后,对所有写到存储器的数据进行校验,判断存储器中的数据是否正确,若数据正确则执行步骤S10,若数据不正确则执行步骤S11。
其中,本发明中对原有程序的校验采用CRC(Cyclic Redundancy Check循环冗余校验码)校验方法。
步骤S10、发送正确信息给电脑,提示用户下载完成,并自动重启设备。
步骤S11、发送出错信息给PC工具,PC工具提示用户下载失败。
步骤S12、下载失败后,系统对存储器进行重新擦除,并对存储器初始化。
本发明在处理时,还对存储器进行检测,查找存储器是否有坏块,若有则做标记,没有则不做处理。做了标记的坏块会被标记出来,对于下载程序或者应用程序来说,就会被隐藏起来。
步骤S13、下载程序运行写命令,把备份在外部RAM中的旧应用程序写到存储器中。
其中,把备份在外部RAM中的旧应用程序下载到标记了坏块后的存储器中,如果存储器有坏块,因为已经被标记隐藏起来,程序数据就不会被写到损坏的存储器单元中。从而保证了程序运行的准确性。
S14、对重新写入存储器中的旧应用程序进行校验,判断是否正确,若正确,则运行步骤S15;若不正确,则判断重复运行步骤S12到步骤S14的次数是否大于等于门限值,如果不是,则重复运行步骤S12到步骤S14;如果是,则运行步骤S16.
其中,本发明在重复运行步骤S12到步骤S14前进行判断当前是第几次重复,若大于等于设置的门限值,则直接运行步骤S16。本发明具体实施例中门限值设置为三次,即若是第三次重复时则运行步骤S16。
步骤S15、发送信息给电脑,提示用户重新启动终端设备。
步骤S16、发送错误信息给电脑,提示用户终端设备损坏,请送售后维修。如果第三次下载旧应用程序后仍然出错,则存储器可能存在致命损坏,无法再使用,或者出现其他无法确认的错误。
上述的下载程序,以旧的应用程序备份为恢复数据,只要是下载数据出错导致的下载失败,无论是下载过程干扰导致的数据损坏,还是存储器的存储单元损坏导致的数据损坏,或者是新程序本身有问题,或者是电脑下载工具有问题导致的数据错误,都能够自动恢复旧的应用程序,使终端设备不因为升级失败导致无法使用。从而解决了大部分升级失败导致的设备无法使用的问题。如果是存储器本身出现了致命损坏,本下载程序能够提示用户送交厂家售后维修。
应当理解的是,本发明的应用不限于上述的举例,对本领域普通技术人员来说,可以根据上述说明加以改进或变换,所有这些改进和变换都应属于本发明所附权利要求的保护范围。

Claims (7)

  1. 一种移动终端在软件升级失败时恢复原有软件的方法,其特征在于,包括以下步骤:
    S1、运行下载程序,将原有的应用程序下载到外部RAM中进行备份;
    S2、在外部RAM中设置缓存空间,把缓存区大小发送给PC工具,然后发送开始信号给PC工具,通知PC工具准备发送新程序数据;
    S3、PC工具收到开始信号,通知电脑端的下载工具下载新程序并将新程序数据发送到外部RAM中开设的缓存区;
    S4、PC工具发送完与缓存区容量大小相等的数据后,暂停发送数据,并发送暂停信号给下载工具与下载程序;
    S5、下载程序收到暂停信号后,把缓存区的程序数据写到存储器中;
    S6、下载程序把缓存区的数据写完后,发送重新开始信号给PC工具;
    S7、判断所有新程序数据是否已下载完成,若没有下载完则重复步骤S3到步骤S6;若数据下载完成则执行步骤S8;
    S8、发送完所有数据后,PC工具发送结束信号给下载程序;
    S9、下载程序接收到结束信号后,对所有写到存储器的数据进行校验,判断存储器中的数据是否正确,若数据正确则执行步骤S10,若数据不正确则执行步骤S11;
    S10、发送正确信息给电脑,提示用户下载完成,并自动重启设备;
    S11、发送出错信息给PC工具,PC工具提示用户下载失败;
    S12、下载失败后,系统对存储器进行重新擦除,并对存储器初始化;
    S13、下载程序运行写命令,把备份在外部RAM中的旧应用程序写到存储器中;
    S14、对重新写入存储器中的旧应用程序进行校验,判断是否正确,若正确,则运行步骤S15;若不正确,则判断重复运行步骤S12到步骤S14的次数是否大于等于门限值,如果不是,则重复运行步骤S12到步骤S14;如果是,则直接运行步骤S16;
    S15、发送信息给电脑,提示用户重新启动终端设备;
    S16、发送错误信息给电脑,提示用户终端设备损坏,请送售后维修。
  2. 根据权利要求1所述的移动终端在软件升级失败时恢复原有软件的方法,其特征在于,对原有的应用程序进行备份的方法为:自动运行FLASH读取命令,把FLASH中的内容拷贝到外部RAM中。
  3. 根据权利要求1所述的移动终端在软件升级失败时恢复原有软件的方法,其特征在于,还对备份的数据进行校验,判断是否正确,若备份的程序正确,擦除存储器;若备份的程序不正确,则重新备份。
  4. 根据权利要求1所述的移动终端在软件升级失败时恢复原有软件的方法,其特征在于,对原有程序的校验采用循环冗余校验码进行校验。
  5. 根据权利要求1所述的移动终端在软件升级失败时恢复原有软件的方法,其特征在于,对存储器进行检测,查找存储器是否有坏块,若有则做标记,没有则不做处理。
  6. 根据权利要求1所述的移动终端在软件升级失败时恢复原有软件的方法,其特征在于,所述门限值设置为3次。
  7. 根据权利要求1所述的移动终端在软件升级失败时恢复原有软件的方法,其特征在于,通过USB把缓存区大小发送给PC工具。
PCT/CN2012/072677 2011-03-23 2012-03-21 移动终端在软件升级失败时恢复原有软件的方法 WO2012126360A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201110070592.0 2011-03-23
CN2011100705920A CN102117234B (zh) 2011-03-23 2011-03-23 移动终端在软件升级失败时恢复原有软件的方法

Publications (1)

Publication Number Publication Date
WO2012126360A1 true WO2012126360A1 (zh) 2012-09-27

Family

ID=44216014

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2012/072677 WO2012126360A1 (zh) 2011-03-23 2012-03-21 移动终端在软件升级失败时恢复原有软件的方法

Country Status (2)

Country Link
CN (1) CN102117234B (zh)
WO (1) WO2012126360A1 (zh)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112181460A (zh) * 2020-09-27 2021-01-05 深圳市豪恩声学股份有限公司 程序固件升级方法、装置、电子设备及存储介质
CN113419900A (zh) * 2021-06-21 2021-09-21 深圳市合广测控技术有限公司 存储设备的数据读写控制方法、断路器及介质
CN113746892A (zh) * 2021-06-29 2021-12-03 广东芬尼克兹节能设备有限公司 一种远程升级方法及无线终端设备
CN113848853A (zh) * 2021-09-27 2021-12-28 一飞智控(天津)科技有限公司 飞行控制器升级流程处理方法、系统、终端、介质、应用
CN115934143A (zh) * 2023-01-05 2023-04-07 天津云遥宇航科技有限公司 星载gnss掩星接收机cpu软件在轨增量升级方法
CN116647831A (zh) * 2023-07-25 2023-08-25 南京麦豆健康科技有限公司 一种基于蓝牙的设备管理方法

Families Citing this family (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102117234B (zh) * 2011-03-23 2013-07-03 惠州Tcl移动通信有限公司 移动终端在软件升级失败时恢复原有软件的方法
CN102508736A (zh) * 2011-10-11 2012-06-20 宇龙计算机通信科技(深圳)有限公司 通信终端中应用程序的备份方法及通信终端
CN103036706A (zh) * 2012-11-26 2013-04-10 青岛海信传媒网络技术有限公司 应用升级异常的本地处理方法
CN103294573B (zh) * 2013-05-23 2016-03-23 青岛海信移动通信技术股份有限公司 一种智能终端及其数据备份方法
CN103389907A (zh) * 2013-07-24 2013-11-13 北京京东尚科信息技术有限公司 一种个人数字助理及其程序版本回滚的方法和装置
CN104461648B (zh) * 2014-12-22 2017-10-31 广东欧珀移动通信有限公司 一种智能终端ota升级备份的方法及系统
CN104765631B (zh) * 2015-04-13 2018-01-16 广东欧珀移动通信有限公司 一种移动终端的应用程序恢复方法及装置
CN106354420A (zh) * 2015-07-16 2017-01-25 中兴通讯股份有限公司 一种移动终端存储外设方法、装置及移动终端
CN107766128B (zh) 2016-08-17 2021-01-29 华为技术有限公司 一种启动应用的方法及装置
KR20180080519A (ko) 2017-01-04 2018-07-12 에이치피프린팅코리아 주식회사 애플리케이션을 백업하기 위한 화상 형성 장치 및 그 동작 방법
CN108958827B (zh) * 2017-05-25 2021-11-02 贵州白山云科技股份有限公司 一种处理程序升级故障的方法和系统
CN110333891A (zh) * 2019-07-08 2019-10-15 四川爱联科技有限公司 基于物联网的增强型ota升级的方法
CN112114876B (zh) * 2020-09-11 2023-01-10 苏州浪潮智能科技有限公司 一种设备控制方法、系统、电子设备及存储介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1581101A (zh) * 2003-08-12 2005-02-16 联想(北京)有限公司 一种嵌入式系统升级的方法
CN1878366A (zh) * 2005-06-09 2006-12-13 乐金电子(中国)研究开发中心有限公司 移动电话的固件升级方法
CN101694621A (zh) * 2009-10-22 2010-04-14 中兴通讯股份有限公司 一种升级移动终端软件的方法和移动终端
CN102117234A (zh) * 2011-03-23 2011-07-06 惠州Tcl移动通信有限公司 移动终端在软件升级失败时恢复原有软件的方法

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101135976A (zh) * 2006-08-30 2008-03-05 扬智科技股份有限公司 软件更新方法及系统
US20090017812A1 (en) * 2007-07-11 2009-01-15 Weng Chong Chan Method and system for restoring user settings after over-the-air update of mobile electronic device software
CN101377744B (zh) * 2008-09-24 2012-02-15 华为终端有限公司 一种终端设备软件升级恢复方法及装置

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1581101A (zh) * 2003-08-12 2005-02-16 联想(北京)有限公司 一种嵌入式系统升级的方法
CN1878366A (zh) * 2005-06-09 2006-12-13 乐金电子(中国)研究开发中心有限公司 移动电话的固件升级方法
CN101694621A (zh) * 2009-10-22 2010-04-14 中兴通讯股份有限公司 一种升级移动终端软件的方法和移动终端
CN102117234A (zh) * 2011-03-23 2011-07-06 惠州Tcl移动通信有限公司 移动终端在软件升级失败时恢复原有软件的方法

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112181460A (zh) * 2020-09-27 2021-01-05 深圳市豪恩声学股份有限公司 程序固件升级方法、装置、电子设备及存储介质
CN112181460B (zh) * 2020-09-27 2024-01-16 深圳市豪恩声学股份有限公司 程序固件升级方法、装置、电子设备及存储介质
CN113419900A (zh) * 2021-06-21 2021-09-21 深圳市合广测控技术有限公司 存储设备的数据读写控制方法、断路器及介质
CN113419900B (zh) * 2021-06-21 2023-03-31 深圳市合广测控技术有限公司 存储设备的数据读写控制方法、断路器及介质
CN113746892A (zh) * 2021-06-29 2021-12-03 广东芬尼克兹节能设备有限公司 一种远程升级方法及无线终端设备
CN113746892B (zh) * 2021-06-29 2024-05-03 广东芬尼克兹节能设备有限公司 一种远程升级方法及无线终端设备
CN113848853A (zh) * 2021-09-27 2021-12-28 一飞智控(天津)科技有限公司 飞行控制器升级流程处理方法、系统、终端、介质、应用
CN115934143A (zh) * 2023-01-05 2023-04-07 天津云遥宇航科技有限公司 星载gnss掩星接收机cpu软件在轨增量升级方法
CN115934143B (zh) * 2023-01-05 2023-05-16 天津云遥宇航科技有限公司 星载gnss掩星接收机cpu软件在轨增量升级方法
CN116647831A (zh) * 2023-07-25 2023-08-25 南京麦豆健康科技有限公司 一种基于蓝牙的设备管理方法
CN116647831B (zh) * 2023-07-25 2024-02-23 南京麦豆健康科技有限公司 一种基于蓝牙的设备管理方法

Also Published As

Publication number Publication date
CN102117234B (zh) 2013-07-03
CN102117234A (zh) 2011-07-06

Similar Documents

Publication Publication Date Title
WO2012126360A1 (zh) 移动终端在软件升级失败时恢复原有软件的方法
CN106598635B (zh) 基板管理控制器的恢复方法及基板管理控制器
CN102693139A (zh) 一种无线升级手机软件的方法及系统
US10114655B2 (en) Rapid start up method for electronic equipment
CN110333891A (zh) 基于物联网的增强型ota升级的方法
US20040068334A1 (en) Method for updating firmware of computer device
JP2009110527A (ja) アップグレード中に発生した障害や誤りからの自動復元を含む電子ファイルのアップグレード
CN106775610B (zh) 一种电子设备启动方法及一种电子设备
WO2011143852A1 (zh) 应用程序的管理方法和装置、以及终端
CN111158719B (zh) 应用软件升级方法及装置
KR20080023841A (ko) 펌웨어 업그레이드와 손상된 펌웨어 자동 복구 시스템 및방법
CN106897166B (zh) 一种移动终端及其修复方法
WO2019080840A1 (zh) 固件修复方法及装置
WO2015184732A1 (zh) 引导程序的存储方法、故障恢复方法及设备、计算机存储介质
WO2018049798A1 (zh) 一种缓存分区重构的方法和装置
JPWO2007088605A1 (ja) 部品情報復元方法、部品情報管理方法及び電子装置
CN103744700A (zh) 一种系统启动方法及电子设备
TW201516654A (zh) 電腦bios恢復系統及方法
KR102110340B1 (ko) Plc 통신모듈에서 슬레이브 장치의 eeprom 복구 방법
CN112579179A (zh) 一种嵌入式系统的分区挂载方法
JP2017228246A (ja) 情報処理装置、情報処理システム、プログラム、及び情報処理方法
KR100832269B1 (ko) 무선 통신 단말의 프로그램 갱신 방법 및 시스템
CN113691845B (zh) 一种数字机顶盒分区升级的断电保护方法
CN106325912B (zh) 嵌入式操作系统的启动方法及装置
JP2004054616A (ja) ファームウェア自動修復機能を有する情報処理装置

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12760487

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 12760487

Country of ref document: EP

Kind code of ref document: A1