투케이2K

14. (ADB) adb shell dumpsys DisplayWidth / ADB 명령어 사용해 화면 해상도 확인 실시 본문

ADB (cmd)

14. (ADB) adb shell dumpsys DisplayWidth / ADB 명령어 사용해 화면 해상도 확인 실시

투케이2K 2024. 2. 13. 19:36

[환경 구성 및 요약 설명]

Mobile : Android

설 명 : adb shell dumpsys DisplayWidth / ADB 명령어 사용해 화면 해상도 확인 실시

 

[설 명]

 

------------------------------------------------------------------------------------------
[명령어]
------------------------------------------------------------------------------------------

$ adb adb shell dumpsys window | grep DisplayWidth

------------------------------------------------------------------------------------------





------------------------------------------------------------------------------------------
[추가 설명 및 참고 사이트]
------------------------------------------------------------------------------------------

[1] : adb 명령어를 사용 하기 위해서는 (사전) 안드로이드 개발자 모드 활성 >> 디버깅 선 연결 >> 디버깅 허용이 필요합니다


[2] : 안드로이드 기기 디버깅 연결이 안되는 경우 >> 개발자 모드에서 USB 연결 활성 상태, 
     필요 소프트웨어 설치 상태, 충전 선 데이터 전송 여부 등 확인이 필요합니다


[3] : adb shell dumpsys window | grep DisplayWidth 명령어를 화면 해상도 정보를 확인할 수 있습니다

------------------------------------------------------------------------------------------





------------------------------------------------------------------------------------------
[결과 출력]
------------------------------------------------------------------------------------------

$ adb shell dumpsys window | grep DisplayWidth
    initCutout= .. cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2340 physicalDisplayWidth=1080 physicalDisplayHeight=2340 density={2.8125} 
    baseCutout= .. cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2340 physicalDisplayWidth=1080 physicalDisplayHeight=2340 density={2.8125} 
      mDisplayCutout= .. cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2340 physicalDisplayWidth=1080 physicalDisplayHeight=2340 density={2.8125} 

------------------------------------------------------------------------------------------

 

반응형
Comments