[UNOFFICIAL BUILD] Xiaomi Mi Note 3 (jason)

Device https://wiki.lineageos.org/devices/jason
Rom https://www.androidfilehost.com/?w=files&flid=301080

Please Note: This is an Untested build. Please try at your own risk.

New unofficial ROM : https://www.androidfilehost.com/?w=files&flid=313149
Untested, I don’t own this device …

New build here : https://androidfilehost.com/?fid=8889791610682885961

UNTESTED, I don’t own this device !

Built with “community” /e/ Docker engine, using v0.9-pie tag (v1-pie branch).

roomservice.xml

<?xml version="1.0" encoding="UTF-8"?>
<manifest>
  <project name="LineageOS/android_device_xiaomi_jason" path="device/xiaomi/jason" remote="github" />
  <project name="LineageOS/android_kernel_xiaomi_jason" path="kernel/xiaomi/jason" remote="github" />
  <project name="LineageOS/android_packages_resources_devicesettings" path="packages/resources/devicesettings" remote="github" />
</manifest>

muppets.xml

<?xml version="1.0" encoding="UTF-8"?>
<manifest>
  <remote name="muppets" fetch="https://gitlab.com" />
  <project name="The-Muppets/proprietary_vendor_xiaomi" path="vendor/xiaomi" remote="muppets" />
</manifest>

Build script

#!/bin/bash
docker pull registry.gitlab.e.foundation/e/os/docker-lineage-cicd:community
docker run \
-v "/srv/src:/srv/src" \
-v "/srv/zips:/srv/zips" \
-v "/srv/logs:/srv/logs" \
-v "/srv/ccache:/srv/ccache" \
-v "/srv/local_manifests:/srv/local_manifests" \
-e "BRANCH_NAME=v0.9-pie" \
-e "DEVICE_LIST=jason" \
-e "OTA_URL=" \
-e "REPO=https://gitlab.e.foundation/e/os/releases.git" \
registry.gitlab.e.foundation/e/os/docker-lineage-cicd:community

Please share your feedback ! :handshake:

1 Like