adb shell
wm density 460 (디바이스의 Density 값을 460으로 바꿈, 바로 노트4의 화면에 변화가 생김)
exit (shell 종료)
adb reboot system (그냥 케이블 분리하고 재부팅해도 됨)
--------------------------------------------------------------------------------------
adb devices (디바이스에 접속)
adb shell
adb shell
wm density reset
exit (shell 종료)
adb reboot system (그냥 케이블 분리하고 재부팅해도 됨)
-----------------------------------------------------------------------------------------
현재 노트3 상태 adb shell wm size 1080x1920
adb shell wm density 360 (origin 480)
초기화
adb shell wm size reset
adb shell wm density reset
---------------------------------------------------------------------------------------------
갤럭시 폴드
전면
adb shell wm size 840x1960
adb shell wm density 420
후면
adb shell wm size 1536x2152
adb shell wm density 420
-------------------------------------------------------------------------------------------
C:\Users\[user]\AppData\Local\Android\sdk\platform-tools
LEMFO LemT
adb reboot system (그냥 케이블 분리하고 재부팅해도 됨)
-----------------------------------------------------------------------------------------
현재 노트3 상태 adb shell wm size 1080x1920
adb shell wm density 360 (origin 480)
초기화
adb shell wm size reset
adb shell wm density reset
---------------------------------------------------------------------------------------------
갤럭시 폴드
전면
adb shell wm size 840x1960
adb shell wm density 420
후면
adb shell wm size 1536x2152
adb shell wm density 420
-------------------------------------------------------------------------------------------
C:\Users\[user]\AppData\Local\Android\sdk\platform-tools
LEMFO LemT
adb shell wm density 197 (origin)
adb shell wm density 190
No comments:
Post a Comment