Groups | Search | Server Info | Login | Register


Groups > comp.mobile.android > #153763

Re: Tutorial: Windows/Android privacy de-googled STT optimized for speed

From Maria Sophia <mariasophia@comprehension.com>
Newsgroups comp.mobile.android, alt.comp.os.windows-10, alt.comp.microsoft.windows
Subject Re: Tutorial: Windows/Android privacy de-googled STT optimized for speed
Date 2026-04-30 05:39 -0600
Organization BWH Usenet Archive (https://usenet.blueworldhosting.com)
Message-ID <10svf16$i$1@nnrp.usenet.blueworldhosting.com> (permalink)
References <10sv59k$1d9o$1@nnrp.usenet.blueworldhosting.com> <10svdkh$k9k0$1@dont-email.me>

Cross-posted to 3 groups.

Show all headers | View raw


Alan Peeling wrote:
> On 30/04/2026 09:53, Maria Sophia wrote:
>>> The entire setup & testing was done using scrcpy & adb
>>> on Windows over USB with Developer Options USB Debugging turned on...
>>> if the phone was on
>>> Wi-Fi, it could have been anywhere in the house on the LAN.
> 
> Does this mean SCRCPY can work over Wi-Fi? If so how is it done?

I set it up and tested it using adb & scrpy over USB but there's no reason
you can't do the same tasks using adb/scrcpy over Wi-Fi, if you know how.
  <https://i.postimg.cc/pr8NPNKs/scrcpy33.jpg>

Scrcpy itself doesn't care whether the connection is USB or wireless.
Scrcpy relies entirely on ADB.
 a. If ADB can connect to your phone over Wi-Fi (and, it can), then
 b. scrcpy will work the same way.

The problem with Wi-Fi though, and Android, is how you accomplish things
over Wi-Fi varies greatly depending on which Android version you have.
 <https://i.postimg.cc/KvTvtMS8/scrcpy31.jpg>

Android 10 and below requires a one-time USB connection to enable ADB over
TCP/IP while Android 11+ added ADB pairing, allowing us to connect without
ever using a USB cable, though the pairing process is a bit more involved.
 <https://i.postimg.cc/pdyTjwnT/scrcpy28.jpg>

Here are some screenshots in series using both wired and wireless scrcpy.
I posted these to this newsgroup years ago, during the transition period.
 <https://i.postimg.cc/hjj3tFR9/scrcpy34.jpg> Manage Android from Windows
 <https://i.postimg.cc/pr8NPNKs/scrcpy33.jpg> sndcpy is the default now
 <https://i.postimg.cc/zGNNXftK/scrcpy32.jpg> ADB port errors creep up
 <https://i.postimg.cc/KvTvtMS8/scrcpy31.jpg> HNS stop/start solution
 <https://i.postimg.cc/WbpYsfqg/scrcpy30.jpg> Windows Update is the problem
 <https://i.postimg.cc/Hs1ZZ5H0/scrcpy29.jpg> net stop hns & net start hns
 <https://i.postimg.cc/pdyTjwnT/scrcpy28.jpg> Android assigns random ports
 <https://i.postimg.cc/25XrGW9R/scrcpy27.jpg> Nobody can find locked ports
 <https://i.postimg.cc/Dz1rcpDX/scrcpy26.jpg> Windows Update locks ports
 <https://i.postimg.cc/tgvzsMRm/scrcpy25.jpg> Connect over Wi-Fi sans USB
 <https://i.postimg.cc/Hnw59ZHm/scrcpy24.jpg> Compare Vysor to scrcpy
 <https://i.postimg.cc/mrz6gJpC/scrcpy23.jpg> Android SMS/MMS on Windows
 <https://i.postimg.cc/c4Wq5x9j/scrcpy22.jpg> Vysor IP address option
 <https://i.postimg.cc/9FJMKYch/scrcpy21.jpg> Windows Drive: === Android
 <https://i.postimg.cc/Y9jbTtcN/scrcpy20.jpg> Start /b as a CMD works! :)
 <https://i.postimg.cc/3R6nTz7s/scrcpy19.jpg> Start /b TARGET fails :(
 <https://i.postimg.cc/Y93b1z0n/scrcpy18.jpg> Free Automation APKs 
 <https://i.postimg.cc/bvRXdbxg/scrcpy17.jpg> AutoIT & IFFT & Automate
 <https://i.postimg.cc/5NrK7jtg/scrcpy16.jpg> powershell hide-console trick
 <https://i.postimg.cc/g2yNftw0/scrcpy15.jpg> Trick to pin batch shortcut
 <https://i.postimg.cc/XqZsmVFM/scrcpy14.jpg> AppPath & shortcut TARGET
 <https://i.postimg.cc/CxXH6N2r/scrcpy13.jpg> No scrcpy console window!
 <https://i.postimg.cc/yYKNnHxD/scrcpy12.jpg> REG test of showwin.lnk
 <https://i.postimg.cc/7LWJhWxq/scrcpy11.jpg> Shortcut test of showwin.lnk
 <https://i.postimg.cc/fyWw2nXh/scrcpy10.jpg> The console came up :(
 <https://i.postimg.cc/66Gn2t2g/scrcpy09.jpg> REG test of showwin.bat
 <https://i.postimg.cc/nV6K0Cfn/scrcpy08.jpg> CMD test of showwin.bat 
 <https://i.postimg.cc/hjkVFyqJ/scrcpy07.jpg> Android mnt as drive letter
 <https://i.postimg.cc/Sx1hgWmY/scrcpy06.jpg> Press two hardware buttons
 <https://i.postimg.cc/wvsbcNBz/scrcpy05.jpg> Drag APK from Windows
 <https://i.postimg.cc/Y00vx4yp/scrcpy04.jpg> Extraneous cmd window (&)
 <https://i.postimg.cc/Vvrq0K0m/scrcpy03.jpg> The efficient setup explained
 <https://i.postimg.cc/tTmdgKTB/scrcpy02.jpg> An efficient program setup
 <https://i.postimg.cc/N0G1TXcZ/scrcpy01.jpg> Mirror Android on any PC

But personally, I've given up on wireless adb/scrcpy because Android makes
it that you MUST touch the phone at least once, which is what I deplore.
-- 
If we think we understand something, we don't. But if we think we don't 
quite yet understand something, then we're just beginning to understand it

Back to comp.mobile.android | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Tutorial: Windows/Android privacy de-googled STT optimized for speed Maria Sophia <mariasophia@comprehension.com> - 2026-04-30 02:53 -0600
  Re: Tutorial: Windows/Android privacy de-googled STT optimized for speed Alan Peeling <Alan@invalid.co.uk> - 2026-04-30 12:15 +0100
    Re: Tutorial: Windows/Android privacy de-googled STT optimized for speed Maria Sophia <mariasophia@comprehension.com> - 2026-04-30 05:39 -0600
      Re: Tutorial: Windows/Android privacy de-googled STT optimized for speed Alan Peeling <Alan@invalid.co.uk> - 2026-04-30 21:50 +0100
        Re: Tutorial: Windows/Android privacy de-googled STT optimized for speed Maria Sophia <mariasophia@comprehension.com> - 2026-04-30 15:33 -0600
  Re: Tutorial: Windows/Android privacy de-googled STT optimized for speed Maria Sophia <mariasophia@comprehension.com> - 2026-05-02 18:19 -0600
    Re: Tutorial: Windows/Android privacy de-googled STT optimized for speed Maria Sophia <mariasophia@comprehension.com> - 2026-05-06 20:37 -0600
      Re: Tutorial: Windows/Android privacy de-googled STT optimized for speed Paul <nospam@needed.invalid> - 2026-05-08 02:31 -0400
        Re: Tutorial: Windows/Android privacy de-googled STT optimized for speed Maria Sophia <mariasophia@comprehension.com> - 2026-05-08 01:09 -0600

csiph-web