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