I would like to add to a change in Android source code so Android boots in a resolution of my choice. I do not want to do this on QEMU/AVD, I would like to do this and test it on a real hardware. Can anybody point me to a place in the Android source code where I can set or hardcode the screen size values?
Thank you.