summaryrefslogtreecommitdiffstats
path: root/README.md (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2013-01-09Add libtar to TWRP instead of using busybox tarbigbiff bigbiff1-2/+4
Add proper mkdosfs tool Add fuse to TWRP Add experimental exfat-fuse to TWRP Convert all system() functions to use new Exec_Cmd function
2012-09-26Update version and readmeDees_Troy1-1/+1
2012-08-31Add readmeDees_Troy1-0/+11