Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Save version to cache | Dees_Troy | 2013-01-17 | 1 | -4/+10 |
| | |||||
* | Add libtar to TWRP instead of using busybox tar | bigbiff bigbiff | 2013-01-09 | 1 | -3/+1 |
| | | | | | | | Add proper mkdosfs tool Add fuse to TWRP Add experimental exfat-fuse to TWRP Convert all system() functions to use new Exec_Cmd function | ||||
* | fix SP variable names | bigbiff bigbiff | 2012-11-24 | 1 | -2/+2 |
| | |||||
* | Fixes for multi-user in 4.2 | Dees_Troy | 2012-11-15 | 1 | -24/+19 |
| | | | | | | Also fixed inability to delete backups with a space in the name. Change-Id: I2f6639d33caa3c4542960f76adbd59b25ab64f5d | ||||
* | Fix output of version number | Dees_Troy | 2012-10-01 | 1 | -1/+29 |
| | |||||
* | Port reboot functions to C++ | Dees_Troy | 2012-09-27 | 1 | -8/+4 |
| | |||||
* | Unify portrait layouts again | Dees_Troy | 2012-09-26 | 1 | -9/+12 |
| | |||||
* | Fix special partition handling | Dees_Troy | 2012-09-21 | 1 | -0/+9 |
| | |||||
* | Fix ext storage and zip paths | Dees_Troy | 2012-09-19 | 1 | -1/+5 |
| | | | | | | 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. | ||||
* | Cleanup extra-functions | Dees_Troy | 2012-09-18 | 1 | -8/+12 |
| | |||||
* | Add wipe functions, compiles in CM7, text shows in UI, zips install | Dees_Troy | 2012-09-14 | 1 | -3/+29 |
| | | | | | | | | 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 | ||||
* | Move device ID code to data manager | Dees_Troy | 2012-09-11 | 1 | -9/+130 |
| | |||||
* | Improve storage size code, mount, unmount | Dees_Troy | 2012-09-10 | 1 | -6/+0 |
| | | | | Add flag parsing from recovery.fstab | ||||
* | Add processing of fstab, mounting, and decrypt | Dees_Troy | 2012-09-07 | 1 | -7/+7 |
| | |||||
* | Hax to make it boot | Dees_Troy | 2012-09-06 | 1 | -2/+3 |
| | |||||
* | TWRP-ify AOSP code | Dees_Troy | 2012-09-05 | 1 | -0/+918 |
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 |