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** I am running redroid-12.0.0-latest at my arrch64 machine, and something wrong happen like netd service. **make sure the required kernel modules present** - `grep binder /proc/filesystems` -...

**Describe the bug** A clear and concise description of what the bug is. 直接通过adb连接容器IP可以连接上,但是执行adb shell时报错: ![image](https://github.com/remote-android/redroid-doc/assets/18513551/de93b86e-dd54-4c23-a11a-d940a11ff3c8) 在容器中通过tcpdump也可以看到收到了主机的包: ![image](https://github.com/remote-android/redroid-doc/assets/18513551/9a2fd162-ed9c-42a6-af31-cb002b5017f1) 通过ssh隧道进行端口转发,可以正常连接使用adb shell: ![image](https://github.com/remote-android/redroid-doc/assets/18513551/844e59c5-0355-4b69-bc9e-43f5d56bd135) **make sure the required kernel modules present** - `grep...

我可以通过在build.prop中注入ro.kernel.redroid.width和ro.kernel.redroid.height的值来改变屏幕的width和height,但我不管注入什么参数,都无法改变dpi。而我真正的目的是改变sw,sw的值应该是和dpi有关的,在我width=1312时,sw的值为699,这让屏幕看起来像个竖着的平板,我看了下源码,这个swdp的值应该是来自于width * 160 / dpi,这里不管我注入的dpi是多少,它都只按照300算。也就是说1312 * 160 / 300=699.我希望它能在360-400之间。有什么有效修改sw的方法么?或者使我注入的dpi有效。

1. 问题 启动redroid失败,没有日志 命令:docker run -d --privileged --name android -p 5555:5555 -v ~/data:/data redroid/redroid:13.0.0-latest 2. 系统 我是firefly 3568j安装的ubuntu 20.04 内核5.10,编译选项不全面,都是自己看着错误加的,wifi的内核编译已经开了,比如CONFIG_NET, CONFIG_WIRELESS, CONFIG_CFG80211, 和 CONFIG_MAC80211 root@firefly:~# uname -a Linux firefly 5.10.160...

Hello, As @zhouziyang mentioned in #748 , to downgrade `swiftshader` (`external/swiftshader`) and disable `angle`, I have tried the following. **1.** Fork the entire redroid project at my own git, and...

**Describe the bug** **请详细描述问题(ZH_CN)** A clear and concise description of what the bug is. I seems -device virtio-vga-gl can't work with nvidia driver `sudo cat /etc/libvirt/qemu.conf | grep cgroup_device_acl -C6...

Hello team, Redroid can support AWS Graviton instances(Arm64, AArch64), can you add Redroid into https://www.arm.com/developer-hub/ecosystem-dashboard? So, all the people can find StarRocks is supported in Arm64 eco-system. You can follow...

**Describe the bug** **请详细描述问题(ZH_CN)** 使用VMWare搭建的Ubuntu 20.04虚拟机运行redroid/redroid:14.0.0_64only-latest ``` docker run -itd --rm --privileged --pull always -v ~/android_1:/data -p 5556:5555 redroid/redroid:14.0.0_64only-latest androidboot.redroid_gpu_mode=auto ``` 可以通过ADB连接但无法scrcpy连接 **Collect debug logs** **收集调试日志(ZH_CN)** [redroid-debug.RuOjT3uk.tgz](https://github.com/user-attachments/files/17372996/redroid-debug.RuOjT3uk.tgz) **Screenshots** **截图(ZH_CN)** ```...

为什么我在手机内修改时间或者在手机docker容器内修改时间,会影响到宿主机?

Is there a way to assign the vm display just for the redroid container?