summaryrefslogtreecommitdiffstats
path: root/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add doc for image_generatorTianjie2020-12-211-0/+14
| | | | | | Bug: 143630837 Test: check preview Change-Id: I3b7ca52e2a13685a523901092df79b039e2ad96c
* Update the instruction for building recovery image on Pixels.Tao Bao2019-09-121-6/+20
| | | | | Test: N/A Change-Id: I14d7bba5b214cc0bf43d6294cff1b7dcbea72ee8
* tests: Merge recovery_component_test into recovery_unit_test.Tao Bao2019-04-301-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
* Update README.md.Tao Bao2018-11-271-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
* Document instructions for using adb under recovery.Tao Bao2018-02-081-0/+91
| | | | | | Fixes: 72740736 Test: N/A Change-Id: Ifc96ed785fd80501bc6c276cb649c8cc1f05be0e
* Add checkers and tests for empty locale in PNG fileTianjie Xu2017-01-191-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
* Move recovery_test.cpp out of unit testTianjie Xu2016-11-081-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
* Refactor existing tests to use gtestJed Estep2016-02-041-0/+17
| | | | | Bug: 26962907 Change-Id: I5f80636af1740badeff7d08193f08e23f4e4fee1
* Auto-detect whether to use the long-press UI.Elliott Hughes2015-04-111-4/+2
| | | | Change-Id: Ie77a5584e301467c6a5e164d2c62d6f036b2c0c0
* Add "Apply update from sdcard" to default recovery image.Elliott Hughes2015-03-231-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