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

redroid (Remote-Android) is a multi-arch, GPU enabled, Android in Cloud solution. Track issues / docs here

Results 217 redroid-doc issues
Sort by recently updated
recently updated
newest added

:~$ adb devices List of devices attached 127.0.0.1:5555 offline 127.0.0.1:5566 offline ![问题单片机](https://github.com/remote-android/redroid-doc/assets/34654697/3a65578b-a7fa-49b6-85e9-cefd7d3a82ab) ![单片机2](https://github.com/remote-android/redroid-doc/assets/34654697/9afc6d49-99f2-4f28-b601-4aed1eac68a7)

Hi im trying to get libhoudini to work on redroid 13 but cant seem to do so, i have tried various methods but none worked i dont get any errors...

平台 rk3588 , rock5b,arm64 ubuntu 20.04 Linux rock-5b 5.10.110-99-rockchip-g5db04e2aa688 #rockchip 镜像 redroid/redroid:13.0.0_64only-latest docker version : 24.0.5 **make sure the required kernel modules present** ``` rock@rock-5b:~$ grep binder /proc/filesystems nodev binder...

![20240507-173513](https://github.com/remote-android/redroid-doc/assets/45938078/6f566d4f-023f-46f8-9a73-5738796850c4)

I run `redroid/redroid:12.0.0-latest` . Although I have mapped different ports to the standard ADB port (5555) for each emulator, only the first container can connect via ADB. If the first...

I want to set android system timezone when init the system by docker. 请问怎么在用docker启动的时候设置android系统的当前时间? 我设置了容器的timezone但是android系统的时间还是不对。

**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...

尝试将curl和wget打包到redroid镜像中,因为/devices/external下有curl的包,只需要在build/product/target/路径下的mk文件中添加curl即可,打包后使用docker run是可以运行起来且支持curl指令。 ![微信图片_20240426100444](https://github.com/remote-android/redroid-doc/assets/154583619/7e909b0b-9f20-4681-ac12-3bd3d077193e) 但是在尝试添加wget时,由于没有找到好的办法,于是找了一个已经编译好的wget文件,尝试放入/device/redroid-prebuilts/prebuilts/arm64/bin路径下再次进行打包,打包出来的镜像中没有包含wget文件,我是不是还需要在/device/redroid-prebuilts 路径下的prebuilts.mk中添加什么内容

## Bug Description I believe this to be a bug, but I am not sure if this is just an incompatibility with AWS CNI for EKS given that the I...

Is there a way to run the redroid container without the --privileged flag? As it becomes risky in production environment. The host OS is Ubuntu 20.04.