The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
4answers
257 views

How to disable unlocking screen programatically

I need to lock the Android phone when the user leaves a defined WiFi area I need to prevent the user from unlocking the phone when he/she is out side the defined WiFi area I need to unlock the phone ...
7
votes
1answer
627 views

Android how to show notification on screen

I've been working on push notifications and I am able to implement it and display it on status bar, the problem I am facing is that I want to display it even if the phone is lock, Under the lock ...
7
votes
1answer
702 views

Setting iOS background/lockscreen image programatically?

I'd like to be able to set the lockscreen background image programatically. I'm aware that this is only possible for jailbroken iOS devices. Here are some things that I've tried: Place a ...
7
votes
2answers
4k views

how to programmaticaly lock screen android [closed]

Possible Duplicate: Lock the android device programatically how to programmaticaly lock screen android?
3
votes
1answer
451 views

Display Custom Information on Lock Screen In Android

I want to custom LockScreen. The default Lock screen is like this. I want to modify this portion of the Lock Screen & Let all other things remain the same. When user locks his phone, it should ...
3
votes
2answers
864 views

Customizing Android Lock Screen functionality?

I will like to develop an App which modifies LockScreen of Android. I have read in some forums that it is not supported as yet in the SDK but there are some applications available that does exactly ...
3
votes
2answers
2k views

Enable or disable the PatternLock screen from code

I try to find a way to disable the PatternLock screen temporary. I don't want the lock to be disabled completely, but the user should not need to re-enter his pattern all the time. My idea is to ...
2
votes
3answers
181 views
+100

How to use default password lock screen in our Android application?

