This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
OTA-Cherish/README.md
Hưng Phan af0fe6dbcd Add bash OTA
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
2021-02-18 20:57:37 +07:00

550 B

Read This Before Proceeding :-

Clone the OTA repo in your ROM directory. To generate json and push OTA,

bash OTA/support/ota.sh <device_codename> <rom_folder> <maintainer_name> <maintainer_url> <forum_url>

e.g.
bash OTA/support/ota.sh wayne pex "Christian de la Cruz" https://t.me/chdelacr https://forum.xda-developers.com/

NOTES:

  • ROM directory will look for home/<os_username>/<rom_folder>.
  • Use double quotes for parameters with more than a single word, like maintainer name in the example above.
  • All parameters are mandatory.