http://www.wikihow.com/Change-the-Screen-Resolution-on-Your-Android
adb shell dumpsys display | grep mBaseDisplayInfo
Find the density value
adb shell wm density <NEW DENSITY> && adb reboot
http://www.wikihow.com/Change-the-Screen-Resolution-on-Your-Android
adb shell dumpsys display | grep mBaseDisplayInfo
Find the density value
adb shell wm density <NEW DENSITY> && adb reboot