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
0
votes
1 answer

Is there any way to generate fingerprint through app in android

Is there any way to generate fingerprint through app in android and then use this fingerprint to for authentication. And this fingerprint has no relation with the fingerprint which you use to unlock your phone. If yes then please let me know! Thanks…
Rohit Mathur
  • 41
  • 1
  • 9
0
votes
1 answer

custom slide to reveal toolbar

i want to do a custom toolbar, something like the slide to unlock of android phones. In idle state, the user can see a button of the bottom left of the page. the user would then tap it, drag towards the right. When the user reaches the right end,…
0
votes
3 answers

Minimum Privileges required for Mongo lock and unlock

We need to have a user with minimal privileges that is only able to lock a mongo instance, using db.fsyncLock() and db.unlock(), to ensure we can take consistent snapshots of the disk images. I currently have the following role created: { "role"…
ModulusJoe
  • 1,416
  • 10
  • 17
0
votes
1 answer

Unlock a specif Row Range based on the date

I need some help to upgrade my VBA code. I try to find a code which will unlock a specific row based on the current date. The problem is, I don't want all the row's cells to be unlocked but only a set of specific range. Like on the current date…
Siaka C
  • 3
  • 2
0
votes
2 answers

Unlock Achievement - GameCenter iPhone

I am trying to unlock an achievement in the game i am making for the iPhone but being rather unsuccessful. From Apples own GKTapper project sample demonstrating Game Center code I have copied the GameCenterManager.h and .m and the…
Josh Kahane
  • 16,765
  • 45
  • 140
  • 253
0
votes
1 answer

Is it possible for Apple Watch to be notified with vibration when iPhone is unlocked?

Is it possible for Apple Watch to be notified with vibration when iPhone is unlocked? My iPhone app needs to send vibration alerts to Apple Watch under some user actions.
0
votes
2 answers

Android activity unlocking screen

I'm trying to add an Activity that makes a locked screen unlock and shows an Activity. Everything works except the unlocking of the screen. The Activity starts but the screen stays off. But I need the screen to go on the same time Activity…
0
votes
1 answer

BroadcastReceiver for "USER_PRESENT" leaking memory

I have an application containing Activity A, Service S and BroadcastReceiver BR. What I want the application to do is to listen to when the user unlocks the phone. This is currently achieved by having A start S and bind to it. S will start and…
0
votes
1 answer

Unlock Active-Directory Account using Systems.directoryservices.AccountManagement in c#

I'm experiencing some problems when unlocking a locked account on AD. I'll keep it very simple. I'm assuming that the account is currently locked. UserPrincipal oUserPrincipal = ADMethods.GetUser("test.user"); oUserPrincipal.UnlockAccount(); …
0
votes
0 answers

Unlock Tables can't run

I have this code to generate auto number by select max and I use lock table. My question is why unlock tables can't run after lock table ? Sub locking() Dim nomortrans As Integer SQL = "lock tables tblpos_trans_nomor write,…
0
votes
1 answer

Pamusb-agent says Unlocked but screen is still locked

I would use a USB to lock and unlock my Ubuntu with pamusb, but the problem is that when I insert the USB it won't unlock the screen, while in the log it says that it is Unlocked: pamusb-agent[6707]: pamusb-agent up and running. pamusb-agent[6707]:…
MorRich
  • 426
  • 2
  • 5
  • 15
0
votes
1 answer

Developer unlocked windows phone gets locked for no reason

I have 2 windows phone devices on my account that I use for testing. But they get locked for no reason.. I have to unlock it almost everyday. It even happened twice in one day. I haven't figured out what is causing this... Is anyone experiencing…
rickrvo
  • 543
  • 3
  • 17
0
votes
2 answers

google usb drivers aren't compatible with Galaxy grand prime?

I have a Samsung Galaxy Grand Prime, I have been following various tutorials trying to unlock the bootloader. My device can be found with adb devices, but not fastboot devices, and all fastboot commands are . The drivers I've got loaded recognize it…
Spencer Cornwall
  • 289
  • 2
  • 14
0
votes
0 answers

iOS local notification - screen unlock

From my app I need to play a sound while generating a local notification (something like what happens when receiving a whatsapp call for example). When the phone is locked, the local notification appears on the lock screen and the sound is…
Jyotirmoy
  • 710
  • 6
  • 12
0
votes
1 answer

How to determine number of locks and unlocks of iPhone programmatically

is it possible to determine how many times my iPhone has been locked and unlocked programmatically when app is foreground and background as well. Code snippet will help a lot...