aboutsummaryrefslogtreecommitdiff
path: root/recovery_main.cpp
AgeCommit message (Expand)Author
2020-05-19Add EthernetDevice to manage ethernet connection.Hongguang Chen
2019-10-30Start adbd in user mode if bootloader is unlockedTianjie Xu
2019-10-02otautil: Factor out the utils that're private to recovery.Tao Bao
2019-09-18recovery: Don't report unrecognized option in recovery_main.Tao Bao
2019-08-15Remove common.hTianjie Xu
2019-07-24Clean up some global variables in common.hTianjie Xu
2019-05-23recovery: report compliant reboot reason (Part Deux)Mark Salyzyn
2019-05-22Revert "recovery: report compliant reboot reason"Tao Bao
2019-05-20recovery: report compliant reboot reasonMark Salyzyn
2019-05-10roots: Remove get_system_root and logical_partitions_mapped.Tao Bao
2019-04-29Consolidate the codes that handle reboot/shutdown.Tao Bao
2019-04-25Parse BCB command to enter rescue mode.Tao Bao
2019-04-23minadbd: Support `adb reboot` under sideload/rescue modes.Tao Bao
2019-04-22Fall back to en-US if localized bitmap is missing for a localexunchang
2019-04-17Allow entering rescue mode via recovery UI.Tao Bao
2019-04-15Move load & restore logs to logging.cppxunchang
2019-04-15Move wipe cache|data to libinstallxunchang
2019-04-11Add socket communication between recovery and minadbdxunchang
2019-03-29recovery: Remove SetUsbConfig() out of common.h.Tao Bao
2019-03-29Move install to separate modulexunchang
2019-03-21Move librecovery_ui to a sub-directoryTianjie Xu
2019-02-28Use android::base::Pipe.Tao Bao
2019-02-11Add a logo to the fastbootd screen.David Anderson
2018-11-16Merge "logical -> dynamic partitions."Treehugger Robot
2018-11-16logical -> dynamic partitions.Yifan Hong
2018-10-30recovery: Fix mounting /system with dynamic partitions.David Anderson
2018-09-24Merge "Enter into userspace fastboot only if the device supports it"Treehugger Robot
2018-09-19Enter into userspace fastboot only if the device supports itHridya Valsaraju
2018-09-18Show 'Enter Fastboot' menu item only if device supports fastbootdHridya Valsaraju
2018-09-07Fix sideload for user devices by adding a new sideload configHridya Valsaraju
2018-08-21recovery: Add "boot-fastboot" command to BCB.David Anderson
2018-08-13Add fastboot mode to recoveryHridya Valsaraju
2018-08-06Dynamically load device-specific recovery UI lib.Tao Bao
2018-07-17Fix the arguments passed to getopt_long(3).Tao Bao
2018-05-17recovery: Reset optind to 1 after getoptJerry Zhang
2018-05-16recovery: Refactor common setup into main()Jerry Zhang
2018-05-07recovery: Refactor logging code into logging.cppJerry Zhang
2018-05-01recovery: Split main() into recovery_main.cpp.Tao Bao