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

Automatically releasing mutexes held when thread destructor runs

Is there a foolproof way to automatically release mutexes held by a thread when that thread is exiting (in its destructor)? The approach I have been taking is to create a structure for each mutex which hold the identity of the thread that holds it,…
Michael
  • 9,060
  • 14
  • 61
  • 123
0
votes
1 answer

Unlock phone and then open closed app programmability

I am making an alarm app using androids SDK and Java in eclipse. I have a method that is called when the alarm goes off. This method is called even when the app is closed or the phone is locked. I want this method to unlock the phone even if its…
Jack Trowbridge
  • 763
  • 1
  • 8
  • 9
0
votes
1 answer

Is there any way to unlock a password-protected computer using an AppleScript?

I'm trying to configure an automatic, Bluetooth-powered computer lock and unlock system. So far, I've got the lock script down, but I can't think of a script which would unlock the screen, as my comp is password protected. Any ideas?
Jules
  • 14,200
  • 13
  • 56
  • 101
-1
votes
1 answer

Slide Unlocker ImageView ViewFlipper

I want to develop an unlocker. You can unlock by sliding to the right (just like on the iPhone). Wich is the best method to implement this? Should I use a ViewFlipper and a GestureDetector? I have already tried this, but I could slide anywhere on…
-1
votes
1 answer

Android unlock screen programming

I need to create a new designed unlock screen for Android mobile Which are the files I need to change?
nithin
  • 2,457
  • 1
  • 30
  • 50
-1
votes
1 answer

What is the purpose of flash keys in stm32 or in another microcontroller?

Why do you have to write a key which is given in the reference manual to unlock the flash memory. What kind of security is this?
tuncel3
  • 21
  • 5
-1
votes
2 answers

How to create a discord.js lock command

I'm trying to create a lock and unlock command for my discord.js bot. How would I be able to do this? I want to make it so when I do >lock it takes permission away from Verified to SEND_MESSAGES. Then if I do >unlock, it unlocks the channel.
SP73
  • 395
  • 6
  • 18
-1
votes
1 answer

Can i unlock my SLE4442 smartcard ? Does PUK code exists?

Yesterday i locked my SLE4442 card with 3 tried error code using PCSC library, now i want to unlock my card. Is it possible ? Does PUK code exist ?
BtPython
  • 1
  • 1
-1
votes
1 answer

How to unloack HR database in oracle?

i tried downloading hr schema from oracle's site, it doesnt worked for me. accessing oracle's HR account, we need to unlock HR account
-1
votes
2 answers

Unlock User Account After Invalid Password Entries

In my java application, I am going to lock the account if someone does not enter the correct password 6 times. I am going to add a field in my local database that indicates if a user's account is locked or not. However, how can I unlock this…
drake
  • 259
  • 4
  • 17
-1
votes
1 answer

Tool to unlock users and reset passwords

I came across a batch script from Spiceworks to unlock users and passwords. Instead of giving the option to enter the username to unlock or reset the password, I'd like to pre-define a list of users or usernames to unlock and reset the…
Tsabsuav
  • 21
  • 1
  • 6
-2
votes
1 answer

Slide Unlocker ImageView

Possible Duplicate: Slide Unlocker ImageView ViewFlipper I want to create a Slide Unlocker (just like on the iPhone) I can´t use gestures for that, right? Because I should can change the position of the ImageView of the Unlocker permanently. The…
-2
votes
0 answers

Router and wifi-fi unlock or openline

Please any body here who can write programs to unlock a locked Router to use any sim network from any provide example device like ZLT OR ZTE I have tried using Dc unlocker tools and also i have tried looking for developers who understands my problem
-2
votes
1 answer

how to fix the "speed bump" sign in windows pop up

want to implement an auto unlock credential. I used the SampleV2CredentialProvider demo, and wrote the account password in the "CSampleCredential::Initialize" as follow hr = SHStrDupW(L"mypassword", &_rgFieldStrings[SFI_PASSWORD]); and change the…
jane
  • 21
  • 2
-2
votes
1 answer

Unlock Swipe Pattern From Differnent Phones.?

Hello I would like to know the adb command to unlock the swipe lock in any android phone using some commands irrespective of the device. Thank You
1 2 3
15
16