You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I deployed redroid/redroid:12.0.0_64only-latest in Alpine v3.20(aarch64) and successfully saw the Android system interface via Scrcpy, but the system interface keeps flickering, and I learned via logcat that com.android.systemui keeps crashing and reboot
From dumpsys.log, GLES: Mesa, virgl (ANGLE (Apple, ANGLE Metal Renderer: Apple M1 GPU, Ve...), OpenGL ES 2.0 Mesa 24.0.8 (git-441f064c1c) only GLES 2.0 supported by your platform (typically should be GLES 3.2 for this mesa3d version).
Try switch to software rendering if cannot be resolved. docker run ... androidboot.redroid_gpu_mode=guest
From dumpsys.log, GLES: Mesa, virgl (ANGLE (Apple, ANGLE Metal Renderer: Apple M1 GPU, Ve...), OpenGL ES 2.0 Mesa 24.0.8 (git-441f064c1c) only GLES 2.0 supported by your platform (typically should be GLES 3.2 for this mesa3d version).
Try switch to software rendering if cannot be resolved. docker run ... androidboot.redroid_gpu_mode=guest
I've tried androidboot.redroid_gpu_mode=guest, no change
Describe the bug
I deployed
redroid/redroid:12.0.0_64only-latest
in Alpine v3.20(aarch64) and successfully saw the Android system interface via Scrcpy, but the system interface keeps flickering, and I learned via logcat thatcom.android.systemui
keeps crashing and rebootI've tried installing glibc from https://github.com/ljfranklin/alpine-pkg-glibc or using debootstrap to chroot a debian environment.
make sure the required kernel modules present
grep binder /proc/filesystems
grep ashmem /proc/misc
(optional)Collect debug logs
curl -fsSL https://raw.githubusercontent.com/remote-android/redroid-doc/master/debug.sh | sudo bash -s -- [CONTAINER]
redroid-debug.XXeNoOFg.zip
Screenshots
I recorded a video to show the system UI flickering
redroid.run.in.alpine.v3.20_x264.mp4
The text was updated successfully, but these errors were encountered: