summaryrefslogtreecommitdiffstats
path: root/recovery_main.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Log a copy of recovery log to kernel logsKelvin Zhang2022-04-201-5/+5
* Add EthernetDevice to manage ethernet connection.Hongguang Chen2020-05-161-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-191-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-241-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-161-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-03-011-15/+12
* Add a logo to the fastbootd screen.David Anderson2019-02-121-0/+2
* Merge "logical -> dynamic partitions."Treehugger Robot2018-11-171-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-201-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-081-5/+0
* recovery: Add "boot-fastboot" command to BCB.David Anderson2018-08-221-1/+12
* Add fastboot mode to recoveryHridya Valsaraju2018-08-141-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
* recovery: Split main() into recovery_main.cpp.Tao Bao2018-05-011-0/+162