resize - Error on running "adb shell wm density 240" for changing Android device density -


i want resize screen on android device. when run following commands:

adb shell wm density 240

or

adb shell wm size 800x480

i error:

/system/bin/sh: wm: not found.

why? how can resolve that?

i should mention device rooted , model asus transformer tf101

i changed to:

adb shell display-size 800x480

and worked


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -