[android-porting] strange error

2008-12-17 Thread borhe
Hi All! I recompiled some java files and now i get this strange errors (attached log below) Is this somehow related to cache? I run android via NFS. After this messages main application crashes LOG: D/AndroidRuntime( 222): D/AndroidRuntime( 222): AndroidRuntime START D/AndroidRuntime( 222):

[android-porting] Re: Android on OMAP35x ?

2008-12-17 Thread Nimit Manglick
Hi Anil, I am now trying to compile alsa using android tool chain but i am not getting success. Secondly i also tried to compile it using another arm-eabi toolchain but there also my alsa-utils are not getting compiled. Regards Nimit On Wed, Dec 17, 2008 at 11:54 AM, Anil Sasidharan

[android-porting] Re: Can Android support XGA Resultion?

2008-12-17 Thread Li Tao
Thanks. I'll take a look into it. 2008/12/16 Jean-Baptiste Queru j...@google.com At this point there's a limitation somewhere that prevents from using a screen size larger than 1MB (i.e. about 832*624). If you want to go for a larger screen you'll have to find and lift that limitation.

[android-porting] Starting new group for Android OpenMax

2008-12-17 Thread Girish
Dear all, Starting a new group for Android Openmax related queries, Intrested ones please join this new group. Regards Girish --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Kernel panic - not syncing: No init found. Try passing init= option to kernel.

2008-12-17 Thread zertuche.enri...@gmail.com
Hi Nimit, Just wanted to ask you if you had any luck on this probelm. Im now in the same status you are. I already setted the uboot, xloader and the kernel in my NFS. These are the bootargs Im using: set serverip 10.87.230.178 set loadaddr 0x8000 set bootfile /tftpboot/enrique/u-boot.bin

[android-porting] blank screen

2008-12-17 Thread Kans
Hi, I have started porting android to davinci platform. All the services in the emulator are running in the target also. The /init program creates the device nodes in /dev directory. It is not creating any sub-directories inside /dev. Through the console(ttyS0), I created /dev/graphics and

[android-porting] Android port for beagle(OMAP3530)- Code Released

2008-12-17 Thread Rupesh Gujare
Hi, We are releasing source code for Android port on beagle board. So far we have tested input device(keyboard/mouse), network(over USB) and sound (*.mp3). A brief How to can be found here :- http://labs.embinux.org/android-porting-on-beagle.html You may also browse the kernel

[android-porting] Re: Android on OMAP35x ?

2008-12-17 Thread Anil Sasidharan
Hi, This has already been done by Windriver and TI. You will be able to get the sources from http://android.git.kernel.org/ (ASLA lib and HAL ported by Windriver) or from http://git.omapzoom.org. Integration is pretty straightforward. Warm Regards, Anil On Wed, Dec 17, 2008 at 4:35

[android-porting] Re: Starting new group for Android OpenMax

2008-12-17 Thread Girish
Hi Dave and Android PT, I welcome your suggestions.May be i will look into the matter and will take appropriate action , As said by Android PT its difficult for us to scan through the group mails, so thought of opening a new group. May be i will have to close this group. Any comments are

[android-porting] Re: how to use the rild on OMAP2430

2008-12-17 Thread Nimit Manglick
Hi Teju, The toolchain u r mentioning here arm-none-linux-gnueabi-gcc is NOT the android toolchain which is available in mydroid/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin as arm-eabi-gcc . The toolchain you are mentioning here is Open Source Code Sorcery toolchain, by using it I am also

[android-porting] Re: Kernel panic - not syncing: No init found. Try passing init= option to kernel.

2008-12-17 Thread Nimit Manglick
Hi Zertuche, My running bootargs are :- setenv bootargs_nfs mem=128M console=ttyS0,115200n8 noinitrd rw root=/dev/nfs nfsroot=path to your filesystem ,nolock,wsize=1024,rsize=1024 ip=dhcp init=/init Please verify ur bootargs with it. Regards Nimit On Thu, Dec 18, 2008 at 1:00 AM,

