Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions builds/cepheus.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"response": [
{
"maintainer": "nhansp",
"currently_maintained": true,
"oem": "Xiaomi",
"device": "Mi 9",
"filename": "EvolutionX-16.0-20250816-cepheus-11.0-Official.zip",
"download": "https://cdn.evolution-x.org/cepheus/16/EvolutionX-16.0-20250816-cepheus-11.0-Official.zip/download",
"timestamp": 1755370704,
"md5": "c3de5b87cb4031b2cf23e059e2ec04ac",
"sha256": "1b2f4aa4a72f8af20ae632de2f0830fc5985036c3245ac41f8330b41761ba962",
"size": 2630753587,
"version": "11.0",
"buildtype": "userdebug",
"forum": "https://xdaforums.com/t/rom-16-cepheus-retrofit-official-evolution-x-08-16-25.4754936/",
"firmware": "https://xmfirmwareupdater.com/firmware/cepheus/stable/V12.5.6.0.RFACNXM/",
"paypal": "",
"github": "nhansp",
"initial_installation_images": [
"recovery"
],
"extra_images": []
}
]
}
53 changes: 53 additions & 0 deletions changelogs/cepheus.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
This is the initial A16 release with August 2025 security patches

==============================

Device changes:

- Initial Android 16 release with new device tree, clean flash
is needed. Please do not use third-party recovery images as
they are no longer supported and may render your device
unbootable.
- Fixed IR blaster
- Enabled AOD wallpaper by default
- Dolby works, MiuiCamera also works (except Portrait mode)
- userdebug build
- Kernel already has KernelSU-Next support with susfs, but is
disabled by default to comply with Evolution X rules. Check
XDA thread or Discord for more information about obtaining root.
- Switched to EROFS as Google apps are getting bigger in size
and we need to compress them as much as possible.

==============================

Known bugs:

Enabling AOD will default to high brightness, which causes
quicker battery drain. To fix this, do the following steps:

- Enable ADB: Go to Settings > About phone > Tap 7 times on
Build number > go back, then go to System > Developer options
> enable USB debugging (ADB) and Rooted debugging

- Connect your device to your computer, authorize your device
then type the following commands:

adb root
adb shell "echo 1 > /sys/devices/platform/soc/soc\:qcom,dsi-display-primary/doze_mode"

You will need to do this only once per boot.

Notable ROM changes:

==============================

Add Android 16 WIFI icon
Make su domain permissive on user builds
Settings: Follow navbar color in base
Settings: Introduce Adaptive Playback
SystemUI: Blur the power menu
SystemUI: biometrics: Add missing calls to parent onFinishInflate
Update BCR to Version 1.79
release: Bump Security String to 2025-08-01
sepolicy: address media_quality_service selinux denial
vars: August 2025 Security Update
1 change: 0 additions & 1 deletion changelogs/raphael.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Make su domain permissive on user builds
Settings: Follow navbar color in base
Settings: Introduce Adaptive Playback
SystemUI: Blur the power menu
SystemUI: biometrics: Add missing calls to parent onFinishInflate
Update BCR to Version 1.79
release: Bump Security String to 2025-08-01
sepolicy: address media_quality_service selinux denial
Expand Down
Loading