[android-developers] Re: Market not updating?

2010-12-09 Thread Vladimir (CM)
One of our apps lost 2k total DLs and 12k active installs, which caused it to travel some 5-10 spots up and down the "top free" ranking. The Market team know how to keep us entertained. On Dec 8, 11:28 pm, WhitneyApps wrote: > There is something weird going on in the market.  Both of my apps' > t

[android-developers] Where to find Jarsigner

2008-11-11 Thread CM
I have checked the bin folder of my jre and it is not there. Keytool is there, but no jarsigner. I tried googling this but all I found was to check the bin folder. Does anyone know where jarsigner is or know where I can download it from? Thanks --~--~-~--~~~---~--

[android-developers] Re: Program Finished - Now What?

2008-11-09 Thread CM
Dumb question but umm, how do I get or download the keytool? When type in "keytool" in the command line, I get "key is not recognized as an internal or external command, operable program or batch file" I have read somewhere that keytool and jarsigner come with the jdk, but if I already have it,

[android-developers] Re: Accessing the Task Manager

2008-10-23 Thread CM
ok, thanks anyway On Oct 23, 12:26 pm, hackbod <[EMAIL PROTECTED]> wrote: > No, sorry there isn't. > > On Oct 23, 7:53 am, CM <[EMAIL PROTECTED]> wrote: > > > Is there a way to launch the Task Manager(the same one as when you > > hold down the home bu

[android-developers] Accessing the Task Manager

2008-10-23 Thread CM
Is there a way to launch the Task Manager(the same one as when you hold down the home button) from your application? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

[android-developers] How to detect whenever any Textbox gains focus?

2008-10-16 Thread CM
I want to be able to set up a listener that can determine when any textbox in any application gains focus. Is this possible? Do I create a service with some kind of onFocusChangeListener? Thanks in advance --~--~-~--~~~---~--~~ You received this message because