APP FOR 4.3+ ONLY
I put together this app to easily switch between 3 resolution modes. Optionally hit the backup button to copy to /sdcard/tmp
For each mode it just runs a script like this.
#!/system/bin/sh
wm size 1920x1200
wm density 240
# mounting system as rw
mount -o remount,rw /system...