summaryrefslogtreecommitdiffstats
path: root/data.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-09-14Add wipe functions, compiles in CM7, text shows in UI, zips installDees_Troy1-3/+29
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-11Move device ID code to data managerDees_Troy1-9/+130
2012-09-10Improve storage size code, mount, unmountDees_Troy1-6/+0
Add flag parsing from recovery.fstab
2012-09-07Add processing of fstab, mounting, and decryptDees_Troy1-7/+7
2012-09-06Hax to make it bootDees_Troy1-2/+3
2012-09-05TWRP-ify AOSP codeDees_Troy1-0/+918
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