From 8999d0995dc115e06f8170773371f525067094cc Mon Sep 17 00:00:00 2001 From: Erfan Abdi Date: Tue, 31 Aug 2021 14:22:04 +0430 Subject: [PATCH] =?utf8?q?Add=20missing=20=E2=80=9C/dev=E2=80=9D=20for=20w?= =?utf8?q?aydroid-sensord?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- tools/actions/container_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/actions/container_manager.py b/tools/actions/container_manager.py index 994dcea..47a2856 100644 --- a/tools/actions/container_manager.py +++ b/tools/actions/container_manager.py @@ -126,7 +126,7 @@ def start(args): # Sensors tools.helpers.run.root( - args, ["waydroid-sensord", args.HWBINDER_DRIVER], output="background") + args, ["waydroid-sensord", "/dev/" + args.HWBINDER_DRIVER], output="background") # Mount rootfs helpers.images.mount_rootfs(args, cfg["waydroid"]["images_path"]) -- 2.47.3