Genymobile / Genymobile/scrcpy
Better support for wireless adb
- Dominant language
- C
- Stars
- 150k
- Forks
- 13.7k
- Avg merge
- 4d 13h
- Merged PRs (30d)
- 2
Description
I would love to have a dedicated input for wifi ip or maybe scanning
currently i'm using:
```batch
@echo off
set ip=192.168.2.50:5555
title SCRCPY - Wireless (IP: %ip%)
adb devices
:START
adb connect %ip%
scrcpy --bit-rate 2M --max-size 700 --show-touches --turn-screen-off
REM timeout /t 3
GOTO START
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing how the scrcpy command currently receives connection details and how the provided batch script uses adb devices and adb connect. Done would mean a dedicated wireless IP input or device-scanning flow that connects through adb before launching scrcpy; the issue does not name specific files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, c
- Domain
- cli, mobile-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100