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

I looked at the "platform_manifests" project and found the branch "redroid-13.0.0_r74." I think I should pull "https://android.googlesource.com/" android - 13.0.0 _r74 branch code, and then pull 13.0.0 branch of "local_manifests",...

**Describe the bug** A clear and concise description of what the bug is. I have implemented my own omx plugin for our vpu, and I want to use it in...

**Screenshots** ![image](https://github.com/remote-android/redroid-doc/assets/7908678/b5b04497-0c58-4de6-a46e-60ff47a62b03) 02-01 06:20:15.824 1950 2058 I TuringFdNative: TuringFD v84 (1C9BF12FB87529CB, base, beff2d4, rfr, compiled 2023_11_03_12_19_00) success 02-01 06:20:15.826 1950 1987 D PandoraEx.ReceiverMonitor: registerReceiver invoker, 4 params 02-01 06:20:15.888 971...

Endgoal is to be able to run redroid in Kubernetes without privileged: true. To achieve that, I first tried running redroid docker without privileged, but without any success. Running it...

Hi, i tried to use the adb command `getevent` to get some event from the screen , but saw it's not working , adn i didn't have nothing in the...

**Describe the bug** 应用能正常启动,到输入帐密登录登录的界面时就会闪退,不知道是什么原因 **make sure the required kernel modules present** ```bash root@ubuntu:~# grep binder /proc/filesystems nodev binder root@ubuntu:~# grep ashmem /proc/misc root@ubuntu:~# ``` 应用跑在 LXC 中,由于启用了 memfd 于是没开 ashmem。docker...

您好,我尝试在以下镜像中运行arm64的app,结果是失败的;我也查看过 [native-bridge-support](https://github.com/remote-android/redroid-doc?tab=readme-ov-file#native-bridge-support),并尝试添加挂载依旧无效,下面是`docker run...`与`logcat` ``` docker run -itd --rm --privileged \ -v ~/data-5555:/data \ -v ~/libndk_translation-11.0.0.tar:/libndk_translation-11.0.0.tar \ -p 5555:5555 ``` **logcat** ![4358bb12c18a84a9f5c8738896417ed](https://github.com/remote-android/redroid-doc/assets/57672015/ef4a1a06-0932-40fb-8c53-4d59973821a0)

**Describe the bug** C:\Users\Administrator>adb -s 192.168.2.62:5555shel1getenforce Disabled **make sure the required kernel modules present** - `grep binder /proc/filesystems` - `grep ashmem /proc/misc` **collect debug logs** `curl -fsSL https://raw.githubusercontent.com/remote-android/redroid-doc/master/debug.sh | sudo...

我是按照这个方式来安装的https://gist.github.com/assiless/a23fb52e8c6156db0474ee8973c4be66, android11和android12都会出现adb连接不上, 我的系统是Ubuntu amd