diff --git a/builds/cepheus.json b/builds/cepheus.json new file mode 100644 index 000000000..2c53a90e6 --- /dev/null +++ b/builds/cepheus.json @@ -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": [] + } + ] +} diff --git a/changelogs/cepheus.txt b/changelogs/cepheus.txt new file mode 100644 index 000000000..9bf2712d3 --- /dev/null +++ b/changelogs/cepheus.txt @@ -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 diff --git a/changelogs/raphael.txt b/changelogs/raphael.txt index 5a7f1e5f6..29abe8fe8 100644 --- a/changelogs/raphael.txt +++ b/changelogs/raphael.txt @@ -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