[android-porting] libaudio build issue

2009-09-11 Thread Maxime Petazzoni
Hi, I'm trying to build the latest Android from git.omapzoom.org for Zoom2. I synced to the latest code using ./repo sync, but when starting the build, I get an error about libaudio : PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=1.6

[android-porting] Re: libaudio build issue

2009-09-11 Thread Maxime Petazzoni
Apparently Donut at git.omapzoom.org doesn't use hardware/ti/omap3/ libaudio/ anymore, I'll try disabling it. It's building, we'll see if it works :) On Sep 11, 5:19 pm, Maxime Petazzoni maxime.petazz...@gmail.com wrote: Hi, I'm trying to build the latest Android from git.omapzoom.org

[android-porting] Re: Need to compile android linux kernel for OMAP1710

2009-01-08 Thread Maxime Petazzoni
Your usage of CROSS_COMPILE looks weird to me. I think you need to do: $ export PATH=../prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/: $PATH $ cd kernel $ make mrproper $ make ARCH=arm CROSS_COMPILE=arm-eabi- omap_generic_1710_defconfig $ make ARCH=arm CROSS_COMPILE=arm-eabi- Then look in

[android-porting] Re: SD card error

2008-12-16 Thread Maxime Petazzoni
See http://review.source.android.com/4044 On Dec 15, 11:05 pm, Nimit Manglick nimitandr...@gmail.com wrote: Hi All, I have ported android OMAP 3530 EVM. Now I am facing a strange looking problem. If I partition my SD card with ONLY single partition of vfat, placing my media files into

[android-porting] Re: GPRS in my Android doesn't work .....

2008-12-10 Thread Maxime Petazzoni
Hi, On Dec 9, 3:23 pm, David Turner [EMAIL PROTECTED] wrote: there is alreadya reference ril library available in the open source tree that can be used to talk with some hardware. the name is reference-ril it should be easy to modify for many platforms. Nice. What else is needed? How does

[android-porting] Re: Unable to get the Android source code.

2008-12-08 Thread Maxime Petazzoni
That looks like a typo in the manifest file. I think it should read android.git.kernel.org My 2 ¢, - Maxime On Dec 7, 9:23 am, rams [EMAIL PROTECTED] wrote: Hi All, I followed the steps for getting the Android kernel, but I am facing the following issue:  $repo init -u

[android-porting] Re: Enabling Qwerty keyboard with Android

2008-12-03 Thread Maxime Petazzoni
On Dec 3, 9:50 am, Dianne Hackborn [EMAIL PROTECTED] wrote: On Wed, Dec 3, 2008 at 9:20 AM, Maxime Petazzoni [EMAIL PROTECTED] wrote: Just out of curiosity, how do you get a pointer? We don't currently support a mouse pointer. I know. I was just wondering how Shivdas made any use

[android-porting] Re: Audio support

2008-11-29 Thread Maxime Petazzoni
start, I'll continue working on it next week and stabilize all this. Thanks for the help, and for the release of Windriver's code. - Maxime On Nov 27, 7:02 pm, Sean McNeil [EMAIL PROTECTED] wrote: Maxime Petazzoni wrote: Hi Sean, On Nov 27, 11:01 am, Sean McNeil [EMAIL PROTECTED] wrote

[android-porting] Re: Audio support

2008-11-27 Thread Maxime Petazzoni
:) Thanks! - Maxime On 26 nov, 11:41, Maxime Petazzoni [EMAIL PROTECTED] wrote: Thanks for making all this work available to the community. I'm building all this right now, and hope I will get it working :) - Maxime On 26 nov, 10:09, Yang, Xiaopeng [EMAIL PROTECTED] wrote: Hi Maxime

[android-porting] Re: Android on OMAP35x ?

