我想在Android设备上调整屏幕大小。当我运行以下命令时:
adb shell wm density 240
或
adb shell wm size 800x480
我收到错误:
/system/bin/sh: wm: not found
。
为什么呢?我该如何解决?
我应该提一下,我的设备已植根,其型号为Asus transformer TF101
答案 0 :(得分:2)
我把它改为:
adb shell am display-size 800x480
并且有效
答案 1 :(得分:0)
adb shell am display-density 240
或
adb shell am display-size 800x480