[android-porting] Re: how to make multiple .so files from one Android.mk

2009-03-30 Thread Jerry Fan
thanks dave. It works. Thanks again. But here is another question. Is there any doc explaining all available build script I can find for use with include $() ? On Mon, Mar 30, 2009 at 9:09 PM, David Turner wrote: > Yes, you can, you the following: > > - define LOCAL_PATH *once* at the start

[android-porting] Re: Howto build Android full source for X86 Architecture like EeePC(ASUS)

2009-03-30 Thread Jerry Fan
Hi Brian, How did you compile your i915? Did you just copy i915.ko from somewhere else, becasue I see some version problem. In addition, I didn't see any CONFIG_i915 stuff in your .config. So, if you copied i915 from somewhere else, u need to make sure module magic number matches the magic number o

[android-porting] Re: Howto build Android full source for X86 Architecture like EeePC(ASUS)

2009-03-30 Thread Jerry Fan
so fail check_var if the virtual screen dimensions > > exceed the fb width/height. > > > > Signed-off-by: Dima Zavin > > > > commit e4713780e7907e51bfc2f43667a67eee332b1449 > > Author: Dima Zavin > > Date: Thu Jun 26 14:48:18 2008 -0700 > > &g

[android-porting] Re: browser freeze issue

2009-04-02 Thread Jerry Fan
WHen you say freeze, did u mean it doesn't respond to any key event such as menu key? If it is not, maybe you just need to refresh the page again. I have similar issue and a refresh can solve it. On Thu, Apr 2, 2009 at 3:10 PM, harry.le...@gmail.com wrote: > > Hi, > > I ported Android on my SAM9

[android-porting] Re: browser freeze issue

2009-04-02 Thread Jerry Fan
y, so I can not goto MENU when it > > stick to browse the page, would you please show me the Android key- > > press map table? many thanks. > > > > Regards, > > Harry > > > > > > On 4月2日, 下午5时07分, Jerry Fan wrote: > >> WHen you say freeze, did

[android-porting] Re: framebuffer driver

2009-04-02 Thread Jerry Fan
I don't develop on G1 board which uses TI OMAP. But I think frame buffer for TI OMAP should be part of PSB package from texs instrument. And for your questio about frame buffer driver v.s graphics chipset, I think it is also a one to one relation which means you can only use specific driver for cer

[android-porting] Re: Static librari is not linking with functions like abs, sincos etc.

2009-04-03 Thread Jerry Fan
souunds like u didn't reference the .a file properly in ur Android.mk or you didn't put your .a in right place. On Fri, Apr 3, 2009 at 5:10 PM, David Turner wrote: > You will need to give a little more detail to get any reasonable answer.For > example: > > - how do you generate the library exact