commit | 16d0a185142cff938d94f668e97cb95b4e742199 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Mon Feb 22 22:53:52 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Feb 22 22:53:52 2016 +0000 |
tree | bdf9bc64c890ad9af81aa5019b89cca00f2c60aa | |
parent | fa9af7dae68aad09ed624a9786f6cd57713f7b7f [diff] | |
parent | 53e7a0628f4acc95481f556ba51800df4a1de37d [diff] |
Merge "recovery: check battery level before installing package."
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