summaryrefslogtreecommitdiffstats
path: root/twrp-functions.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-02-22Fix compiling on CM7Dees_Troy1-1/+5
2013-02-21Check for root and root perms and offer to install/fixDees_Troy1-62/+265
2013-02-13This adds a 60 second screen timeout for TWRP. Might consider making this configurable in the future.bigbiff bigbiff1-0/+49
2013-02-07Add write buffer for tar writesDees_Troy1-4/+4
2013-02-02Use only std::string in TWFunc::Get_Folder_SizeVojtech Bocek1-14/+5
2013-02-01Fix fail over to vfat from exfatDees_Troy1-2/+1
2013-01-28exFAT improvements, fixesDees_Troy1-4/+12
2013-01-28file manager updates for exFATDees_Troy1-0/+21
2013-01-20Remove sockets and FIFOS when removing filesbigbiff bigbiff1-1/+1
2013-01-09Fix wiping problems and save ecrypt keyDees_Troy1-26/+26
2013-01-09Add libtar to TWRP instead of using busybox tarbigbiff bigbiff1-70/+136
2012-12-20Increase array size to fix crashes on some devicesDees_Troy1-1/+1
2012-10-01Fix output of version numberDees_Troy1-25/+0
2012-09-28Fix compiler warningsDees_Troy1-1/+1
2012-09-27Save version number to storageDees_Troy1-0/+26
2012-09-27Port reboot functions to C++Dees_Troy1-0/+128
2012-09-26Add backup size checkingDees_Troy1-2/+10
2012-09-26Unify portrait layouts againDees_Troy1-0/+23
2012-09-20Fix fstab and unmount problemsDees_Troy1-4/+3
2012-09-18Cleanup extra-functionsDees_Troy1-19/+14
2012-09-17Update backup and restore code, adb sideloadDees_Troy1-0/+71
2012-09-14Add wipe functions, compiles in CM7, text shows in UI, zips installDees_Troy1-0/+164