scrcpy 명령어
scrcpy
USB, TCP/IP에 연결된 안드로이드 기기의 화면 공유 및 제어 제공
사용가능한 환경
- GNU/Linux, Window, MacOS
설치
- Linux
sudo snap install scrcpy
- Window
exe : https://github.com/Genymobile/scrcpy/releases/tag/v1.17
- MacOS
brew install scrcpy
주요 명령어
- 유선 연결(USB)
scrcpy
- 무선 연결(TCP/IP)
adb kill-server
adb tcpip {port}
adb connect {devices_ip or domain}:{port} # 원격지 컴퓨터
scrcpy # 원격지 컴퓨터
- 다중 디바이스 연결
scrcpy -s {adb_devices}
Reference
scrcpy 공식문서 : github.com/Genymobile/scrcpy
scrcpy 한글문서 : github.com/Genymobile/scrcpy/blob/master/README.ko.md
'Android' 카테고리의 다른 글
Android Application Fuzzing Review (0) | 2021.09.17 |
---|---|
Samsung Firmware Reference (0) | 2021.02.02 |
Samsung Molibe Platform BugBounty Review (0) | 2020.08.15 |
Android Network Capture with ADB (0) | 2020.05.25 |
Samsung Open Source Custom Build (0) | 2020.05.24 |