diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 000000000..c0833f2d0 --- /dev/null +++ b/README.md @@ -0,0 +1,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 |