물론 개발자모드에 들어가면 해상도조절하는게 있다.
https://android.gadgethacks.com/how-to/change-your-androids-screen-resolution-without-root-access-0160439/
4.3 이전
- size
$ adb shell am display-size [WxH]
ex) $ adb shell am display-size 1920x1080
- density
$ adb shell am display-density [dpi]
ex) $ adb shell am display-density 480
4.3 이후
wm [subcommand] [options]
wm size [reset|WxH]
wm density [reset|DENSITY]
wm overscan [reset|LEFT,TOP,RIGHT,BOTTOM]
adb shell wm density DPI && adb reboot
0 comments:
댓글 쓰기