summaryrefslogtreecommitdiffstats
path: root/twrp-functions.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-01-09Fix wiping problems and save ecrypt keyDees_Troy1-26/+26
Fix problems with the wiping of data/media devices Save and restore the ecryptfs key for external sdcard on Samsung encrypted devices.
2013-01-09Add libtar to TWRP instead of using busybox tarbigbiff bigbiff1-70/+136
Add proper mkdosfs tool Add fuse to TWRP Add experimental exfat-fuse to TWRP Convert all system() functions to use new Exec_Cmd function
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
Converted bootloader.cpp to TWRP and removed AOSP fstab parsing from startup
2012-09-26Unify portrait layouts againDees_Troy1-0/+23
2012-09-20Fix fstab and unmount problemsDees_Troy1-4/+3
Fix a problem parsing some recovery.fstab files. Fixed a problem with MD5 checking that prevented unmounting after md5 checking.
2012-09-18Cleanup extra-functionsDees_Troy1-19/+14
2012-09-17Update backup and restore code, adb sideloadDees_Troy1-0/+71
Fixed a problem with using make_ext4fs by making its lib a dynamic lib. Added ADB sideload zip install feature - no way to cancel it yet. Improve backup and restore code.
2012-09-14Add wipe functions, compiles in CM7, text shows in UI, zips installDees_Troy1-0/+164
Zip install works, had to move mincrypt code into TWRP to prevent a crash when checking the zip signature. Added wipe functions Made it compile in CM7 Made text show up in console and logging