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