summaryrefslogtreecommitdiffstats
path: root/twinstall.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add wipe functions, compiles in CM7, text shows in UI, zips installDees_Troy2012-09-141-93/+2
| | | | | | | | 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
* Make text appear in GUI console, Zip install works.Dees_Troy2012-09-121-0/+580
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.