I had to test a new thermal setup, nothing better than an Android build
I don’t own this device and couldn’t test this ROM! Please consider it is for experimental testing only!
Please post back, if everything is OK I might consider publishing a dedicated thread.
Download
AFH download page: e-1.3-r-20220908-UNOFFICIAL-suzu.zip | by smu44 for Xperia X
SHA256: 5a9bdae0acbdc4de961cf2ec1739bcbc9d8a6d9fb8e37dc86369a073bb36af1c
MD5: 47dc3b7a2c4af3da142b84a83b21af5c
Install
LineageOS install guide: Install LineageOS on suzu | LineageOS Wiki
TWRP: Sony Xperia X
Please note I don’t know anything about Sony devices…
Build
Nothing fancy in here
Proudly built using /e/ Docker image
Script (you may adjust Xmx):
#!/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/mirror:/srv/mirror" \
-v "/srv/local_manifests:/srv/local_manifests" \
-e "BRANCH_NAME=v1.3-r" \
-e "DEVICE_LIST=suzu" \
-e "REPO=https://gitlab.e.foundation/e/os/releases.git" \
-e "ANDROID_JACK_VM_ARGS=-Dfile.encoding=UTF-8 -XX:+TieredCompilation -Xmx50G" \
registry.gitlab.e.foundation:5000/e/os/docker-lineage-cicd:community
Local manifest (roomservice.xml):
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="LineageOS/android_kernel_sony_msm8956" path="kernel/sony/msm8956" remote="github" />
<project name="LineageOS/android_device_sony_suzu" path="device/sony/suzu" remote="github" />
</manifest>