From d507cad4751b625ab9089919271377315998d72b Mon Sep 17 00:00:00 2001 From: axtloss Date: Sat, 15 Oct 2022 15:24:47 +0200 Subject: add com.github.remoteandroid.redroid --- com.github.remote-android.reandroid/run.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 com.github.remote-android.reandroid/run.sh (limited to 'com.github.remote-android.reandroid/run.sh') diff --git a/com.github.remote-android.reandroid/run.sh b/com.github.remote-android.reandroid/run.sh new file mode 100644 index 0000000..86310ba --- /dev/null +++ b/com.github.remote-android.reandroid/run.sh @@ -0,0 +1,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 + -- cgit v1.2.3