commit | 2584f9c24dcc86f23775e3b6c178ab41605d6d75 | [log] [tgz] |
---|---|---|
author | caozhiyuan <cao.zhiyuan@zte.com.cn> | Fri Mar 11 15:18:29 2016 +0800 |
committer | Tao Bao <tbao@google.com> | Mon Mar 21 10:21:03 2016 -0700 |
tree | fe047a32d72c76c21adc56dd0aefaa182bde1884 | |
parent | 38234f4bef8b70d985c09224e6d7752d71400f23 [diff] |
Fix: full ota package larger than 2GB fails to upgrade Change-Id: I45d9fab8739cc6fa8a0bacaca9238896118d9d7f Signed-off-by: diruomeng <di.ruomeng@zte.com.cn> Signed-off-by: caozhiyuan <cao.zhiyuan@zte.com.cn>
mm -j && m ramdisk-nodeps && m recoveryimage-nodeps # To boot into the new recovery image # without flashing the recovery partition: adb reboot bootloader fastboot boot $ANDROID_PRODUCT_OUT/recovery.img
# After setting up environment and lunch. mmma -j bootable/recovery # Running the tests on device. adb root adb sync data # 32-bit device adb shell /data/nativetest/recovery_unit_test/recovery_unit_test adb shell /data/nativetest/recovery_component_test/recovery_component_test # Or 64-bit device adb shell /data/nativetest64/recovery_unit_test/recovery_unit_test adb shell /data/nativetest64/recovery_component_test/recovery_component_test