No description
Find a file
David Zeuthen d85ae79dc9 Add slot_suffix field to struct bootloader_message.
This is needed by fs_mgr for certain A/B implementations.

Change-Id: I7bb404d61198eb7a962c2b693911f5156745daae
2015-09-02 15:49:58 -04:00
applypatch updater: Clean up char* with std::string. 2015-08-06 13:05:00 -07:00
edify edify: Switch to C++. 2015-08-20 12:11:04 -07:00
etc init sets the default PATH itself, better. 2015-05-12 14:35:31 -07:00
fonts more font improvements and cleanup 2013-03-07 13:34:24 -08:00
minadbd Fix recovery image build. 2015-08-07 13:21:06 -07:00
minui recovery: Switch to clang 2015-06-03 11:30:03 -07:00
minzip Clean up LOG functions. 2015-07-16 22:12:32 -07:00
mtdutils recovery: Switch to clang 2015-06-03 11:30:03 -07:00
res-hdpi/images restore holo UI in recovery 2014-06-06 09:01:57 -07:00
res-mdpi/images restore holo UI in recovery 2014-06-06 09:01:57 -07:00
res-xhdpi/images restore holo UI in recovery 2014-06-06 09:01:57 -07:00
res-xxhdpi/images restore holo UI in recovery 2014-06-06 09:01:57 -07:00
res-xxxhdpi/images restore holo UI in recovery 2014-06-06 09:01:57 -07:00
testdata Add support for ECDSA signatures 2013-10-10 14:19:19 -07:00
tests recovery: Switch to clang 2015-06-03 11:30:03 -07:00
tools Check all lseek calls succeed. 2015-04-29 17:46:43 -07:00
uncrypt Use unique_ptr and unique_fd to manager FDs. 2015-08-09 22:35:49 -07:00
updater updater: Remove the unused isunresumable in SaveStash(). 2015-08-25 18:05:38 -07:00
adb_install.cpp recovery: Switch to clang 2015-06-03 11:30:03 -07:00
adb_install.h Factor out option variables from int to bool types 2015-03-25 15:56:15 -07:00
Android.mk recovery: Switch fuse_* to C++. 2015-07-20 11:57:40 -07:00
asn1_decoder.cpp Add missing includes. 2015-01-28 12:09:05 -08:00
asn1_decoder.h Add support for ECDSA signatures 2013-10-10 14:19:19 -07:00
bootloader.cpp Move to using the new unified fstab in recovery. 2013-02-19 17:37:22 -08:00
bootloader.h Add slot_suffix field to struct bootloader_message. 2015-09-02 15:49:58 -04:00
CleanSpec.mk recovery: minui: add adf backend 2014-04-25 15:47:34 -07:00
common.h updater: Clean up char* with std::string. 2015-08-06 13:05:00 -07:00
default_device.cpp Auto-detect whether to use the long-press UI. 2015-04-10 15:14:35 -07:00
device.cpp Move the menu header out of the menu. 2015-04-13 15:46:15 -07:00
device.h Split WipeData into PreWipeData and PostWipeData. 2015-06-10 14:09:31 -07:00
fuse_sdcard_provider.cpp recovery: Switch fuse_* to C++. 2015-07-20 11:57:40 -07:00
fuse_sdcard_provider.h recovery: Switch fuse_* to C++. 2015-07-20 11:57:40 -07:00
fuse_sideload.cpp recovery: Switch fuse_* to C++. 2015-07-20 11:57:40 -07:00
fuse_sideload.h recovery: Switch fuse_* to C++. 2015-07-20 11:57:40 -07:00
install.cpp Log update outputs in order 2015-06-02 22:15:40 -07:00
install.h Factor out option variables from int to bool types 2015-03-25 15:56:15 -07:00
interlace-frames.py update tools for making recovery images 2014-03-11 14:29:50 -07:00
NOTICE Automated import from //branches/master/...@140824,140824 2009-03-24 18:36:42 -07:00
print_sha1.h updater: Clean up char* with std::string. 2015-08-06 13:05:00 -07:00
README.md Auto-detect whether to use the long-press UI. 2015-04-10 15:14:35 -07:00
recovery.cpp Merge "Fix potential crash" 2015-08-11 16:11:44 +00:00
res-560dpi recovery: Use xxhdpi resources for 560dpi devices 2015-06-24 18:59:23 +00:00
roots.cpp recovery: Allow "Mount /system" for system_root_image. 2015-07-30 17:22:29 -07:00
roots.h recovery: Allow "Mount /system" for system_root_image. 2015-07-30 17:22:29 -07:00
screen_ui.cpp Log update outputs in order 2015-06-02 22:15:40 -07:00
screen_ui.h Log update outputs in order 2015-06-02 22:15:40 -07:00
ui.cpp Clean up the sleep()'s after poking init services 2015-05-27 14:48:56 -07:00
ui.h Log update outputs in order 2015-06-02 22:15:40 -07:00
unique_fd.h Use unique_ptr and unique_fd to manager FDs. 2015-08-09 22:35:49 -07:00
verifier.cpp Add missing includes. 2015-01-28 12:09:05 -08:00
verifier.h do verification and extraction on memory, not files 2014-01-16 13:29:28 -08:00
verifier_test.cpp Log update outputs in order 2015-06-02 22:15:40 -07:00
verifier_test.sh Add support for ECDSA signatures 2013-10-10 14:19:19 -07:00

The Recovery Image

Quick turn-around testing

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