[android-porting] Re: Android on OMAP35x ?

2008-12-17 Thread Nimit Manglick
Hi Anil, Can you please tell me which all packages shall i need to check out. 1. external/alsa-lib.git 2. hardware/alsa_sound.git Other than this shall I need to check out any other package ? But i didn't found the alsa-utils package ? As i want aplay, amixer utilities as well. What else is

[android-porting] Re: Android on OMAP35x ?

2008-12-17 Thread Rupesh Gujare
Nimit, We have already successfully tested sound on beagle (OMAP3530) . You can go through following how to for more details:- http://labs.embinux.org/android-porting-on-beagle.html Regards, Rupesh Gujare http://embinux.com Nimit Manglick wrote: Hi Anil, Can you please tell me which all

[android-porting] Re: Android on OMAP35x ?

2008-12-17 Thread Nimit Manglick
Hi Anil / Rupesh, I am getting the following errors after doing a check out of alsa-lib while doing make in the top source directory. out/target/product/generic/obj/STATIC_LIBRARIES/libasound_intermediates/libasound.a(input.o): In function `snd_input_buffer_scan':

[android-porting] Re: Porting to DaVinci EVM

2008-12-17 Thread FrancoisM
Hi everyone, I built again the Android source code using make ARCH=arm CROSS_COMPILE=arm-crosstool-linux-gnueabi- and 2 hours later it was completed. Then i used the directory : mydroid/out/target/product/generic/root as filesystem for the board (still using NFS) Then when i boot the board :

[android-porting] Re: Android port for beagle(OMAP3530)- Code Released

2008-12-17 Thread Rupesh Gujare
Hi All, Please find below video showing Android on beagle board. It demonstrates navigation on Android, sample applications, and browser. http://in.youtube.com/watch?v=nADn_vNVEKw Regards, -- Rupesh Gujare http://embinux.com archan.paul wrote: Anil, Android on Beagle supports display.

[android-porting] Re: Android on OMAP35x ?

2008-12-17 Thread Rupesh Gujare
Nimit, Did you followed all steps given on :- http://labs.embinux.org/android-porting-on-beagle.html You are required to apply patches to Android build, to make sound work. Regards, -- Rupesh Gujare http://embinux.com Regards, Nimit Manglick wrote: Hi Anil / Rupesh, I am getting the

[android-porting] Re: Android on OMAP35x ?

2008-12-17 Thread Nimit Manglick
Hi Rupesh, Ya now i am following all the steps. I have applied the patches . But If you can see the new file added in libc/arch-arm/bionic/ffs.S, there is an empty #include i.e there is no filename mentioned there. Can you please verify it and let me know. Thanks Regards Nimit On Thu, Dec

[android-porting] Re: Android port for beagle(OMAP3530)- Code Released

2008-12-17 Thread Android Zaurus
Hi, Great job you have done and thank you very much for sharing code and information. I have a quick question about performance of Android on BeagleBoard. Would you please post the number of msec per frame, which is shown [API Demos] - [Graphics] - [OpenGL ES] - [Sprite Text] ? Mine, a Zaurus

[android-porting] Re: Audio support

2008-12-17 Thread mvniekerk
Is there any iMX31 ADS/PDK developers here that got their sound working with alsa? Mine got to the point where it starts up the correct PMIC clocks, pulls the TX pin high but there is no sound coming out. Any help would be quite nice... On Dec 16, 12:56 pm, Daniel Youn youn.dan...@gmail.com

[android-porting] Porting to Palm Treo 680

2008-12-17 Thread Sameh M. Shaker
Hello everyone, I've spent the past 3 days porting Android to the Palm Treo 680... Managed to get a running kernel, that can mount partitions on the SD Card, built the latest source dump, and since the device only had 64MB Ram, I managed to enable a swap partition on the SD Card and have it