summaryrefslogtreecommitdiffstats
path: root/recovery.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split WipeData into PreWipeData and PostWipeData.Elliott Hughes2015-06-101-17/+12
* Add an alternate screen for viewing recovery logs.Elliott Hughes2015-05-061-4/+5
* Keep multiple kernel logsTao Bao2015-05-051-82/+73
* Turn on text display for debuggable buildsTao Bao2015-05-041-0/+7
* Move the menu header out of the menu.Elliott Hughes2015-04-131-10/+4
* Add missing \n after "Mounting /system." message.Elliott Hughes2015-04-131-1/+1
* Revert "Append kernel logs to last_log file"Tao Bao2015-04-111-46/+42
* Append kernel logs to last_log fileTao Bao2015-04-101-42/+46
* Switch minadb over to C++.Elliott Hughes2015-04-101-2/+0
* Fix ScreenRecoveryUI to handle devices without power/up/down.Elliott Hughes2015-04-101-4/+2
* Move "Mount /system" to the main menu.Elliott Hughes2015-04-101-5/+7
* Move the recovery image version out of the menu header.Elliott Hughes2015-04-091-21/+7
* Move file paging into ScreenRecoveryUI.Elliott Hughes2015-04-081-57/+6
* Enable printf format argument checking.Elliott Hughes2015-04-081-1/+1
* Rotate logs only when there are actual operationsTao Bao2015-04-071-9/+28
* Refactor the codes to call wipe_data/wipe_cache functionsTao Bao2015-03-311-22/+36
* Revert "Erase PST partition if its marked to be erased."Andres Morales2015-03-311-2/+0
* Add support to enter sideload mode directlyTao Bao2015-03-301-26/+49
* Factor out the "yes/no" menu and use it for "Wipe cache" too.Elliott Hughes2015-03-251-60/+35
* Factor out option variables from int to bool typesTao Bao2015-03-251-6/+8
* Fix wipe command when using sideload in recoveryChristian Poetzsch2015-03-241-52/+47
* Add "Apply update from sdcard" to default recovery image.Elliott Hughes2015-03-221-3/+7
* am 2d102225: Merge "Kill of most of the remainder of minadbd."Dan Albert2015-02-201-2/+2
|\
| * Kill of most of the remainder of minadbd.Dan Albert2015-02-191-2/+2
* | resolved conflicts for merge of 35efcd27 to lmp-mr1-dev-plus-aospElliott Hughes2015-02-101-3/+6
|\ \ | |/
| * recovery: Properly detect userdebug or eng buildsElliott Hughes2015-02-101-3/+6
* | Add basic navigation controls to log viewer.Patrick Tjin2014-12-101-2/+36
* | Save kernel logs to /cache/recoveryPatrick Tjin2014-12-101-6/+60
* | Make /cache/recovery/last_log available in recoveryNick Kralevich2014-10-221-4/+73
|/
* Include reason when wiping data.Jeff Sharkey2014-09-241-0/+4
* Erase PST partition if its marked to be erased.Andres Morales2014-08-061-0/+2
* do sdcard sideloading through the fuse filesystemDoug Zongker2014-07-101-101/+9
* drop APPLY_CACHE and refactor APPLY_EXTDoug Zongker2014-07-081-63/+45
* sideload without holding the whole package in RAMDoug Zongker2014-07-021-2/+2
* add reboot-to-bootloader and power down options to recovery menuDoug Zongker2014-04-011-17/+38
* am b4bbf887: resolved conflicts for merge of 708aa238 to klp-modular-dev-plus...Doug Zongker2014-03-181-4/+10
|\
| * resolved conflicts for merge of 708aa238 to klp-modular-dev-plus-aospDoug Zongker2014-03-181-4/+10
| |\
| | * add --shutdown_after option to recoveryDoug Zongker2014-03-181-4/+10
* | | am 80c1a386: resolved conflicts for merge of d90da130 to klp-modular-dev-plus...Doug Zongker2014-03-171-1/+1
|\ \ \ | |/ /
| * | resolved conflicts for merge of d90da130 to klp-modular-dev-plus-aospDoug Zongker2014-03-171-1/+1
| |\ \ | | |/
| | * refactor image resource loading code in minuiDoug Zongker2014-03-171-1/+1
* | | am 4b6de1ba: am 026ebe02: Merge "Recovery 64-bit compile issues"Mark Salyzyn2014-03-141-2/+2
|\ \ \ | |/ /
| * | am 026ebe02: Merge "Recovery 64-bit compile issues"Mark Salyzyn2014-03-141-2/+2
| |\ \ | | |/
| | * Recovery 64-bit compile issuesMark Salyzyn2014-03-141-2/+2
* | | clean up some warnings when building recoveryDoug Zongker2014-02-131-1/+1
* | | log extra info for debuggingDoug Zongker2014-01-211-1/+1
|/ /
* | add the functions for multi-stage packages to updaterDoug Zongker2013-11-261-0/+18
|/
* recovery: fix use of init reboot methodDoug Zongker2013-09-031-1/+1
* recovery: fix rebootingDoug Zongker2013-08-301-1/+1
* recovery: install packages in a known mount environmentDoug Zongker2013-08-211-5/+0