itzhang89

Results 4 comments of itzhang89

> ndroidboot.redroid_gpu_mode=guest I add the `ndroidboot.redroid_gpu_mode=guest` as docker container agrument. It still cannot connected by adb

> shoud be `androidboot.redroid_gpu_mode=guest` @zhouziyang Thanks. It worked. ``` docker run -itd --rm --memory-swappiness=0 --privileged --pull always -v ~/data:/data -p 5555:5555 redroid/redroid:13.0.0-arm64 androidboot.redroid_gpu_mode=guest ```

I deploy the 3.0.0-release by helm and take place the same issue when I try to upload the file to File Manager. ```yaml common: ## Configmap configmap: DOLPHINSCHEDULER_OPTS: "" DATA_BASEDIR_PATH:...

@ > @yutianaiqingtian so actually I found out the difference between v2.0.6 and v3.0.0 - in v2.0.6 when starting the container there's a `startup-init-conf.sh` and it will replace all conf...