summaryrefslogtreecommitdiffstats
path: root/extra-functions.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-09-26Allow spaces in backup namesDees_Troy1-2/+2
2012-09-18Cleanup extra-functionsDees_Troy1-353/+26
2012-09-14Add wipe functions, compiles in CM7, text shows in UI, zips installDees_Troy1-146/+0
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-12Make text appear in GUI console, Zip install works.Dees_Troy1-481/+0
Move TW zip install code to C++ so that it can use the ui->functions. Bring in mincrypt code to fix a crash during signature checking.
2012-09-11Clean up extra-functionsDees_Troy1-32/+0
2012-09-11Move device ID code to data managerDees_Troy1-118/+0
2012-09-11Zip install works againDees_Troy1-172/+387
2012-09-06Hax to make it bootDees_Troy1-0/+131
2012-09-05TWRP-ify AOSP codeDees_Troy1-0/+956
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