2 Commits

Author SHA1 Message Date
sssnake
df295abc97 Miracast Enabler v2.0.0-rc1: LSPosed module rewrite
Complete rewrite from KernelSU shell scripts to LSPosed module using
modern libxposed API. Hooks Android's hidden Wi-Fi Display framework
to enable native Miracast support on Android 12+ devices.

- Framework resource hooks (config_enableWifiDisplay)
- WifiDisplayStatus feature state override
- System feature and permission injection
- Settings Cast UI integration
- Quick Settings tile
- Settings activity with device-specific options
2026-04-03 07:29:54 -07:00
sssnake
b1e4ffd828 LSPosed module: Miracast Enabler v2.0.0
Rewrite from KernelSU shell scripts to LSPosed/Xposed module.
Hooks Android's hidden Wi-Fi Display framework to enable native Miracast.

- FrameworkResourceHook: force config_enableWifiDisplay = true
- SystemServerHook: grant WFD permissions, force wifi_display feature
- DisplayManagerHook: ensure WifiDisplayAdapter initializes, force FEATURE_STATE_ON
- MediaRouterHook: unhide WFD routes in Settings Cast UI
- MiracastTileService: Quick Settings tile for scan/connect/disconnect
- SettingsActivity: resolution, HDCP, display source, GPU composition
- WfdManager: reflection wrapper for hidden DisplayManager WFD APIs
2026-04-03 06:27:42 -07:00