Hi, You need to modify the file of the framebuffer in the kernel. You have to find the related framebuffer driver that is for your device and then change the screen resolution accordingly. And you don't need to consider the orientation. Android system will determine if it is landscape or portrait according to the screen resolution width and height returned from kernel framebuffer (Be portrait if width <= height, or landscape if not). You can grep more information about the orientation in this group.
Jack 2011/5/23 Manoj Kumar <[email protected]>: > hi, > > i need to change the screen resolution to 240x320 and then > correspondingly the screen orientation from landscape to portrait. can > anyone please suggest which files have these settings in android > eclair 2.1. > > > i am using LTV350QV.c and default configuration in that is 320x240. > > thanks > Manoj > > -- > unsubscribe: [email protected] > website: http://groups.google.com/group/android-porting > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
