summaryrefslogtreecommitdiffstats
path: root/recovery.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Only disable recovery flash if it is truly "stock" recoverydhacker292014-07-251-1/+1
* Fix merge conflicts and update for 4.4 kitkatDees Troy2013-11-021-26/+101
|\
| * recovery: fix use of init reboot methodDoug Zongker2013-09-031-1/+1
| * recovery: fix rebootingDoug Zongker2013-08-301-1/+1
| * recovery: install packages in a known mount environmentDoug Zongker2013-08-211-5/+0
| * notify about pending long pressDoug Zongker2013-07-311-8/+6
| * Merge "recovery: preserve recovery logs across cache wipes"Doug Zongker2013-07-091-2/+76
| |\
| | * recovery: preserve recovery logs across cache wipesDoug Zongker2013-07-091-2/+76
| * | recovery: move log output to stdoutDoug Zongker2013-07-091-2/+1
| |/
| * recovery: copy logs to cache more aggressivelyDoug Zongker2013-07-021-9/+17
* | Add TWFunc::Exec_Cmd() with no 'result' agrumentVojtech Bocek2013-09-121-3/+2
* | Update to latest AOSP masterDees_Troy2013-09-041-16/+135
|\|
| * am d51bfc9b: Merge "Fix the potential segmentation fault"Doug Zongker2013-06-041-1/+7
| |\
| | * Fix the potential segmentation faultJin Feng2013-06-041-1/+7
| * | recovery: save logs from the last few invocations of recoveryDoug Zongker2013-05-211-1/+19
| * | recovery: turn on text display for install errors in debug buildsDoug Zongker2013-05-211-2/+33
| * | more font improvements and cleanupDoug Zongker2013-03-071-1/+0
| |/
| * resolved conflicts for merge of 78afed1c to jb-mr1-dev-plus-aospKenny Root2012-10-171-2/+0
| |\
| | * Remove HAVE_SELINUX guardsKenny Root2012-10-161-2/+0
| * | recovery: fix failure to unmount "/cache"Devin Kim2012-10-091-0/+1
| * | display error state on OTA failureDoug Zongker2012-09-241-4/+13
| * | localization for recovery messagesDoug Zongker2012-09-181-1/+2
| * | recovery locale handling fixesDoug Zongker2012-08-301-1/+1
| * | change recovery images to android with spinnerDoug Zongker2012-08-231-9/+12
| * | add simple text to recovery UIDoug Zongker2012-08-231-10/+53
| |/
* | fixes for fakeflash zipsjt11342013-02-271-1/+1
* | use libblkid to get filesystem typebigbiff bigbiff2013-02-251-0/+2
* | Move removal of stock recovery to shutdown sequenceDees_Troy2013-02-211-20/+22
* | Check for root and root perms and offer to install/fixDees_Troy2013-02-211-0/+31
* | Use GUI for ORS instead of console onlyDees_Troy2013-01-251-29/+10
* | Convert AOSP commands to ORS for encrypted devicesDees_Troy2013-01-241-15/+39
* | Fix problem with AOSP wipe_cache commandDees_Troy2013-01-171-0/+1
* | Add libtar to TWRP instead of using busybox tarbigbiff bigbiff2013-01-091-5/+5
* | Update injecttwrp for Epic 4G TouchDees_Troy2012-10-161-1/+8
* | Unmount system after boot, backup, and restoreDees_Troy2012-10-121-0/+1
* | Fix derp with ORS during startupDees_Troy2012-10-081-1/+0
* | Rename stock recovery fileDees_Troy2012-10-031-0/+4
* | Create busybox symlinks during compileDees_Troy2012-10-021-3/+1
* | Update ORS and recovery commandsDees_Troy2012-10-011-5/+26
* | Fix output of version numberDees_Troy2012-10-011-1/+0
* | Revert busybox for CM7 compatibility, add exclamation point to format dataDees_Troy2012-09-281-0/+2
* | Save version number to storageDees_Troy2012-09-271-5/+1
* | Create symlinks at compile time for busyboxDees_Troy2012-09-271-2/+5
* | Update sdcard partitioning to C++Dees_Troy2012-09-271-1/+0
* | Port reboot functions to C++Dees_Troy2012-09-271-2/+3
* | Add backup size checkingDees_Troy2012-09-261-1/+1
* | Add and improve OpenRecoveryScript supportDees_Troy2012-09-201-1/+13
* | Improve adb sideload - use storage vs tmpDees_Troy2012-09-191-2/+2
* | Improve adb sideload -- add cancelDees_Troy2012-09-191-3/+4
* | Cleanup extra-functionsDees_Troy2012-09-181-6/+4
* | Add wipe functions, compiles in CM7, text shows in UI, zips installDees_Troy2012-09-141-0/+8
* | Make text appear in GUI console, Zip install works.Dees_Troy2012-09-121-3/+2
* | Improve storage size code, mount, unmountDees_Troy2012-09-101-2/+3
* | Add processing of fstab, mounting, and decryptDees_Troy2012-09-071-6/+4
* | Hax to make it bootDees_Troy2012-09-061-13/+65
|/
* am e5d5ac76: minor recovery changesDoug Zongker2012-04-121-2/+6
|\
| * minor recovery changesDoug Zongker2012-04-121-2/+6
| * support "sideload over ADB" modeDoug Zongker2012-01-181-0/+32
| * move key processing to RecoveryUIDoug Zongker2011-11-011-3/+1
| * C++ class for device-specific codeDoug Zongker2011-10-311-36/+34
| * refactor ui functions into a classDoug Zongker2011-10-291-44/+51
| * turn recovery into a C++ binaryDoug Zongker2011-10-281-0/+826
* Update merge for SELinux to compileKenny Root2012-04-081-1/+1
* resolved conflicts for merge of 0b1fee1b to masterKenny Root2012-03-311-1/+16
* support "sideload over ADB" modeDoug Zongker2012-01-101-0/+32
* mount cache before sideloading from external storageDoug Zongker2011-12-141-0/+4
* move key processing to RecoveryUIDoug Zongker2011-11-041-3/+1
* C++ class for device-specific codeDoug Zongker2011-10-311-36/+34
* refactor ui functions into a classDoug Zongker2011-10-311-44/+51
* turn recovery into a C++ binaryDoug Zongker2011-10-311-0/+826