From 8f054f2a163cda2898cd8f77eb83b0acccf8c759 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Fri, 7 Mar 2025 11:21:48 -0800 Subject: [PATCH] disable adb over the network --- userspace/usr/comma/set_adb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/usr/comma/set_adb.sh b/userspace/usr/comma/set_adb.sh index 2b50d8f..924ef73 100755 --- a/userspace/usr/comma/set_adb.sh +++ b/userspace/usr/comma/set_adb.sh @@ -43,7 +43,7 @@ setup() { } start() { - setprop service.adb.tcp.port 5555 + setprop service.adb.tcp.port -1 cd /config/usb_gadget/g1 echo "a600000.dwc3" | sudo tee UDC