关于USB port Switch (ON)
在Android Pie(AndroidTV)上启用USB端口 在Android Pie上启用USB端口
"Turns on" USB port # 1.
You start the game and it doesn't see your BT gamepad? (with a USB mouse or aeropult connected).
Pull the usb dongle out of the usb port or use this app! And then start the game.
What the app does exactly:
1-mounts the file system for writing with the command:
-su
-mount -o remount,rw /
2-sends a command to enable usb:
-echo 1 > sys/devices/platform/ff500000.dwc3/xhci-hcd.0.auto/usb1/bConfigurationValue
-displays a notification about enabling the port
////////////////////////////////////////////////////////////////////////////////////
"Включает" USB-порт №1.
Запускаешь игру и она не видит твоего BT-геймпада? (при подключенной USB-мыши или аэропульте).
Вытащи usb-донгл из usb порта или используй это приложение! И после этого запусти игру.
Что именно делает приложение:
1-монтирует файловую систему на запись командой:
-su
-mount -o remount,rw /
2-посылает команду для включения usb:
-echo 1 > sys/devices/platform/ff500000.dwc3/xhci-hcd.0.auto/usb1/bConfigurationValue
-выводит уведомление о включении порта