aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-03-20 18:22:15 -0700
committerElliott Hughes <enh@google.com>2015-03-22 18:16:31 -0700
commitc51ac89f0ee5d4a0dd8edebc134a924f83738140 (patch)
tree0fd31cd73e5dc9ae3160612e58b5570a2b884b67 /README.md
parent8c637903fedafd0acdc3906f42032f2e88cd1f7f (diff)
downloadbootable_recovery-c51ac89f0ee5d4a0dd8edebc134a924f83738140.zip
bootable_recovery-c51ac89f0ee5d4a0dd8edebc134a924f83738140.tar.gz
bootable_recovery-c51ac89f0ee5d4a0dd8edebc134a924f83738140.tar.bz2
Add "Apply update from sdcard" to default recovery image.
At the moment, this is the only difference in the sprout recovery image. That's silly. Let's just improve the error handling slightly and always have this option present. Also make the obscure "<3e>" less unclear. Also use "power button" as the default text rather than "enter button", because it's been years since anyone had one of those. (Longer term we should let subclassers tell us the keycode and we translate it to the correct string.) Also move the two "Reboot" options together, put "Power off" at the bottom (and use that terminology, like the real UI, rather than "Power down"), and use capitals throughout. Finally, add a README.md with some useful instructions. Change-Id: I94fb19f73d79c54fed2dda30cefb884426641b5c
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..c0833f2
--- /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