Questions tagged [unlock]

When a device is locked, it needs to be "reactivated" in order to use it. This unlock is normally obtained by pressing a button and/or swiping a finger across the screen.

When a device is locked, it needs to be "reactivated" in order to use it. This unlock is normally obtained by pressing a button and/or swiping a finger across the screen.

240 questions
4
votes
0 answers

keep notification on lock screen after unlock it

Am newbie in IOS. I want to create an app in which unread reminder notification OR any local Notification and should not remove from lock screen of iphone. When i slide to unlock and lock it again then my notification remove from lock screen. i…
Sumit
  • 45
  • 6
4
votes
0 answers

How can I turn the android screen on and unlock it with WakeLock?

I have a service that runs in background with PARTIAL_WAKE_LOCK. It waits until someone shakes the device (using the accelerometer) and then turns the screen on and start an activity. I use this piece of code to unlock the screen: …
mvitsor
  • 93
  • 1
  • 8
4
votes
2 answers

When exactly is the NFC Service deactivated?

I am wondering when exactly the NFC Service is started and stopped. The source code for android 4.0.3 seems to state that the polling is dependent on a single constant (located in NfcService.java) /** minimum screen state that enables NFC polling…
hamena314
  • 2,969
  • 5
  • 30
  • 57
4
votes
2 answers

[android][lock_screen] Unlock standby screen during incoming sip call

I am writing a sip based calling application. When there is an incoming call the corresponding activity for it is fired and is getting displayed below the lock screen. But the user doesn't get to know about the call...the lock screen comes up for a…
user1412027
  • 53
  • 1
  • 6
3
votes
3 answers

How to unlock columns in pgAdmin

I want to unlock the columns which appearing in the following pic: https://i.stack.imgur.com/3F7cb.png I know that the answer is make id a primary key. but the problem here is that I can't make id a primary key because there are two rows empty in id…
Fofah
  • 31
  • 1
  • 3
3
votes
1 answer

How to perform UDS session unlock using security dll from python program?

I want to automate some WDBI services which requires security unlock. I have a dll which can be invoked from CANoe, but I don't want to use canoe hardware also I don't know the function calls in the dll. Is there any way that I can invoke dll from…
GGG
  • 55
  • 1
  • 1
  • 10
3
votes
2 answers

Windows Service: Session Unlock Event with Fast User Switching and Terminal Services Stopped and Disabled

I am writing a C# .NET 3.5 Windows Service that needs to perform some actions whenever a user logon or unlock event occurs. I have tried registering the service by adding my event handler to Microsoft.Win32.SystemEvents.SessionSwitch: using…
3
votes
1 answer

How to make unlock screen app for Android

I am trying to develop unlock screen app for Android. I have downloaded some unlock screen app and tested. I finally found one app. That is Fingerprint Screensaver . It is what I exactly want. I mean I wish to replace the pattern unlock screen app.…
mooongcle
  • 3,987
  • 5
  • 33
  • 42
3
votes
0 answers

Can Boost::thread::mutex unlock a mutex if it doesn't have the ownership?

According to the documents of Boost.Thread, unlock() seems to be called by the thread which owns the mutex owns. Requires: The current thread owns m. But, in my test, other thread can unlock the mutex. include #include…
Anselmo Park
  • 991
  • 2
  • 10
  • 14
3
votes
1 answer

Unlock iPhone device to continue?

Even if my iPhone is connected using cable and unlocked, it is shows an alert "Xcode 9.3 can not launch app on iPhone because of device is locked". I don't know what to do? Any one have proper solution for this? Please
Manish Patel
  • 106
  • 2
  • 11
3
votes
1 answer

Unlock Windows using Python Keyboard

I am using python keyboard lib to unlock my windows desktop, when I try keyboard.send('win+l') It print l in my screen but not lock my computer later I using ctypes.windll.lockworkstation() to lock my computer, but when I want to control my…
Jeffrey
  • 49
  • 1
  • 4
3
votes
1 answer

Showing a different notification text when iOS is unlocked

On iOS, the Messages app has an option in Settings > Notifications > Messages called "Show Previews". This changes the notification text depending on whether the phone is unlocked. For example, when my phone is locked the notification appears…
alexmuller
  • 2,207
  • 3
  • 23
  • 36
3
votes
2 answers

How to unlock COM port

I've a application that must work after another application. This second application has a bug that causes COM ports not to be closed in specific circumstances. I would like to close all COM ports programmatically in my application to ensure, that…
Tom Smykowski
  • 25,487
  • 54
  • 159
  • 236
3
votes
2 answers

'lock' is deprecated: first deprecated in iOS 8.0 - Use -performBlockAndWait: instead - iOS coredata warning

I'm using Xcode 7.1 and I get this warning when opening my existing app. Would be helpful if someone shows the way to use -performBlockAndWait: Thanks
Confused
  • 3,846
  • 7
  • 45
  • 72
3
votes
1 answer

Multiple Check-outs Error!! must remain locked because its file type prevents multiple checkouts

I try to check-in excel document regarding my development. But my build is failing because of its file is locked by me. But the problem is; when i select unlock the document, I am getting this error below. > The item $/../../Device must remain…
cell-in
  • 709
  • 2
  • 11
  • 27
1 2
3
15 16