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
6
votes
3 answers

Run a script at unlock?

Hey, I'd like to get a shell script to run everytime I unlock my computer, on KDE 4. I learned that I could run one by overwriting /usr/lib/kde4/libexec/krunner_lock with a shell script doing its thing, then the original krunner_lock binary, and I'd…
Etienne Perot
  • 4,764
  • 7
  • 40
  • 50
6
votes
2 answers

Android fastboot oem unlocking

So I have got my phone in the bootloader and I want to unlock it so I type fastboot oem unlock and I get this D:\Minimal ADB and Fastboot>fastboot oem unlock *************** (bootloader) slot-count: not found (bootloader) slot-suffixes: not…
ImXari
  • 144
  • 1
  • 1
  • 8
6
votes
1 answer

Ask for unlock pattern - Android

Is there a way, I can ask a user for perform the unlock operation on his phone using the set pattern(passcode, fingerprint, etc) to access certain features of my application? For example, in iOS, I generate an OTP based on a QR code. I can ask the…
Prerak Sola
  • 9,517
  • 7
  • 36
  • 67
6
votes
2 answers

MPI with C: Passive RMA synchronization

as I found no answer for my question so far and am on the edge of going crazy about the problem, I just ask the question tormenting my mind ;-) I'm working on a parallelization of a node-elimination algorithm I already programmed. Target environment…
BenBenzing
  • 63
  • 1
  • 4
6
votes
1 answer

SQL Server - Simultaneous Inserts to the table from multiple clients - Check Limit and Block

We are recently facing one issue with simultaneous inserts into one of our sal server tables from multiple clients. I hope you guys can help us through. We are using stored procedure to do the transactions. In that stored procedure, for each…
sammy
  • 61
  • 1
  • 6
6
votes
2 answers

How to unlock user PC using C#

Possible Duplicate: Unlock Windows programmatically I am writing an app that will lock and than unlock user PC. Locking a machine is relativeley simple. However unlocking is just plain black magic for me... Lets assume, that after some event (ex.…
a_dzik
  • 927
  • 2
  • 11
  • 24
5
votes
0 answers

Is there a standard Face Unlock icon / logo for Android?

After scouring the internet, my own Pixel phone, and at least one app that uses face unlock, I have seen this icon used as a symbol for face unlock functionality. However I have not found a downloadable image to use for mockup purposes, either in…
pollux
  • 51
  • 1
5
votes
1 answer

Wake up device programmatically

I want to wake up and unlock a device. Then, I'd like show an activity when the user has new message from Firebase. I wrote this on onResume() method: window = this.getWindow(); window.addFlags(WindowManager.LayoutParams.FLAG_SHOW_WHEN_LOCKED |…
Vasileios Pallas
  • 4,801
  • 4
  • 33
  • 50
5
votes
1 answer

Deleting locked files with Java?

We have to delete some directories and their contents using Java running on Windows. I was worried about running into the directory files being locked. We could just invoke Unlocker to do the delete. Or is there a more Java centric way to handle…
Marcus Leon
  • 55,199
  • 118
  • 297
  • 429
4
votes
1 answer

How does the NSCondition work?

I'm using NSCondition class in this sence: - (void) method1 { [[cocoaCondition lock] lock]; while (!someCheckIsTrue) { [cocoaCondition wait]; } // Do something. [cocoaCondition unlock]; } - (void) method2 { …
schumyxp
  • 112
  • 1
  • 9
4
votes
2 answers

Unlock Windows Phone 7 emulator

Today I wanted to unlock the WP7 emulator in order to see some more functionalities available like: task manager, accessing isolated storage files and look over default applications like Office, Messaging and others, but I could not make it work…
Paul
  • 3,812
  • 10
  • 50
  • 73
4
votes
1 answer

SQL server table locking and unlocking issue

I have a very interesting problem. I have a table where I have data, like this: DVDSerialNumbers(ID, Create_Date, SerialNumber, CategoryID) My application generates serial numbers for DVD's and I have a SQL command like this (issued by my…
Lajos Arpad
  • 64,414
  • 37
  • 100
  • 175
4
votes
1 answer

track/count unlock attemp made in pattern

I have developed a small application which can recognize when device get lock and unlock using BroadcastReceiver, plus filter.addAction(Intent.ACTION_SCREEN_OFF) and filter.addAction(Intent.ACTION_USER_PRESENT). This work well and log properly when…
akash kubavat
  • 847
  • 6
  • 17
4
votes
1 answer

How to Prompt User to Enter Pin in Android Lock Screen?

Android screen lock/ unlock programmatically and How to lock/unlock phone programmatically : Android and many questions i have searched for answer but i didn't got the exact answer for my usage. I would like to get a enter credentials or Enter pin…
Anbu Kesavan
  • 43
  • 1
  • 4
4
votes
3 answers

"Unlocker" equivalent for Vista64?

Cedrick Collomb's Unlocker is one of the most useful utilities I've ever come across - when I come across an issue in compiling that some file is locked I can just right click on the file, click "Unlocker", and it will tell me what has the file…
Tom Kidd
  • 12,830
  • 19
  • 89
  • 128
1
2
3
15 16