[android-developers] Problem in executing aapt command with the android sdk with centos 5.10 and rhel 5.5

2016-10-03 Thread Bunty syed
I have downloaded android sdk on centos 5.10 but getting below error while executing aapt /lib/libc.so.6: version `GLIBC_2.11' not found Thanks & Regards, Bunty Syed -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] Problem in executing aapt command with the android sdk with centos 5.10 and rhel 5.5

2016-10-03 Thread Bunty syed
I have downloaded android sdk on centos 5.10 but getting below error while executing aapt /lib/libc.so.6: version `GLIBC_2.11' not found Thanks & Regards, A Sayyad -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from

Re: [android-developers] Re: client certificate authentication for ssl/https connection

2015-06-19 Thread Bunty syed
Hi Piyush, Even I am looking for similar kind of implementaion. Can u tell how did u generate the csr for android ?? Using Jscep or something else.. On 11 September 2012 at 16:54, piyush gupta piyushgupt...@gmail.com wrote: Hi BabaSaheb, I want to do similar kind of work with my Android ICS

[android-developers] Regarding csr generaration in android

2015-06-19 Thread Bunty syed
Hi, I am looking for a way to generate the certificate signing request for android using jscep. Can anybody help me with the some documentation or link to start with. IOS provide the native capability to generate CSR. Is similar thing available for android -- You received this message because

[android-developers] Fwd: Sharing all cookies from apps to server in android for single sign on

2015-03-17 Thread Bunty syed
Any help for below concerned scenario .. -- Forwarded message -- From: Bunty syed itsmeatfo...@gmail.com Date: 11 March 2015 at 18:36 Subject: Sharing all cookies from apps to server in android for single sign on To: android-platf...@googlegroups.com Cc: android-developers

[android-developers] Sharing all cookies from apps to server in android for single sign on

2015-03-11 Thread Bunty syed
I have some set of apps on the device. Few of them have webviews . 1) If app 1 make some service call or search something in the webview and get some cookies in the response,I need to persist these cookies. 2)If app 2 make some service call or search something in the webview ,I need to attach

[android-developers] MonkeyRunner -- Download and install apk automatically

2014-07-01 Thread Bunty syed
hi, Hope all doing well. I am using monkeyrunner for automation of one set up. I have one test case where i need to download the apk from the emulator browser for the configured url and then install that apk. After installing the apk, launch it. I know using monkeyrunner we can install and

[android-developers] Re: Receiver when debugger is attached to an application

2014-06-09 Thread Bunty syed
Any help on this... On 21 May 2014 17:40, Bunty syed itsmeatfo...@gmail.com wrote: Hi All, Hoping doing well.. I have developed one app. I want to stop memory dumping for my app by attaching a debugger to it on runtime.. I found one api *android.os.Debug.isDebuggerConnected* Above api

[android-developers] Receiver when debugger is attached to an application

2014-05-21 Thread Bunty syed
a callback or receiver when some hacker attaches a debugger to my app.. Thanks regards, Bunty Syed -- 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

[android-developers] GCM Server API key Expiration time

2013-12-03 Thread Bunty syed
Hi all, Hope doing well.. I want to know whether GCM server API key generated for push notification using google project has expiry date/time ?? Thanks Regards, Bunty Syed -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Application behavior is different on 4.2 android platform device

2013-04-02 Thread Bunty syed
Hi All, Hope doing well. Actually I have one application which is behaving different on android 4.2 platform device. In my application, there are three activities. From first activity *(Launcher activity*), i navigate to second activity and then from second activity,I navigate to third

Re: [android-developers] Re: Application behavior is different on 4.2 android platform device

2013-04-02 Thread Bunty syed
...calling Finish would achieve the proper result. P.S - any reason why you're using the package manager to get a launcher intent for your own application? On Tuesday, April 2, 2013 10:43:27 AM UTC+3, Bunty syed wrote: Hi All, Hope doing well. Actually I have one application which is behaving

Re: [android-developers] Re: Application behavior is different on 4.2 android platform device

2013-04-02 Thread Bunty syed
UTC+3, Bunty syed wrote: Thanks. Actually I want to destroy all background process, threads related to app so I am doing System.exit(0)...Finish will destroy only the UI but the application will keep running .. On 2 April 2013 13:31, Piren gpi...@gmail.com wrote: You should not be calling

[android-developers] Activity Dialog interaction

2013-01-25 Thread Bunty syed
Hi all, Hope doing well. Actually I have one activity class.There I overridden onUserInteraction method. Then I have one dialog which I am displaying on some button click in the activity. When the dialog is displayed on the activity when I am touching on the dialog,onUserInteraction method

Re: [android-developers] Re: bundle passed via intent coming null

2012-11-09 Thread Bunty syed
* ***ACTIVITY_NEW_TASK)* ? On Wednesday, November 7, 2012 1:30:17 AM UTC+11, Bunty syed wrote: Hi All, Hope doing well. I have one app with one button. On click of button, I am trying to launch second app by passing some bundle. My second app is having two

Re: [android-developers] bundle passed via intent coming null

