Created
June 16, 2016 04:44
-
-
Save diewland/03c0f6ff42590467cc903cff5b748877 to your computer and use it in GitHub Desktop.
Nexus 10 change resolution script for fix hdmi problem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ---------------- | |
# http://forum.xda-developers.com/showthread.php?t=2278508 | |
# http://forum.xda-developers.com/showthread.php?t=2294786 | |
# | |
# (require root) | |
# reset | |
wm size reset | |
wm density reset | |
wm overscan reset | |
# monitor | |
wm size 1366x768 | |
wm density 150 | |
# hdtv | |
wm size 1920x1080 | |
wm density 288 | |
# ---------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment