WO2013149460A1 - 一种Android手持设备连续增量的空中升级方法 - Google Patents

一种Android手持设备连续增量的空中升级方法 Download PDF

Info

Publication number
WO2013149460A1
WO2013149460A1 PCT/CN2012/082359 CN2012082359W WO2013149460A1 WO 2013149460 A1 WO2013149460 A1 WO 2013149460A1 CN 2012082359 W CN2012082359 W CN 2012082359W WO 2013149460 A1 WO2013149460 A1 WO 2013149460A1
Authority
WO
WIPO (PCT)
Prior art keywords
upgrade
handheld device
command
line
android
Prior art date
Application number
PCT/CN2012/082359
Other languages
English (en)
French (fr)
Inventor
曾元清
Original Assignee
广东欧珀移动通信有限公司
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 广东欧珀移动通信有限公司 filed Critical 广东欧珀移动通信有限公司
Priority to US14/007,981 priority Critical patent/US9319822B2/en
Publication of WO2013149460A1 publication Critical patent/WO2013149460A1/zh

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/50Service provisioning or reconfiguring
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates

Definitions

  • the invention relates to mobile communication and a smart phone, in particular to a continuous incremental air upgrade of an Android handheld device (OTA) ) Method.
  • OTA Android handheld device
  • the second method greatly reduces the user. User experience when upgrading devices. Therefore, there is an urgent need for a method of restarting all upgrades, but there is currently no such solution or this method is disclosed.
  • the above solution has the following technical problems: 1 OTA application and Android system upgrade mode (Recovery mode) The upgrade command is passed through the command file, and only the upgrade command conforming to the specification can be recognized; 2 Existing Recovery The mode restarts the system every time an upgrade package is upgraded, so that only one upgrade operation and one factory reset operation can be performed at a time; 3 the existing Android system upgrade is in the reserved partition (MISC) Partitioning) The string of saved upgrade information meets the requirements for upgrading the power failure recovery of one upgrade package at a time, but cannot meet the requirements for upgrading the power failure recovery of multiple upgrade packages. And avoid any jumps from the above three technical issues
  • the solution of the Android system mechanism will inevitably affect the security of the use of the system, which will seriously cause the system to crash.
  • the technical problem to be solved by the present invention is how to provide an Android
  • the handheld device's continuous incremental air upgrade method can deliver multiple upgrade packages and complete all upgrades after they have all been executed and meet the requirements of upgrade power failure recovery.
  • the technical problem of the present invention is solved by constructing a continuous incremental air upgrade method for an Android handheld device, including the following steps:
  • the handheld upgrade application sends the current version of the handheld device to the server.
  • the server determines the upgrade package suitable for the handheld device based on the version already on the server, and returns them to the application.
  • the application writes the command according to the returned information.
  • a file includes a plurality of lines of upgrade commands for the respective upgrade package paths, the upgrade packages being arranged in the plurality of rows from top to bottom in a front-to-back upgrade order;
  • the processing includes saving the line processing progress in the upgrade information of the misc partition;
  • the Android handheld device continuously increases the air upgrade method, and the processing progress includes but is not limited to (1) The command string currently being upgraded in the upgrade information or the upgrade information does not have the command string currently being upgraded. Or (b) record the progress of the process by recording the line number.
  • step 402 If the command string currently being upgraded does not exist, then selecting the first line command as the interrupt line proceeds to step 404. ), otherwise go to the next step;
  • the command file may also include a clear user data command located in the last line of the file, or may not have the clear user data command.
  • the Android handheld device continuously increments the air upgrade method, the step 103) -107
  • the method includes reading each command in the command file and outputting it to the corresponding array variable, and then operating the array pointer from the corresponding variable of the first line command, and processing the corresponding variable of each line by the line from top to bottom.
  • a continuously incremental air upgrade method for an Android handheld device includes the following steps:
  • the handheld upgrade application sends the current version of the handheld device to the server.
  • the server determines the upgrade package suitable for the handheld device based on the version already on the server, and returns them to the application.
  • the application writes the command according to the returned information.
  • a file the command file includes a plurality of lines of upgrade commands for the respective upgrade package paths, and the upgrade packages are arranged in the plurality of rows from top to bottom in a pre- and post-upgrade order;
  • the technical problem of the present invention is solved by constructing a continuous incremental air upgrade method for an Android handheld device, including the following steps:
  • the handheld upgrade application sends the current version of the handheld device to the server.
  • the server determines the upgrade package suitable for the handheld device based on the version already on the server, and returns them to the application.
  • the application writes the command according to the returned information.
  • a file includes a plurality of lines of upgrade commands for the respective upgrade package paths, the upgrade packages being arranged from bottom to top in the plurality of rows in a front-to-back upgrade order;
  • the invention provides a continuous incremental air upgrade method for an Android handheld device in an existing Android Improvements within the system framework have the following advantages over the prior art:
  • FIG. 1 is a schematic flowchart of a process for processing a command file in an upgrade mode of a touch screen smart phone according to an embodiment of the present invention.
  • the modified command file can support multiple upgrade packages to be upgraded at the same time.
  • the command content is similar.
  • This method utilizes char running_command[128] , which includes the following steps:
  • the touch screen smart phone of the embodiment of the present invention is upgraded in this way, and specifically includes the following specific steps:
  • the handheld upgrade application sends the current version of the handheld device to the server.
  • the server determines the upgrade package suitable for the handheld device based on the version already on the server, and returns them to the application.
  • the application writes the command according to the returned information.
  • a file the command file includes a plurality of lines of upgrade commands for the respective upgrade package paths, and the upgrade packages are arranged in the plurality of rows from top to bottom in a pre- and post-upgrade order;

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)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Stored Programmes (AREA)

