Skip to content
Open
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
16 changes: 8 additions & 8 deletions builds/Spacewar.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"currently_maintained": true,
"oem": "Nothing",
"device": "Phone (1)",
"filename": "EvolutionX-16.0-20260803-Spacewar-11.9-Vanilla-Official.zip",
"download": "https://cdn.evolution-x.org/Spacewar/16_vanilla/EvolutionX-16.0-20260803-Spacewar-11.9-Vanilla-Official.zip/download",
"timestamp": 1785719550,
"md5": "d5770fff66ecb930a699ea3639056dc8",
"sha256": "63687098ce63d5c750a6c6f6337745078f8b33a69a61940132126dac4de60333",
"size": 1905798882,
"version": "11.9",
"filename": "EvolutionX-16.0-20260824-Spacewar-11.10-Vanilla-Official.zip",
"download": "https://cdn.evolution-x.org/Spacewar/16_vanilla/EvolutionX-16.0-20260824-Spacewar-11.10-Vanilla-Official.zip/download",
"timestamp": 1787574581,
"md5": "16035791c92a9feec51e1544fe8d64a8",
"sha256": "e755bf3856f5933e92c279125882aa05004047064d3b011ec04aecd543b79f41",
"size": 1905706635,
"version": "11.10",
"buildtype": "user",
"forum": "https://xdaforums.com/t/rom-16-official-spacewar-evolution-x-11-9.4752131/",
"forum": "https://xdaforums.com/t/rom-16-official-spacewar-evolution-x-11-10.4752131/",
"firmware": "",
"paypal": "",
"github": "nyxalune",
Expand Down
42 changes: 25 additions & 17 deletions changelogs/Spacewar.txt
Original file line number Diff line number Diff line change
@@ -1,30 +1,38 @@
This is Android 16 with July 2026 security patches
This is Android 16 with August 2026 security patches

Notes:
==============================
- LineageOS-based source. Signed build.
- Clean flash mandatory when your build is from Evolution X 8 or lower

Known Bugs:
==============================
-None. Let me know if you find any
==============================

Device changes:
==============================
- Switched to OSS Sony Dolby sound processing
- Replaced Accord with Gramophone as the default music player
- Lowered maximum earpiece volume for calls
- Removed redundant voice call listener (dlb_voice_call_listener)
- Optimized system powerhints (yupik adaptation & fine-tuning)
- Boosted CPU and GPU frequencies during heavy rendering for smoother performance
- Reduced app launch boost duration to 3 seconds and removed unnecessary power boosts
- Configured screen-off CPU scheduling limits to conserve battery life
- Optimized IRQ balancing for graphics and display drivers (msm_drm & kgsl_3d0)
- Enabled HW-accelerated color transformations (setColorTransform)
- Enabled FadingMarquee text effects across the system UI
- Disabled automatic screen rotation by default
- Disabled high-performance transition animations for a cleaner feel
- Cleaned up obsolete/useless code
- Update to Evolution X 11.10
Audio & Haptics
- Dolby Config: Included dax configuration for Dolby Audio processing.
- Haptic Tuning: Fine-tuned - RichTap haptics for faster transients and crisper feedback.
- Audio Pinning: Pinned audio service to audio-app and assigned the little CPU cluster for background and audio-app cpusets.

Kernel, Power & Performance
- Kernel Architecture: Built all kernel modules directly into the kernel and
conditionally switched to the EROFS file system for dynamic partitions.
- CPU & Scheduling: Imported performance tuning from aospa-lisa, assigned foreground cpuset/uclamp for gralloc and hwcomposer, and dynamically set IRQ affinity for KGSL and MSM_DRM.
- Memory & Storage: Configured /metadata with data=journal,commit=1, enabled sync, and added metadata_csum. Set UFS auto-hibernate timer to 1 ms and removed BFQ/discard command tuning.
- 64-Bit Pure Execution: Stopped shipping 32-bit Zygote to streamline system architecture.

Display & Graphics
- Rendering Pipeline: Switched to the skiaglthreaded renderthread backend and updated SurfaceFlinger durations from kalama.
- Display Tuning: Allocated 6 buffers for SurfaceFlinger in FrameBufferSurface, increased frequency of sampling regions, and enabled config_sf_limitedAlpha.
- EGL & Refresh Rate: Configured EGL multifile cache, capped its blobcache limit to 32MB, and tuned refresh rate properties from coral.

System & Connectivity
- Wi-Fi & Network: Added dual AP/STA support to Wi-Fi HAL interface combinations and updated the default preferred network mode value.
- Pixel Features: Spoofed supported Pixel features for expanded software compatibility.
- Debugging & Cleanups: Disabled serial console, native stats collection service, RescueParty, and ART/dex2oat debugging.
- Fastboot: Unmounted /firmware automatically after fastbootd starts.

Notable ROM changes
==============================
Expand Down