Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove thread logging from actions.cpp | Dees_Troy | 2013-01-28 | 1 | -3/+0 |
| | | | | Change-Id: I2d2af963f4d6990191d91a336f682516af61d734 | ||||
* | adding sideload page with wipe cache and dalvik | bigbiff bigbiff | 2013-01-25 | 1 | -3/+9 |
| | | | | | fix variable Change-Id: I72eed7b4d709a184e53cc94165a1817a7dcf041e | ||||
* | Use GUI for ORS instead of console only | Dees_Troy | 2013-01-25 | 1 | -23/+30 |
| | |||||
* | Convert AOSP commands to ORS for encrypted devices | Dees_Troy | 2013-01-24 | 1 | -0/+12 |
| | | | | Change-Id: I6a76a51cd9efd7db67d7abeeb26f9bdd0eebf5a9 | ||||
* | change tar create to pthread | bigbiff bigbiff | 2013-01-24 | 1 | -1/+2 |
| | | | | Change-Id: I5a33d207ec6683de20da37e6f4f174c67785fc52 | ||||
* | Improve ORS sideload to display GUI with cancel button | Dees_Troy | 2013-01-18 | 1 | -2/+4 |
| | |||||
* | Fix problems with thread creation on some devices | Dees_Troy | 2013-01-16 | 1 | -1/+35 |
| | | | | | | | | This fixes a problem with not reaching the backup completed page after a backup is complete on certain devices (GNex, Note2). Changing the stack size to 512KB seems to be the actual fix but leaving the other changes in place as they may be helpful or are better practices. | ||||
* | Add libtar to TWRP instead of using busybox tar | bigbiff bigbiff | 2013-01-09 | 1 | -28/+29 |
| | | | | | | | Add proper mkdosfs tool Add fuse to TWRP Add experimental exfat-fuse to TWRP Convert all system() functions to use new Exec_Cmd function | ||||
* | Update injecttwrp for Epic 4G Touch | Dees_Troy | 2012-10-16 | 1 | -1/+23 |
| | |||||
* | Finalize 2.3.0.0 | Dees_Troy | 2012-10-10 | 1 | -14/+4 |
| | | | | | | Fix permission setting for other Add new fix permissions to GUI actions Update version number | ||||
* | Fix output of version number | Dees_Troy | 2012-10-01 | 1 | -1/+0 |
| | |||||
* | Save version number to storage | Dees_Troy | 2012-09-27 | 1 | -0/+1 |
| | |||||
* | Update sdcard partitioning to C++ | Dees_Troy | 2012-09-27 | 1 | -68/+4 |
| | |||||
* | Port backup name checking to Partition Manager | Dees_Troy | 2012-09-27 | 1 | -3/+2 |
| | |||||
* | Port reboot functions to C++ | Dees_Troy | 2012-09-27 | 1 | -12/+11 |
| | |||||
* | Add option to wipe android secure | Dees_Troy | 2012-09-26 | 1 | -0/+2 |
| | |||||
* | Fix permissions updates | Dees_Troy | 2012-09-26 | 1 | -8/+17 |
| | | | | | Also redirect stderr output on terminal commands for display in GUI console | ||||
* | Fix SDCard partitioning | Dees_Troy | 2012-09-26 | 1 | -3/+11 |
| | |||||
* | Add and improve OpenRecoveryScript support | Dees_Troy | 2012-09-20 | 1 | -3/+3 |
| | | | | | Improve zip finding in ORS engine Add support for restoring with just a backup name | ||||
* | Fix ext storage and zip paths | Dees_Troy | 2012-09-19 | 1 | -0/+26 |
| | | | | | | Fix a bug with handling external storage during boot. Check zip root path when switching storage and ensure that the path is in the new storage path to prevent user confusion. | ||||
* | Improve adb sideload - use storage vs tmp | Dees_Troy | 2012-09-19 | 1 | -11/+8 |
| | |||||
* | Improve adb sideload -- add cancel | Dees_Troy | 2012-09-19 | 1 | -4/+30 |
| | | | | | Also copy zip from /tmp to storage and remove from /tmp to prevent running out of RAM. | ||||
* | Cleanup extra-functions | Dees_Troy | 2012-09-18 | 1 | -27/+13 |
| | |||||
* | Update backup and restore code, adb sideload | Dees_Troy | 2012-09-17 | 1 | -5/+38 |
| | | | | | | | Fixed a problem with using make_ext4fs by making its lib a dynamic lib. Added ADB sideload zip install feature - no way to cancel it yet. Improve backup and restore code. | ||||
* | Add wipe functions, compiles in CM7, text shows in UI, zips install | Dees_Troy | 2012-09-14 | 1 | -39/+34 |
| | | | | | | | | 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_Troy | 2012-09-12 | 1 | -0/+3 |
| | | | | | | | 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. | ||||
* | Zip install works again | Dees_Troy | 2012-09-11 | 1 | -9/+14 |
| | |||||
* | Improve storage size code, mount, unmount | Dees_Troy | 2012-09-10 | 1 | -15/+7 |
| | | | | Add flag parsing from recovery.fstab | ||||
* | Add processing of fstab, mounting, and decrypt | Dees_Troy | 2012-09-07 | 1 | -20/+20 |
| | |||||
* | Hax to make it boot | Dees_Troy | 2012-09-06 | 1 | -4/+4 |
| | |||||
* | TWRP-ify AOSP code | Dees_Troy | 2012-09-05 | 1 | -0/+1134 |
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 |