| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| adb_install.cpp | 08-Oct-2015 | 4.1K | |
| adb_install.h | 08-Oct-2015 | 774 | |
| Android.mk | 08-Oct-2015 | 3.2K | |
| applypatch/ | 08-Oct-2015 | ||
| asn1_decoder.cpp | 08-Oct-2015 | 4.8K | |
| asn1_decoder.h | 08-Oct-2015 | 1.3K | |
| bootloader.cpp | 08-Oct-2015 | 6.5K | |
| bootloader.h | 08-Oct-2015 | 2.3K | |
| CleanSpec.mk | 08-Oct-2015 | 2.4K | |
| common.h | 08-Oct-2015 | 1.5K | |
| default_device.cpp | 08-Oct-2015 | 734 | |
| device.cpp | 08-Oct-2015 | 1.9K | |
| device.h | 08-Oct-2015 | 4.4K | |
| edify/ | 08-Oct-2015 | ||
| etc/ | 08-Oct-2015 | ||
| fonts/ | 08-Oct-2015 | ||
| fuse_sdcard_provider.c | 08-Oct-2015 | 3.7K | |
| fuse_sdcard_provider.h | 08-Oct-2015 | 829 | |
| fuse_sideload.c | 08-Oct-2015 | 16.9K | |
| fuse_sideload.h | 08-Oct-2015 | 1.4K | |
| install.cpp | 08-Oct-2015 | 9.2K | |
| install.h | 08-Oct-2015 | 1.1K | |
| interlace-frames.py | 08-Oct-2015 | 1.9K | |
| minadbd/ | 08-Oct-2015 | ||
| minui/ | 08-Oct-2015 | ||
| minzip/ | 08-Oct-2015 | ||
| mtdutils/ | 08-Oct-2015 | ||
| NOTICE | 08-Oct-2015 | 10.4K | |
| README.md | 08-Oct-2015 | 316 | |
| recovery.cpp | 08-Oct-2015 | 37.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.cpp | 08-Oct-2015 | 9K | |
| roots.h | 08-Oct-2015 | 1.6K | |
| screen_ui.cpp | 08-Oct-2015 | 21.5K | |
| screen_ui.h | 08-Oct-2015 | 3.8K | |
| testdata/ | 08-Oct-2015 | ||
| tests/ | 08-Oct-2015 | ||
| tools/ | 08-Oct-2015 | ||
| ui.cpp | 08-Oct-2015 | 9.8K | |
| ui.h | 08-Oct-2015 | 5.6K | |
| uncrypt/ | 08-Oct-2015 | ||
| updater/ | 08-Oct-2015 | ||
| verifier.cpp | 08-Oct-2015 | 16.6K | |
| verifier.h | 08-Oct-2015 | 1.5K | |
| verifier_test.cpp | 08-Oct-2015 | 9.3K | |
| verifier_test.sh | 08-Oct-2015 | 2.9K | |
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