Personal Rom

Personal Rom

IRedDragonICY

System & Core

  • Switched default filesystem to EXT4 for temporary debugging purposes (will be reverted to EROFS for daily production builds)
  • Switched to full deodexed build architecture for minimized storage footprint
  • Enabled targeted Speed-Profile Dexpreopt specifically for critical UI apps (SystemUI, Launcher, and Settings) for zero UI stutter
  • Disabled WITH_DEXPREOPT_DEBUG_INFO to aggressively slash ROM size
  • Forced Skia Vulkan as default HWUI rendering backend (ro.hwui.use_vulkan=true)
  • Enabled AOSP 16 Cached Set Render Scheduling and GPU pixel buffers for UI rendering
  • Enabled Skia Renderthread Task Splitting Reduction (reduceopstasksplitting=true)
  • Forced HW-accelerated Color Transforms (config_setColorTransformAccelerated=true)
  • Replaced legacy LMOFreeform with Native AOSP Freeform Window Management (persist.sys.freeform.enabled=true)
  • Disabled system-wide input resampling (ro.input.resampling=0) for raw, zero-latency touch response
  • Shipped as a strict GAPPS-only environment (PlayStore, Google App, Contacts, Dialer, Messages, Chrome)
  • Forced Google Dialer as the absolute system default to prevent intent collisions (config_defaultDialer)
  • Suppressed Intent Filter Verification Service background crashes and SystemUI ANRs via config_appsNotReportingCrashes whitelist
  • Maintained core Infinity X features (Idle Manager, Sleep Mode, Smart 5G, Reality Display Engine, Blur Intensity Control)
  • Implemented Infinity Custom Settings architecture (com.infinity.settings) with custom preference widgets
  • Added Custom QS Tiles (Bypass Charging Tile, Charge Speed Tile) integrated via Dagger DI
  • Forced Auto Power Modes (config_enableAutoPowerModes=true) for aggressive Doze and standby execution
  • Disabled always-on screen attention manager (keep_screen_on_enabled=false)
  • Aggressive GMS & Telemetry Debloat (DeviceConfig Overrides):Disabled Google Federated Learning Analytics (OverviewFederatedAnalytics__enable_fa=false)
  • Disabled AiAi Clearcut Logging (Logging__enable_aiai_clearcut_logging=false)
  • Disabled unused VisualCortex tracking, Fedex background processing, and Assistant Geller data indexing
  • Disabled SmartDictation screen context biasing and Wallet Suggestions processing
  • Disabled ambient data polling for Subzero, Thing, Trip Bundle, and Sports Scores
  • Disabled Light Predictor AiAi processing and Outlook Events background syncing in Smartspace
  • Dropped WallpaperEffects TPU usage (WallpaperEffects__use_tpu=false), forced GPU processing instead

Display, Touch, Sensors & Gaming

  • Integrated Custom Game Space (GameStateDispatcher via AxExtServiceFactory)
  • Bound Performance Boost Mode to Game Space (persist.sys.power_mode_perf=true)
  • Disabled kernel-level palm rejection sensors via sysfs (palm_sensor 0) to prevent edge multi-touch drops during gaming
  • Disabled kernel-level edge rejection sensors via sysfs (touch_thp_ic_cmd 0) for raw, unrestricted multi-touch
  • Injected exclusive NVTCapacitiveTouchScreen.idc configuration to eliminate hardware touch ghosting
  • Re-calibrated native MIUI Gyroscope axis mapping for full native AOSP compatibility (Zero input delay and no inverted axis during gaming)
  • Enabled HBM (High Brightness Mode) HDR brightening (support_hdr_hbm_brighten=true)
  • Fixed app flickering issues via GPU screen composition bypass (Settings > Display)
  • Unlocked Desktop Mode Support (config_isDesktopModeSupported=true)

Camera & Media

  • Completely eradicated the stock Aperture camera (PRODUCT_NO_CAMERA := true) to optimize purely for GCam
  • Unlocked the Xiaomi MIVI Image Processing framework for third-party GCam usage (vendor.camera.support.mivi=true)
  • Whitelisted auxiliary packages (vendor.camera.aux.packagelist) for unblocked GCam Wide, Ultra-Wide, and Front lens access
  • Enabled Full Remosaic format access for native 50MP raw capturing (persist.vendor.camera.remosaic.enable=1)
  • Disabled MIUI default hypercamera configs to prevent raw sensor filtering
  • Unlocked 10-bit Vlog shooting and Master Cinema video capabilities
  • Configured Leica Camera property signatures
  • Manually added highspeed2160p MP4 profile to media_profiles_tuna_v0.xml to officially unlock Native 4K 60FPS Video Recording at 100Mbps bitrate

Audio

  • Restored over 70+ missing stock audio properties to vendor.prop for perfect hardware sound parity
  • Added ro.vendor.audio.volume.boost.support=5 for VoIP volume boosting
  • Fixed offload buffer size to 32kb for precise sync
  • Rerouted VoIP audio output from Music PA to Voice PA (speaker-mono-2)
  • Whitelisted 48 specific communication apps (WhatsApp, Telegram, Discord, etc.) in Audio Cloud Control
  • Enabled MiMeeting CSS/VPNR processing (ro.vendor.audio.meeting.mode=true)
  • Implemented a mutable VoIP volume curve with true zero-silence at the minimum volume index to fix WhatsApp/Telegram volume routing bugs

Power, Network & Thermals

  • Replaced stock mi_thermald with a highly optimized, custom Rust-based thermal daemon (mithermal)
  • Implemented fully custom SmartBatteryService to handle advanced hardware charging controls
  • Wired Smart Battery Management directly into charging sysfs (smart_night) for true hardware-level Bypass Charging linked dynamically to Game Space
  • Increased Moving PNO Scan interval from 20s to 40s (Idle Battery Saver)
  • Increased Stationary PNO Scan interval from 60s to 120s (Idle Battery Saver)
  • Set High-RSSI delay to 20 minutes (Stops background scanning if current WiFi is strong)
  • Reduced hotspot auto-shutdown timeout from 10 minutes to 5 minutes
  • Enabled Wi-Fi 7 / 802.11be for SoftAP
  • Enabled HE MU-MIMO Beamformer for SoftAP
  • Enabled HE Target Wake Time (TWT) for connected client power saving
  • Enabled Local-only Hotspot strictly on 6GHz for zero-interference casting
  • Enabled Linked Network Roaming for seamless Mesh Wi-Fi transitions
  • Enabled STA DFS channels and indoor channels for peer networks (P2P/NAN)
  • Mapped WPA3 transition mode to WPA3-only on the 6GHz band




Report Page