redroid-doc
redroid-doc copied to clipboard
Unable to connect to redroid (device offline)
Describe the bug 请详细描述问题(ZH_CN) A clear and concise description of what the bug is. Container is running but adb cannot connect to it (device offline). OS: EndeavourOS ( An Arch-based distro) with latest linux-zen (6.8.7-zen1-1-zen) kernel. make sure the required kernel modules present 确保必须的内核功能已开启(ZH_CN)
- [x]
grep binder /proc/filesystems
Return:nodev binder
- [x]
grep ashmem /proc/misc
(optional) Return nothing. Seems it is replaced with memfd, and CONFIG_MEMFD_CREATE=y.
Collect debug logs
收集调试日志(ZH_CN)
curl -fsSL https://raw.githubusercontent.com/remote-android/redroid-doc/master/debug.sh | sudo bash -s -- [CONTAINER]
omit CONTAINER if not exist any more.
如容器已退出,可忽略CONTAINER参数(ZH_CN)
logs: tmp.agNPGYpBxX.zip
Screenshots
截图(ZH_CN)
If applicable, add screenshots to help explain your problem.