Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • A android_packages_apps_Updater
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Merge requests 4
    • Merge requests 4
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • e
  • os
  • android_packages_apps_Updater
  • Merge requests
  • !63

display preversion when available

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Alexandre Roux requested to merge v1-q-186-display-preversion-when-available into v1-q Apr 13, 2022
  • Overview 3
  • Commits 5
  • Changes 5

Description

Issue(s)

https://gitlab.e.foundation/e/os/backlog/-/issues/186

Test environment

Testing is quite tricky, so I guess a code review should be enough

otherwise you will need to deploy LineageOTA with this specific MR

e/infra/LineageOTA!37 (merged)

add builds specific to your device. These builds need to be tagged as alpha/beta/rc and be more recent than your current build. You can modify a build.prop to reflect this

Test procedures

If you are using the above ota system, please create a build with FEATURE_BRANCH

v1-q-186-display-preversion-when-available

please note that there is a tmp commit allowing clear traffic for tests, to be reverted before merge

change your ota url to your own server

adb root && adb remount
adb shell 'echo "lineage.updater.uri=http://your-local-ip/api/v1/{device}/{type}/{incr}" >> /system/build.prop'
adb reboot

then list available updates

Screenshots

Screenshot_20220413-133545_Updater

Check list

  • Self review
  • Test procedure explained
  • Tested on fresh install
  • Tested applied as an update
  • License
  • Internal documentation
  • User documentation
Edited Apr 13, 2022 by Alexandre Roux
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: v1-q-186-display-preversion-when-available