No description
Find a file
2017-01-18 22:32:47 +00:00
applypatch Use f_bavail to calculate free space 2015-06-26 11:17:02 -07:00
edify Remove an uninitialized value. 2014-12-18 22:50:08 +00:00
etc DO NOT MERGE ANYWHERE init: move healthd to late-init 2016-10-25 19:49:57 +00:00
fonts more font improvements and cleanup 2013-03-07 13:34:24 -08:00
minadbd Allow sideloading without authentication. 2015-06-23 11:34:07 -07:00
minui Revert "Byte swap to support BGRA in recovery mode" 2016-01-08 10:15:57 -08:00
minzip Fix integer overflows in recovery procedure. am: 1273956e69 am: 5978a71d29 am: 877dcba47a 2016-02-23 06:44:46 +00:00
mtdutils Check all lseek calls succeed. 2015-04-29 21:14:56 -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 More test makefile cleanup. 2014-10-17 01:05:08 +00:00
tools Check all lseek calls succeed. 2015-04-29 21:14:56 -07:00
uncrypt uncrypt: Support file level encryption. 2015-07-16 20:04:39 -07:00
updater udpater: Call fsync() after rename(). 2015-08-04 11:28:12 -07:00
adb_install.cpp Check all lseek calls succeed. 2015-04-29 21:14:56 -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: Factor out wear_ui.{cpp,h} into bootable/recovery. 2015-08-24 17:31:47 -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 DO NOT MERGE ANYWHERE Use synchronous writes when setting up BCB. 2016-02-19 08:39:25 -08:00
bootloader.h add the functions for multi-stage packages to updater 2013-11-26 15:46:57 -08:00
CleanSpec.mk recovery: minui: add adf backend 2014-04-25 15:47:34 -07:00
common.h Rotate logs only when there are actual operations 2015-04-07 22:02:27 -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:11:08 -07:00
fuse_sdcard_provider.c Check all lseek calls succeed. 2015-04-29 21:14:56 -07:00
fuse_sdcard_provider.h Switch minadb over to C++. 2015-04-10 13:59:19 -07:00
fuse_sideload.c Check all lseek calls succeed. 2015-04-29 21:14:56 -07:00
fuse_sideload.h Switch minadb over to C++. 2015-04-10 13:59:19 -07:00
install.cpp Update the comments for package installer commands 2015-04-10 16:18:32 -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
README.md Auto-detect whether to use the long-press UI. 2015-04-10 15:14:35 -07:00
recovery.cpp Split WipeData into PreWipeData and PostWipeData. 2015-06-10 14:11:08 -07:00
roots.cpp am 0ddfa329: Allow mounting squashfs partitions 2015-07-02 00:30:57 +00:00
roots.h DO NOT MERGE Revert "Erase PST partition if its marked to be erased." 2015-04-01 22:43:35 +00:00
screen_ui.cpp Add an alternate screen for viewing recovery logs. 2015-05-06 21:20:10 -07:00
screen_ui.h Add an alternate screen for viewing recovery logs. 2015-05-06 21:20:10 -07:00
ui.cpp Check all lseek calls succeed. 2015-04-29 21:14:56 -07:00
ui.h Remove unnecessary globals. 2015-04-13 13:04:32 -07:00
verifier.cpp Add a checker for signature boundary in verifier am: 54ea136fde am: 0a34b17c8b 2017-01-18 22:26:47 +00:00
verifier.h do verification and extraction on memory, not files 2014-01-16 13:29:28 -08:00
verifier_test.cpp Move file paging into ScreenRecoveryUI. 2015-04-08 20:06:50 -07:00
verifier_test.sh Add support for ECDSA signatures 2013-10-10 14:19:19 -07:00
wear_ui.cpp recovery: Make wear recovery more customizable. 2016-06-07 10:05:29 -07:00
wear_ui.h recovery: Make wear recovery more customizable. 2016-06-07 10:05:29 -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