summaryrefslogtreecommitdiffstats
path: root/install/adb_install.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-30Support wipe command in rescue modexunchang1-8/+15
2019-04-28Parse BCB command to enter rescue mode.Tao Bao1-9/+15
2019-04-26minadbd: Support `adb reboot` under sideload/rescue modes.Tao Bao1-26/+72
2019-04-26Allow entering rescue mode via recovery UI.Tao Bao1-9/+22
2019-04-16DO NOT MERGE: Move wipe cache|data to libinstallxunchang1-5/+4
2019-04-16DO NOT MERGE: Add socket communication between recovery and minadbdxunchang1-48/+237
2019-03-29Move install to separate modulexunchang1-5/+9
2019-03-21Move librecovery_ui to a sub-directoryTianjie Xu1-1/+1
2019-03-21Move librecovery_ui to a sub-directoryTianjie Xu1-1/+1
2019-03-20Move apply_from_sdcard to fuse_sdcard_installxunchang1-1/+0
2018-09-08Fix sideload for user devices by adding a new sideload configHridya Valsaraju1-41/+23
2018-07-27Move recovery from /sbin to /system/binHridya Valsaraju1-1/+1
2018-04-26Rename CacheLocation to Paths.Tao Bao1-2/+2
2017-05-11Don't write to /sys/class/android_usb/android0/enable with configfs.Tao Bao1-7/+16
2017-05-01adb_install: Stop passing RecoveryUI as a parameter.Tao Bao1-96/+93
2017-02-03Replace _exit(-1) with _exit(EXIT_FAILURE).Tao Bao1-1/+1
2016-09-26Switch to <android-base/properties.h>.Elliott Hughes1-3/+4
2016-09-24Switch to <android-base/properties.h>.Elliott Hughes1-3/+4
2016-06-16Remove an abused global so we can actually see logging.Elliott Hughes1-19/+11
2016-05-20Allow recovery to return error codesTianjie Xu1-1/+1
2015-11-16recovery: Switch to clangTao Bao1-1/+1
2015-06-03recovery: Switch to clangTao Bao1-1/+1
2015-04-30Check all lseek calls succeed.Elliott Hughes1-1/+1
2015-04-30Check all lseek calls succeed.Elliott Hughes1-1/+1
2015-04-10Switch minadb over to C++.Elliott Hughes1-2/+0
2015-04-09Enable printf format argument checking.Elliott Hughes1-1/+1
2015-04-08Rotate logs only when there are actual operationsTao Bao1-0/+2
2015-03-25Factor out option variables from int to bool typesTao Bao1-1/+1
2015-02-10recovery: Properly detect userdebug or eng buildsElliott Hughes1-3/+1
2014-07-10refactor fuse sideloading codeDoug Zongker1-5/+6
2014-07-02sideload without holding the whole package in RAMDoug Zongker1-16/+51
2012-01-18support "sideload over ADB" modeDoug Zongker1-0/+110
2012-01-10support "sideload over ADB" modeDoug Zongker1-0/+110