2012-11-07 Thread Bunty syed
If somebody knows this solution for the problem,please reply On 6 November 2012 20:00, Bunty syed itsmeatfo...@gmail.com wrote: Hi All, Hope doing well. I have one app with one button. On click of button, I am trying to launch second app by passing some

Re: [android-developers] bundle passed via intent coming null

2012-11-07 Thread Bunty syed
Thanks Bob. But I setsetDataAndType to intent with some dummy data, it doesnt not invoke second app On 7 November 2012 17:43, b0b pujos.mich...@gmail.com wrote: On Wednesday, 7 November 2012 12:03:40 UTC+1, Bunty syed wrote: If somebody knows this solution for the problem,please reply

[android-developers] bundle passed via intent coming null

2012-11-06 Thread Bunty syed
Hi All, Hope doing well. I have one app with one button. On click of button, I am trying to launch second app by passing some bundle. My second app is having two activities. I launched the second app from phone then navigated

Re: [android-developers] Regarding Application is not installed alert

2012-07-26 Thread Bunty syed
Plz reply if somebody knows solution for the post... On 26 July 2012 10:01, Bunty syed itsmeatfo...@gmail.com wrote: Hi All, Actually I have one launcher with some child apps. I have given permission in all child apps so that only my launcher can launch them as follows permission

[android-developers] Regarding Application is not installed alert

2012-07-25 Thread Bunty syed
Hi All, Actually I have one launcher with some child apps. I have given permission in all child apps so that only my launcher can launch them as follows permission android:name=android.permission.LAUNCH_KONY_POLICYINJECTED_APPS android:protectionLevel=signature/ Tat is working fine. So

[android-developers] How to block Sharing data via share intent

2012-07-16 Thread Bunty syed
Hi, In android, on long clicking some link or text, System generates a menu with some share via option. On clicking that, it pops up a screen with facebook gmail,etc.. My doubt is that is there any way to remove that option from that menu. or is there any callback call when some intent is

Re: [android-developers] How to block Sharing data via share intent

2012-07-16 Thread Bunty syed
the filter, for anyone's app, this will be a lot trickier On Jul 16, 2012 4:11 AM, Bunty syed itsmeatfo...@gmail.com wrote: Hi, In android, on long clicking some link or text, System generates a menu with some share via option. On clicking that, it pops up a screen with facebook gmail,etc.. My

Re: [android-developers] How to block Sharing data via share intent

2012-07-16 Thread Bunty syed
without encryption... On Jul 16, 2012 5:12 AM, Bunty syed itsmeatfo...@gmail.com wrote: Thanks. I want to do it only for my app. But I did not understand what filter r u talking about will it affect the system generated menu... On 16 July 2012 13:49, Kristopher Micinski krismicin

Re: [android-developers] How to block Sharing data via share intent

2012-07-16 Thread Bunty syed
in your app, then you shouldn't simply count on this, you should also use some form of encryption kris On Mon, Jul 16, 2012 at 6:17 AM, Bunty syed itsmeatfo...@gmail.com wrote: Tat means in the pop up nothing will be shown after clicking share via item... On 16 July 2012 15:02

Re: [android-developers] How to block Sharing data via share intent

2012-07-16 Thread Bunty syed
* it there! kris On Mon, Jul 16, 2012 at 7:23 AM, Bunty syed itsmeatfo...@gmail.com wrote: Thanks Kris. I will tell the scenario I am working on. Actually my app is driven by server defined policy. The application fetches the policy from the server then act accordingly. There is one

Re: [android-developers] How to block Sharing data via share intent

2012-07-16 Thread Bunty syed
/android/android-sdk-implement-a-share-intent/ So it's not going to randomly pop up in your app, that's impossible, unless you *put* it there! kris On Mon, Jul 16, 2012 at 7:23 AM, Bunty syed itsmeatfo...@gmail.com wrote: Thanks Kris. I will tell the scenario I am working

Re: [android-developers] How to get handle for cut copy paste menus from the system genereted action bar in android

2012-07-04 Thread Bunty syed
is there any way to remove or block the system generated Menus On 4 July 2012 19:16, Mark Murphy mmur...@commonsware.com wrote: On Wed, Jul 4, 2012 at 9:38 AM, Bunty syed itsmeatfo...@gmail.com wrote: Whenever there is long press or double tap on some text in edit text,action bar

Re: [android-developers] How to get handle for cut copy paste menus from the system genereted action bar in android

2012-07-04 Thread Bunty syed
mmur...@commonsware.com wrote: On Wed, Jul 4, 2012 at 10:09 AM, Bunty syed itsmeatfo...@gmail.com wrote: is there any way to remove or block the system generated Menus For your own app, perhaps, but certainly not for the whole system. -- Mark Murphy (a Commons Guy) http

[android-developers] Regarding WIFIInfo bssid ssid

2012-05-09 Thread Bunty syed
Hi, I want my app to make connection over the defined wifi network. Now I am checking the currently active wifi network on the device comparing the ssids. If it matches with mine, I am allowing network call from my app over that matched wifi network.. But the problem is that two wifi networks

