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

add virtual input devices by `uinput`

enhancement

check `frameworks/native/data/etc/handheld_core_hardware.xml` Otherwise some Apps maybe crash; and Google Play only show limited set of Apps

我添加了goldfish相关模块如下,但我发现android11 goldfish camera模块上不会生成camera.goldfish.so,camera依然无法起效。 ``` PRODUCT_SOONG_NAMESPACES += external/mesa3d device/generic/goldfish device/generic/goldfish-opengl hardware/google/camera hardware/google/camera/devices/EmulatedCamera device/generic/goldfish device/generic/goldfish-opengl PRODUCT_PACKAGES += \ hwcomposer.redroid \ gralloc.gbm \ gralloc.redroid \ libEGL_angle \ libGLESv1_CM_angle \ libGLESv2_angle \ vulkan.pastel \...

question

I'm trying to stream into redroid my desktop, I implemented de v4l2 Hal in redroid and got the USB Camera working through and 3-part-apk, now I need to use the...

I would like to play a game using redroid, but I have a crash on the game when I start it. I can see the crash using `adb logcat`, and...

enhancement

按照资料我已经 成功搭建了带有google服务docker镜像并且成功运行,并且设置支持了arm app,但是这个mac80211_hwsim 如何编译呢,有没有相关的资料,或者说可不可以直接使用带有mac80211_hwsim 特性功能的内核源码AOSP的goldfish内核直接编译,替换到redroid项目中生成docker镜像呢?

**Describe the bug** Isolated processes of applications being killed **Check required kernel modules** - `grep binder /proc/filesystems`: > nodev binder - `grep ashmem /proc/misc` > 58 ashmem **Host info** -...

currently, media codec performance is poor (high cpu usage for copying frames from GPU). plan to optimize this scenario (render on GPU, while encoding with CPU) For encoding with GPU,...

enhancement