[android-developers] Android Google Play Application Licensing Service

2013-07-23 Thread gauri
Hello, I have created one Android test app for checking app licensing. I want to verify the signature of installed app with the one uploaded at market. For testing purpose, app is added in draft, not yet published. Does Google Play do the Signature verification of installed app with the one

Re: [android-developers] Recover Certificate from APK

2013-07-23 Thread Piren
Actually the instructions state you should use 25+ years for a single application; more if you sign multiple applications (there's a 20 year minimum for app on Google Play) If you encounter this issue in 25 years, post it on their future-holodeck-message-board :-) I think the idea behind this

Re: [android-developers] Android Google Play Application Licensing Service

2013-07-23 Thread pankaj pandey
Yes, Google play do the signature vitrification when you will try to upload another version of app. it's not about draft and publish. On Tue, Jul 23, 2013 at 11:44 AM, gauri gauri.v...@gmail.com wrote: Hello, I have created one Android test app for checking app licensing. I want to verify

Re: [android-developers] App is crashing and showing android.view.WindowManager$BadTokenException: Unable to add window -- token android.os.BinderProxy@4298f298 is not valid; is your activity running?

2013-07-23 Thread pankaj pandey
Hi, you can't call UI activity like (showing toast or dialog) in doInBackground method of Asyncro thread. put toast or dialog it in 'onPreExcute()' or postExcute() methods as per your need. On Tue, Jul 23, 2013 at 10:19 AM, Seshu s.seshu...@gmail.com wrote: Hi All, In my application am

Re: [android-developers] App is crashing and showing android.view.WindowManager$BadTokenException: Unable to add window -- token android.os.BinderProxy@4298f298 is not valid; is your activity running?

2013-07-23 Thread Seshu
Hi pankaj, Thanks for reply, i kept progress dialog in onpreexcute method only but not in do in back ground. On Tuesday, July 23, 2013 1:31:17 PM UTC+5:30, Pankaj wrote: Hi, you can't call UI activity like (showing toast or dialog) in doInBackground method of Asyncro thread.

Re: [android-developers] App is crashing and showing android.view.WindowManager$BadTokenException: Unable to add window -- token android.os.BinderProxy@4298f298 is not valid; is your activity running?

2013-07-23 Thread pankaj pandey
Could you share your code? On Tue, Jul 23, 2013 at 2:01 PM, Seshu s.seshu...@gmail.com wrote: Hi pankaj, Thanks for reply, i kept progress dialog in onpreexcute method only but not in do in back ground. On Tuesday, July 23, 2013 1:31:17 PM UTC+5:30, Pankaj wrote: Hi, you

Re: [android-developers] App is crashing and showing android.view.WindowManager$BadTokenException: Unable to add window -- token android.os.BinderProxy@4298f298 is not valid; is your activity running?

2013-07-23 Thread Renuka Deshpande
Hi, The error shows its getting context null. So its better to initialise it before starting and async task and just how it on pre-execute . you can try in this way it works for me. Thanks Regards, Renuka On Tue, Jul 23, 2013 at 10:19 AM, Seshu s.seshu...@gmail.com wrote: Hi All, In

Re: [android-developers] App is crashing and showing android.view.WindowManager$BadTokenException: Unable to add window -- token android.os.BinderProxy@4298f298 is not valid; is your activity running?

2013-07-23 Thread Seshu
please send test mail to this mail id sdotseshu143atgmaildotcom. i ll share code to ur mail id. On Tuesday, July 23, 2013 2:30:06 PM UTC+5:30, Pankaj wrote: Could you share your code? On Tue, Jul 23, 2013 at 2:01 PM, Seshu s.ses...@gmail.com javascript:wrote: Hi pankaj, Thanks for

[android-developers] receiving volume key up/down events when phone is locked/sleep

2013-07-23 Thread Prasanth P
Hi all, Is it possible to receive volume up/down key press events when phone is locked or in sleep mode ? if not , how media player applications receive this events when phone is in locked/sleep mode. Thanks Prasanth -- -- You received this message because you are subscribed to

[android-developers] receive volume up/down key press events when phone is locked or in sleep mode

2013-07-23 Thread Prasanth P
Hi all, Is it possible to receive volume up/down key press events when phone is locked or in sleep mode ? if not , how media player applications receive this events when phone is in locked/sleep mode. Thanks Prasanth -- -- You received this message because you are

[android-developers] how do i know if the page is completely loaded and the animation has ended while using page-curl effect by harism?

2013-07-23 Thread Matt
Hello everyone, I have implemented page-curl effect in my application by using the library available at https://github.com/harism/android_page_curl. I need to animate some text over that. I have already created a TextView and displaying text on top of the curl-view. However, I need to know

[android-developers] Re: Stretch videostrong

2013-07-23 Thread Matt
Take the VideoView under a RelativeLayout and define it as below: VideoView android:layout_width=fill_parent android:layout_height=fill_parent android:layout_alignParentBottom=true android:layout_alignParentLeft=true android:layout_alignParentRight=true

Re: [android-developers] Tips on Using Vim

2013-07-23 Thread Lew
Kristopher Micinski wrote: I used to use emacs and ant quite a bit. The `android` command line tool is pretty helpful, and there's an emacs minor mode within the SDK (at least, there was the last time I checked). It's not all that great, and you should probably look into a solution

Re: [android-developers] Best way to save user's avatar

2013-07-23 Thread cybersun
Thank you so much Ryan, I'll dig inside that source, hope that solve my problem ;). On Monday, July 22, 2013 7:56:49 PM UTC+7, Ryan Harter wrote: Take a look at that AOSP sources. You can see that the built in contacts app is saving the photos to the file system. On the PhotoStore class

Re: [android-developers] Re: Deposits From Google Wallet Weirdness

2013-07-23 Thread Steve Gabrilowitz
Mine didn't get reversed so it looks like I got paid a couple of months in advance for sales I haven't made yet. Like you, my daily revenue is being subtracted from the negative balance which it should be so I guess all will be square in a couple of months! On Mon, Jul 22, 2013 at 9:42 AM,

Re: [android-developers] Re: Deposits From Google Wallet Weirdness

2013-07-23 Thread Nathan
On Tuesday, July 23, 2013 10:35:39 AM UTC-7, Steve Gabrilowitz wrote: Mine didn't get reversed so it looks like I got paid a couple of months in advance for sales I haven't made yet. Like you, my daily revenue is being subtracted from the negative balance which it should be so I guess all

[android-developers] Re: Obfuscating Android Library Project

2013-07-23 Thread Felix Garcia Lainez
Yes I know how it works... What I said is that doesn't work as it does with Android application projects... http://stackoverflow.com/questions/8088958/how-to-obfuscate-an-android-library-jar-file-using-proguard-in-eclipse On Monday, July 22, 2013 12:27:06 PM UTC+2, Piren wrote: it works fine

[android-developers] Menu Not Showing

2013-07-23 Thread Felix Garcia Lainez
Hi, The case is that I have several activities in which I use actionbar successfully, showing different actions on top (with icons), but when I click on menu key (galaxy s4) then the menu options is not shown... I don't know really if this is the desired behavior but I would like to have both

[android-developers] Can app developers download all user reviews for own app

2013-07-23 Thread sagar
Hi, Is there an api available to download/export all reviews that you get for your own apps? If not api, is there other way to download all reviews for your own apps? Thanks. -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Obfuscating Android Library Project

2013-07-23 Thread Felix Garcia Lainez
But how can I do it directly in the project? I know I can use Proguard as and standalone app, but I think that it doesn't work in Android Library Projects... On Sunday, July 21, 2013 8:52:17 AM UTC+2, Piren wrote: I haven't tried to obfuscate a jar file after it is made, but you can