No description
Find a file
2015-04-09 21:02:22 +00:00
applypatch am aeecac54: Merge "Add missing includes." 2015-01-30 21:16:36 +00:00
edify Remove an uninitialized value. 2014-12-18 22:50:08 +00:00
etc Bump up max_map_count value. 2015-01-08 16:02:46 -08:00
fonts more font improvements and cleanup 2013-03-07 13:34:24 -08:00
minadbd Remove unused libutils references. 2015-03-13 22:33:38 -07:00
minui Remove support for Cupcake kernels. 2015-03-24 15:58:15 -07:00
minzip Remove a couple of unused inlines from minzip/Zip.h. 2015-04-08 12:08:32 -07:00
mtdutils Always use strerror to report errno in recovery. 2015-03-23 13:33:57 -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 Add missing includes. 2015-01-29 20:50:08 -08:00
uncrypt am aeecac54: Merge "Add missing includes." 2015-01-30 21:16:36 +00:00
updater Always use strerror to report errno in recovery. 2015-03-23 13:33:57 -07:00
adb_install.cpp Enable printf format argument checking. 2015-04-08 16:56:17 -07:00
adb_install.h Factor out option variables from int to bool types 2015-03-25 15:56:15 -07:00
Android.mk Install the recovery binary directly to the recovery image. 2015-03-10 11:58:37 -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 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 Add "Apply update from sdcard" to default recovery image. 2015-03-22 18:16:31 -07:00
device.h Remove some commented-out code. 2015-04-09 11:50:56 -07:00
fuse_sdcard_provider.c Add missing includes. 2015-01-29 20:50:08 -08:00
fuse_sdcard_provider.h do sdcard sideloading through the fuse filesystem 2014-07-10 10:58:35 -07:00
fuse_sideload.c Always use strerror to report errno in recovery. 2015-03-23 13:33:57 -07:00
fuse_sideload.h refactor fuse sideloading code 2014-07-10 10:55:07 -07:00
install.cpp Rotate logs only when there are actual operations 2015-04-07 22:02:27 -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 12:39:33 -07:00
NOTICE Automated import from //branches/master/...@140824,140824 2009-03-24 18:36:42 -07:00
README.md Add "Apply update from sdcard" to default recovery image. 2015-03-22 18:16:31 -07:00
recovery.cpp Move file paging into ScreenRecoveryUI. 2015-04-08 20:06:50 -07:00
roots.cpp Merge "always use volume mount option when mounting a partition" 2015-03-31 23:56:02 +00:00
roots.h Revert "Erase PST partition if its marked to be erased." 2015-03-31 09:48:50 -07:00
screen_ui.cpp Move file paging into ScreenRecoveryUI. 2015-04-08 20:06:50 -07:00
screen_ui.h Move file paging into ScreenRecoveryUI. 2015-04-08 20:06:50 -07:00
ui.cpp am 54a61179: am cfd4b286: Merge "recovery: initialize keys press tracking status" 2014-06-06 16:00:20 +00:00
ui.h Move file paging into ScreenRecoveryUI. 2015-04-08 20:06:50 -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 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

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