summaryrefslogtreecommitdiffstats
path: root/twrp.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-20Adding Edl button in reboot menumauronofrio1-0/+2
2019-03-18AB/Non AB Devices: updates for moving cachebigbiff bigbiff1-48/+11
2018-08-24twrp: use ANDROID_ROOT environment variableCaptain Throwback1-1/+1
2018-07-27Fix installing OTAs without decryptingEthan Yonker1-1/+1
2018-07-20Remove SuperSUEthan Yonker1-18/+0
2018-05-25Skip decryption when installing mapped zipsGabriele M1-5/+13
2018-03-09Don't rename twrp.fstab to recovery.fstabEthan Yonker1-10/+6
2017-11-27ADB Backup: add ability for TWRP GUI to restorebigbiff bigbiff1-0/+6
2017-02-24Tweak MTP startup routineMatt Mower1-11/+11
2017-02-24Fix handling of USB config during MTP switchingMatt Mower1-1/+0
2017-02-23Do not unconditionally remove MTP storage on unmountMatt Mower1-7/+0
2017-02-23Only change USB mode to mtp when ready for MTPMatt Mower1-2/+1
2017-01-18bldrmsg: Only emmc /misc is supportedMatt Mower1-4/+2
2017-01-18SELinux can be assumed for Android 4.4+Matt Mower1-7/+1
2017-01-18Unused variable cleanupMatt Mower1-1/+1
2017-01-18Whitespace cleanupMatt Mower1-2/+2
2016-12-13Change handling of /cache due to AB devices not having cacheEthan Yonker1-2/+2
2016-11-30Improve backup & wipe exclusion handlingEthan Yonker1-7/+5
2016-08-26Fix compatibility across the boardEthan Yonker1-0/+2
2016-08-25Make it backwards compatible with 4.4Ethan Yonker1-1/+1
2016-08-22Add git revision to startup message in recovery.logthat1-2/+2
2016-01-18Check sdk version for M before offering to rootEthan Yonker1-1/+7
2015-12-22Append AOSP recovery commands inlineEthan Yonker1-30/+17
2015-12-19Multiple Language SupportEthan Yonker1-8/+13
2015-12-02Fix short circuit on tw_mount_system_roMatt Mower1-1/+1
2015-11-05Treat /vendor like /system for read onlyEthan Yonker1-0/+5
2015-10-14Fix minor interface bug: No-SU prompt after no-OS promptDavis Mosenkovs1-1/+1
2015-08-26Fix up some TW_OEM_BUILD thingsEthan Yonker1-0/+4
2015-07-14Make system read only show no matter what on first TWRP bootEthan Yonker1-9/+8
2015-06-09Fix system read only behavior during bootEthan Yonker1-8/+14
2015-05-27Mount system as read-only by defaultEthan Yonker1-1/+15
2015-05-18bootloader: align with AOSP codethat1-4/+2
2015-03-25Fix reboot for some devicesEthan Yonker1-5/+0
2015-02-02Disable stock recovery replacing TWRP during ORSEthan Yonker1-5/+2
2015-01-22Hide some non critical error messagesEthan Yonker1-1/+1
2015-01-22Move ORS command line into main threadEthan Yonker1-2/+2
2015-01-13Fix handling of custom themes after decryptEthan Yonker1-0/+3
2015-01-04fix adb sideloadthat1-1/+2
2015-01-02Do not toggle USB ID during MTP startup if not neededEthan Yonker1-9/+6
2014-12-29Ingore SIGPIPE errorsEthan Yonker1-0/+3
2014-12-18Update SuperSU to 2.40Ethan Yonker1-4/+0
2014-12-12Attempt to set the proper uid/gid/contexts on new files and dirsEthan Yonker1-0/+7
2014-11-20Fix process to disable stock recovery flashingDees Troy1-1/+1
2014-09-20Attempt to automatically identify data/media devicesEthan Yonker1-0/+5
2014-09-04Properly set mtp enable variable if disabled during bootEthan Yonker1-0/+1
2014-09-04Prevent MTP enable on startup if crash detectedEthan Yonker1-8/+18
2014-09-03Ensure that MTP is enabled by defaultEthan Yonker1-0/+7
2014-09-03add mtp responder to TWRP.bigbiff bigbiff1-0/+19
2014-08-09Add command line capabilitiesEthan Yonker1-2/+0
2014-07-25Only disable recovery flash if it is truly "stock" recoverydhacker291-1/+1
2014-07-09Check the crash counter instead of date in TWFunc::Fixup_Time_On_Boot()Vojtech Bocek1-1/+2
2014-07-09Change ro.twrp.boot boolean to twrp.crash_counterVojtech Bocek1-4/+11
2014-07-09Color in the consoleEthan Yonker1-2/+2
2014-03-11Run TWFunc::Fixup_Time_On_Boot() before OpenRecoveryScriptVojtech Bocek1-2/+4
2014-02-04Load RTC offset on Qualcomm Krait chips, fixes the broken time & dateVojtech Bocek1-0/+3
2013-12-19Improve SELinux support checkDees Troy1-1/+11
2013-12-19Create a TWRP Disk Usage Class to retain state about a directory and whether we should skip it in other classes like twrpTar.bigbiff bigbiff1-13/+14
2013-11-26Add check during boot for SELinux supportDees Troy1-0/+12
2013-10-24Skip the = or \n before grabbing Zip_File.android-4.3Kevin Steck1-0/+3
2013-10-23fix getting and setting contexts in selinuxbigbiff bigbiff1-1/+9
2013-10-22Skip the = or \n before grabbing Zip_File.Kevin Steck1-0/+3
2013-10-17fix getting and setting contexts in selinuxbigbiff bigbiff1-1/+9
2013-09-12Add TWFunc::Exec_Cmd() with no 'result' agrumentVojtech Bocek1-3/+2
2013-09-12Make fixing su perms automaticDees Troy1-5/+3
2013-09-12Pull ROM info from build.prop for backup namesDees Troy1-1/+1
2013-08-29Use twrp.fstab if presentDees_Troy1-0/+8
2013-08-24Unify indentation and little clean-up in TWRP filesVojtech Bocek1-6/+6
2013-08-24Add SELinux supportDees_Troy1-0/+16
2013-04-08Fix handling of AOSP recovery commandsDees_Troy1-241/+252
2013-04-05Fix handling of subpartitionsDees_Troy1-1/+1
2013-04-04Move all AOSP code out of recovery binaryDees_Troy1-0/+241