Enables Wi-Fi Display (Miracast) on Pixel phones where Google disabled it in software. Uses fabricated overlays, system properties, and sysconfig XML. Includes WebUI for KernelSU manager. Tested hardware: Pixel 10 Pro Fold (rango), Tensor G5, BCM4390.
9 lines
323 B
XML
9 lines
323 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<!-- Enable Wi-Fi Display (Miracast) in the framework -->
|
|
<bool name="config_enableWifiDisplay">true</bool>
|
|
|
|
<!-- Allow protected (DRM/HDCP) content over wireless display -->
|
|
<bool name="config_wifiDisplaySupportsProtectedBuffers">true</bool>
|
|
</resources>
|