diff --git a/host/bins/cfc-0.1.0-x64.deb b/host/bins/cfc-0.1.0-x64.deb index b6f6888..81fac71 100644 Binary files a/host/bins/cfc-0.1.0-x64.deb and b/host/bins/cfc-0.1.0-x64.deb differ diff --git a/host/src/pack/dpkg/opt/cfc/mwc/bin/loadapp.sh b/host/src/pack/dpkg/opt/cfc/mwc/bin/loadapp.sh index 85d584f..10a6993 100755 --- a/host/src/pack/dpkg/opt/cfc/mwc/bin/loadapp.sh +++ b/host/src/pack/dpkg/opt/cfc/mwc/bin/loadapp.sh @@ -50,12 +50,14 @@ wait_bootcomplete function configure_wm_density() { + adb -s vsock:3:5555 shell wm density 440 -d 0 adb -s vsock:3:5555 shell wm density 440 -d 1 adb -s vsock:3:5555 shell wm density 440 -d 2 adb -s vsock:3:5555 shell wm density 440 -d 3 - adb -s vsock:3:5555 shell wm size 1200x1920 -d 1 - adb -s vsock:3:5555 shell wm size 1200x1920 -d 2 - adb -s vsock:3:5555 shell wm size 1200x1920 -d 3 + adb -s vsock:3:5555 shell wm size 1920x1200 -d 0 + adb -s vsock:3:5555 shell wm size 1920x1200 -d 1 + adb -s vsock:3:5555 shell wm size 1920x1200 -d 2 + adb -s vsock:3:5555 shell wm size 1920x1200 -d 3 } configure_wm_density