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

**Describe the bug** My project is a bit unusual : I'am trying to run redroid container in android AOSP (BTW i'am newbee to Redroid) For now, I've Cuttlefish Android 14...

**Describe the bug** I have tried a lot of things to try to get the aarch64 redroid to run within `qemu-system-aarch64` that is running on an amd64 hardware host, and...

Hi all, If I don't care of any display (vnc, scrcpy ...)/media (codec) features of redroid, do I need all stuff in manifest ? Can I remove c2, omx for...

hi: 我遇到了一个问题,我在一个rk3588上启动了4个容器,突然所有的容器的手机内文件管理器显示“暂时无法加载内容”。 我在容器内尝试进入/sdcard或者/storage/emulated目录,都提示`Transport endpoint is not connected ` 容器内查看`df -h` ,没有看到/dev/fuse的挂载。 我尝试了如下方法: 1、在host执行`modprobe fuse` ,然后重启容器 2、在host及容器内执行 `mknod -m 666 fuse c 10 229` ,然后重启容器 (参考 #562 ) 3、在/vendor/etc/init/redroid.common.rc 中加入 `on...

当我尝试编译redroid13时,发现无法像往常一样编译成功。显示了如下错误 ![微信图片_20240516110153](https://github.com/remote-android/redroid-doc/assets/52154374/55bc4183-0593-45bd-97ce-9cecfab0dd04) 我以为是我的 git lfs产生了错误,没有正确拉取到`external/chromium-webview/prebuilt/arm64/webview.apk` 所以我尝试重新安装了最新版的lfs,并且执行了`repo forall -g lfs -c 'git lfs pull'`,但并没有用。 我看了代码,貌似会从chromium-webview的github中拉取main的webview.apk,所以我查看了 https://github.com/LineageOS/android_external_chromium-webview_prebuilt_arm64 看到webview.apk在两周前进行了更新,所以我改用旧版本的webview.apk替换了redroid拉取到的webview.apk。成功完成了编译。 所以,是webview.apk更新导致了上述问题么?我记录并反馈一下。

redroid can't connect public networker, but it can connect to host network # some logs root@orangepi5pro:~# docker exec android_0 sh -c 'ping 172.17.0.1' PING 172.17.0.1 (172.17.0.1) 56(84) bytes of data....

When running redroid:11.0.0-latest on my new RX 6950 XT, UI seems to be constantly crashing, giving only a flicking wallpaper on scrcpy. I use podman with root to run redroid:...

**Describe the bug** **请详细描述问题(ZH_CN)** adb 连接正常,但是执行adb shell wm size命令后返回 Error type 2 android.util.AndroidException: Can't connect to window manager; is the system running? at com.android.commands.wm.Wm.onRun(Wm.java:90) at com.android.internal.os.BaseCommand.run(BaseCommand.java:54) at com.android.commands.wm.Wm.main(Wm.java:53) at com.android.internal.os.RuntimeInit.nativeFinishInit(Native...

**Describe the bug** **请详细描述问题(ZH_CN)** A clear and concise description of what the bug is. redroid11 boot failled, but 12 success version `ubuntu22.04 5.15.0-112-generic` docker-compose.yml ``` version: "3" services: redroid: image:...

**Describe the bug** debian11系统无binder和ashmem内核模块,导致后续adb链接出现devices offline,我不知道该如何使用redroid-modues中的binder模块,有无详细指导呢?