Device brand : Sony
Supported Android versions : Nougat, Oreo, Pie (?) including Sony AOSP
https://developer.sony.com/develop/open-devices/latest-updates
Custom rom supported :
LineageOS 14.1 and 15.1 : unofficial and not maintained
https://forum.xda-developers.com/xperia-x/development/rom-lineageos-14-1-t3690469
https://forum.xda-developers.com/xperia-x/development/rom-lineageos-15-1-xperia-x-t3862508
Others : https://forum.xda-developers.com/xperia-x/development
OmniROM 8.1 : official and not maintained
https://forum.xda-developers.com/xperia-x/development/rom-omnirom-t3734793
Sony AOSP 7.1.2, 8.1 : official and partially maintained
https://developer.sony.com/develop/open-devices/guides/aosp-build-instructions
So far, I would recommend porting /e/ for this device to Oreo as Sony AOSP 8.1, OmniROM 8.1 and unofficial LineageOS 15.1 versions are already available.
Thanks !
1 Like
Supporting this model will help supporting Loire platform and following products :
Xperia X F5122 - suzu
Xperia X Compact - kugo
1 Like
agbo
May 8, 2019, 6:37pm
3
I’m very interested in having this phone working on /e/. The Sony Xperia Compact line of phones is amazing in my opinion!
Reading the different xda threads related to different Android custom roms, it appears two of them have quit good users feedback : OmniROM 7.1.2 and Unofficial LOS 15.1
Ports on kernel 4.4 and 4.9 are mentioned to show lack of stability.
I am also very interested on having this phone supported by /e/.
Personally owner of a X compact (loire platform)
Yes, we already know this.
I think some /e/ phones supported today are not officially supported by LineageOS.
When i builded my unofficial roms for this Unofficial /e/ Builds for Lineage Supported Phones I found only Google Pixel XL 2 - “taimen” and HTC One A9 (International GSM) - “hiaeuhl” supported by /e/ but not supported by LineageOS, maybe more of them, but this 2 100%.
doniks
August 22, 2020, 10:19am
9
The Xperia X (suzu) is still actively supported by other operating systems:
Sailfish OS: https://jolla.com/sailfishX/
Ubuntu Touch: https://devices.ubuntu-touch.io/device/suzu/
Having /e/ support might be a nice, strategic move. it could strengthen the /e/ community by connecting to other communities interested in privacy conscious phones. And some capable developers.
Hello,
Since September 2nd, Suzu and Kugo are officially supported by LOS
Here are the links:
https://download.lineageos.org/suzu
https://download.lineageos.org/kugo
Useful build (re)sources
Common tree:
Device tree:
Kernel source:
Vendor blobs:
Last but not least, could you please re-format this request to look like this one ? Thanks !
smu44
September 8, 2022, 10:11am
12
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>
1 Like
Hello, I am terribly confused to have taken so much time to try to install your build on my suzu.
But I have tried yesterday and it seems to work basically.
Would it be possible for you to build a new UNOFFICIAL build based on tag 1.9 ?
I will be in position to perform more tests to see what is working or not.
smu44
March 19, 2023, 10:43am
14
Thanks for your feedback!
I will attempt a new build, expect it in a couple of weeks.
smu44
March 21, 2023, 11:21am
15
1 Like
Thanks @smu44 !
I will install it and perform some tests before the end of this week.
If booting succesful, should we open a new thread in Unofficial Builds ?
smu44
March 23, 2023, 5:26am
17
Please perform some basic tests first (telephony, camera, GPS, …).
Then, yes, I’ll be happy to open a new thread for this device
Hi, I have performed a few tests. Basically, it is working :
Phone call: OK
SMS: OK
MMS: OK
Camera: NOK but was working on 1.3, Open Camera is OK
WiFi: OK
Audio via jack: OK (after Parameters \ Sound \ Volume of multimedia contents)
GPS: can work
Tested with TWRP version 3.3.1-0
smu44
April 8, 2023, 3:43am
19
Thanks @christophe14 !
I think that the Camera problem it with the app itself, as it is untouched from /e/ I don’t know how to make it work
aibd
April 8, 2023, 5:54am
20
I cannot tell for sure but this bug https://gitlab.e.foundation/e/backlog/-/issues/6761 affected cameras on e-1.9 only and was device specific.
The bug is reported fixed in e-1.10.
I suggest @christophe14 that if you install the proposed fix 'app-debug_pixel_fix.apk` mentioned here https://gitlab.e.foundation/e/backlog/-/issues/6761#note_366051
you could confirm / dismiss my suggestion, and possibly have a working /e/OS Camera.
1 Like