redroid-doc icon indicating copy to clipboard operation
redroid-doc copied to clipboard

Could not connect to ReDroid11 on Arch Linux

Open TTsdzb opened this issue 1 year ago • 10 comments

Describe the bug Followed the instructions in the docs, but adb is always "offline" and could not be connected.

docker run -itd --privileged -v ~/.local/share/redroid/data11:/data -p 5555:5555 --name redroid11 redroid/redroid:11.0.0-latest androidboot.use_memfd=true androidboot.redroid_width=1080 androidboot.redroid_height=1920 androidboot.redroid_dpi=480 androidboot.redroid_fps=60 androidboot.redroid_net_proxy_type=static androidboot.redroid_net_proxy_host=172.17.0.1 androidboot.redroid_net_proxy_port=7890

I've checked the data directory is an empty one.

I have also tried androidboot.use_memfd=1 but it does not work either.

make sure the required kernel modules present

  • grep binder /proc/filesystems 图片
  • grep ashmem /proc/misc (This is and should not present since I'm using zen kernel and memfd)

collect debug logs tmp.PxnYK0EIX2.tar.gz

Screenshots 图片

TTsdzb avatar Jan 06 '24 03:01 TTsdzb