Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |