Skip to content

Add remote debug support #28

Description

@jwderoos

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).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions