summaryrefslogtreecommitdiffstats
path: root/extra-functions.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup extra-functionsDees_Troy2012-09-181-6/+0
|
* Add wipe functions, compiles in CM7, text shows in UI, zips installDees_Troy2012-09-141-10/+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
* Make text appear in GUI console, Zip install works.Dees_Troy2012-09-121-6/+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.
* Clean up extra-functionsDees_Troy2012-09-111-3/+0
|
* Move device ID code to data managerDees_Troy2012-09-111-4/+0
|
* Zip install works againDees_Troy2012-09-111-2/+9
|
* Add processing of fstab, mounting, and decryptDees_Troy2012-09-071-1/+1
|
* Hax to make it bootDees_Troy2012-09-061-1/+2
|
* TWRP-ify AOSP codeDees_Troy2012-09-051-0/+36
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