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
This commit is contained in:
18
settings.gradle.kts
Normal file
18
settings.gradle.kts
Normal file
@@ -0,0 +1,18 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "MiracastEnabler"
|
||||
include(":app")
|
||||
Reference in New Issue
Block a user