Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This adds a 60 second screen timeout for TWRP. Might consider making this configurable in the future. | bigbiff bigbiff | 2013-02-13 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | Will also set overlay to lockscreen so we don't have inadvetent screen selections. Touching the screen will bring the display back up. add back check script for poweroff move diff time function to twrp-functions.cpp make sure we chmod after copy_file add read_file and write_file functions to twrp-functions.cpp make single thread try to force update screen add forceRender drop caches after tar processing Change-Id: I3c5c509dd39dbb05451bbfe5d8b56d53c90d8d1b | ||||
* | Fix some derps | Dees_Troy | 2012-09-28 | 1 | -0/+1 |
| | |||||
* | Create symlinks at compile time for busybox | Dees_Troy | 2012-09-27 | 1 | -1/+2 |
| | |||||
* | Fix ext storage and zip paths | Dees_Troy | 2012-09-19 | 1 | -0/+3 |
| | | | | | | 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. | ||||
* | Add processing of fstab, mounting, and decrypt | Dees_Troy | 2012-09-07 | 1 | -2/+1 |
| | |||||
* | Hax to make it boot | Dees_Troy | 2012-09-06 | 1 | -1/+2 |
| | |||||
* | TWRP-ify AOSP code | Dees_Troy | 2012-09-05 | 1 | -0/+70 |
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 |