OTA Server for LineageOS
Go to file
Steven Polley 9a2e992964
All checks were successful
continuous-integration/drone/push Build is passing
lock cache during ROM move operation
2023-06-04 15:58:16 -06:00
public initial commit 2023-06-03 23:07:55 -06:00
.drone.yml fix typos 2023-06-03 23:13:51 -06:00
.gitignore go mod and .gitignore 2023-06-03 23:10:29 -06:00
Dockerfile fix typos 2023-06-03 23:13:51 -06:00
go.mod go mod and .gitignore 2023-06-03 23:10:29 -06:00
main.go lock cache during ROM move operation 2023-06-04 15:58:16 -06:00
README.md Update readme 2023-06-04 13:54:19 -06:00

Build Status

lineageos-ota-server

OTA Server for LineageOS.

How to point device to OTA server

We include the URL as a system build.prop by doing the following:

Create new file /data/android/lineage/vendor/lineage/build/core/deadbeef-ota.mk

# deadbeef.codes LineageOS OTA update server
ADDITIONAL_SYSTEM_PROPERTIES += \
        lineage.updater.uri=https://lineageos-ota.deadbeef.codes

Edit /data/android/lineage/vendor/lineage/build/core/main.mk to include deadbeef-ota.mk


# Include LineageOS versions
include $(TOPDIR)vendor/lineage/build/core/main_version.mk

# Include deadbeef.codes OTA server
include $(TOPDIR)vendor/lineage/build/core/deadbeef-ota.mk