summaryrefslogtreecommitdiffstats
path: root/partitions.hpp (unfollow)
Commit message (Collapse)AuthorFilesLines
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