summaryrefslogtreecommitdiffstats
path: root/recovery_main.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-19Add EthernetDevice to manage ethernet connection.Hongguang Chen1-0/+5
2020-05-16Add EthernetDevice to manage ethernet connection.Hongguang Chen1-0/+5
2019-10-30Start adbd in user mode if bootloader is unlockedTianjie Xu1-1/+7
2019-10-02otautil: Factor out the utils that're private to recovery.Tao Bao1-2/+2
2019-09-19recovery: Don't report unrecognized option in recovery_main.Tao Bao1-0/+7
2019-08-15Remove common.hTianjie Xu1-4/+15
2019-07-24Clean up some global variables in common.hTianjie Xu1-13/+11
2019-05-23recovery: report compliant reboot reason (Part Deux)Mark Salyzyn1-2/+17
2019-05-22Revert "recovery: report compliant reboot reason"Tao Bao1-17/+2
2019-05-20recovery: report compliant reboot reasonMark Salyzyn1-2/+17
2019-05-10roots: Remove get_system_root and logical_partitions_mapped.Tao Bao1-1/+2
2019-04-29Consolidate the codes that handle reboot/shutdown.Tao Bao1-10/+8
2019-04-28Parse BCB command to enter rescue mode.Tao Bao1-4/+28
2019-04-26minadbd: Support `adb reboot` under sideload/rescue modes.Tao Bao1-0/+5
2019-04-26Allow entering rescue mode via recovery UI.Tao Bao1-0/+4
2019-04-25Parse BCB command to enter rescue mode.Tao Bao1-4/+28
2019-04-24minadbd: Support `adb reboot` under sideload/rescue modes.Tao Bao1-0/+5
2019-04-22Fall back to en-US if localized bitmap is missing for a localexunchang1-1/+0
2019-04-17Allow entering rescue mode via recovery UI.Tao Bao1-0/+4
2019-04-16DO NOT MERGE: Move load & restore logs to logging.cppxunchang1-1/+1
2019-04-16DO NOT MERGE: Move wipe cache|data to libinstallxunchang1-1/+4
2019-04-16DO NOT MERGE: Add socket communication between recovery and minadbdxunchang1-11/+0
2019-04-16Move load & restore logs to logging.cppxunchang1-1/+1
2019-04-15Move wipe cache|data to libinstallxunchang1-1/+4
2019-04-11Add socket communication between recovery and minadbdxunchang1-11/+0
2019-03-29recovery: Remove SetUsbConfig() out of common.h.Tao Bao1-0/+6
2019-03-29Move install to separate modulexunchang1-1/+1
2019-03-21Move librecovery_ui to a sub-directoryTianjie Xu1-3/+3
2019-03-21Move librecovery_ui to a sub-directoryTianjie Xu1-3/+3
2019-03-01Use android::base::Pipe.Tao Bao1-15/+12
2019-02-12Add a logo to the fastbootd screen.David Anderson1-0/+2
2018-11-16logical -> dynamic partitions.Yifan Hong1-2/+2
2018-10-30recovery: Fix mounting /system with dynamic partitions.David Anderson1-2/+7
2018-09-20Enter into userspace fastboot only if the device supports itHridya Valsaraju1-1/+2
2018-09-18Show 'Enter Fastboot' menu item only if device supports fastbootdHridya Valsaraju1-0/+4
2018-09-08Fix sideload for user devices by adding a new sideload configHridya Valsaraju1-5/+0
2018-08-22recovery: Add "boot-fastboot" command to BCB.David Anderson1-1/+12
2018-08-14Add fastboot mode to recoveryHridya Valsaraju1-21/+103
2018-08-06Dynamically load device-specific recovery UI lib.Tao Bao1-1/+27
2018-07-17Fix the arguments passed to getopt_long(3).Tao Bao1-5/+2
2018-05-17recovery: Reset optind to 1 after getoptJerry Zhang1-0/+1
2018-05-16recovery: Refactor common setup into main()Jerry Zhang1-3/+223
2018-05-16recovery: Refactor common setup into main()Jerry Zhang1-3/+223
2018-05-07recovery: Refactor logging code into logging.cppJerry Zhang1-1/+1
2018-05-07recovery: Refactor logging code into logging.cppJerry Zhang1-1/+1
2018-05-07recovery: Refactor logging code into logging.cppJerry Zhang1-1/+1
2018-05-01recovery: Split main() into recovery_main.cpp.Tao Bao1-0/+162
2018-05-01recovery: Split main() into recovery_main.cpp.Tao Bao1-0/+162