Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | get rid of console thread for OpenRecoveryScript | that | 2015-12-29 | 1 | -3/+8 |
| | | | | | | | | | | | - CLI commands run in a threaded action "twcmd" - Console is displayed via "singleaction_page" - move ORS execution code from GUI action to OpenRecoveryScript class - remove unused function gui_changePackage - don't change PageManager package in home action - fix that /tmp/openrecoveryscript was not deleted after execution Change-Id: Ic688c0b04647ce09e9db979b0bc5123f47cf4f70 | ||||
* | Add command line capabilities | Ethan Yonker | 2014-08-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | Allows sending openrecoveryscript commands to TWRP via shell. This may be handy for visually impaired users, for various one click utilities to drive TWRP commands from a computer, for using TWRP when a catastrophic hardware failure like a shattered screen prevents you from being able to use touch, or even on devices like a TV stick where touch and USB mouse input is unavailable. This patch also includes a few minor changes to openrecoveryscript including proper support for rebooting via the script and for decrypting the device via the command line. Change-Id: I796ad168efdd2da9c25334ac93d1079daaa7b0bc | ||||
* | Update licenses to all match | Dees Troy | 2013-10-22 | 1 | -21/+17 |
| | |||||
* | Use GUI for ORS instead of console only | Dees_Troy | 2013-01-25 | 1 | -1/+1 |
| | |||||
* | Convert AOSP commands to ORS for encrypted devices | Dees_Troy | 2013-01-24 | 1 | -0/+1 |
| | | | | Change-Id: I6a76a51cd9efd7db67d7abeeb26f9bdd0eebf5a9 | ||||
* | Update ORS and recovery commands | Dees_Troy | 2012-10-01 | 1 | -2/+2 |
| | |||||
* | Add and improve OpenRecoveryScript support | Dees_Troy | 2012-09-20 | 1 | -0/+42 |
Improve zip finding in ORS engine Add support for restoring with just a backup name |