I am new in android. I want to use default password lock screen in my android application. I want to open that lock screen when sms is come in my device. I want to use (settings > Location & ...
2
votes
0answers
273 views

calling Windows Phone 7 lockscreen programmatically [closed]

Possible Duplicate: can you lock screen programmatically in wp7 I'd like to write an application for locking the screen (let's say, to reduce wear on the hardware lock button - locking the ...
2
votes
1answer
224 views

DevicePolicyManager, lock screen and HTC Sense

I've written an application which just locks the screen if is started, based on the Device Administration Tutorial. So far so good, after I activate the device administration for the application I am ...
2
votes
0answers
148 views

disablekeyguard() not working properly when receiver of SCREEN_ON is triggered in Android 2.2?

I am trying to disable the keyguard when SCREEN_ON is trigged. The following code is in a service run by the broadcast receiver of ACTION_SCREEN_ON: KeyguardManager myKeyGuard = ...
2
votes
2answers
151 views

Qt4: Making fullscreen window impossible to get around (a lock screen)?

My application is an OS lock screen (like GDM's lock screen or KDE's), so I'm trying to make it function like one. I am trying to make my application's window hover above all other windows and ...
2
votes
1answer
890 views

How to customize Android's LockScreen?

I know that there is already some apps can do this, such as: WidgetLocker Lockscreen Flyscreen I want to know how to do this in my app? What classes I can use? Or what articles I should ...
2
votes
1answer
574 views

Setting android unlock pattern from code

I'm making an application that locks the phone down after some event. Basically it just turns off the screen and the android lock screen activates. I've set the LOCK_PATTERN_ENABLED setting in order ...
2
votes
2answers
2k views

How to lock the Screen customly? Just like WaveSecure in Android

I want to do a demo just like WaveSecure, which win Android Develop Challenge 2 with a third place. Now I have a problem in locking the screen customly, so I want to know how WaveSecure achieve its ...
2
votes
2answers
1k views

How to access programmatically what is displayed in an Android lock screen

Today I am looking for a way to mimic the behavior I know from my HTC Hero's lock screen: the calendar and alarm clock can put text & drawables there to inform about an upcoming event or an ...
1
vote
1answer
33 views

Continue audio playback when iPhone is locked

How can I continue an audio playback in iPhone when it auto-locks or the user locks the phone? I already tried session = [AVAudioSession sharedInstance]; [session ...
1
vote
1answer
162 views

Detect Lock Screen in background application

I Have application which run in background mode. And when Lock Screen is active I need to perform some code. How to detect when lock screen is active from my background app?
1
vote
2answers
40 views

How to know if users entered a wrong passcode (lock screen) in android app

I am working on an Android App in which one of the activity has to be completed if user enter a wrong passcode in android lock screen. For example an email sent if user entered a wrong passcode.. I ...
1
vote
0answers
238 views

ACTION_USER_PRESENT with Unity3d causes crash after splashScreen

I have made a java plugin for a unity game that turns music back on when the screen is unlocked. On Android 2.3.3 it works without problem but I am getting complains that it crashes the game under ...
1
vote
2answers
186 views

Device Locking in Android

I need to lock my phone without using the device physical button. I created an Activity that contains a Button. Clicking the Button should lock the phone (i.e it should be like this ...
1
vote
1answer
496 views

Android lock screen

Is there a way to display text on lock screen? Like the information about unread SMS messages or like that Music Player on lock screen with Play/Pause buttons. Thanks
1
vote
0answers
372 views

HTML and CSS lock screen for mobile web application

I'm building a single page, offline html5 web application using jquery mobile, backbone, underscore and tbd templating engine. I'd like to create a lockscreen that looks similar to the native iPhone ...
1
vote
0answers
119 views

Can somebody explain me this about lockscreen apps?

Is it possible to override the default android lock screen and replace with your own application? If so, can somebody explain me how can you do that? Not with actual code snippets but in general, I ...
1
vote
1answer
174 views

Writing a lockscreen for Linux?

I've been looking around for a nice lockscreen to use with my XFCE system, but it seems like there are any slim lock screens around. I'm currently using slock, but it's just a blank screen with ...
1
vote
1answer
238 views

iPhone Lockscreen Password style framework

Is there any framework like MessageUI (which has a mail composer) that has something like the lockscreen password style for cocoa?
1
vote
0answers
97 views

track/count unlock attemp made in pattern

I have develop a small application which can recognize when device get lock and unlock using BroadcastReceiver and filter.addAction(Intent.ACTION_SCREEN_OFF) ...
1
vote
1answer
2k views

Changing the iOS lock-screen from code

Hi i'm building an app which would have to have the ability to show my own views on the iphone lock screen. I've seen lots of apps which let you customize the lockscreen and so forth and these were ...
1
vote
0answers
113 views

How to know wether the phone is locked in android? [closed]

Possible Duplicate: Android Service Listener for the wakelock screen I want to know how to findout the status of the phone whether its locked or not. using the source code. any suggestions ...
1
vote
0answers
439 views

Overriding android lock screen with an emergency button [closed]

Possible Duplicate: Android Service Listener for the wakelock screen Hii my application needs to be run in an emergency to contact all close contacts. so i'm kinda trying to figure out how ...
1
vote
1answer
814 views

how to develop a replacement for the android lock screen

I need to put my app on the lock screen (android 2.2)! I think there are two options for do this: Develop an app to replace android's lock screen. This app whould be called when the off button is ...
1
vote
2answers
526 views

redraw GUI on didreceivelocalnotification when come from lock screen iphone

How do I prevent my GUI from redraw when it comes back from lock screen after receiving a UILocalNotification? In didReceiveLocalNotification I present a modal view, but the old state of my view ...
1
vote
1answer
669 views

Android: How to add battery stats to stock lock screen while not charging?

The stock Android lock screen will display your battery status while your phone is charging; does anyone know how to have it display your current battery status while it is not charging? This ...
1
vote
0answers
273 views

Android: Detect key-presses in Android when the screen is locked

Is it possible to detect key-presses in Android when the screen is locked? I want to be able to detect when the center D-Pad button is pressed while the screen is off.
1
vote
1answer
3k views

Android activity over default lock screen

Similar to: http://stackoverflow.com/questions/3381594/how-to-make-android-activity-show-above-keypad-screen-lock How can I display an Activity or Dialog over visible lock screen? I have already ...
1
vote
1answer
531 views

Android 2.2 Screen Lock Security

Is there a way to find out if a user has the PIN lock or password lock screen security set? I know that you can check Settings.Secure.PATTERN_LOCK_ENABLED to read if the pattern is set. Even a value ...
1
vote
0answers
496 views

Launching Android Native Lock Screen

I'm looking for a way to launch the native android lock screen from my application. I've looked around and found code about KeyGuardLock and KeyGuardManager but I believe that only locks the keyboard ...
1
vote
1answer
359 views

iPhone detect touch when screen is locked

I know that apple knows when you touch the locked screen (iPod shortcut, call), but can I know somehow when user touches it. Thanks in Advance!
0
votes
1answer
32 views

How to recreate Android 4.0 Lockscreen

I was wondering if it was possible to recreate the android 4.0 lockscreen within an application. I want to use it as the way to navigate through my app. Is it possible to pull the source of the ...
0
votes
0answers
32 views

What is the intent filter action and category for screen lock key?

I want to write an app which will work as android lock screen app not like widget. I want to know the intent filter action and categories required in android manifest file for my app. All of us know ...
0
votes
0answers
11 views

How to send information to the Remote-Control (lock screen) in iOS

i'm currently having issues changing track information at the lock screen. I have managed to get playing/pausing from the lock screen, and everything works fine and dandy, but I'm completely lost on ...
0
votes
2answers
71 views

Continue audio playback when iPhone is locked like iPod App

I need to continue the playback even when the user locks the phone. I've seen some solution over the internet, but none of them seem to work, such as: AudioSessionSetActive(true); // Set up audio ...
0
votes
0answers
21 views

WidgetLocker onResume onPause

I am developing an Android application that relies heavily on the accelerometer. Because of this, I really need to make sure that the onResume and onPause events are handled correctly. My ...
0
votes
0answers
60 views

Android Lock Screen With DevicePolicyManager

Hi Team good morning now i am working on android device locking. I need to lock my device(android 2.3.3) using the device keys Volume_up and Volume_down. In this if the volume_up key is pressed the ...
0
votes
2answers
83 views

iOS lock screen app launch

I would like to have my app available to launch from the lock screen similar to the camera on iOS 5. Is this possible? If so can anyone point me to any resources to do this? Thank you for your help
0
votes
1answer
51 views

accessing lockscreen on windows phone

Is there any possibility to operate with locksreen image in windowsPhone? For example, writing some text on that image. Acceptable solution is to draw some text as image on lockscreen wallpaper. I ...
0
votes
2answers
73 views

Android lock screen behaviour

If I press home and come back to my app a little later I will find that the state has been preserved perfectly. For some reason however if I lock the phone and then unlock it, my app has been returned ...
0
votes
1answer
227 views

Full screen transparent activity (no title & status bar) doesn't work… why?

I'm making a custom lock screen. The lock screen is an activity which I launch by the time the screen goes off. However, I can't make the activity be both transparent & fullscreen. The Status ...
0
votes
0answers
40 views

Alarm Key unlock not working

Hi I am developing an alarm app in android. I want my app to programmatic-ally unlock the keyguard and wake the screen. I am using the below code in my alarm activity page. ...
0
votes
1answer
148 views

Is there a way to customize the lock screen programmatically?

I want to create an application that will show some predefined message each time I unlock my Windows Phone: before or after i unlock it. If before - then I want to be able to add some text to the lock ...

1 2