Re: [rowboat] Re: [Gumstix-users] [android-porting] Porting from rowboat android to Gumstix fire Overo Module

2011-07-19 Thread Manish Shakya
I tried add 'ISurfaceComposer::eOrientation180' for ro.sf.hwrotation=180 in SurfaceFlinger.cpp but it does not work. Is there any other ways to rotate screen? Manish -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [rowboat] Re: [Gumstix-users] [android-porting] Porting from rowboat android to Gumstix fire Overo Module

2011-07-18 Thread Manish Shakya
Amit, I guess there is a bug in omap display driver. Whenever I pass omap.rotate=2 in uboot args and start android . There is always buffer underflow. The init android animation screen flickers. Below is console output: # warning: `zygote' uses 32-bit capabilities (legacy support in use)

Re: [rowboat] Re: [Gumstix-users] [android-porting] Porting from rowboat android to Gumstix fire Overo Module

2011-07-18 Thread Manish Shakya
I have to set rotate=2 because my lcd is upside down. Hardware is made like that way. It was fine in 2.6.32 kernel.What is the solution for 2.6.37 kernel then? On Mon, Jul 18, 2011 at 12:39 PM, biinn binml...@gmail.com wrote: I dont think that is a bug, the error is just because DDR bandwidth

Re: [rowboat] Re: [Gumstix-users] [android-porting] Porting from rowboat android to Gumstix fire Overo Module

2011-07-18 Thread Manish Shakya
Thanks. Let me look at the code. On Mon, Jul 18, 2011 at 1:00 PM, biinn binml...@gmail.com wrote: Instead of set rotation in framebuffer, Android already supports H/W rotation in 90 or 270 degree, but it does not support 180 degree though. I guess you probably can try to add 180 degree

Re: [rowboat] Re: [Gumstix-users] [android-porting] Porting from rowboat android to Gumstix fire Overo Module

2011-07-17 Thread Manish Shakya
Krishna, If you want to try kernel 2.6.32+ Android 2.3.3, here is the link http://wiki.gumstix.org/index.php?title=Android_Source . If you want to use 2.6.37 kernel + SGX v 1.7 + Android-2.3.4, you should download rowboat code and include appropriate drivers for your board.I have my own board

Re: [rowboat] Re: [Gumstix-users] [android-porting] Porting from rowboat android to Gumstix fire Overo Module

2011-07-17 Thread Amit Pundir
On Sun, Jul 17, 2011 at 11:43 AM, Manish Shakya manishshakya...@gmail.comwrote: Krishna, If you want to try kernel 2.6.32+ Android 2.3.3, here is the link http://wiki.gumstix.org/index.php?title=Android_Source . If you want to use 2.6.37 kernel + SGX v 1.7 + Android-2.3.4, you should

Re: [rowboat] Re: [Gumstix-users] [android-porting] Porting from rowboat android to Gumstix fire Overo Module

2011-07-17 Thread Manish Shakya
Yes, it is right place. I suggest to follow instructions in http://code.google.com/p/rowboat/wiki/ConfigureAndBuild and do modification for overo. On Sun, Jul 17, 2011 at 2:37 PM, Krishna Sagiraju sagir...@gmail.comwrote: Manish, Thanks for the details. I am trying to build 2.6.37 kernel +

Re: [rowboat] Re: [Gumstix-users] [android-porting] Porting from rowboat android to Gumstix fire Overo Module

2011-07-17 Thread Krishna Sagiraju
Manish, Thanks for the details. I am trying to build 2.6.37 kernel + SGX v 1.7 + Android-2.3.4 and I'm having trouble compiling the 2.6.37 kernel I got the kernel from http://gitorious.org/rowboat/kernel. Is that the right place to get the sources for Gumstix overo? Thanks, --Krishna/. On

Re: [rowboat] Re: [Gumstix-users] [android-porting] Porting from rowboat android to Gumstix fire Overo Module

2011-07-17 Thread Manish Shakya
Yes, there is no defconfig file. You have to make one from beagleboard or igevp defconfig depending upon your hardware. After that you have to do modification in board-overo.c. Files provided by Hedwin for igevp is good reference. There is no such patch from gumstix till now( I guess). Hope this

Re: [rowboat] Re: [Gumstix-users] [android-porting] Porting from rowboat android to Gumstix fire Overo Module

2011-07-17 Thread Krishna Sagiraju
Manish, and do modification for overo. By that do you mean apply some patches? If yes, where can I find them? The overo_android_defconfig doesn't exist in rowboat kernel tree and my attempts to use one from a v2.6.32 of a gumstix branch doesn't seem to be going so well. Appreciate your time.

Re: [rowboat] Re: [Gumstix-users] [android-porting] Porting from rowboat android to Gumstix fire Overo Module

2011-07-17 Thread Krishna Sagiraju
okay. Thanks. Atleast, now I know what to do... --Krishna/. On Sun, Jul 17, 2011 at 8:39 PM, Manish Shakya manishshakya...@gmail.comwrote: Yes, there is no defconfig file. You have to make one from beagleboard or igevp defconfig depending upon your hardware. After that you have to do