Re: [android-porting] make Android to support multi displays architecture

2009-12-25 Thread Dianne Hackborn
Hi, please don't change the behavior of existing public APIs (in this case the display parameter, which right now is not used, and should not be used except for official platform changes). You should add your own APIs to do the things you want, ideally as a separate shared library as shown by the

[android-porting] make Android to support multi displays architecture

2009-12-24 Thread hongxue.ren
Hi, all I am working on android multi screens. Now, the emulator can support two screens simultaneously, and the following work is based on it. I modified some native code in directory surfaceflinger and ui, and also some java code about WindowManager, ViewRoot etc. I use

Re: [android-porting] make Android to support multi displays architecture

2009-12-24 Thread Justin Lee
Hi~ If you see this link, there is a video demo shows dual display(LCD+HDMI). http://www.linuxfordevices.com/c/a/News/HardKernel-Odroid/ I'm not sure whether you are asking that kind of display. If yes, you can refer this link to get the full source code via this link.

Re: [android-porting] make Android to support multi displays architecture

2009-12-24 Thread hongxue.ren
Thanks Justin Our product is with two framebuffer devices, and their resolution is different. I want to make them to display different content. And I cannot see the video demo because of my location. Through the picture, I guess the HDMI output is done by hardware automatically. I will checkout

Re: [android-porting] make Android to support multi displays architecture

2009-12-24 Thread tommy tommy
hi,ren,do you mean hardware Overlay of android ? 2009/12/25 hongxue.ren bigc...@gmail.com Thanks Justin Our product is with two framebuffer devices, and their resolution is different. I want to make them to display different content. And I cannot see the video demo because of my location.

Re: [android-porting] make Android to support multi displays architecture

2009-12-24 Thread hongxue.ren
I guess odroid may be. On Fri, Dec 25, 2009 at 11:29 AM, tommy tommy hongjiuj...@gmail.com wrote: hi,ren,do you mean hardware Overlay of android ? 2009/12/25 hongxue.ren bigc...@gmail.com Thanks Justin Our product is with two framebuffer devices, and their resolution is different. I