[android-developers] Re: how to add jar file to Java Application ?

2017-01-29 Thread Avi Parshan
Find the libs directory, and place your jar in there. Next, you'll have to add it as a dependency in the gradle folder. On Saturday, January 28, 2017 at 11:23:26 AM UTC+2, array overflow wrote: > > *how to add jar file to Java Application ?* >

[android-developers] Re: Getting 50mb apk size limit.

2017-01-29 Thread Avi Parshan
I think there may be a limit, look into the apk expansion. You can upload multiple apks to complete one app. I don't remember exactly how it works, but search it. Also, you should try using proguard and set minifyEnabled true in your gradle file. It should help shrink down your app size. On

[android-developers] The zoom ( setZoom(scale) ) is not work!

2013-04-29 Thread avi . rubner
I have Android 2.3.3. I wrote an application of the camera and now I'm trying to add the option of zoom by two fingers on the screen. But, for some reason, the method isZoomSupported () always gives me a ' false' and the method getMaxZoom () always gives me 0, even though I have Android 2.3.3.

[android-developers] Reboot after settings database change?

2013-02-20 Thread avi
don't see the change updated until i reboot the device (even adb shell sync does not work) Is there a way to update the settings without actual reboot of the device. I am observing this problem in Android 4.2 version. Thanks, Avi -- -- You received this message because you are subscribed

[android-developers] Re: AccessibilityEvent in monkey

2012-02-01 Thread avi
I would really appreciate it if someone could help me with the below problem On Jan 27, 10:01 am, avi avinanku...@gmail.com wrote: All, I am trying to develop an UI based automation system and I was exploring AccessibilityEvent option in Monkey. Following are the steps that I did (i

[android-developers] Re: AccessibilityEvent in monkey

2012-02-01 Thread avi
I found out the problem. sConnectionId variable has to be initialized to -1 instead of 0 On Feb 1, 9:43 am, avi avinanku...@gmail.com wrote: I would really appreciate it if someone could help me with the below problem On Jan 27, 10:01 am, avi avinanku...@gmail.com wrote: All, I am

[android-developers] AccessibilityEvent in monkey

2012-01-27 Thread avi
and connected to monkey's server (iv) Issued listviews command (v) I always get the response No accessibility event has occured yet Could you please let me know if I am missing something? Thanks, Avi -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: getAudioInputStream

2011-11-28 Thread Avi
Hi, I am using this method in simple java program and its working fine. But when i am using the same method in android its not working. Can you please tell me is there alternative method in android for doing the same thing. I googled it i found that this method doesn't support android any more.

[android-developers] Re: Replay monkey execution

2011-05-13 Thread avi
Hi Diego, Thank you for your post..I tried the exact same steps..Running monkey with verbose option and post processed the file to replay Monkey...but there was slight deviation from the original run..If you have tried it, could you please share your solution with me? Thanks again On May 8,

[android-developers] Re: Replay monkey execution

2011-05-06 Thread avi
Sorry, I meant I am getting different crashes on the same build (without any fix)...The crash that I am looking at happens only 1 out of 10 times and it happens after running Monkey for several hours (~8 hours)..So, I would like to replay the monkey run which caused the crash and check if my fix

[android-developers] Re: Replay monkey execution

2011-05-06 Thread avi
that the results will be non-deterministic.  There is just too much asynchronous stuff, things running in the background that can impact behavior, etc. On Fri, May 6, 2011 at 2:57 PM, avi avinanku...@gmail.com wrote: Sorry, I meant I am getting different crashes on the same build

[android-developers] Replay monkey execution

2011-05-05 Thread avi
Hi, I was wondering if there is a way to replay monkey execution. The problem is that even when I run monkey with same seed and throttle, I am experiencing different crashes..So, I would like to replay the monkey run on my build with the fix for the crash and verify if my fix really fixed the

[android-developers] SIPDemo is not working...

2011-01-20 Thread Avi
I tried to use SIPDemo application on Android 2.3 - revision 9 emulator But it returns null for the SIPManager.newInstance(this). if (manager == null) { manager = SipManager.newInstance(this); } On checking SIPManager.isAPISupported. It retruns false. Has any body run SIPDemo application,

[android-developers] Efficiency of code with cursor.requery()

2010-10-06 Thread avi nigam
Hi All, I am new on Android Development. I am trying to make email client application for android. I studied the google open source code for email app. I find it quite tough for me. I have implemented cursor.requey() to maintain the checked state of my checkbox when I scroll my list view. Is it

[android-developers] Efficiency of code with cursor.requery()

2010-10-06 Thread avi nigam
Hi All, I am new on Android Development. I am trying to make email client application for android. I studied the google open source code for email app. I find it quite tough for me. I have implemented cursor.requey() to maintain the checked state of my checkbox when I scroll my list view. Is it

[android-developers] Increase Old Keystore Validity

2010-09-07 Thread avi
I have an app in the market, signed with a keystore which is valid only until March 2011. I need to upload an update to the app, Android market is not allowing me to update unless my validity is until 2023. How do I increase the validity of my keystore OR How do I obtain the old private and

[android-developers] Trade

2010-04-02 Thread Avi
I will trade my Droid + $100 for a Nexus One. -- 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] How to create text file and read and write from it ?!?!

2010-02-24 Thread Avi
Hi, I am very new to android and i have wrote an application that reads the Cell ID information , now i want to create a text file and store the information inside , i have googled this issue but i couldn't find a solution that really workd . can someone help me ?!? -- You received this

[android-developers] Re: Read data from WebView (WebKit) or Browser Intent

2009-09-08 Thread Avi ......
and Regards, Avi --~--~-~--~~~---~--~~ 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

[android-developers] Re: How to get a deliver pdu from a SmsMessage

2009-03-26 Thread avi
Is there a function available to construct a deliver PDU type based on Standards 23.040 ? I know getSubmitPdu is used for constructing Submit PDU. Or if someone has already written a function for it, could you please share it with me? Avi On Feb 18, 9:23 am, Mark K mark.ka...@gmail.com wrote

[android-developers] data transfer to moblie from server/pc using GPRS

2008-12-26 Thread avi
hi, i have to build an application that will transfer data from a server to an android enabled mobile phone via GPRS... i dont know where to start..give me some ideas... thanks... --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-developers] Re: Command line parameters to Instrumentation test case

2008-12-17 Thread avi
and in the java class intent.getStringExtra(param name); function can be used to retrive the value. HTH avi On Dec 16, 9:04 pm, avi avinanku...@gmail.com wrote: All, Is there a way to provide command line parameters to Instrumentation test case. I know in regular jUnit test cases, we can specify