[android-porting] Re: Capture audio data from mic into a buffer Using openGL ES

2011-11-03 Thread suman ranjan
OpenGL ES is mainly for 2D and 3D graphics application and not for audio related processing. ~Suman On Nov 2, 2:27 pm, arif wrote: > Hi, > > I am new to android and openGL ES, > is openGL ES support audio capture to buffer ? > NDK- 6 sample native-audio uses openGL ES library ( but records audio

[android-porting] Re: Android2.3 Sensor APP can't call the sensor HAL lib file!

2011-11-03 Thread suman ranjan
Try renaming the name of your sensor HAL to "sensors.default.so" and do a quick test. However, the best thing to check first is inside hw_get_module() function in ./android/hardware/libhardware/hardware.c and see what is being expected here. ~Suman -- unsubscribe: android-porting+unsubscr...@go

[android-porting] Re: Porting 3G using USB Interface

2011-11-03 Thread suman ranjan
With little change in dialtest.chat script I see that we are able to connect to internet and do the browsing. dialtest.chat --- TIMEOUT 10 '' AT OK ATE1 OK AT+CGDCONT=1,"IP","airtelgprs.com" OK "ATD*99***1#" CONNECT '' -

[android-porting] Porting 3G using USB Interface

2011-10-18 Thread suman ranjan
We are trying to bring up 3G using USB Interface. Setup: Platform: OMAP 3730 Kernel: 2.6.32 OS: Android froyo (Rowboat release from TI) 3G hardware: Leoxsys 3G service provider: Airtel India *No RF chip to support GSM Voice call on our device. **We have tested the 3G hardware on PC and it is wor