summaryrefslogtreecommitdiffstats
path: root/openrecoveryscript.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reset progress bar in ORSDees_Troy2013-01-281-1/+2
| | | | Change-Id: Ia7df2fa80712dc9ff7fda97261fefa33ce823ae0
* Use GUI for ORS instead of console onlyDees_Troy2013-01-251-98/+129
|
* Convert AOSP commands to ORS for encrypted devicesDees_Troy2013-01-241-6/+20
| | | | Change-Id: I6a76a51cd9efd7db67d7abeeb26f9bdd0eebf5a9
* Improve ORS sideload to display GUI with cancel buttonDees_Troy2013-01-181-28/+24
|
* Add sideload command for ORSDees_Troy2013-01-171-0/+31
|
* ORS engine fixesDees_Troy2013-01-171-11/+8
| | | | | | | | Fix backup to not error when a non-existant partition is given. Fix restore to run when no partition parameters are given. Ensure that ORS runs after decryption and that zips install. Fix a problem with the fake internal sdcard not mounting to /sdcard on data media devices.
* Add libtar to TWRP instead of using busybox tarbigbiff bigbiff2013-01-091-13/+7
| | | | | | | 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 TouchDees_Troy2012-10-161-1/+13
|
* Ensure that actions are not simulated in ORSDees_Troy2012-10-021-0/+1
|
* Update ORS and recovery commandsDees_Troy2012-10-011-114/+133
|
* Port backup name checking to Partition ManagerDees_Troy2012-09-271-0/+4
|
* Add and improve OpenRecoveryScript supportDees_Troy2012-09-201-0/+476
Improve zip finding in ORS engine Add support for restoring with just a backup name