budtmo/docker-android
version: '3.3'
services:
docker-android:
ports:
- '6080:6080'
- "6555:5555"
environment:
- 'EMULATOR_DEVICE=Samsung Galaxy S10'
- WEB_VNC=true
- EMULATOR_NO_SKIN=true
- EMULATOR_DATA_PARTITION=4096m
- EMULATOR_MEMORY=4096m
volumes:
# - "/opt/android/:/home/androidusr/emulator"
devices:
- /dev/kvm
container_name: android-container
#image: 'budtmo/docker-android:emulator_9.0'
image: 'budtmo/docker-android:emulator_13.0'
reDroid
https://github.com/remote-android/redroid-doc
version: '3.3'
services:
docker-android:
restart: always
privileged: true
stdin_open: true
tty: true
ports:
- "6555:5555"
environment:
- TZ="Asia/Shanghai"
- REPO_URL=https://github.com/aosp-mirror/tools_repo.git
volumes:
- "/opt/android/:/data"
devices:
- /dev/kvm
container_name: redroid
image: 'redroid/redroid:11.0.0-latest'
#image: 'redroid/redroid:12.0.0_64only-latest'
command: 'androidboot.redroid_gpu_mode=host androidboot.redroid_gpu_node=/dev/dri/renderD128 redroid.gpu.mode=host redroid.gpu.node=/dev/dri/renderD128 ro.secure=0 ro.boot.hwc=GLOBAL ro.ril.oem.imei=861503068361145 ro.ril.oem.imei1=861503068361145 ro.product.brand=Xiaomi ro.product.manufacturer=Xiaomi ro.serialno=5cccddcc ro.product.model=2206122SC ro.product.name=2206122SC ro.product.device=2206122SC androidboot.redroid_gpu_mode=guest androidboot.redroid_width=720 androidboot.redroid_height=1280 androidboot.redroid_dpi=320 androidboot.use_memfd=false androidboot.redroid_net_ndns=3 androidboot.redroid_net_dns1=223.5.5.5 androidboot.redroid_net_dns2=1.0.0.1 androidboot.redroid_net_dns3=119.29.29.29'
常见问题
永不锁屏
adb shell settings put system screen_off_timeout 2147483647
有的app即使联网了也不能上网,浏览器能上网但不能下载东西
settings put global captive_portal_http_url http://connect.rom.miui.com/generate_204
settings put global captive_portal_https_url http://connect.rom.miui.com/generate_204
settings put global captive_portal_use_https 0
settings put global ntp_server ntp1.aliyun.com