commit | e179276f7dd94e9ef738f00c6953d251c76f22f7 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Apr 19 22:31:01 2016 -0700 |
committer | Tao Bao <tbao@google.com> | Wed Apr 20 14:44:29 2016 -0700 |
tree | bf70a56aeb2e4ed2a29f995db2f59f3ef74a6de1 | |
parent | 4eec72d2cf8c1be0068feffc804035dab756c78d [diff] |
recovery: Dump the signature in the zip package. We have been occasionally seeing "signature verification failed" error message when applying an update. Make more verbose output to help debugging. Bug: 28246534 Change-Id: Id83633adc9b86b3fd36abbb504e430f0816f12e4
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