[android-porting] omap3 rev.c3 boot up problem(android)

2009-07-27 Thread WenXing
I have port android on my cortex success,but only using demo image. now I want to porting alsa on my board.but I met a problem. hope anyone can help me . I only git alsa_sound(/hardware) and alsa-lib(/external).and modify the BoardConfig.mk(using alsa). but now I can't boot up. when i execute

[android-porting] Re: omap3 rev.c3 boot up problem(android)

2009-07-27 Thread WenXing
besides,I want to ask you how can I know the problem on my porting. now I noly know using minicom to boot up. what else command I could know why I can't go into desktop. --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: omap3 rev.c3 boot up problem(android)

2009-07-27 Thread WenXing
the logcat output. Warm Regards, Anil On Tue, Jul 28, 2009 at 9:19 AM, WenXing wenxingxing2...@126.com wrote: besides,I want to ask you how can I know the problem on my porting. now I noly know using minicom to boot up. what else command I could know why I can't go into deskto

[android-porting] Re: omap3530 rc3 ALSA error

2009-07-23 Thread WenXing
thanks for your help. each time I do make clean . I ask some others .they said i only need libaudio.so. and put it in that dictionary,just ok.but I can't find it. can you help me again?best regards. On Jul 22, 11:42 pm, Atsuo Igarashi atsuoigara...@gmail.com wrote: Hi, WenXing. It seems

[android-porting] Re: omap3530 rc3 ALSA error

2009-07-23 Thread WenXing
2. make local_manifest.xml seehttp://code.google.com/p/patch-hosting-for-android-x86-support/wiki/ALSA hi Atsuo the second step may not useful for me. because so many dectorys I have not in your link. i will wait for help on line. hope some one can help me.this problem trouble me so

[android-porting] Re: omap3530 rc3 ALSA error

2009-07-23 Thread WenXing
I have got others suggestion copy libaudioflinger.so to the right dectory.but same error I was met again. can anybody help me. make: *** No rule to make target `out/target/product/generic/obj/lib/ libaudio.so', needed by `out/target/product/generic/obj/

[android-porting] omap3530 rc3 ALSA error

2009-07-22 Thread WenXing
After i port android on beagle board(omap3530) ,I can enter android.and run some app.but i got some problem. my android system have no sound,can not play mp3.can play mp4 but no sound. I read so much information from this group.I think the problem is ALSA . I have download alsa- lib in

[android-porting] android omap3530 rc3 ALSA error

2009-07-22 Thread WenXing
I success to port android on beagle board.but when I run some app I found it no sound.my app have mp3player and mp4player.by finding so much information,I found I didn't add alsa support.so I $ git clone git://android.git.kernel.org/platform/external/alsa-lib.git $ git clone

[android-porting] Re: omap3530 rc3 ALSA error

2009-07-22 Thread WenXing
be that there is a separator missing before libaudio.so, but i could be wrong. -Abhinayak On Wed, Jul 22, 2009 at 2:03 AM, WenXing wenxingxing2...@126.com wrote: port on beagleboard(3530)  but have no sound ,so I had to  download(/ external/alsa-lib) and (/haare/alsa_sound),at last i use Sean's