| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| adb_install.cpp | 24-Aug-2016 | 4.1K | |
| adb_install.h | 24-Aug-2016 | 774 | |
| Android.mk | 24-Aug-2016 | 3.9K | |
| applypatch/ | 24-Aug-2016 | ||
| asn1_decoder.cpp | 24-Aug-2016 | 4.8K | |
| asn1_decoder.h | 24-Aug-2016 | 1.3K | |
| bootloader.cpp | 24-Aug-2016 | 7K | |
| bootloader.h | 24-Aug-2016 | 2.6K | |
| CleanSpec.mk | 24-Aug-2016 | 2.4K | |
| common.h | 24-Aug-2016 | 1.4K | |
| default_device.cpp | 24-Aug-2016 | 734 | |
| device.cpp | 24-Aug-2016 | 2K | |
| device.h | 24-Aug-2016 | 4.4K | |
| edify/ | 24-Aug-2016 | ||
| error_code.h | 24-Aug-2016 | 1.1K | |
| etc/ | 24-Aug-2016 | ||
| fonts/ | 24-Aug-2016 | ||
| fuse_sdcard_provider.cpp | 24-Aug-2016 | 2.5K | |
| fuse_sdcard_provider.h | 24-Aug-2016 | 738 | |
| fuse_sideload.cpp | 24-Aug-2016 | 17K | |
| fuse_sideload.h | 24-Aug-2016 | 1.4K | |
| install.cpp | 24-Aug-2016 | 13.2K | |
| install.h | 24-Aug-2016 | 1.2K | |
| interlace-frames.py | 24-Aug-2016 | 3.5K | |
| minadbd/ | 24-Aug-2016 | ||
| minui/ | 24-Aug-2016 | ||
| minzip/ | 24-Aug-2016 | ||
| mtdutils/ | 24-Aug-2016 | ||
| NOTICE | 24-Aug-2016 | 10.4K | |
| otafault/ | 24-Aug-2016 | ||
| print_sha1.h | 24-Aug-2016 | 1.4K | |
| README.md | 24-Aug-2016 | 841 | |
| recovery-persist.cpp | 24-Aug-2016 | 6.2K | |
| recovery-persist.rc | 24-Aug-2016 | 116 | |
| recovery-refresh.cpp | 24-Aug-2016 | 4.2K | |
| recovery-refresh.rc | 24-Aug-2016 | 65 | |
| recovery.cpp | 24-Aug-2016 | 54.6K | |
| res-560dpi/ | 24-Aug-2016 | ||
| res-hdpi/ | 24-Aug-2016 | ||
| res-mdpi/ | 24-Aug-2016 | ||
| res-xhdpi/ | 24-Aug-2016 | ||
| res-xxhdpi/ | 24-Aug-2016 | ||
| res-xxxhdpi/ | 24-Aug-2016 | ||
| roots.cpp | 24-Aug-2016 | 9.4K | |
| roots.h | 24-Aug-2016 | 1.9K | |
| screen_ui.cpp | 24-Aug-2016 | 24.4K | |
| screen_ui.h | 24-Aug-2016 | 4.6K | |
| tests/ | 24-Aug-2016 | ||
| tools/ | 24-Aug-2016 | ||
| ui.cpp | 24-Aug-2016 | 9.9K | |
| ui.h | 24-Aug-2016 | 5.8K | |
| uncrypt/ | 24-Aug-2016 | ||
| unique_fd.h | 24-Aug-2016 | 1.3K | |
| update_verifier/ | 24-Aug-2016 | ||
| updater/ | 24-Aug-2016 | ||
| verifier.cpp | 24-Aug-2016 | 18.9K | |
| verifier.h | 24-Aug-2016 | 2K | |
| wear_touch.cpp | 24-Aug-2016 | 4.5K | |
| wear_touch.h | 24-Aug-2016 | 1.4K | |
| wear_ui.cpp | 24-Aug-2016 | 17.8K | |
| wear_ui.h | 24-Aug-2016 | 3.4K | |
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 14 Running the tests 15 ----------------- 16 # After setting up environment and lunch. 17 mmma -j bootable/recovery 18 19 # Running the tests on device. 20 adb root 21 adb sync data 22 23 # 32-bit device 24 adb shell /data/nativetest/recovery_unit_test/recovery_unit_test 25 adb shell /data/nativetest/recovery_component_test/recovery_component_test 26 27 # Or 64-bit device 28 adb shell /data/nativetest64/recovery_unit_test/recovery_unit_test 29 adb shell /data/nativetest64/recovery_component_test/recovery_component_test 30