summaryrefslogtreecommitdiffstats
path: root/adb_install.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-28FBE for Pixel 2Ethan Yonker1-0/+39
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-08-29Make naming scheme more meaningfulEthan Yonker1-1/+1
2016-08-25Make it backwards compatible with 4.4Ethan Yonker1-0/+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
2015-01-04fix adb sideloadthat1-31/+23
2014-11-08Update adb sideload featureEthan Yonker1-24/+27
2014-11-06Fix up libaosprecoveryEthan Yonker1-4/+6
2014-07-10refactor fuse sideloading codeDoug Zongker1-5/+6
2014-07-02sideload without holding the whole package in RAMDoug Zongker1-16/+51
2013-04-04Move all AOSP code out of recovery binaryDees_Troy1-20/+16
2012-09-24Update tablet layouts with ADB sideloadDees_Troy1-1/+1
2012-09-21Add init.htc.rc and modify ADB sideload messagesDees_Troy1-0/+10
2012-09-19Improve adb sideload - use storage vs tmpDees_Troy1-15/+3
2012-09-19Improve adb sideload -- add cancelDees_Troy1-1/+15
2012-09-17Update backup and restore code, adb sideloadDees_Troy1-1/+3
2012-01-18support "sideload over ADB" modeDoug Zongker1-0/+110
2012-01-10support "sideload over ADB" modeDoug Zongker1-0/+110