aboutsummaryrefslogtreecommitdiff
path: root/recovery_main.cpp
Commit message (Expand)AuthorAgeFilesLines
* recovery: add support for changing slotsEthan Yonker2023-01-171-0/+4
* recovery: Don't print mount errors when checking for encryptionAlessandro2022-08-291-0/+2
* recovery: Allow bypassing signature verification on non-release buildsTom Marshall2022-08-291-1/+1
* recovery: Map logical partitions before installationErfan Abdi2022-08-291-1/+1
* recovery: Remove the "Format system partition" menu on A/B devicesRichard Hansen2022-08-291-0/+7
* recovery: Add "Enable ADB" to advanced optionsLuK13372022-08-231-0/+4
* recovery: split in submenusTom Marshall2022-08-231-0/+1
* recovery: allow opting-in to fastbootdAlessandro Astone2022-08-231-2/+4
* recovery: Get a proper shell environment in recoverySteve Kondik2022-08-231-0/+31
* Don't allow formatting & mounting system on user buildsLuca Stefani2022-08-231-0/+5
* recovery: Also hide rescue mode from non eng buildsMichael Bestas2022-08-231-3/+0
* recovery: Only show tests in eng buildsMichael Bestas2022-08-231-0/+9
* Log a copy of recovery log to kernel logsKelvin Zhang2022-04-201-5/+5
* Add EthernetDevice to manage ethernet connection.Hongguang Chen2020-05-151-0/+5
* Start adbd in user mode if bootloader is unlockedTianjie Xu2019-10-301-1/+7
* otautil: Factor out the utils that're private to recovery.Tao Bao2019-10-021-2/+2
* recovery: Don't report unrecognized option in recovery_main.Tao Bao2019-09-181-0/+7
* Remove common.hTianjie Xu2019-08-151-4/+15
* Clean up some global variables in common.hTianjie Xu2019-07-241-13/+11
* recovery: report compliant reboot reason (Part Deux)Mark Salyzyn2019-05-231-2/+17
* Revert "recovery: report compliant reboot reason"Tao Bao2019-05-221-17/+2
* recovery: report compliant reboot reasonMark Salyzyn2019-05-201-2/+17
* roots: Remove get_system_root and logical_partitions_mapped.Tao Bao2019-05-101-1/+2
* Consolidate the codes that handle reboot/shutdown.Tao Bao2019-04-291-10/+8
* Parse BCB command to enter rescue mode.Tao Bao2019-04-251-4/+28
* minadbd: Support `adb reboot` under sideload/rescue modes.Tao Bao2019-04-231-0/+5
* Fall back to en-US if localized bitmap is missing for a localexunchang2019-04-221-1/+0
* Allow entering rescue mode via recovery UI.Tao Bao2019-04-171-0/+4
* Move load & restore logs to logging.cppxunchang2019-04-151-1/+1
* Move wipe cache|data to libinstallxunchang2019-04-151-1/+4
* Add socket communication between recovery and minadbdxunchang2019-04-111-11/+0
* recovery: Remove SetUsbConfig() out of common.h.Tao Bao2019-03-291-0/+6
* Move install to separate modulexunchang2019-03-291-1/+1
* Move librecovery_ui to a sub-directoryTianjie Xu2019-03-211-3/+3
* Use android::base::Pipe.Tao Bao2019-02-281-15/+12
* Add a logo to the fastbootd screen.David Anderson2019-02-111-0/+2
* Merge "logical -> dynamic partitions."Treehugger Robot2018-11-161-2/+2
|\
| * logical -> dynamic partitions.Yifan Hong2018-11-161-2/+2
* | recovery: Fix mounting /system with dynamic partitions.David Anderson2018-10-301-2/+7
|/
* Merge "Enter into userspace fastboot only if the device supports it"Treehugger Robot2018-09-241-1/+2
|\
| * Enter into userspace fastboot only if the device supports itHridya Valsaraju2018-09-191-1/+2
* | Show 'Enter Fastboot' menu item only if device supports fastbootdHridya Valsaraju2018-09-181-0/+4
|/
* Fix sideload for user devices by adding a new sideload configHridya Valsaraju2018-09-071-5/+0
* recovery: Add "boot-fastboot" command to BCB.David Anderson2018-08-211-1/+12
* Add fastboot mode to recoveryHridya Valsaraju2018-08-131-21/+103
* Dynamically load device-specific recovery UI lib.Tao Bao2018-08-061-1/+27
* Fix the arguments passed to getopt_long(3).Tao Bao2018-07-171-5/+2
* recovery: Reset optind to 1 after getoptJerry Zhang2018-05-171-0/+1
* recovery: Refactor common setup into main()Jerry Zhang2018-05-161-3/+223
* recovery: Refactor logging code into logging.cppJerry Zhang2018-05-071-1/+1