[android-porting] Porting problem on SMDKC100~~system kernel panic

2009-12-24 Thread WoW
Hi All, I added a sensors.so library to cupcake. Following error occurred after boot up, Could you give me so advice for this problem? Thanks! android_power: wakeup (0-0) at 5564330 (2009-02-02 17:19:00.247712000 UTC) binder: release 1853:1853 transaction 343 in, still active binder: send

[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] Porting problem on SMDKC100~~system kernel panic

2009-12-24 Thread Justin Lee
WoW, This link will be helpful for your S5PC100 porting and sensor related stuff. http://dev.odroid.com/projects/android/ Download the full source code of Odroid and compare it with your code. http://dev.odroid.com/projects/android/ 2009/12/24 WoW jykl1...@gmail.com Hi All, I added a

[android-porting] Re: Porting problem on SMDKC100~~system kernel panic

2009-12-24 Thread freeware3430
Hi, You can refer this open source project which is based on Samsung S5PC100. http://dev.odroid.com/ They opened full source code the boot loader, kernel, cupcake 1.5R3 with a lot of additional features such as 3-axial accelerometer sensors, Wifi, Bluetooth, HDMI and so on. Sensor.so related

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

[android-porting] Binder problem on omap3530 beagle

2009-12-24 Thread Michael Wu
I have a binder problem when I am porting Android on my OMAP3530 beagleboard which I have modified some hardware structure. The linux kernel is downloaded from Mistral OMAP3EVM, and the configuration file is loaded from omap3_android_beagle_defconfig. The Root File System is also downloaded from