Home | History | Annotate | only in /bootable/recovery
Up to higher level directory
NameDateSize
adb_install.cpp08-Oct-20154.1K
adb_install.h08-Oct-2015774
Android.mk08-Oct-20153.2K
applypatch/08-Oct-2015
asn1_decoder.cpp08-Oct-20154.8K
asn1_decoder.h08-Oct-20151.3K
bootloader.cpp08-Oct-20156.5K
bootloader.h08-Oct-20152.3K
CleanSpec.mk08-Oct-20152.4K
common.h08-Oct-20151.5K
default_device.cpp08-Oct-2015734
device.cpp08-Oct-20151.9K
device.h08-Oct-20154.4K
edify/08-Oct-2015
etc/08-Oct-2015
fonts/08-Oct-2015
fuse_sdcard_provider.c08-Oct-20153.7K
fuse_sdcard_provider.h08-Oct-2015829
fuse_sideload.c08-Oct-201516.9K
fuse_sideload.h08-Oct-20151.4K
install.cpp08-Oct-20159.2K
install.h08-Oct-20151.1K
interlace-frames.py08-Oct-20151.9K
minadbd/08-Oct-2015
minui/08-Oct-2015
minzip/08-Oct-2015
mtdutils/08-Oct-2015
NOTICE08-Oct-201510.4K
README.md08-Oct-2015316
recovery.cpp08-Oct-201537.6K
res-hdpi/08-Oct-2015
res-mdpi/08-Oct-2015
res-xhdpi/08-Oct-2015
res-xxhdpi/08-Oct-2015
res-xxxhdpi/08-Oct-2015
roots.cpp08-Oct-20159K
roots.h08-Oct-20151.6K
screen_ui.cpp08-Oct-201521.5K
screen_ui.h08-Oct-20153.8K
testdata/08-Oct-2015
tests/08-Oct-2015
tools/08-Oct-2015
ui.cpp08-Oct-20159.8K
ui.h08-Oct-20155.6K
uncrypt/08-Oct-2015
updater/08-Oct-2015
verifier.cpp08-Oct-201516.6K
verifier.h08-Oct-20151.5K
verifier_test.cpp08-Oct-20159.3K
verifier_test.sh08-Oct-20152.9K

README.md

      1 The Recovery Image
      2 ==================
      3 
      4 Quick turn-around testing
      5 -------------------------
      6 
      7     mm -j && m ramdisk-nodeps && m recoveryimage-nodeps
      8 
      9     # To boot into the new recovery image
     10     # without flashing the recovery partition:
     11     adb reboot bootloader
     12     fastboot boot $ANDROID_PRODUCT_OUT/recovery.img
     13