[android-developers] Regarding Ping command in android

2012-07-05 Thread Iniyan P
Hi, Do we need super user permission to execute the following command in Android App Runtime.getRuntime().exec("ping -c " + count + " " + host).getInputStream(); Thanks, Iniyan P -- You received this message because you are subscribed to the Google Groups "Android D

Re: [android-developers] Re: Need Android code for Automatically answering the phone call

2012-07-02 Thread Iniyan P
Hi, Is there any workaround solution for attending the call automatically. Thanks, Iniyan P On Sun, Jul 1, 2012 at 12:05 PM, Iniyan P wrote: > Hi, > > I found the following code:- > > TelephonyManager tm = (TelephonyManager) > getSystemService(TELEPHONY_SERVICE); >

Re: [android-developers] Re: Need Android code for Automatically answering the phone call

2012-07-01 Thread Iniyan P
ndroid 2.2. It is not working in android 2.3+ Have you tried any code other than this. Thanks, Iniyan P On Sun, Jul 1, 2012 at 11:13 AM, rambabu mareedu wrote: > better thing ask to google you can find easily > > On Sun, Jul 1, 2012 at 9:34 PM, Iniyan P wrote: > >> Can anyone ple

[android-developers] Re: Need Android code for Automatically answering the phone call

2012-07-01 Thread Iniyan P
Can anyone please throw some light on this. Thanks, Iniyan P On Sat, Jun 30, 2012 at 12:02 PM, Iniyan P wrote: > Hi, > > I was browsing through Android site and stackoverflow for getting > automatically answering the phone call code. > > I found the code and it is work

[android-developers] Need Android code for Automatically answering the phone call

2012-06-30 Thread Iniyan P
work all the way up to (and including) Android 2.2, but will break for Android 2.3+." So Is there anyother way I can find a code that will work on android 2.3+ Thanks, Iniyan P -- You received this message because you are subscribed to the Google Groups "Android Developers" group