README.md 316 Bytes
Newer Older
1 2 3 4 5 6
The Recovery Image
==================

Quick turn-around testing
-------------------------

7
    mm -j && m ramdisk-nodeps && m recoveryimage-nodeps
8 9 10

    # To boot into the new recovery image
    # without flashing the recovery partition:
11
    adb reboot bootloader
12
    fastboot boot $ANDROID_PRODUCT_OUT/recovery.img