赞
踩
adb shell wm size
D:\adb>adb shell wm size
Physical size: 720x1280
D:\adb>adb shell wm size
Override size:2610x1920
adb shell dumpsys window displays “|head -n 3”
D:\adb>adb shell dumpsys window displays "|head -n 3"
WINDOW MANAGER DISPLAY CONTENTS (dumpsys window displays)
Display: mDisplayId=0
init=720x1280 320dpi cur=720x1280 app=720x1280 rng=720x670-1280x1230
adb shell dumpsys window displays “| grep -Eo init=[0-9]+x[0-9]+”
D:\adb>adb shell dumpsys window displays "| grep -Eo init=[0-9]+x[0-9]+"
init=720x1280
adb shell dumpsys window “| grep ShownFrame | head -n 1”
D:\adb> adb shell dumpsys window "| grep ShownFrame | head -n 1"
mHasSurface=true mShownFrame=[0.0,0.0][720.0,1280.0] isReadyForDisplay()=true
adb kill-server
adb start-server
如果以上步骤无效,请检查设备是否有特殊要求或限制,如需要特定驱动,或者寻求设备厂商的技术支持。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。