Problem
The phone's USB port is occupied by the OBD adapter (OP-COM/OBDLink) during a diagnostic session, so a USB cable to a dev machine for ADB isn't available at the same time. There's currently no way to watch the app/device while a session is running with the adapter connected.
Proposal
Support wireless ADB (adb pair / adb connect over Wi-Fi) so a dev machine can view logcat and mirror the screen (e.g. via scrcpy) without needing the USB port, which stays free for the OBD adapter connection.
Scope (to be refined)
- Document/verify the wireless ADB pairing flow works with this app running (no interference from the USB-OTG OBD transport).
- Note any constraints (e.g. Wi-Fi debugging requires the device and dev machine on the same network).
Problem
The phone's USB port is occupied by the OBD adapter (OP-COM/OBDLink) during a diagnostic session, so a USB cable to a dev machine for ADB isn't available at the same time. There's currently no way to watch the app/device while a session is running with the adapter connected.
Proposal
Support wireless ADB (
adb pair/adb connectover Wi-Fi) so a dev machine can view logcat and mirror the screen (e.g. via scrcpy) without needing the USB port, which stays free for the OBD adapter connection.Scope (to be refined)