A lock screen is a user interface element used by various operating systems. They regulate immediate access to a device by requiring that the user perform a certain action in order to receive access: such as entering a password, using a certain button combination, or by performing a certain gesture ...

learn more… | top users | synonyms

-3
votes
1answer
21 views

Enabling and disabling Lock screen [closed]

I saw several questions about disabling and re-enabling lock screen, but either they didn't work in current Android releases (2.3+) or they didn't have clear code. So, what I ask is this: Is anybody ...
0
votes
1answer
24 views

Android: is it possible to disable/deactivate the standard Lock Screen?

I am trying to build a custom Lock Screen (or, I'd better say a kind of custom lock screen). My question is the following: is it possible to disable/deactivate via code the standard Lock Screen of ...
0
votes
0answers
21 views

Objective-C OSX: launch Screensaver whit lockscreen

i create an app for mac OSX that launch the screensaver after a delay time like this: NSString *script=@"tell application \"ScreenSaverEngine\" \ \nactivate \ \nend tell"; NSAppleScript ...
-1
votes
0answers
17 views

How to make an html and objective c lockscreen for iPhone

I am jailbroken and I've coded a custom lockscreen in HTML. the concept is that the time is displayed on a button and when that button is clicked, the phone unlocks. I'm wondering how to code a tap to ...
-1
votes
0answers
18 views

How to use iOS Lockscreen music controls to control my app [duplicate]

Would like to connect my audio app to iOS Lockscreen music controls, so when the iPhone screen is locked, after double pressing the Home button, the music controls can control my audio app's ...
0
votes
0answers
33 views

Windows - Interacting with desktop while screen is locked

When you are connecting to Windows machine with Remote Desktop you can see and interact with desktop even though screen is locked on actual machine... Now my question is: is it possible for your ...
1
vote
0answers
41 views

How does the Android Lock Screen Camera work

In Android 4.2 new lock screen widget have been introduced. They can be accessed by sliding left or right on the lock screen. One of those widgets is a camera widget — only this camera widget is ...
-2
votes
2answers
128 views

how to display emergency contact on lock screen?

I want to display emergency contact on lock screen of iPhone. I found one link Launch emergency App/Do emergency call without screen-unlocking the iPhone but it saying that apple will not approve ...
-2
votes
0answers
24 views

Can you please help me pause Pandora when my device locks? [closed]

I need my device to pause Pandora when I lock or sleep ios 6. I found this but I really dont know what to do https://thinkandroid.wordpress.com/2010/01/24/handling-screen-off-and-screen-on-intents/
0
votes
0answers
31 views

how to show custom text in lockscreen in android

I want to show a custom text like Persian date in lock screen in android. I want to replace my Persian calendar with default calendar in lock screen in android. how can I do this?
0
votes
1answer
101 views

Setting password for android app using lock screen patterns

I want to set a password for my application which it will require at the time of execution. I want that it should be like lock screen patterns, is it possible? If yes please help me out to find some ...
0
votes
0answers
268 views

How to the Samsung galaxy S4, Sunbeam unlock effect it?

I imitate Samsung galaxy S4 lock screen to unlock the interface,People know is how to achieve the lock screen touch and slide sun beam effect it?
0
votes
0answers
29 views

How to refresh a lock screen appwidget when the device wakes up

When an appwidget is displayed on the Android 4.2 lock screen, how can it be refreshed with new data when the user presses the power button to wake up the device from sleep? It appears that none of ...
0
votes
0answers
42 views

Change LockScreen image during app play audio

I am creating an app with different live streaming URL get from a single PLIST file, I enabled the remoting control on Lock screen when the divice go to standBy using this code: - ...
-2
votes
0answers
22 views

How to catch lock screen play and headphone play controller events [closed]

I'm currently developing an audio player. I'm planning to add a lock screen player controller and headphone (or earphone) controller event to catch each other for various input type. I have already ...
0
votes
0answers
36 views

App Artwork on LockScreen not working

I am trying to display App Artwork on Lock screen when app plays audio in background by using the below code in - (BOOL)application:(UIApplication *)application ...
-1
votes
0answers
43 views

How to add my application to device's lock screen

I'd like to add the ability to start my application directly from lock screen. How can i add this ability to my application? Thanks, Eyal.
1
vote
1answer
40 views

Android : how to show other apps widget in my activity

I am devlopeing a lock screen , which is just an activity in this i want to show widgets of other applications installed , i got the list of widgets . i can show these widgets in my activity layout. ...
-1
votes
0answers
155 views

how to lock/unlock the screen using voice recognition in android? [closed]

Hi guys I'm doing small android app how to lock/unlock the screen using voice recognition in android ? please any one help me for coding
0
votes
1answer
107 views

How to start new activity from lockscreen?

I am creating simple widget for contact management, which allows user to dial and send sms to desired contact. It works fine as "normal widget", but when I add it as lockscreen widget on Android 4.2, ...
1
vote
1answer
250 views

Understanding custom lock implementation on Android via home screen replacement technique

I've been researching about this question a lot. I asked a related question this week.The most helpful and relevant links in the area are this and this. I want to understand how it works and all, if ...
0
votes
1answer
139 views

How to Make an Android ScreenSaver Application?

Firstly, I am sorry for the repeat question about ScreeenSaver on Android. I downloaded on Google Play Store some application about ScreenSaver such as Photo Album Free ScreenSaver, Smoke Free ...
5
votes
1answer
218 views

Custom Lock Screen Implementation Techniques

So, I have been exploring many similar questions across website (this, this and this and many more). People wanting to implement their own custom lock screen (not talking about widgets). So far there ...
0
votes
1answer
1k views

Android: default music player widget on lockscreen

I have my own music player and I want to interact with the DEFAULT player widget on the lock screen. So my question is how can I make this widget display on lock screen like what google player is ...
6
votes
2answers
209 views

How to unlock Windows lockscreen?

How can I unlock the windows lockscreen with Delphi? I didn't found anything on Google or Stackoverflow. I already tried to enter my password using keybd_event but it seems like the events dont work ...
-3
votes
1answer
188 views

make android Lock Screen and home screen [closed]

I want to make android lock screen but dont know how to implement and start. Please give me some lock screen example(not pattern n password lock) and instruction to make lock screen. and also give me ...
0
votes
1answer
108 views

Android - Launching activity from notification while screen is locked causes crash

THERE ARE NO ERRORS IN MY LOGCAT I have my notification being launched from a timer which then sets off a broadcastreciever that triggers my notification. This all works fine and when a user unlocks ...
0
votes
1answer
81 views

android lockscreen settext application crash

i have used a code similar to one of stackoverflow links: how to change system alarm setting text dynamic to only settext on the lock screen but my application crashes when i run it, any idea what ...
0
votes
2answers
351 views

how to disable both the notification bar and home button in android 2.3?

I am making a lock screen app for android and so it requires that both the notification bar and home button be disabled. Since ICS and further versions do not allow disabling of the Home button, is ...
1
vote
2answers
144 views

Activity return to Portrait when Screen is Locked

Related questions: Strange behaviour while Screen Lock in Landscape This is a strange behaviour i got in my Activities. Portrait mode (It's normal) Press screen lock, Activity: onPause(); ...
0
votes
0answers
353 views

How to dynamically add a lock-screen widget

Google Play Music app adds a special lock-screen widget dynamically when playing music (on Jelly Bean), and removes it after exit. This widget cannot be removed manually by dragging, and when I unlock ...
0
votes
0answers
114 views

No more Lockscreen on Android Emulator, but why?

I have the following Problem. I created a emulator with the AVD-Manager. I testet a few things on the lockscreen and all was fine. But at least i started the emulator and it updatet it self. I never ...
1
vote
1answer
67 views

Get visibility of Lockscreen

How can I check from a Service if the KeyGuard (Lockscreen) is visible? I want to support the original and custom Lockscreens.
0
votes
0answers
89 views

Run activity without unlocking the screen

I have a very simple app that turns the phone into vibrating state. Now when I put the app as a shortcut on the lock screen and press it, it makes the phone vibrate AND unlocks the screen. The app ...
0
votes
0answers
109 views

How do I check whether an iDevice running iOS 6 is passcode locked?

I'm trying to write a tweak that replaces the unlock slider on an iPhone. It works pretty well, except for the fact, that my new slider is placed above the passcode entry field after a respring. To ...
2
votes
1answer
246 views

Activity in front of Lockscreen

I want to create an activity in front of the lockscreen. I don't want to skip the keyguard completely. I tryed it with the TYPE_SYSTEM_OVERLAY flag but there I can't handel any events. It works with ...
0
votes
1answer
298 views

Windows Phone 8 scheduled task custom user control

I have successfully managed to implement lockscreen backgrounds into my WP8 application which uses a custom user control and render it as writeable bitmap since I want to have a dynamic lockscreen for ...
0
votes
1answer
163 views

Unable to call Lock Screen view controller from AppDelegate

I have implemented the KKLockscreen view controller and is working well within the in-app settings controller. Able to set passcode and change them as well. I am having problem to call he lock screen ...
0
votes
0answers
142 views

LockScreen Notifications Blocked By CustomView

I'm Developing a tweak which added a full screen custom UIView to SBAwayView by using-addSubview:. On iOS 5.x, it works fine and notifications and bulletin tableview shows normally. On iOS6.x, ...
0
votes
0answers
153 views

binding AppWidget on system lockscreen with android.permission.BIND_APPWIDGET

I develope a lockscreen app which installed in system/app,the app has permission:android.permission.BIND_APPWIDGET and android:sharedUserId = "android.uid.system". In my app I would bind system music ...
1
vote
0answers
473 views

Hide Home button & disable right side options from system bar

I have found non rooted apps which are capable of hide home button from bottom system bar of tabs (not all the devices but many of samsung tabs) & disabling (not hiding) right side wifi, settings ...
0
votes
1answer
66 views

how do i detect tap gestures when the phone is locked [duplicate]

The default alarm application by apple shows me a snooze button even when the phone is in lock screen and i can press it,so instead of a small button i want to create a larger button or something that ...
1
vote
2answers
683 views

Add image on lock screen in iOS app, when app is running in background

There are many question on site like Programatically changing the iOS lock-screen , How to set lock screen , wallpaper and Ringtone programmatically in iPhone? All say that apple will reject if we ...
0
votes
1answer
375 views

Windows Phone 8 Lock screen timeout option in settings

The windows phone 8 emulator have an option "Never" in lock screen time out settings but why this option "Never" in not available in actual windows phone 8 devices(I have checked in Nokia Lumia 820 ...
3
votes
2answers
373 views

iOS Private API: lock device and power off the screen

I'm making an app for jailbreak that lock the device when the user launch the app. I've tried GSEventLockDevice(); from GraphicsServices.framework but this does not work properly because it locks the ...
0
votes
1answer
234 views

Android Lockscreen Ring Code available?

To give an application a more android-like feeling I'd like to switch the style of choosing between two "ways" to something like the lockscreen-ring, where you can drag the center to the right/left. ...
1
vote
0answers
134 views

Build Screen lock widget for android less then 4.2

I read a lot of thread about lock screen widget and i can't understand whether its possible to build lock screen widget for android version less then 4.2? I have music app and i want widget in lock ...
0
votes
2answers
5k views

How to change the lockscreen wallpaper in android?

I want to change the lockscreen wallpaper of android. I was able to change home screen wallpaper through WallpaperManager.setResource But not able to set LockScreen Wallpaper....plzz help
0
votes
1answer
274 views

Displaying an Activity on the Android lock screen

I'm trying to figure out how exactly (if it's possible) to replicate the way the camera app works on the Jelly Bean lock screen. From the lock screen, I can swipe left and the camera app displays, if ...
0
votes
0answers
159 views

How to show Toast on Lock Screen?

Current : Toast toast = Toast.makeText(context, "test", Toast.LENGTH_SHORT).show(); The Toast was showed on Idle Screen. But it does not appear on Lock Screen. I want to show Toast on Lock ...

1 2 3 4 5