[android-porting] Enbaling ethernet interface!

2009-10-04 Thread sany
As given in the document at(for Beagle) http://labs.embinux.org/index.php/Android_For_OMAP3_with_Gstreamer_Integration, When I enable the n/w device driver(for enabling ethernet interface) at the kernel using make menuconfig,and then do a make at the Android_build directory,it generates error,and

[android-porting] Re: Android 1.5 ported?

2009-10-04 Thread gambler
OK,I have solve this problem.After you install the 0xdroid, you need to set the bootargs and bootcmd. However, I face another problem. Now it shows, Warning: unable to open an initial console. Kernel panic - not syncing: No init found. Try passing init= option to kernel. Any idea on how to

[android-porting] Re: Finding Memory leak in native code

2009-10-04 Thread RK
Hi, I have followed your instructions to update the following environment variable: $PATH, and $ANDROID_PRODUCT_OUT. And verify they are set correctly by the following ways: 1. $PATH: I could run arm-eabi-addr2line from everywhere, which means that the path for arm-eabi-addr2line is set correc

[android-porting] Porting to a cpu

2009-10-04 Thread recalcati
Before digging into reverse engineering and so on, I'd like to know which are the modifications for kernel and user space needed to support android. Maybe I not read completely the manual. :-) omap3, is done, I know, and tested in beagleboard. pxa270, seems to be done, http://www.icpdas-usa.com dm

[android-porting] mechanism for data sharing across media framework

2009-10-04 Thread Sachin
Hi, In an earlier email Dave has suggested that Android will be updated with improved mechanism for tunneling device specific parameters through the framework to the HAL. And this would be consistent throughout the media framework (audio, camera, media player, etc). Are there actual ongoing plans