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

2011-11-03 Thread arif hussain
using openSL ES (Not openGL ES) On 2 November 2011 14:57, arif arifo...@gmail.com 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 to file). Any sample code or documents

Re: [android-porting] application to call /system/bin/ts_calibrate

2011-09-28 Thread arif hussain
sample codes for the same) -Arif On 27 September 2011 13:05, Manoj Kumar manoj...@gmail.com wrote: Hey, I am working on android 2.1 version for my SMDK6410 board. I wanted to do touch calibration on my device so i used android- tslib code available online and made the necessary changes. I

[android-porting] Exception Ljava/lang/NoClassDefFoundError;

2011-09-28 Thread arif
Hi, I am porting one multi-threaded native code to android platform, created shared library, I am using some of the Android java applications by using JNI, when i call Java code from C, i am getting NoClassDefFoundError Exception on runtime, E/MY-ALSA ( 3508): JNI_OnLoad called E/MY-ALSA (

Re: [android-porting] Re: ALSA in NDK

2011-08-27 Thread arif hussain
of the application that calls ALSA user mode to instead call an Android-supported API [either Java AudioTrack / MediaPlayer via JNI, or native audio based on OpenSL ES]. hmm, i will try to use java api or OpenSL. On Aug 25, 10:47 am, arif arifo...@gmail.com wrote: Hi All, I am porting

[android-porting] ALSA in NDK

2011-08-26 Thread arif
Hi All, I am porting a audio playback application to Android platform (written in native code), it uses alsa library,i tested this by creating a binary and is working fine, now i am planing to run with the apk, for creating native shared library there is no alsa support in NDK, Will this work

[android-porting] muti-threaded native code using JNI

2011-08-24 Thread arif
Hi All, I ported one muti-threaded native code (binary) to android platform, and is working fine, Now i am trying to run this code by creating apk, created my native code as shared library using NDK and i am calling this shared library by using JNI, below is the sample code, But it is not

Re: [android-porting] Re: include binaries in apk

2011-08-21 Thread arif hussain
option) along with my jni code to build target shared library by using NDK ?? Thanks again On 20 August 2011 01:48, Chris Stratton cs07...@gmail.com wrote: On Wednesday, August 17, 2011 11:16:36 PM UTC-4, arif wrote: I am porting one application to android, there are few depending

[android-porting] include binaries in apk

2011-08-18 Thread arif
Hi All, I am porting one application to android, there are few depending binaries and config files, is it possible to include/build binaries in apk ( using NDK or by other method ). -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: