Initial release: Driver Manager KernelSU module v1.0.0

Manage GPU, WiFi, Bluetooth, SDR, and game controller drivers.
Supports PowerVR mode switching, BCM4390/Nexmon WiFi modes,
RTL-SDR/HackRF/Airspy with DVB-T/SDR mode toggle, Xbox/PS5/
Switch Pro controllers, and QCA Bluetooth pentest mode.
WebUI control panel for KernelSU manager.
This commit is contained in:
sssnake
2026-03-31 07:14:36 -07:00
commit 50f4b718ce
9 changed files with 874 additions and 0 deletions

25
system.prop Normal file
View File

@@ -0,0 +1,25 @@
# GPU — PowerVR DXT-48-1536 (Tensor G5)
# Force latest Vulkan 1.4 driver path
ro.hardware.egl=powervr
ro.hardware.vulkan=powervr
graphics.gpu.profiler.support=true
# OpenCL compute (CUDA alternative for non-NVIDIA)
vendor.powervr.opencl.allowfp16=1
vendor.powervr.opencl.profiling=1
# WiFi — BCM4390 (Broadcom)
wifi.direct.interface=p2p-dev-wlan0
wifi.direct.go_intent=15
# Bluetooth — QCA
bluetooth.profile.a2dp.source.enabled=true
bluetooth.profile.hfp.ag.enabled=true
bluetooth.profile.hid.host.enabled=true
bluetooth.profile.pan.nap.enabled=true
# USB OTG for SDR dongles and controllers
persist.sys.usb.otg=1
# Game controller support
input.gamepad.enabled=true