Automatically reconnect single ADB head unit

This commit is contained in:
2026-07-31 19:25:32 +02:00
parent 3e3e0010d6
commit 0a0dae144c
12 changed files with 103 additions and 29 deletions
+3 -2
View File
@@ -227,8 +227,9 @@ reference, not proof for other model years, trims, regions, or software builds.
- Car UX restrictions are enforced while moving. Version 1 is parked-use software
unless a later native activity is explicitly designed, declared, and validated as
distraction optimized.
- The Pi is the only intended ADB host. A future bridge must target one configured
device, use argument-array process execution, enforce timeouts and output bounds,
- The Pi is the only intended ADB host. The bridge targets either one configured
serial or exactly one automatically discovered device, refuses ambiguous multi-device
connections, uses argument-array process execution, enforces timeouts and output bounds,
expose unavailable/unauthorized/offline states, and register every operation in a
typed server-side allowlist. No API accepts a shell string, arbitrary ADB arguments,
a package/component supplied by a client, or an unrestricted file path.