Re: [android-developers] Re: Password app

2011-12-27 Thread poiuytrez
Thank you for your answers. -- 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

Re: [android-developers] Re: Password app

2011-12-27 Thread Mukesh Srivastav
I have achieved this functionality. I was able to capture the wrong password entered by user and was able to send the sms succesfully. It had tested it the same with Pattern lock and pin lock as well. Warm Regards, *Mukesh Kumar*, Android Consultant/Freelancer, India,Hyderabad On Tue, Dec 27,

Re: [android-developers] Re: Password app

2011-12-27 Thread Sander Theetaert
Are you serious? This behavior was the FIRST functionality I looked for in my TABLET! And I wanted to implement it myself also... Don't forget that android also runs on tablets, which don't exactly fit in your pocket and could be left unattended somewhere. I find it cumbersome to re-enter my

Re: [android-developers] Re: Password app

2011-12-27 Thread sai rajesh
Hi Can you share the logic here?? On Tue, Dec 27, 2011 at 5:09 PM, Mukesh Srivastav mukicha...@gmail.comwrote: I have achieved this functionality. I was able to capture the wrong password entered by user and was able to send the sms succesfully. It had tested it the same with Pattern lock

Re: [android-developers] Re: Password app

2011-12-27 Thread Mukesh Srivastav
@sandeep, what r u talking abt i have no idea man. you need to make use of DevicePolicyManager api and use the DeviceAdminReceiver class and overide the method.that will help. Warm Regards, *Mukesh Kumar*, Android Consultant/Freelancer, India,Hyderabad. On Tue, Dec 27, 2011 at 5:16 PM, sai

Re: [android-developers] Re: Password app

2011-12-24 Thread Narendra Bagade
invoke your launchor activity using broadcast for intent of reboot On Fri, Dec 23, 2011 at 2:40 PM, Ali Chousein ali.chous...@gmail.comwrote: Have a look at the intent actions and see if any, or a set of them will serve your purpose.

Re: [android-developers] Re: Password app

2011-12-24 Thread Kristopher Micinski
I believe that Mark Murphy (and others, he is just who I remember answering this) details the things wrong with these sorts of things, but they basically boil down to: this is a hack (even catching the home key in the old way has been fixed on newer devices) and catching a broadcast intent and

[android-developers] Re: Password app

2011-12-23 Thread Ali Chousein
Have a look at the intent actions and see if any, or a set of them will serve your purpose. http://developer.android.com/reference/android/content/Intent.html BTW, why are you trying to do this? Even though this feature is useful on desktops/laptops I doubt that it'll have any popularity on