[android-porting] Re: gl functions not working, egl functions are working - android port to Overo TI OMAP 3503

2009-05-23 Thread Elvis Dowson
Hi Michael, I'm using android's software OpenGL ES implementation at the moment. I will work on trying to get a hardware implementation going sometime next week. Best regards, Elvis 2009/5/21 Michael mic...@gmail.com Hi, Elvis Do you use the TI OMAP hardware 3D

[android-porting] Re: Porting Android to Samsung F480 Tocco (Touchwiz)

2009-05-23 Thread nota
Status update: I am not working on this. In fact, did not even start because of the lack of info. Besides, comparing the HW specs of both phones (G1 and F480) reveals that the F480 is much under what would be desirable for Android. WIth regards to these facts and now that Samsung annoucend the

[android-porting] sensors on cupcake

2009-05-23 Thread Michael Trimarchi
Hi all, Is there a good example or an howto to write a libsensors library or just take a look at the includes and frameworks code to understand how it works? Michael --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: sensors on cupcake

2009-05-23 Thread pramod gurav
On Sat, May 23, 2009 at 4:19 PM, Michael Trimarchi trimar...@gandalf.sssup.it wrote: Hi all, Is there a good example or an howto to write a libsensors library or just take a look at the includes and frameworks code to understand how it works? Michael Hi Michael, You can refer the qemu

[android-porting] Re: sensors on cupcake

2009-05-23 Thread Michael Trimarchi
Hi, pramod gurav wrote: On Sat, May 23, 2009 at 4:19 PM, Michael Trimarchi trimar...@gandalf.sssup.it wrote: Hi all, Is there a good example or an howto to write a libsensors library or just take a look at the includes and frameworks code to understand how it works? Michael

[android-porting] Re: How does Android init work?

2009-05-23 Thread Neil Nguyen
Hi Wue, Thanks for your quick response. I believe the same init executable would be generated by typing make on the Linux-X86. I am not sure if this init is for ARM926 target or not. I did run it on my hardware, and I got an Illegal Instruction. Maybe, you can clarify how I should start the

[android-porting] Data folder empty

2009-05-23 Thread shridhar
Hi experts, I am quiet new to Android. I have ported Android on AT91SAM9263-ek and I am accessing my Android filesystem through NFS. But I am not able to see any content in my data folder on the system, but when I checked in the NFS server system there were some folders in the Data folder.

[android-porting] Re: How does Android init work?

2009-05-23 Thread cf
I think the init you find isn't the android init (the x86 init is in sbin directory in common). android had it's own init program (system/ core/init/init.c), find it in the system diretory or use 'find . -name init' in your android root directory , then check the result? On May 23, 10:00 pm,