i require to convert a linux driver to android. can anyone help me with the kernel twiking ? is there a change to the driver makefile ?
I have a native android library (.so) I am bundling with some application. In the native code I want to verify the signer/package name of the calling application.
I think this is a general Java question, but it does involve some Android stuff. So here\'s the deal: I\'ve got a JNI wrapped version of MPG123 for Android, and I can pull PCM data from an MP3 file o
I am new in ndk development in android.I have gone through the file system of ndk android. Here, explaining what i have done.
I want to use the codecs in Android from my application. For now I just want to use the H.264 codec for testing, unless the mp3 or aac codecs provide functions for sending the audio to the device\'s s
I t开发者_JAVA百科ry to record audio using android ndk. people say I can use \"frameworks/base/media/libmedia/AudioRecord.cpp\". but it is in kernel. how can I access and use it?The C++ libmedia libra
I have an Android project with an NDK/JNI library in Ec开发者_运维百科lipse Ganymede. Inexplicably, the bin folder contains a copy of all my C++ sources from the jni folder. So does the APK, if you re
Is it possible to open up the default Android 开发者_运维百科Messaging activity from inside an activity you write yourself?Like for example:I press a \"Mail\" button inside my program, and it opens th
I\'m new to JNI, i\'m deve开发者_运维技巧loping a native library for an Android project. I read some papers about JNI programming but i didn\'t understand if it is possible to create a library that ca
I am trying to build the bitmap-plasma sample that is included with the ndk, but开发者_Python百科 getting an error.I run ndk-build from the samples/bitmap-plasma directory, and the error it displays i