VNC for Android via SCRCPY

Wiki.TerraBase.info
Revision as of 08:55, 11 May 2025 by Root (talk | contribs) (Created page with "Android 1, iPhone 0. At least for FULL remote control. === Download SCRCPY === === Enable Necessary Settings on Android Device === First, good luck finding it as every manufacturer seems to hide the necessary settings in Developer Options in different places (plus obfuscating it by having Developer Options as sub-categories in other Major Categories listed before Developer Options as a main category when searching for it) Anyway, find Developer Options and enable USB...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Android 1, iPhone 0. At least for FULL remote control.

Download SCRCPY

Enable Necessary Settings on Android Device

First, good luck finding it as every manufacturer seems to hide the necessary settings in Developer Options in different places (plus obfuscating it by having Developer Options as sub-categories in other Major Categories listed before Developer Options as a main category when searching for it)

Anyway, find Developer Options and enable USB Debugging.

Access via TCP/IP

Once functionality over USB is established and the devices IP Address is known;

Using a command prompt (probably from within the Folder where all the SCRCPY programs are)

  • adb devices
adb devices
List of devices attached
WhatEverNameofDevice     device
  • adb tcpip 5555 (that's the default 'common' port)
restarting in TCP mode port: 5555
  • adb connect W.X.Y.Z:5555
connected to W.X.Y.Z:5555
  • Disconnect the USB Cable, then...
    • scrcpy
    • ...and OR...

Troubleshooting

Most issues occur on the phone. "Resetting" the 'feature(s)' in Developer Options is the best option;

  • Turn USB Debugging off and on
  • Revoke USB debugging authorizations (then unplug the USB adapter, and plug it back in, a message should appear for "...allowing...")