Re: [android-developers] Regarding WIFIInfo bssid ssid

2012-05-09 Thread Bunty syed
But is it device wifi mac address or active wifi network mac address... On 9 May 2012 18:27, Jason Teagle teagle.ja...@gmail.com wrote: So just want to know is any there any unique identifier for wifi network which will be unique constant on all devices.. The MAC address? This can be

[android-developers] Lunch child apps app only from launcher app

2012-05-08 Thread Bunty syed
Hi, I have one launcher app one child app. I want my child app to be launched only from the Launcher app. To achieve this ,I have used one permission attribute in the child app manifest file as follows-- permission android:description=@string/launch android:label=@string/launch

Re: [android-developers] Charts

2012-05-08 Thread Bunty syed
You can refer hicharts or achartengine http://code.google.com/p/achartengine/ On 8 May 2012 17:54, Tarilo cor...@microdataes.com wrote: Hi We need to implement a chat options in our android app. We need to make a bar and pie charts from xml data. Exist some libraries to implement this?

[android-developers] how to disable options to select or cut or paste on text selection with android 4.0

2012-05-07 Thread Bunty syed
Hi All, In android 4.0 version, when u select long press text(specially a link or edit text),it shows an ui with some options like cut(scissor image),select all,etc.. Is there any way to disable that or any callback method to intercept that ??? Thanks Regards, Bunty Sayyad -- You

Re: [android-developers] how to disable options to select or cut or paste on text selection with android 4.0

2012-05-07 Thread Bunty syed
Its coming for double tapping the text in the edit text... On 7 May 2012 16:38, Jason Teagle teagle.ja...@gmail.com wrote: In android 4.0 version, when u select long press text(specially a link or edit text),it shows an ui with some options like cut(scissor image),select all,etc.. Is

Re: [android-developers] how to disable options to select or cut or paste on text selection with android 4.0

2012-05-07 Thread Bunty syed
In the log it showing 05-07 16:58:29.400: INFO/WindowManager(183): createSurface Window{41cd54d8 PopupWindow:41893ab8 paused=false}: DRAW NOW PENDING On 7 May 2012 16:38, Jason Teagle teagle.ja...@gmail.com wrote: In android 4.0 version, when u select long press text(specially a link or

[android-developers] Problem with Location.getTime API

2012-05-03 Thread Bunty syed
Hi, I changed the time date of the device.. Then i launched an app which reads time date using location.getTime Api as follows--- long time =loc.getTime(); GregorianCalendar gcal = new GregorianCalendar(TimeZone.getTimeZone(UTC)); gcal.setTimeInMillis(time); Log.i(Ashiq,

Re: [android-developers] Problem with Location.getTime API

2012-05-03 Thread Bunty syed
. On 3 May 2012 11:57, Bunty syed itsmeatfo...@gmail.com wrote: Hi, I changed the time date of the device.. Then i launched an app which reads time date using location.getTime Api as follows--- long time =loc.getTime(); GregorianCalendar gcal = new GregorianCalendar

Re: [android-developers] Problem with Location.getTime API

2012-05-03 Thread Bunty syed
In android there is an option for date time like Use network provided values. is there any API to trigger that programatically get the network provided values... On 3 May 2012 16:59, Mark Murphy mmur...@commonsware.com wrote: On Thu, May 3, 2012 at 7:25 AM, Bunty syed itsmeatfo...@gmail.com

[android-developers] How to check whether connected wifi network is secured or not

2012-04-24 Thread Bunty syed
Hi Guys, I have one query. Actually I want my app to make network call only if device is connected to secured wifi network which requires authentication I am using following code... WifiManager wifi =(WifiManager) getSystemService(Context.WIFI_SERVICE); if(wifi !=

[android-developers] How to remote wipe particular application data

2012-04-23 Thread Bunty syed
HI All, I want to wipe all data for particular application.I went through device admin api. It provides option to wipe all device data not for particular app. Is there any way to wipe data for particular app... Regards, Bunty Syed -- You received this message because you are subscribed

[android-developers] How to find network type is 2G/3G/4G exactly

2012-04-17 Thread Bunty syed
HI, I want to find if the connected network falls under 2G ,3G or 4G.. I went through ConnectivityManager / TelephonyManager but it gives network type like gprs,edge,etc... In device,we will find a tick mark like use only 2G network. Can anybody tell me how native android decides that whether

[android-developers] Uninstall application silently from device using MDM for android

2012-04-04 Thread Bunty syed
Hi, I want to delete application silently from device. But I found there is no way of doing it(except launching uninstaller screen) .. I read @ MDM in android using which we can wipe data,lock phone, etc... Can we uninstall app silently using MDM.. Thanks Regards, Bunty Syed.. -- You

[android-developers] Regarding invoking already launched app with some data with maintaining same state of app

2012-04-02 Thread Bunty syed
HI, I have two apps.One app is container app other apps are child apps. My container app gets notification for child apps. Now my doubt is I want to invoke some callback in the child apps from container app to notify running child app about the notification. Also,if container app notifies