commit | 494cf651763650bf53c33b894ee61828d5bb14d3 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Mon Apr 18 15:54:44 2016 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Mon Apr 18 16:49:42 2016 -0700 |
tree | 6594228eeaa6509dae606462078e54641cccbe09 | |
parent | e8d0ecccf7e54e73418cac94b0b136bfed94d51a [diff] |
Regenerate background text imgs in recovery Add a image for "installing security update"; and make the text looks larger in the image. Also extend the length of string wrapper for high definition devices, so the text will fit better on the screen. Bug: 22465983 Bug: 27837319 Change-Id: I2a8b7437f96a834660d6d8d8861c722dcde812f2
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