logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ADB Forward - Connect Android Devices Wirelessly | Online Free DevTools by Hexmos

Connect Android devices wirelessly with ADB Forward. Establish TCP connections and manage port forwardings effortlessly. Free online tool, no registration required.

adb-forward

Connect to an Android device wirelessly. More information: https://developer.android.com/tools/adb.

  • Forward a TCP port:

adb forward tcp:{{local_port}} tcp:{{remote_port}}

  • List all forwardings:

adb forward --list

  • Remove a forwarding rule:

adb forward --remove tcp:{{local_port}}

  • Remove all forwarding rules:

adb forward --remove-all

See Also