Abstract

本发明涉及一种Android手持设备连续增量的空中升级方法,包括:101 )手持设备的空中升级应用将手持设备当前版本发送到服务器端,服务器端根据服务器上已有的版本判断出适合手持设备的升级包,并将它们返回给应用,应用根据返回的信息写入命令文件;所述命令文件包括多行内置各自升级包路径的升级命令,所述升级包按由前到后升级顺序在所述多行中由上到下排列;102 )重启手持设备进入升级模式;103 )-107 )从第一行开始,由上到下按行读取并依次处理所述命令文件中命令直到最后一行;所述处理过程包括在保留分区(MISC分区)的升级信息中保存行处理进度;108 )重启手持设备进入升级后的Android系统。

Description

一种Android手持设备连续增量的空中升级方法
技术领域
本发明涉及移动通讯和智能手机,具体涉及一种 Android 手持设备连续增量的空中升级( OTA )方法。
背景技术
目前,安卓( Android )系统每升级一个升级包都会重启一次系统。对应地, OTA 升级出于网络速度、流量价格等考虑,大多会采用增量升级包。增量升级包文件小,但只能在指定的版本上进行升级。在现有的技术上,如果已发布的版本较多,为了考虑到向所有用户提供升级,则只有两种方法,一种是以每一个已发布的版本为基准,发布多个增量包,匹配用户手持设备中可能存在的任意版本;二是一次次递增升级,每次升级到下一个版本,每次升级后重启一次,多次升级后重启到最新版本。这两种方法都有缺陷,第一种方法每次发布新版本需要的增量升级包太多,不方便升级服务器的管理,也不方便开发人员的编译;第二种方法则大大降低了用户升级设备时的用户体验。因此迫切需要一次重启完成所有升级的方法,但目前还没有这种解决方法或这种方法被公开。
另一方面,上述解决方法具有以下技术难题:① OTA 应用与 Android 系统的升级模式 (Recovery 模式 ) 之间通过命令文件传递升级命令,只有符合规范的升级命令才能被识别;②现有的 Recovery 模式每升级一个升级包都会重启一次系统,这样一次最多只能执行一次升级操作和一次恢复出厂设置的操作;③现有的 Android 系统升级在 保留分区( MISC 分区 ) 保存的升级信息的字符串满足了一次升级一个升级包的升级掉电恢复的要求,但无法满足升级多个升级包的升级掉电恢复的要求。而回避上述三个技术问题的任何跳出 Android 系统机制的解决方案,势必影响系统使用的使用安全,严重的会造成系统崩溃。
发明内容
本发明需要解决的技术问题是,如何提供一种 Android 手持设备连续增量的空中升级方法,能传递多个升级包并在它们全部执行完后一次重启完成所有升级且满足 升级掉电恢复的要求 。
本发明的技术问题这样解决:构建一种 Android 手持设备连续增量的空中升级方法,包括以下步骤:
101 )手持设备的空中升级应用将手持设备当前版本发送到服务器端,服务器端根据服务器上已有的版本判断出适合手持设备的升级包,并将他们返回给应用,应用根据返回的信息写入命令文件;所述命令文件包括多行内置各自升级包路径的升级命令,所述升级包按由前到后升级顺序在所述多行中由上到下排列;
102 )重启手持设备进入升级模式;
103 )- 107 )从第一行开始,由上到下按行读取并依次处理所述命令文件中命令直到最后一行;所述处理过程包括在 misc 分区的升级信息中保存行处理进度;
108 )重启手持设备进入升级后的 Android 系统。
按照本发明提供的 Android 手持设备连续增量的空中升级方法, 步骤 103-107 ) 异常掉电,重启后根据所述升级信息和行处理进度从中断行开始继续处理所述命令文件。
按照本发明提供的 Android 手持设备连续增量的空中升级方法, 所述处理进度包括但不限制于是㈠所述 升级信息中的当前正在升级的命令字符串或者 所述 升级信息不存在所述当前正在升级的命令字符串。或者㈡通过记录行号来记录 所述处理进度 。
按照本发明提供的 Android 手持设备连续增量的空中升级方法,该 Android 手持设备这样进行升级掉电恢复,包括以下具体步骤:
401) 从所述命令文件中读取命令,并读取保存在 misc 分区的升级信息,获取其中的当前正在升级的命令字符串;
402) 如果所述当前正在升级的命令字符串不存在则选择第一行命令为中断行进入步骤 404 ),否则进入下一步;
403) 比较从所述命令文件中逐行读取到的命令与所述当前正在升级的命令字符串,直至从所述命令文件中逐行读取到的命令与所述当前正在升级的命令字符串相同,选择该行命令为中断行;
404) 由上到下从中断行开始,按行读取并依次处理所述命令文件中命令直到最后一行;所述处理过程包括在 misc 分区的升级信息中保存行处理进度;
405 )重启手持设备进入升级后的 Android 系统。
按照本发明提供的 Android 手持设备连续增量的空中升级方法, 所述 命令文件还可以包括位于文件最后一行的清除用户数据命令,也可以没有该清除用户数据命令。
按照本发明提供的 Android 手持设备连续增量的空中升级方法, 所述 步骤 103 ) -107 )包括读取所述命令文件中每行命令输出到对应数组变量中,再操作数组指针从第一行命令对应变量开始,由上到下按行处理各行命令对应变量。
按照本发明提供的 Android 手持设备连续增量的空中升级方法,包括以下步骤:
101 )手持设备的空中升级应用将手持设备当前版本发送到服务器端,服务器端根据服务器上已有的版本判断出适合手持设备的升级包,并将他们返回给应用,应用根据返回的信息写入命令文件;所述命令文件包括多行内置各自升级包路径的升级命令,所述升级包按前后升级顺序在所述多行中由上到下排列;
102 )重启手持设备进入升级模式;
103 )打开所述命令文件;
104 )将所述命令文件中各行命令按从上到下顺序依次读入数组中,将当前数组指针设置为 0 ,关闭所述命令文件;
105 )执行当前数组指针对应数组变量,当前数组指针加 1 ;
106 )判断当前数组指针是否为 END ?是进入步骤 108 ),否则进入下一步;
107 )在 misc 分区的升级信息中记录保存当前数组变量;返回步骤 105 );
108 )重启手持设备进入升级后的 Android 系统。
本发明的技术问题这样解决:构建一种 Android 手持设备连续增量的空中升级方法,包括以下步骤:
801 )手持设备的空中升级应用将手持设备当前版本发送到服务器端,服务器端根据服务器上已有的版本判断出适合手持设备的升级包,并将他们返回给应用,应用根据返回的信息写入命令文件;所述命令文件包括多行内置各自升级包路径的升级命令,所述升级包按由前到后升级顺序在所述多行中由下到上排列;
802 )重启手持设备进入升级模式;
803 )从最后一行开始,由下到上按行读取并依次处理命令直到第一行;所述处理过程包括在 misc 分区的升级信息中保存行处理进度;
804 )重启手持设备进入升级后的 Android 系统。
本发明提供的 Android 手持设备连续增量的空中升级方法,在现有 Android 系统框架内改进,较现有技术具有以下优点:
1 、无论升级多少个的升级包只须一次重启;
2 、没有一次发布多个对应升级包的障碍;
3 、多个升级包的升级掉电保护;
4 、处理简单、实现可靠,不影响 Android 系统安全和使用。
附图说明
下面结合附图和具体实施例进一步对本发明进行详细说明:
图 1 为本发明具体实施例触摸屏智能手机的升级模式处理命令文件的程序流程示意图。
具体实施方式
首先,说明本发明基础:
㈠改写 OTA 应用写入的命令文件
a) 原来的命令只支持一条,命令内容类似'- update_package=/sdcard/update.zip '
b) 修改后的命令文件可支持多个升级包同时升级,命令内容类似
'- update_package=/sdcard/update1.zip
- update_package=/sdcard/update2.zip
- update_package=/sdcard/update3.zip
- update_package=/sdcard/update4.zip'
如果是清除用户数据的升级,还会在最后一行有'- wipe_data '的命令。
㈡改写升级信息结构:
a) 原来的是
struct bootloader_message {
char command[32];
char status[32];
char recovery[1024];
};
b) 修改之后的
struct bootloader_message {
char command[32];
char status[32];
char recovery[1024];
char running_command[128];
};
添加了一行 char running_command[128] ,用于记录当前正在升级的命令字符串;
㈢升级掉电恢复
该方法利用 char running_command[128] ,具体包括以下步骤:
a) 从命令文件中读取命令,再读取保存在 misc 分区的 bootloader_message ,其中的 running_command 字符串即为上一次升级出现异常时正在执行的命令字符串。
1) 如果 running_command 字符串不存在则说明是第一次升级,跳到 b ;
2) 如果 running_command 字符串存在说明之前出现过异常断电的状况,则比较读取到的命令与当前正在升级命令,不相同说明该条命令已经升级过,开始读下一行命令,重复 a 过程;
3) 如果 running_command 字符串与读取到的命令相同,说明上次正好执行的就是读取到的命令,跳到 b ;
b) 保存读取到的命令到 misc 分区;
c) 开始执行读取到的命令;
d) 删除保存的命令;
e) 升级完成,重启。
第二,结合具体实施例详细说明本发明核心和关键:
如图 1 所示,本发明具体实施例触摸屏智能手机这样进行升级,具体包括以下具体步骤:
101 )手持设备的空中升级应用将手持设备当前版本发送到服务器端,服务器端根据服务器上已有的版本判断出适合手持设备的升级包,并将他们返回给应用,应用根据返回的信息写入命令文件;所述命令文件包括多行内置各自升级包路径的升级命令,所述升级包按前后升级顺序在所述多行中由上到下排列;
102 )重启手持设备进入升级模式;
103 )打开命令文件;
104 )将命令文件中各行命令按从上到下顺序依次读入数组中,将当前数组指针设置为 0 ,关闭命令文件;
105 )执行当前数组指针对应数组变量,当前数组指针加 1 ;
106 )判断当前数组指针是否为 END ?是进入步骤 108 ),否则进入下一步;
107 )在 misc 分区的升级信息中记录保存当前数组变量;返回步骤 105 );
108 )重启手持设备进入升级后的 Android 系统。
最后,以上所述仅为本发明的较佳实施例,凡依本发明权利要求范围所做的均等变化与修饰,皆应属本发明权利要求的涵盖范围。

Claims (1)

  1. 1 、一种 Android 手持设备连续增量的空中升级方法,其特征在于,包括以下步骤:
    101 )手持设备的空中升级应用将手持设备当前版本发送到服务器端,服务器端根据服务器上已有的版本判断出适合手持设备的升级包,并将它们返回给所述空中升级应用,所述空中升级应用根据返回的信息写入命令文件;所述命令文件包括多行内置各自升级包路径的升级命令,所述升级包按由前到后升级顺序在所述多行中由上到下排列;
    102 )重启手持设备进入升级模式;
    103 )- 107 )从第一行开始,由上到下按行读取并依次处理所述命令文件中命令直到最后一行;所述处理过程包括在保留分区的升级信息中保存行处理进度;
    108 )重启手持设备进入升级后的 Android 系统。
    2 、 根据权利要求 1 所述 Android 手持设备连续增量的空中升级方法,其特征在于,步骤 103-107 ) 异常掉电,重启后根据所述升级信息和行处理进度从中断行开始继续处理所述命令文件。
    3 、 根据权利要求 1 所述 Android 手持设备连续增量的空中升级方法,其特征在于,所述处理进度是所述 升级信息中的当前正在升级的命令字符串或者 所述 升级信息不存在所述当前正在升级的命令字符串。
    4 、根据权利要求 3 所述 Android 手持设备连续增量的空中升级方法,其特征在于,该 Android 手持设备这样进行升级掉电恢复,包括以下具体步骤:
    401) 从所述命令文件中读取命令,并读取保存在保留分区的升级信息,获取其中的所述当前正在升级的命令字符串;
    402) 如果所述当前正在升级的命令字符串不存在则选择第一行命令为中断行进入步骤 404 ),否则进入下一步;
    403) 比较从所述命令文件中逐行读取到的命令与所述当前正在升级的命令字符串,直至从所述命令文件中逐行读取到的命令与所述当前正在升级的命令字符串相同,选择该行命令为中断行;
    404) 由上到下从中断行开始,按行读取并依次处理所述命令文件中命令直到最后一行;所述处理过程包括在所述保留分区的升级信息中保存行处理进度;
    405 )重启手持设备进入升级后的 Android 系统。
    5 、根据权利要求 1 所述 Android 手持设备连续增量的空中升级方法,其特征在于,所述 命令文件还包括位于文件最后一行的清除用户数据命令。
    6 、根据权利要求 1 所述 Android 手持设备连续增量的空中升级方法,其特征在于,所述 步骤 103 ) -107 )包括读取所述命令文件中每行命令输出到对应数组变量中,再操作数组指针从第一行对应变量开始,由上到下按行处理各行命令对应变量。
    7 、根据权利要求 1-6 任一项所述 Android 手持设备连续增量的 升级方法,其特征在于,包括以下步骤:
    101 )手持设备的空中升级应用将手持设备当前版本发送到服务器端,服务器端根据服务器上已有的版本判断出适合手持设备的升级包,并将它们返回给所述空中升级应用,所述空中升级应用根据返回的信息写入命令文件;所述命令文件包括多行内置各自升级包路径的升级命令,所述升级包按前后升级顺序在所述多行中由上到下排列;
    102 )重启手持设备进入升级模式;
    103 )打开所述命令文件;
    104 )将所述命令文件中各行命令按从上到下顺序依次读入数组中,将当前数组指针设置为 0 ,关闭所述命令文件;
    105 )执行当前数组指针对应数组变量中命令,当前数组指针加 1 ;
    106 )判断当前数组指针是否为 END ?是进入步骤 108 ),否则进入下一步;
    107 )在 misc 分区的升级信息中记录当前数组变量保存的字符串;返回步骤 105 );
    108 )重启手持设备进入升级后的 Android 系统。
    8 、一种 Android 手持设备连续增量的空中升级方法,其特征在于,包括以下步骤:
    801 )手持设备的空中升级应用将手持设备当前版本发送到服务器端,服务器端根据服务器上已有的版本判断出适合手持设备的升级包,并将他们返回给所述空中升级应用,所述空中升级应用根据返回的信息写入命令文件;所述命令文件包括多行内置各自升级包路径的升级命令,所述升级包按由前到后升级顺序在所述多行中由下到上排列;
    802 )重启手持设备进入升级模式;
    803 )从最后一行开始,由下到上按行读取并依次处理所述命令文件中命令直到第一行;所述处理过程包括在保留分区的升级信息中保存行处理进度;
    804 )重启手持设备进入升级后的 Android 系统。
