[android-porting] Re: audio record with latest acoustics alsa

2009-07-26 Thread harry.21121
Sorry i missed the alsa_amixer details These are my alsa_amixer controls output === # alsa_amixer controls numid=18,iface=MIXER,name='Analog Capture Volume' numid=23,iface=MIXER,name='Analog Left Capture Route' numid=22,iface=MIXER,name='Analog Right Capture Route' numid=14,iface=MIX

[android-porting] audio record with latest acoustics alsa

2009-07-26 Thread harry.21121
Hi all, I am porting audio to omap3evm. None of the capturing mixer elements are getting recognized by the AudioHardwareALSA. I am able to play the audio well but the audio capture with soundRecorder app is not working. I am not using any asound.conf is it a problem.? How to get asound.con

[android-porting] Re: Android alsa problem

2009-07-26 Thread Yi Sun
You can take a look at the android-x86 source tree, it has sound works on almost all the EEEpc platforms and even virtual machines. Yi On Sat, Jul 25, 2009 at 11:17 PM, xujh wrote: > > > > BTW:I ported android in iMX27 board. > and i ran alsa_amixer -v > # alsa_amixer -v > amixer version 1.0.19

[android-porting] Re: V4L2 Camera interface

2009-07-26 Thread Alexguitar
Do you use v4l to open android camera application? Can you share your camera hal code? Thanks to your help. On 7月26日, 上午11時48分, Suresh Kalidasan wrote: > Sorry i cant help you on this, i tried the same with v4l and it worked for > me. If you want some information related to v4l then let me know.

[android-porting] E/dalvikvm : ERROR: Byte swap + verify failed

2009-07-26 Thread Elvis Dowson
Hi, I'm trying to port glibc to linux kernel v2.6.31. I am using a TI OMAP 3503 processor. I'm getting this error with linux-omap3-2.6.31: E/dalvikvm( 676): ERROR: Byte swap + verify failed Here is the full error message: D/AndroidRuntime( 659): D/AndroidRuntime( 659): >> A

[android-porting] apriori map error

2009-07-26 Thread Jallen
My top make cmd: make libc TARGET_ARCH=myarch HOST_C_INCLUDE="" HOST_CUSTOM_LD_COMMAND=false BUILD_TINY_ANDROID=true When the make process runs to: our/host/linux-myarch/bin/apriori --prelinkmap build/core/prelink- linux-unicore.map --locals-only --quiet out/target/product/generi/obj/ SHARED_LIBR

[android-porting] Re: apriori map error

2009-07-26 Thread zhtlancer
It seems that there's something wrong with the toolchain you worked with. Try add "SHOW_COMMANDS=true" to see what happened behind the make process. On Mon, Jul 27, 2009 at 10:52 AM, Jallen wrote: > > My top make cmd: > make libc TARGET_ARCH=myarch HOST_C_INCLUDE="" > HOST_CUSTOM_LD_COMMAND=fals

[android-porting] Re: apriori map error

2009-07-26 Thread Ouyang Jiannan
hi, After set SHOW_COMMAND=true the output is Install : out/host/lunux-myarch/bin/apriori out/host/linux-myarch/bin/acp -fpt out/host/linux-myarch/obj/EXECUTABLS/apriori_intermediates/apriori out/host/linux-myarch/bin/apriori target Prelink: libdl(out/target/product/generic/symbols/system/lib/lib

[android-porting] Re: android omap3530 rc3 ALSA error

2009-07-26 Thread Neo
Check on the beagle board forums, I think they have fixed this issue. --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Miniumum hardware configuration for android.

2009-07-26 Thread vishal bhoj
Hello All, What is the minimum configuration to run android ? On the website http://www.kandroid.org/android_pdk/system_requirements.html They have described anything about processor speed. We have a processor arm9 300 mhz. memory is not a constraint . Would it be enough for running android smoo

[android-porting] Re: [android-kernel] Miniumum hardware configuration for android.

2009-07-26 Thread Jean-Baptiste Queru
It depends on many parameters - e.g. a relatively slow CPU can be OK if it's got enough cache and/or fast RAM and/or much RAM and/or fast storage and/or fast graphics. a...@300 might do it if it's in good conditions, but the only way to know is to port and see how usable the result looks. JBQ On

[android-porting] Re: E/dalvikvm : ERROR: Byte swap + verify failed

2009-07-26 Thread Elvis Dowson
Hi, I can zip up the existing bionic and kernel modifications for download, if someone could help me troubleshoot this error. Elvis --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-

[android-porting] Re: apriori map error

2009-07-26 Thread zhtlancer
The problem may be caused by apriori, check whether the apriori can run normally On Mon, Jul 27, 2009 at 11:59 AM, Ouyang Jiannan wrote: > hi, After set SHOW_COMMAND=true the output is > > Install : out/host/lunux-myarch/bin/apriori > out/host/linux-myarch/bin/acp -fpt > out/host/linux-myarch/obj

[android-porting] Re: apriori map error

2009-07-26 Thread Ouyang Jiannan
I don't know what is this command for...and it seems that no documentation can be found I'm wandering it has something to do with the virtual space allocation I know that the space allocation in our arch is different from the standard linux kernel So do i need to edit the map file? And how to edit