Re: [android-porting] Android port to MIPS arch

2010-01-12 Thread hedwin
This is the process I used. To identify the android specific additions you need 3 kernels (when I started the android specific additons were not that obvious) 1. The kernel provided by android itself, luckely it was the same version as I used. This kernel has all the goodies you need. 2. On

Re: [android-porting] Android port to MIPS arch

2010-01-12 Thread Navaneeth Sen B.
Hi hedwin, i would like to get more info on this porting. i am also trying to port Android to Sigma designs platform. hope you have some good idea on this. I need your help. waiting for your reply Sen On Mon, Dec 21, 2009 at 5:04 PM, hedwin wrote: > I am using the mips version of android, so ye

Re: [android-porting] Android port to MIPS arch

2009-12-22 Thread hedwin
Yes, added the board specific drivers. Also use the kernel provided framebuffer handlers. In android 1.6 I use aosp-eu but did not observe that the OpenGL stuff was used hence no crash seen. Hedwin. On Mon, Dec 21, 2009 at 12:58 PM, Dennis.Yxun wrote: > Do you made any specfic change to MIPS And

Re: [android-porting] Android port to MIPS arch

2009-12-21 Thread Dhananjay Joshi
port is available for both little endian and big endian MIPS cpus? because i have big endian MIPS cpu. On Mon, Dec 21, 2009 at 5:04 PM, hedwin wrote: > I am using the mips version of android, so yes port is ready. > Also the VM is optimized instead of using C stubs. > > Hedwin > > > On Mon, Dec

Re: [android-porting] Android port to MIPS arch

2009-12-21 Thread Dennis.Yxun
Do you made any specfic change to MIPS Android port? I find it will call libhgl.so, thus crash application seems it should not happen, because here we don't have hardware OpenGL ES implementation On Mon, Dec 21, 2009 at 7:34 PM, hedwin wrote: > I am using the mips version of android, so yes port

Re: [android-porting] Android port to MIPS arch

2009-12-21 Thread hedwin
I am using the mips version of android, so yes port is ready. Also the VM is optimized instead of using C stubs. Hedwin On Mon, Dec 21, 2009 at 12:19 PM, Carlos Piñeiro wrote: > Look at www.mipsandroid.org > Regards > > 2009/12/21 dhananjay >> >> Hi All, >>           Does Anybody know about an

Re: [android-porting] Android port to MIPS arch

2009-12-21 Thread Carlos Piñeiro
Look at www.*mipsandroid*.org Regards 2009/12/21 dhananjay > Hi All, > Does Anybody know about android MIPS porting, previously i > saw some posts about > android porting MIPS/vxworks big endian archs . does anybody know , > whether port has been finished or not? > > if not , then what

[android-porting] Android port to MIPS arch

2009-12-21 Thread dhananjay
Hi All, Does Anybody know about android MIPS porting, previously i saw some posts about android porting MIPS/vxworks big endian archs . does anybody know , whether port has been finished or not? if not , then what is the status of port? any pointers will help. Thanks & Regards, Dhananj