zhouziyang

Results 379 comments of zhouziyang

For streaming secure display via `scrcpy` - hack `surfaceflinger` (ignore permission check and always create secure virtual display) - streaming in `hwcomposer`

Seems something wrong with `magisk` setup. (`starting service 'exec 104 (/sbin/magisk --zygote-restart)'`); BTW, the following mounts are not needed since redroid will create binder nodes automatically if `binderfs` is supported....

All redroid releases should boot on `cgroup v2` (although resource limit may not work as expected).

Check app log (`logcat --pid `); BTW: `dumpsys SurfaceFlinger | grep GLES -A3 | tr ' ' '\n' | grep -i astc` to check whether `ASTC` supported.

`virgl` is do supported (on Nvidia and other Graphics cards). BTW, debug blob link is broken.

Did you ever mount `/home/qautouser/data` into some other redroid container? How about mount a new directory?

Typically need wipe user's data (just mount new directory in redroid) before upgrade to some other android versions.

Should not add `androidboot.redroid_gpu_mode=host`, since no GPU available on your platform.

The redroid container seems work as expected (since adb connection works under ssh port forwarding), and I believe something wrong with your networking (corporate firewall, security software etc.). How about...

Take a look at `hardware/libhardware/modules/camera/3_4` (https://android.googlesource.com/platform/hardware/libhardware/+/master/modules/camera/3_4/README.md).