[android-developers] Re: How to disable some ABIs for NDK project?

2016-11-09 Thread Praveen Kumar
I am also getting similar error: Error:Cannot set readonly property: abiFilters for class: com.android.build.gradle.managed.NdkConfig here is my configuration: ndk { // All configurations that can be changed in android.ndk. abiFilters = [] abiFilters.addAll(ABI_FILTERS.split(

[android-developers] Re: counting files in a cache

2012-11-08 Thread Praveen Kumar
*How to Clear the Cache in Android Application P**rogrammatically ?* > > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Galaxy S2 Custom Kernel building

2012-07-10 Thread praveen kumar k
Hi, I am Praveen from India and i am a new beginner of android. I am trying connect a Creative USB web camera to my Samsung galaxy s2 mobile (GT-I9100) on Android ICS Build. So i downloaded the image *I9100XXLP6_I9100OXXLP3_OXX *and flashed my galaxy s2 mobile using odin 1.85 software. now my

Re: [android-developers] Re: Bluetooth HDP demo can communicate only once

2012-02-28 Thread Praveen Kumar
he demo ONLY ONCE. > > On 2月29ζ—₯, 午後3:48, Praveen Kumar wrote: > > Hi > > > > i need some help > > is support for developing a sink or agent application using HDP is > > available in ICS 4.0.2 > > does any one have any sample to share if possible, or

[android-developers] need help in making HDP agent application

2012-02-28 Thread Praveen Kumar
Hi i need some help is support for developing a sink or agent application using HDP is available in ICS 4.0.2 does any one have any sample to share if possible, or any resource which can be read giving detail about implementing HDP in an application. -- You received this message because you are

[android-developers] need help in making HDP agent application

2012-02-28 Thread Praveen Kumar
Hi i need some help is support for developing a sink or agent application using HDP is available in ICS 4.0.2 does any one have any sample to share if possible, or any resource which can be read giving detail about implementing HDP in an application. -- You received this message because you are

Re: [android-developers] Bluetooth HDP demo can communicate only once

2012-02-28 Thread Praveen Kumar
Hi i need some help is support for developing a sink or agent application using HDP is available in ICS 4.0.2 does any one have any sample to share if possible, or any resource which can be read giving detail about implementing HDP in an application. On Wed, Feb 29, 2012 at 11:27 AM, wambin

[android-developers] dispatch key events to other activities.

2011-03-11 Thread praveen kumar
Hi, I want to override the back key of the Android device to display a dialog, which consists of two buttons say "Back" and "Exit". when you press the Back button in dialog it should dispatch back key to the top activity which is currently running, i can able to get system context by adding followi

[android-developers] dispatch key events to other activities.

2011-03-11 Thread praveen kumar
Hi, I am looking into Android frameworks/base/services/java/com/android/ server/WindowManagerService.java. I want to dispatch back key from my activity to the top activity which is currently running, In WindowManagerService.java i added the following code private Handler msgHandler = new Handler(

[android-developers] getiing network provider coverage status Android

2011-02-11 Thread praveen kumar
can any one suggest me to getiing network provider coverage status interms of percentage or numbers? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe fro

[android-developers] back_key implementation

2010-08-25 Thread praveen kumar
hi guys, I am creating a application to simulate back key event in android, i have implemented soft back key using the following code, it works fine... private void BackKeyPressed() { Context mcontext = this; final Activity parent = (Activity) mcontext;