how to use bluetooth in Android container in docker with ax210
this is my command
docker run -itd --privileged
–pull always
-v “$(pwd)”/Android:/data
-v /dev:/dev
-v /run/dbus:/run/dbus
-v /var/run/dbus:/var/run/dbus
–mount=type=bind,source=/dev/mali0,destination=/dev/mali0
-p 5555:5555
chisbread/rk3588-gaming:redroid-firefly
androidboot.redroid_width=1080
androidboot.redroid_height=1920
androidboot.redroid_dpi=480
androidboot.redroid_fps=30
androidboot.redroid_gpu_mode=host
my Bluetooth device
Bus 001 Device 004: ID 8087:0032 Intel Corp. AX210 Bluetooth
How to use bluetooth in Android container in docker
2 Likes
In which OS just to… understand where you are trying to run it ?
armbian ubuntu22
1 Like
Have you got this working in the build we are messing with?
what is you mean? my android container is working, but Bluetooth can not be use
感谢老哥的docker镜像…
不是我提取的镜像,我只是一个收集者