[android-porting] Capturing Video on OMAP3530

2009-11-01 Thread aney
Hi I am working on OMAP3530EVM board running Android kernel on top of it.I've a webcam and i wanted capture video.Android curently uses a fake camera instead of real one.Now how should one modify the existing camera framework provided by Android to talk to the real Hardware?Is there any patch a

[android-porting] Audio Capture on Beagle Board

2009-11-13 Thread aney
Hi all I am working on TI's Beagle board running Android kernel on top of it.I am validating Audio Interface on Beagle board. I tested Audio-out by playing media file using Mediaplayer application.Audio out is fine.Now i am facing problems in capturing Audio.I connect the Mic-in of headset to a

[android-porting] Re: Audio Capture on Beagle Board

2009-11-18 Thread aney
;; >         devName = "default"; //This is the line you want >         err = snd_pcm_open(&mHandle, devName, mDefaults->direction, > 0); >         if (err < 0) { >             // Last resort is the NULL device (i.e. the bit bucket). >             devName = _nullALSADeviceName; &

[android-porting] Is Audio working on OMAP3EVM Board?

2009-11-27 Thread aney
A SoC support for OMAP3EVM Board.I checked the kernel/sound/soc/omap folder but i could not find the omap3evm.c file.Can anyone kindly give your suggestions? Cheers Aney -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Enabling Wifi on Beagle Board

2009-12-06 Thread aney
Hi all Has anyone got Wifi up and running on either Beagle board or OMAP3EVM Board?Can you tell me what are the things to be done in enabling wifi support? Thanks & Regards Aney -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/and