[android-porting] Re: A problem about APK file build

2009-11-24 Thread xie zzl
Thanks for reply. It been solved, use make FMTrans command in the top of android dir. On 25 Nov, 10:41, abukustfan wrote: > Hi, > > How about out/target/product/generic/data/app/ ?? > > On 11月25日, 午前11:28, xie zzl wrote: > > > > > I created a new applicatio

[android-porting] A problem about APK file build

2009-11-24 Thread xie zzl
I created a new application, it's very simple, just like HelloActivity. no error came out, but i can not find APK file in the out/target/ product/generic/system/app. I checked out/target/common/obj/APPS/FMTrans_intermediates which is my application direction. and, I dont have classes.dex, classes.j

[android-porting] Re: A problem about ALSA capture

2009-09-10 Thread xie zzl
> Is the default ALSA device support CAPTURE? > > On Sep 10, 5:10 pm, xie zzl wrote: > > > > > I have ported ALSA to my board, and it can play music well. but i > > cann't use soundrecoder to capture,becouse of mmap failed. > > > The PLAYBACK can be

[android-porting] A problem about ALSA capture

2009-09-10 Thread xie zzl
I have ported ALSA to my board, and it can play music well. but i cann't use soundrecoder to capture,becouse of mmap failed. The PLAYBACK can be configed successful, no error about mmap. I have no idear, can anyone help me ...thanks the ALSA CAPTURE log is below: I/AudioHardwareALSA( 1762): Ini

[android-porting] a problem about ALSA,Permission denied

2009-08-17 Thread xie zzl
The ALSA problem troubled me for a few days, I found some infos from here,and I modified BoardConfig.mk exactly as all guys said below http://groups.google.com/group/android-porting/browse_thread/thread/ea411a5becb8aa3f/61334919dcaaeba5?lnk=gst&q=ALSA#61334919dcaaeba5 but ,the alsa still can't wo