aboutsummaryrefslogtreecommitdiff
path: root/com.github.remoteandroid.redroid/run.sh
blob: 86310bab7d06194cf6c305670627b6c913ebd8fb (plain) (blame)
1
2
3
4
5
6
7
8
#!/usr/bin/bash
if [[ ! -d /dev/binderfs ]]; then
    /app/bin/setup-binder
fi
sudo podman run -itd --rm --privileged -v ~/data:/data -p 5555:5555 docker.io/redroid/redroid:13.0.0-amd64 androidboot.use_memfd=true
adb connect localhost:5555 2>&1 && adb connect localhost:5555
scrcpy -s localhost:5555 2>&1 && scrcpy -s localhost:5555