Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump updater API version to 3; deprecate firmware update command | Doug Zongker | 2010-02-03 | 1 | -0/+1 |
| | | | | | | | | | Remove support for the HTC-specific "firmware" update command and the corresponding edify function write_firmware_update(). This functionality is now done by an edify extension library that lives in vendor/htc. Change-Id: I80858951ff10ed8dfff98aefb796bef009e05efb | ||||
* | edify extensions for OTA package installation, part 1 | Doug Zongker | 2009-06-12 | 1 | -0/+28 |
Adds the following edify functions: mount unmount format show_progress delete delete_recursive package_extract symlink set_perm set_perm_recursive This set is enough to extract and install the system part of a (full) OTA package. Adds the updater binary that extracts an edify script from the OTA package and then executes it. Minor changes to the edify core (adds a sleep() builtin for debugging, adds "." to the set of characters that can appear in an unquoted string). |