Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move librecovery_ui to a sub-directory | Tianjie Xu | 2019-03-21 | 1 | -1/+1 |
| | | | | | | | | | This helps to expose librecovery_ui for device specific RecoveryUi. Bug: 76436783 Test: mma, unit tests pass Change-Id: Ic6c3d301d5833e4a592e6ea9d9d059bc4e4919be (cherry picked from commit b5108c372c8b92671ea5ebb4eeff00757fcee187) | ||||
* | Add fastboot mode to recovery | Hridya Valsaraju | 2018-08-14 | 1 | -0/+24 |
Add a fastboot mode to recovery that can be entered with command line args or with the ui. Add usb property triggers to switch between fastboot and adb configurations. Allow switching between fastboot and adb through usb commands by opening a unix socket. adbd/fastbootd writes to this socket, which interrupts the ui and switches to the new mode. Test: Use fastboot mode Bug: 78793464 Change-Id: I7891bb84427ec734a21a872036629b95ab3fb13c |