Vnc Server resolution change?

Hi all

I have black beagle bone board for port the android OS.
I already downloaded Prebuilt of android 4.2.2 from TI site.

http://downloads.ti.com/sitara_android/esd/TI_Android_DevKit/TI_Android_JB_4_2_2_DevKit_4_1_1/index_FDS.html

Its working fine than after i downloaded droid vnc server from this https://github.com/oNaiPs/droid-VNC-server and install vnc apk file on my BBB.

I am able to get vnc on my desktop machine also. But i want to change vnc resolution from vnc server side means (on Black beagle bone board).

I want to change its width and height 800x480. So from where i can change the display size on board ?

I have also this build source code from this site : http://processors.wiki.ti.com/index.php/TI-Android-JB-4.2.2-DevKit-4.1.1_DeveloperGuide#Using_Pre-Packaged_Sources

If i need to change in source code and then i need to build File system again then let me know.

Any help would be appreciated.

below are logs of start vnc server on board.

Loading lib: /data/data/org.onaips.vnc/lib//libdvnc_flinger_sdk17.so
AKI1
–Initializing gingerbread access method–
AKII12AKI2
Initializing vir[ 6194.203582] input: Generic as /devices/virtual/input/input2
tual keyboard and touch device…
—Initializing uinput…—
Initializing VNC server:
width: 1280
height: 720
bpp: 32
port: 5901
Colourmap_rgba=0:8:16:24 lenght=8:8:8:8

Thanks