[android-porting] Re: How to change the screen resolution.

2009-02-17 Thread Dianne Hackborn
320x240 screens are not supported in the current platform, thought this is on the roadmap. You can play around with such resolutions by adjusting the density appropriately... however, if your problems is that the UI shown on that screen is too -small- rather than being too large, then I don't thi

[android-porting] Re: How to change the screen resolution.

2009-02-17 Thread Peter McDermott
If the issue is that the icons are tiny (say 3 pixels by 3 pixels wide) then you need to adjust the density/dpi returned by your framebuffer kernel driver (/dev/fb0) to the Android lower layer. Regards, Peter On Feb 18, 2009, at 12:32 AM, cack wrote: > > Hi Sir, > > I'm porting Android to

[android-porting] Re: How to change the screen resolution.

2009-03-28 Thread harry.le...@gmail.com
Hi cack, Do you solve the problem about resolution, I encounter the reserve with you, I'm porting Android to SAM9261 with 240X320 LCD.The Android resolution is too low, so that the icons and messages on the desktop is very coarse. Would you please give me some advice about this ? Thanks, Regards