summaryrefslogtreecommitdiffstats
path: root/README.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-12-21Add doc for image_generatorTianjie1-0/+14
Bug: 143630837 Test: check preview Change-Id: I3b7ca52e2a13685a523901092df79b039e2ad96c
2019-09-12Update the instruction for building recovery image on Pixels.Tao Bao1-6/+20
Test: N/A Change-Id: I14d7bba5b214cc0bf43d6294cff1b7dcbea72ee8
2019-04-30tests: Merge recovery_component_test into recovery_unit_test.Tao Bao1-2/+0
Most of the tests in component/ are in fact unit tests. And it doesn't look practically beneficial to distinguish between the two: - They have the same test setup; - We always run both (recovery_unit_test and recovery_component_test) at the same time; - Breaking any of them would be equally bad. This CL merges the tests in recovery_component_test into recovery_unit_test to save the effort to maintain both. Test: Run recovery_unit_test on marlin (via `adb sync data`). Test: `atest recovery_unit_test` Change-Id: I93ff32e7219cd83425a4bcfe5613978a8dd48d75
2018-11-27Update README.md.Tao Bao1-13/+6
The `ResourceTest` mentioned in the doc has been moved into recovery_component_test in commit 6b28f05c5b9842bc0e1f8bdc103e4c2a79c01ed9. Since Q, `/sbin/adbd` has been relocated to `/system/bin/adbd`. And `adb shell` no longer requires mounting /system first, because `/system/bin/sh` has been included in recovery image. Test: N/A Change-Id: I72029a6c8bfaac7a17c0a526a3c511de19356baa
2018-02-08Document instructions for using adb under recovery.Tao Bao1-0/+91
Fixes: 72740736 Test: N/A Change-Id: Ifc96ed785fd80501bc6c276cb649c8cc1f05be0e
2017-01-19Add checkers and tests for empty locale in PNG fileTianjie Xu1-0/+7
match_locale() will return false for empty locale string in the PNG file. Also add a manual test to validate if a PNG file is qualified to use under recovery. Bug: 34054052 Test: recovery_manual_test catches invalid PNG files successfully & Locale_test passed Change-Id: Id7e2136e1d8abf20da15825aa7901effbced8b03
2016-11-08Move recovery_test.cpp out of unit testTianjie Xu1-0/+13
Move recovery-refresh/persist tests out because these tests need special steps to run. Also switch the constants to std::string. Test: recovery_manual_test passed on an A/B device Change-Id: I60b3ec6f094044945c3aafc1fae540896a6ddea6
2016-02-04Refactor existing tests to use gtestJed Estep1-0/+17
Bug: 26962907 Change-Id: I5f80636af1740badeff7d08193f08e23f4e4fee1
2015-04-11Auto-detect whether to use the long-press UI.Elliott Hughes1-4/+2
Change-Id: Ie77a5584e301467c6a5e164d2c62d6f036b2c0c0
2015-03-23Add "Apply update from sdcard" to default recovery image.Elliott Hughes1-0/+14
At the moment, this is the only difference in the sprout recovery image. That's silly. Let's just improve the error handling slightly and always have this option present. Also make the obscure "<3e>" less unclear. Also use "power button" as the default text rather than "enter button", because it's been years since anyone had one of those. (Longer term we should let subclassers tell us the keycode and we translate it to the correct string.) Also move the two "Reboot" options together, put "Power off" at the bottom (and use that terminology, like the real UI, rather than "Power down"), and use capitals throughout. Finally, add a README.md with some useful instructions. Change-Id: I94fb19f73d79c54fed2dda30cefb884426641b5c