[android-porting] Re: Does Android support XGA (1024x768) resolution ?

2010-02-15 Thread Deva
Adding to the quesitons, - other than regular display, how about the max resolution supported for video files?? say to enable HD resolution video playback (720p, 1080p from VGA). Any hint on exisiting max.resolution supported or what components to modify to scale the resolution will be of great

Re: [android-porting] Re: Does Android support XGA (1024x768) resolution ?

2010-02-13 Thread Dianne Hackborn
Er no those are completely independent of whatever the screen size is. Like I said, the system will run on a large screen as long as you have enough memory for a frame buffer. This means you don't need to modify core parts of the platform to make it work. I don't know what "more insight" you are

[android-porting] Re: Does Android support XGA (1024x768) resolution ?

2010-02-13 Thread mikemac
To be more specific, do i have to make modification in the Android Framewok components such as "Resource manager" and View System to support large screen displays such as XGA.. Thanks, Mike On Feb 5, 2:22 pm, mikemac wrote: > Hi, > > There has been numerous questions on this topic in past, but t

[android-porting] Re: Does Android support XGA (1024x768) resolution ?

2010-02-13 Thread mikemac
Hi Dianne, Please more insight into the probable approaches here. - Mike On Feb 5, 2:22 pm, mikemac wrote: > Hi, > > There has been numerous questions on this topic in past, but tomysurprisenone > of them are answered to what is expected. > > IMO Supporting a large screen device (1024x768) nee

[android-porting] Re: Does Android support XGA (1024x768) resolution ?

2010-02-05 Thread mikemac
Hi, There has been numerous questions on this topic in past, but to my surprise none of them are answered to what is expected. IMO Supporting a large screen device (1024x768) needs modification in the Android at: 1. App Layer 2. App F/W layer 3. At the Display driver layer Most of the replies to