index
:
Project-1CE/bootable_recovery
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
recovery_main.cpp
Age
Commit message (
Expand
)
Author
2022-01-29
recovery: Map logical partitions before installation
Erfan Abdi
2020-05-19
Add EthernetDevice to manage ethernet connection.
Hongguang Chen
2019-10-30
Start adbd in user mode if bootloader is unlocked
Tianjie Xu
2019-10-02
otautil: Factor out the utils that're private to recovery.
Tao Bao
2019-09-18
recovery: Don't report unrecognized option in recovery_main.
Tao Bao
2019-08-15
Remove common.h
Tianjie Xu
2019-07-24
Clean up some global variables in common.h
Tianjie Xu
2019-05-23
recovery: report compliant reboot reason (Part Deux)
Mark Salyzyn
2019-05-22
Revert "recovery: report compliant reboot reason"
Tao Bao
2019-05-20
recovery: report compliant reboot reason
Mark Salyzyn
2019-05-10
roots: Remove get_system_root and logical_partitions_mapped.
Tao Bao
2019-04-29
Consolidate the codes that handle reboot/shutdown.
Tao Bao
2019-04-25
Parse BCB command to enter rescue mode.
Tao Bao
2019-04-23
minadbd: Support `adb reboot` under sideload/rescue modes.
Tao Bao
2019-04-22
Fall back to en-US if localized bitmap is missing for a locale
xunchang
2019-04-17
Allow entering rescue mode via recovery UI.
Tao Bao
2019-04-15
Move load & restore logs to logging.cpp
xunchang
2019-04-15
Move wipe cache|data to libinstall
xunchang
2019-04-11
Add socket communication between recovery and minadbd
xunchang
2019-03-29
recovery: Remove SetUsbConfig() out of common.h.
Tao Bao
2019-03-29
Move install to separate module
xunchang
2019-03-21
Move librecovery_ui to a sub-directory
Tianjie Xu
2019-02-28
Use android::base::Pipe.
Tao Bao
2019-02-11
Add a logo to the fastbootd screen.
David Anderson
2018-11-16
Merge "logical -> dynamic partitions."
Treehugger Robot
2018-11-16
logical -> dynamic partitions.
Yifan Hong
2018-10-30
recovery: Fix mounting /system with dynamic partitions.
David Anderson
2018-09-24
Merge "Enter into userspace fastboot only if the device supports it"
Treehugger Robot
2018-09-19
Enter into userspace fastboot only if the device supports it
Hridya Valsaraju
2018-09-18
Show 'Enter Fastboot' menu item only if device supports fastbootd
Hridya Valsaraju
2018-09-07
Fix sideload for user devices by adding a new sideload config
Hridya Valsaraju
2018-08-21
recovery: Add "boot-fastboot" command to BCB.
David Anderson
2018-08-13
Add fastboot mode to recovery
Hridya Valsaraju
2018-08-06
Dynamically load device-specific recovery UI lib.
Tao Bao
2018-07-17
Fix the arguments passed to getopt_long(3).
Tao Bao
2018-05-17
recovery: Reset optind to 1 after getopt
Jerry Zhang
2018-05-16
recovery: Refactor common setup into main()
Jerry Zhang
2018-05-07
recovery: Refactor logging code into logging.cpp
Jerry Zhang
2018-05-01
recovery: Split main() into recovery_main.cpp.
Tao Bao