|
| 1 | +# Use Github Action to compile Recovery |
| 2 | +``` |
| 3 | +Support OFRP, SHRP, TWRP compilation and production |
| 4 | +``` |
| 5 | +--- |
| 6 | + |
| 7 | +## Release Notes |
| 8 | +``` |
| 9 | += 2021/10/29: |
| 10 | +-Refactored version 2.0 |
| 11 | +-Completely reconstruct the use logic to reduce the difficulty of use |
| 12 | +-Optimize the parameter transfer part, now you can run multiple Workers at the same time |
| 13 | +-TWRP compilation test passed |
| 14 | +-OFRP compilation test passed |
| 15 | +-SHRP compile test passed |
| 16 | +``` |
| 17 | + |
| 18 | +----- |
| 19 | + |
| 20 | +## Parameter Description |
| 21 | + |
| 22 | +| Name | Description | Example | |
| 23 | +| ------------ | -------------------- | ------------ | |
| 24 | +| `MANIFEST_TYPE` | Source Type | omni | |
| 25 | +| `MANIFEST_URL` | Source address| https://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git | |
| 26 | +| `MANIFEST_BRANCH` | Source branch | twrp-9.0 | |
| 27 | +| `DEVICE_TREE_URL` | Device address| https://github.com/azwhikaru/twrp_device_xiaomi_archytas | |
| 28 | +| `DEVICE_TREE_BRANCH` | Device branch | twrp-9.0 | |
| 29 | +| `DEVICE_PATH` | Device location | device/xiaomi/Archytas | |
| 30 | +| `DEVICE_NAME` | Model name | Archytas | |
| 31 | + |
| 32 | +----- |
| 33 | + |
| 34 | +## how to use |
| 35 | +``` |
| 36 | +For example, your username is: Fun-114514 |
| 37 | +``` |
| 38 | +#### 1. Click'Fork' in the upper right corner of this warehouse |
| 39 | + |
| 40 | +#### 2. After waiting for the automatic redirection, you will see your own username |
| 41 | + |
| 42 | +#### 3. Click'Actions-Make Recovery' |
| 43 | + |
| 44 | +#### 4. Click'Run workflow' and fill in according to the above'parameter description' |
| 45 | + |
| 46 | +#### 5. After filling in, click'Run workflow' to start running |
| 47 | + |
| 48 | +----- |
| 49 | + |
| 50 | +## Compilation results |
| 51 | +Can be downloaded at [Release](../../releases) |
| 52 | + |
| 53 | +----- |
| 54 | +## Remark |
| 55 | + |
| 56 | +#### TeamWin Recovery Project: https://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git |
| 57 | +#### OrangeFox Recovery Project: https://gitlab.com/OrangeFox/Manifest.git |
| 58 | +#### SKYHAWK Recovery Project: https://github.com/SHRP/platform_manifest_twrp_omni.git |
0 commit comments