PCT/CN2012/082359 2012-04-01 2012-09-28 一种Android手持设备连续增量的空中升级方法 WO2013149460A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US14/007,981 US9319822B2 (en) 2012-04-01 2012-09-28 Over-the-air update method for continuous delta of an Android operating system of a handheld device

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201210096378.7 2012-04-01
CN201210096378.7A CN102650947B (zh) 2012-04-01 2012-04-01 一种Android手持设备连续增量的空中升级方法

Publications (1)

Publication Number Publication Date
WO2013149460A1 true WO2013149460A1 (zh) 2013-10-10

Family

ID=46692955

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2012/082359 WO2013149460A1 (zh) 2012-04-01 2012-09-28 一种Android手持设备连续增量的空中升级方法

Country Status (3)

Country Link
US (1) US9319822B2 (zh)
CN (1) CN102650947B (zh)
WO (1) WO2013149460A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105700917A (zh) * 2016-01-04 2016-06-22 浪潮通用软件有限公司 一种dll与数据库同步的方法及装置

Families Citing this family (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102650947B (zh) * 2012-04-01 2015-06-24 广东欧珀移动通信有限公司 一种Android手持设备连续增量的空中升级方法
CN102983980A (zh) * 2012-11-05 2013-03-20 山东大学 一种基于嵌入式操作系统的上网装置及其工作方法
CN103530142A (zh) * 2013-05-08 2014-01-22 Tcl集团股份有限公司 一种基于存储设备的Android系统升级方法和系统
CN103455348B (zh) * 2013-08-27 2016-07-06 小米科技有限责任公司 分区调整方法、装置、终端、服务器及系统
CN105094868A (zh) * 2014-05-13 2015-11-25 中兴通讯股份有限公司 一种软件升级方法、服务器及终端
CN105205074B (zh) 2014-06-25 2019-03-26 优视科技有限公司 文件增量升级方法及系统
US9619244B2 (en) 2014-09-05 2017-04-11 Xiaomi Inc. Method and system for upgrading an electronic device
CN104239110B (zh) * 2014-09-30 2017-06-16 广东欧珀移动通信有限公司 减少ota增量包大小的方法与装置
CN105589700B (zh) * 2014-10-20 2019-09-17 Tcl集团股份有限公司 一种升级包管理方法及服务器
CN104572178B (zh) * 2014-12-19 2018-05-08 南昌市科陆智能电网科技有限公司 电能表嵌入式软件远程差异化升级方法及升级系统
CN106162298B (zh) * 2015-03-27 2020-07-03 天脉聚源(北京)科技有限公司 一种实现弹幕的方法和系统
CN104899066B (zh) * 2015-06-19 2017-12-05 青岛海信移动通信技术股份有限公司 一种连续升级的方法及装置
CN104965736B (zh) * 2015-06-19 2018-04-27 青岛海信移动通信技术股份有限公司 一种连续升级的方法及装置
CN105068834B (zh) * 2015-08-04 2018-02-09 广东欧珀移动通信有限公司 系统升级方法及装置
CN105357031A (zh) * 2015-09-30 2016-02-24 青岛海信移动通信技术股份有限公司 一种ota升级方法和设备
CN105867957A (zh) * 2015-11-06 2016-08-17 乐视移动智能信息技术(北京)有限公司 终端控制方法及装置
CN105357308B (zh) * 2015-11-18 2018-05-08 天脉聚源(北京)传媒科技有限公司 一种数据下载方法及装置
CN105721941B (zh) * 2016-01-18 2019-08-13 贵阳海信电子有限公司 云电视的空中下载升级控制方法和装置
CN105930184A (zh) * 2016-04-19 2016-09-07 青岛海信移动通信技术股份有限公司 系统升级方法及装置
CN106293622B (zh) * 2016-08-10 2020-12-22 高新兴物联科技有限公司 一种断电自恢复的空中升级方法及装置
US10177910B2 (en) * 2016-08-31 2019-01-08 Microsoft Technology Licensing, Llc Preserving protected secrets across a secure boot update
CN107220060A (zh) * 2017-06-15 2017-09-29 福州汇思博信息技术有限公司 一种同时支持多个ota升级包升级的方法及系统
CN108228216A (zh) * 2018-01-02 2018-06-29 联想(北京)有限公司 更新方法、信息处理系统和电子设备
KR102516940B1 (ko) 2018-03-06 2023-04-04 삼성전자주식회사 부팅을 수행하는 전자 장치와 이의 동작 방법
CN108509215B (zh) * 2018-03-22 2022-03-29 广州视源电子科技股份有限公司 一种系统软件的更换方法、装置、终端设备及存储介质
KR20200089490A (ko) 2019-01-17 2020-07-27 삼성전자주식회사 펌웨어 업데이트 방법 및 이를 수행하는 장치
DE102021202029A1 (de) * 2021-03-03 2022-09-08 Robert Bosch Gesellschaft mit beschränkter Haftung Verfahren zu einem Erstellen von Aktualisierungsdaten, Verfahren zu einem Überschreiben einer Firmware, Verfahren zum Aktualisieren einer Firmware und Elektronikvorrichtung zu einer Durchführung eines derartigen Verfahrens

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1567843A (zh) * 2003-06-22 2005-01-19 华为技术有限公司 终端设备的软件自动升级方法
CN101984407A (zh) * 2010-11-02 2011-03-09 中兴通讯股份有限公司 一种终端驱动升级的方法、装置及设备
CN102222010A (zh) * 2011-06-21 2011-10-19 中兴通讯股份有限公司 一种移动终端版本升级的方法及实现系统
CN102650947A (zh) * 2012-04-01 2012-08-29 广东欧珀移动通信有限公司 一种Android手持设备连续增量的空中升级方法

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6836657B2 (en) * 2002-11-12 2004-12-28 Innopath Software, Inc. Upgrading of electronic files including automatic recovery from failures and errors occurring during the upgrade
CN1271526C (zh) * 2003-08-12 2006-08-23 联想(北京)有限公司 一种刷新嵌入式系统中非易失性存储器的方法
DE602005025385D1 (de) * 2005-12-20 2011-01-27 Ericsson Telefon Ab L M Erstellung inkrementeller Programmaktualisierungen
EP2229625B1 (en) * 2007-12-13 2011-08-31 Telefonaktiebolaget LM Ericsson (publ) Updating firmware of an electronic device
CN101539885B (zh) * 2009-04-23 2011-06-08 大唐微电子技术有限公司 一种无线通信模块软件自主空中升级的方法、装置及系统
US8869138B2 (en) * 2011-11-11 2014-10-21 Wyse Technology L.L.C. Robust firmware update with recovery logic
CN102006332B (zh) * 2010-12-03 2013-12-11 杭州华三通信技术有限公司 一种软件升级的方法和系统
US8745612B1 (en) * 2011-01-14 2014-06-03 Google Inc. Secure versioning of software packages

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1567843A (zh) * 2003-06-22 2005-01-19 华为技术有限公司 终端设备的软件自动升级方法
CN101984407A (zh) * 2010-11-02 2011-03-09 中兴通讯股份有限公司 一种终端驱动升级的方法、装置及设备
CN102222010A (zh) * 2011-06-21 2011-10-19 中兴通讯股份有限公司 一种移动终端版本升级的方法及实现系统
CN102650947A (zh) * 2012-04-01 2012-08-29 广东欧珀移动通信有限公司 一种Android手持设备连续增量的空中升级方法

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105700917A (zh) * 2016-01-04 2016-06-22 浪潮通用软件有限公司 一种dll与数据库同步的方法及装置

Also Published As

Publication number Publication date
US20140066040A1 (en) 2014-03-06
CN102650947B (zh) 2015-06-24
CN102650947A (zh) 2012-08-29
US9319822B2 (en) 2016-04-19

Similar Documents

Publication Publication Date Title
WO2013149460A1 (zh) 一种Android手持设备连续增量的空中升级方法
WO2017177769A1 (zh) Ogg 版本部署方法、系统、服务器和存储介质
WO2013133530A1 (en) Electronic device to restore mbr, method thereof, and computer-readable medium
WO2011105860A2 (en) Method and apparatus for generating minimum boot image
WO2014200162A1 (en) Processor module, server system and method of controlling processor module
WO2014029111A1 (zh) 一种用户行为处理系统及方法
WO2014015572A1 (zh) 一种Android自动测试跨应用的装置及方法
WO2018000673A1 (zh) 一种终端应用程序运行的方法及装置
WO2020139048A1 (en) Intelligent terminal energy saving method and device based on ai prediction
WO2014107940A1 (zh) 嵌入式存储器的管理方法、嵌入式存储器及电子设备
WO2013174169A1 (zh) 一种Android移动终端的电容屏固件升级的方法
WO2014183391A1 (zh) 沙箱内安装软件的方法和系统、计算机存储介质
WO2018094839A1 (zh) 一种移动终端预装应用的安装方法及装置
WO2018018701A1 (zh) 应用程序分级管理方法及系统
WO2012070900A2 (ko) 개인 장치간 이벤트 및 데이터 공유 시스템
WO2014089781A1 (zh) 一种硬盘系统操作方法、存储系统及处理器
WO2024090932A1 (ko) 수집 데이터 자동 처리를 위한 데이터 적재 프로파일링 장치 및 방법
WO2018068740A1 (zh) 终端及其应用程序的启动管理方法
WO2019009510A1 (ko) 독립된 백업 및 복구 기능을 제공하는 보조기억장치 및 이를 적용한 기기
WO2021080123A1 (ko) 전자 장치 및 이의 제어 방법
WO2021020859A1 (ko) 외장형 운영체제 구동 장치 및 그 방법
WO2015152648A1 (ko) 영상 사고 기록 장치의 저장 공간에 버퍼를 이용하여 파일을 관리하는 장치 및 방법
WO2018143510A1 (ko) 사물 인터넷 보안 모듈
WO2019233092A1 (zh) 历史空气质量显示方法、终端、净化器、系统和介质
WO2020143306A9 (zh) 对象互转方法、装置及存储介质、服务器

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 14007981

Country of ref document: US

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

Ref document number: 12873750

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: 12873750

Country of ref document: EP

Kind code of ref document: A1