Obsidian/Recognition/Tools/Scrcpy/Scrcpy 설치 및 실행.md

53 lines
1.3 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

#Scrcpy
### 설치
- chocolatey
> choco install scrcpy
choco install adb # 아직 가지고 있지 않다면
- zip
> scrcpy : https://github.com/Genymobile/scrcpy
> ![[scrcpy-win64-v1.24.zip]]
---
### 최초 실행
- Phone에서 USB디버깅 연결 사용으로 설정함.
- ==adb  처음 연결하는 경우 'USB 디버깅을  항상 허용할까요' 라는 팝업을 표시하고 이때 '확인' 버튼.
- adb tcpip 9021
* 매번 USB연결이 귀찮다면 setprop
cmd> adb shell 또는 adb -s 39.123.110.133:9121 shell
     $ setprop service.adb.tcp.port 9021
- Phone IP확인
adb shell ifconfig
==- 같은 Wifi가 아니라면 Phone의 외부IP를 확인해야 함.
---- 여기서부터는 USB연결 해제 ----
- ADB IP 로 연결
adb connect {Phone IP}:{Port No}
- 무선 연결 확인
scrcpy -S --bit-rate 2M --max-size 800 -s {Phone IP}:{Port NO}
----
### Scrcpy 실행 예
- scrcpy --bit-rate 2M --max-size 800
- scrcpy -S --bit-rate 2M --max-size 800 -s 39.123.110.133:9021
- scrcpy -p 9021
---
### 재연결 하는경우
- [[Home Network]] 기기에 할당한 포트 먼저 확인
#### 재연결 안되는경우
- USB연결
- adb kill-server
- adb tcpip {Port}
- USB연결해제 이후 adb connect부터 다시
adb connect 39.123.110.133:9021
scrcpy -Sw --bit-rate 2M --max-size 900 -s 39.123.110.133:9021 --power-off-on-close