Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

How to test OTA (for maintainers)

lindwurm edited this page Aug 27, 2020 · 1 revision

How to test FlokoROM OTA

  1. Fork https://github.com/FlokoROM/OTA and https://github.com/FlokoROM/packages_apps_Updater
  2. Modify updater_server_url to your Updater repo, in packages_apps_Updater/res/values/strings.xml
  3. add this in your local_manifests to enable Updater
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
  <project path="packages/apps/Updater" name="{YOUR_GITHUB_USER_NAME}/packages_apps_Updater" remote="github" revision="10.0" />
</manifest>
  1. Build
  2. Run OTA/release.sh to generate JSON
  3. Modify OTA/devices/{codename}.json
    • change download url to downloadable link
  4. git push in OTA repo
  5. launch Updater from FlokoSettings, check it
    • note: download will be enabled in NEXT build
Clone this wiki locally