summaryrefslogtreecommitdiffstats
path: root/twinstall.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-10-24Update licenses to all matchDees Troy1-0/+17
Change-Id: I3be70a897e563658736b2dec3a9ea2697b69b225
2013-10-22Update licenses to all matchDees Troy1-0/+17
2013-09-10Kang in older minzip for building in CM9 & CM7Dees Troy1-0/+5
CM7 and CM9 do not have libselinux needed in the newer minzip.
2013-09-05Extract file_contexts from zips if it existsDees_Troy1-1/+32
Update binary will now extract file_contexts if it exists in the root of the zip to /tmp Recovery will replace the existing /file_contexts in the ramdisk if file_contexts exists in the root of the zip. This ensure that the proper contexts are used during zip installs. Change-Id: If22c41101868643b67e6dba6177677c078fcd877
2013-08-24Unify indentation and little clean-up in TWRP filesVojtech Bocek1-26/+26
Signed-off-by: Vojtech Bocek <vbocek@gmail.com>
2013-04-04Move all AOSP code out of recovery binaryDees_Troy1-252/+97
Improves license compatibility between GPL and Apache Change-Id: I2b165aa575bb6213af6b07936f99610c113443f0
2013-03-07use md5.c for computation of md5sumsbigbiff bigbiff1-4/+7
create a framework for computing digests and reading digests in TWRP add space for backwards compatibility with bb md5sum Change-Id: Ia18e3f430eed5eba22e5052d39b9b8d88ecd4536
2013-01-30Disable the forced MD5 checkDees_Troy1-8/+2
2012-09-27Update sdcard partitioning to C++Dees_Troy1-5/+0
2012-09-20Various fixesDees_Troy1-1/+1
Modify AOSP mount and wipe functions to use Partition Manager. Update wipe code to reset the log file index when wiping cache. Add ADB sideload to 540x960 theme.
2012-09-14Move to shared libmincryptDees_Troy1-162/+3
Remove mincrypt source from TWRP and add rule to make libmincrypt as a shared library. No more crashes during zip signature verification and less code to maintain in TWRP.
2012-09-14Add wipe functions, compiles in CM7, text shows in UI, zips installDees_Troy1-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
2012-09-12Make text appear in GUI console, Zip install works.Dees_Troy1-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.