2008-11-27 Thread Maxime Petazzoni
src and patch android on it! Good luck! - Maxime thx for infos kap On Nov 26, 1:45 pm, Maxime Petazzoni [EMAIL PROTECTED] wrote: Hi, On 26 nov, 18:36, kapare [EMAIL PROTECTED] wrote: No, I've used MontaVista Linux 2.6.24 :http://mvista.com/press_release_detail.php?fid=news

[android-porting] Re: Audio support

2008-11-27 Thread Maxime Petazzoni
. On Nov 27, 11:09 am, Maxime Petazzoni [EMAIL PROTECTED] wrote: Hi, I tried putting it all together. The end system has the device nodes in the correct place with valid permissions, and I even get some promising debug messages. But if I try to play any sound or change the volume

[android-porting] Re: Android on OMAP35x ?

2008-11-26 Thread Maxime Petazzoni
Hi, On 26 nov, 00:28, kapare [EMAIL PROTECTED] wrote: Hi Maxime, I have a OMAP3EVM and I'm interested in porting it with android. OMAP3EVM come with OMAP35x_SDK_0.9.5 that contain 2.6.22.18. 1- Did you port the kernel to 2.6.25 or just used 2.6.22.18 + android patch - goldfish stuff ?

[android-porting] Re: Android on OMAP35x ?

2008-11-26 Thread Maxime Petazzoni
 am, Maxime Petazzoni [EMAIL PROTECTED] wrote: Hi, On 26 nov, 00:28, kapare [EMAIL PROTECTED] wrote: Hi Maxime, I have a OMAP3EVM and I'm interested in porting it with android. OMAP3EVM come with OMAP35x_SDK_0.9.5 that contain 2.6.22.18. 1- Did you port the kernel to 2.6.25

[android-porting] Re: Audio support

2008-11-25 Thread Maxime Petazzoni
, Wind River is in the process of submitting an ALSA audio implementation. That is what I use on the Openmoko Freerunner and what has been successfully used on the TI OMAP Zoom reference platform. Maxime Petazzoni wrote: Hi, I believe most of the porting efforts on the various hardware

[android-porting] Re: Audio support

2008-11-25 Thread Maxime Petazzoni
permissions ? Just a wild guess. - Maxime On 11/25/08, Maxime Petazzoni [EMAIL PROTECTED] wrote: I managed to make Android build the libaudio shared library (taken from omapzoom.org), which was then put where it should be in /system/ lib/. I also have BOARD_USE_GENERIC_AUDIO set

[android-porting] Re: Filesystems (yaffs2, jffs2 and nfs)

2008-11-18 Thread Maxime Petazzoni
I may have a similar problem here. I'm trying to run Android entirely off the SD card (actually, microSD, on the Zoom). I made three partitions : - /dev/mmcblk0p1, vfat, 1G, to be mounted as /sdcard for media data - /dev/mmcblk0p2, msdos, 10M, to host the uImage for U-Boot (i could have put it

[android-porting] Re: Android compliancy

2008-11-12 Thread Maxime Petazzoni
If you look into development/pdk/docs/system_requirements.html, the basic required hardware is listed there. Note that for now, you need a page flipping capable framebuffer, too. - Maxime On Nov 12, 2:06 am, nimit [EMAIL PROTECTED] wrote: Hi, if someone has downloaded the android platfrom

[android-porting] Re: Android on OMAP35x ?

2008-11-10 Thread Maxime Petazzoni
Hi, I have successfully ported Android to an OMAP3EVM board last week, and will most likely get it working soon on the OMAP Zoom as well. Details of how much I'm allowed to talk about it still need to go through some company processes though -- but the system does work pretty nicely. The

[android-porting] Re: Android on OMAP35x ?

2008-11-10 Thread Maxime Petazzoni
Works on Zoom. System runs nice and fast. I'm doing the final touchscreen adjustments right now. On Nov 10, 12:39 am, Maxime Petazzoni [EMAIL PROTECTED] wrote: Hi, I have successfully ported Android to an OMAP3EVM board last week, and will most likely get it working soon on the OMAP Zoom