From 244c537492a7657a55f9817f76ab160ef9c13fc4 Mon Sep 17 00:00:00 2001 From: Elliot Shepherd Date: Wed, 27 Nov 2024 19:39:11 +1100 Subject: [PATCH] fix: "SYS_KEYS has no physical keys " error on preview "** SYS_KEYS has no physical keys but with factor 2.0%." --- packages/shorebird_cli/lib/src/executables/adb.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/shorebird_cli/lib/src/executables/adb.dart b/packages/shorebird_cli/lib/src/executables/adb.dart index 3c8f93247..42a032aec 100644 --- a/packages/shorebird_cli/lib/src/executables/adb.dart +++ b/packages/shorebird_cli/lib/src/executables/adb.dart @@ -51,6 +51,7 @@ class Adb { if (deviceId != null) ...['-s', deviceId], 'shell', 'monkey', + '--pct-syskeys 0', '-p $package', '1', ];