aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: c0833f2d05f706ffdf219692c797aa62e9616017 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
The Recovery Image
==================

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

    mm -j
    m ramdisk-nodeps
    m recoveryimage-nodeps
    adb reboot bootloader

    # To boot into the new recovery image
    # without flashing the recovery partition:
    fastboot boot $ANDROID_PRODUCT_OUT/recovery.img