summaryrefslogtreecommitdiffstats
path: root/twrp.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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