summaryrefslogtreecommitdiffstats
path: root/partitions.hpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-09-27Update sdcard partitioning to C++Dees_Troy1-1/+1
2012-09-27Port backup name checking to Partition ManagerDees_Troy1-0/+1
2012-09-26Add option to wipe android secureDees_Troy1-0/+1
2012-09-26Fix permissions updatesDees_Troy1-1/+0
Also redirect stderr output on terminal commands for display in GUI console
2012-09-26Fix problems with MTD devicesDees_Troy1-1/+1
Also improve handling of MTD names
2012-09-26Add backup size checkingDees_Troy1-2/+4
Converted bootloader.cpp to TWRP and removed AOSP fstab parsing from startup
2012-09-21Add progress bar support to backup and restoreDees_Troy1-2/+2
2012-09-21Add android_secure supportDees_Troy1-1/+6
2012-09-20Add and improve OpenRecoveryScript supportDees_Troy1-0/+1
Improve zip finding in ORS engine Add support for restoring with just a backup name
2012-09-18Cleanup extra-functionsDees_Troy1-0/+4
2012-09-18Improve backup and restoreDees_Troy1-0/+1
Add in archive splitting support
2012-09-17Update backup and restore code, adb sideloadDees_Troy1-3/+6
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-4/+14
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
2012-09-10More Partition Manager functionalityDees_Troy1-0/+1
2012-09-10Improve storage size code, mount, unmountDees_Troy1-3/+9
Add flag parsing from recovery.fstab
2012-09-07Add processing of fstab, mounting, and decryptDees_Troy1-34/+55
2012-09-05TWRP-ify AOSP codeDees_Troy1-32/+34
Pull in most TWRP sources Stub out partition management code Make it compile -- probably will not boot Kind of a mess but have to start somewhere
2012-09-04Initial stub of partitions.hppDees_Troy1-0/+141