commit | 8cb6069499f73eeb8e7124a5cfdb4682268dc5ff | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Tue Feb 23 23:13:56 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Feb 23 23:13:56 2016 +0000 |
tree | 2b5b76459a26f9b4e80dbb6444b686c291e3fe51 | |
parent | 90c75ddc057d4ff41541f280421b8d1c897af38a [diff] | |
parent | 2be10be7d0721ecbff3d0270c5f3026456902b6a [diff] |
recovery: check battery level before installing package. am: 99281df8e2 am: 2be10be7d0 * commit '2be10be7d0721ecbff3d0270c5f3026456902b6a': 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