Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified host/bins/cfc-0.1.0-x64.deb
Binary file not shown.
8 changes: 5 additions & 3 deletions host/src/pack/dpkg/opt/cfc/mwc/bin/loadapp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down