summaryrefslogtreecommitdiffstats
path: root/recovery.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-30Extend recovery and updater to support setting file security contexts.Stephen Smalley1-1/+16
2011-10-31turn recovery into a C++ binaryDoug Zongker1-825/+0
2011-10-28turn recovery into a C++ binaryDoug Zongker1-825/+0
2011-10-19allow recovery packages to wipe cacheDoug Zongker1-14/+44
2011-06-24Allow applying an OTA package manually from cache.Michael Ward1-9/+31
2011-04-12save a last_install file with the result of the last package install attemptDoug Zongker1-1/+1
2011-03-11Have recovery reboot using the new android_reboot() function.Ken Sumrall1-3/+2
2011-03-01make recovery UI images more general; allow for installation animationDoug Zongker1-0/+3
2011-01-25make recovery reboot after 2 minutes of no activityDoug Zongker1-0/+10
2011-01-18remove encrypted filesystem code from recoveryDoug Zongker1-63/+1
2010-11-01clear recovery framebuffers on allocation; display icon right after ui_initDoug Zongker1-0/+1
2010-09-29save the log from recovery's last run in /cache/recovery/last_logDoug Zongker1-17/+40
2010-09-22handle old-style CACHE: packagesDoug Zongker1-2/+18
2010-09-22mount sdcard only on demand; fix sideload installsDoug Zongker1-3/+6
2010-09-21remove the notion of "root path"; support mixed flash typesDoug Zongker1-76/+63
2010-09-21remove the notion of "root path"; support mixed flash types (do not merge)Doug Zongker1-76/+63
2010-09-15support for ext4/EMMC filesystems in updater binaryDoug Zongker1-6/+6
2010-09-15(cherry-pick) support installing any .zip file on the sdcardDoug Zongker1-25/+140
2010-09-03add --show_text option to recoveryDoug Zongker1-0/+2
2010-09-01Revert 21f0f97ebabb47adcbfe8d38b02685f2019b4eb3Ying Wang1-2/+1
2010-08-31Fix for crespo.Ying Wang1-1/+2
2010-08-02don't go into file select menu when mounting external storage failsDoug Zongker1-1/+4
2010-07-30generalize "install from sdcard" to "install from external storage"Doug Zongker1-4/+6
2010-07-09make a copy of sideloaded packages in /tmp before verifyingDoug Zongker1-2/+112
2010-07-02support for ext4/EMMC filesystems in updater binaryDoug Zongker1-6/+6
2010-04-08support installing any .zip file on the sdcardDoug Zongker1-20/+140
2010-04-02DO NOT MERGEOscar Montemayor1-18/+18
2010-03-27DO NOT MERGEOscar Montemayor1-43/+1
2010-03-15Encrypted File Systems part 3. Recovery changes.Oscar Montemayor1-18/+18
2010-02-03bump updater API version to 3; deprecate firmware update commandDoug Zongker1-10/+1
2010-02-02change log recovery to generic device_recovery_start functionDoug Zongker1-3/+3
2010-01-21save the recovery log from before HTC firmware updatesDoug Zongker1-1/+3
2009-12-10Recovery changes for Encrypted File Systems.Oscar Montemayor1-14/+71
2009-11-13eclair snapshotJean-Baptiste Queru1-94/+152
2009-10-06add terminator to recovery's getopt_long options arrayDoug Zongker1-0/+1
2009-09-23confirm before wiping user data in recoveryDoug Zongker1-69/+107
2009-08-25Not all failures to fopen_root_path() are serious.Jay Freeman (saurik)1-3/+6
2009-08-18do not merge: cherry-pick of c2d666bd4f6eb5f7a9f17b10435c161cb105b7c5 from masterDoug Zongker1-0/+10
2009-08-18Recovery: When updating from SD card, update can't resume automaticallyJared Suttles1-0/+10
2009-07-15remove amendDoug Zongker1-28/+1
2009-06-19add function for device-specific wipe data featuresDoug Zongker1-2/+7
2009-06-18let the "firmware" command take the file straight from the packageDoug Zongker1-1/+2
2009-06-11split out device-specific recovery UI code into vendor directoriesDoug Zongker1-42/+29
2009-06-03remove unused permissions scheme from amendDoug Zongker1-4/+0
2009-05-29don't say "install complete" when it really isn'tDoug Zongker1-1/+6
2009-04-02AI 144101: am: CL 144070 Add an option to wipe cache (only) to the recovery menu.Doug Zongker1-0/+9
2009-04-01AI 144070: Add an option to wipe cache (only) to the recovery menu.Doug Zongker1-0/+9
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project1-0/+471
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project1-471/+0
2009-02-11auto import from //branches/cupcake/...@130745The Android Open Source Project1-23/+78
2009-01-10auto import from //branches/cupcake/...@125939The Android Open Source Project1-24/+79