I just installed the Jelly Bean version of Android and the HDMI output resolution is now 640x480. I'm pretty sure the last version (which I overwrote) used a higher resolution... 1280x1024 native resolution. Ubuntu works at native resolution. Is there a way to configure Android to use the native resolution...? I could not figure it out.
Hi, you can try to change the android resolution. If you connect udoo to pc with usb debug, you can insert a different resolution with this string: setenv bootargs console=ttymxc1,115200 init=/init video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32 video=mxcfb1ff video=mxcfb2ff fbmem=28M vmalloc=400M androidboot.console=ttymxc1 androidboot.hardware=freescale mem=1024M After insert boot. If it works, you insert saveenv.