Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Display Custom Information on Lock Screen In Android [duplicate]

I want to custom LockScreen.

The default Lock screen is like this.Default Lock Screen

I want to modify this portion of the Lock Screen & Let all other things remain the same. When user locks his phone, it should display custom information on that red box.

I want to replace the red box portion with new information

So far i have seen one app that does something similar to this things : WidgetLocker

StackOverflow Search so far :

Is there a way to override the lock pattern screen? which says not possible.

Android Lock Screen Widget (Kevin TeslaCoil's Answer) This really tells something

Personalized lock screen for Android Dont understand what the source says.

How can i achieve that ?

Appreciate your help..

like image 234
Kartik Domadiya Avatar asked Aug 26 '11 06:08

Kartik Domadiya


1 Answers

From what I gather, you have to write your lockscreen, then disable the default one. You can listen for screen on and off events then disable the home button by basically making your custom locksceen a launcher.

This has been asked before here: Developing a custom lock screen

And here: Android Lockscreen API?

like image 87
strange quark Avatar answered Oct 26 '22 13:10

strange quark