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

How do I unlock user in mysql without execute sql query?

I have installed some production, there is mysql embedded instance in production. Installation is successful, but when I tried to connect mysql instannce, I got following error messages. [root@MiWiFi-R3D-srv bin]# ./mysql -u root ERROR 2002 (HY000):…
0
votes
1 answer

GPO apply when login using RDP

I'm actually working on a PowerShell script that enables or disable the Shutdown if the user connects by RDP, and it works perfectly. I want to make it a GPO, i go to User Configuration > Scripts but the only choices i got is Startup and Shutdown,…
matherose
  • 3
  • 3
0
votes
3 answers

Need to run the app when unlock the device

I'm trying to do an app which runs when user unlock(Slide to unlock) their device. I don't know anything how to approach for this app. Please any one could help me? Thank you so much!!
0
votes
2 answers

Android invoke activity after screen is unlocked

I'm looking to write an android app that invokes a screen/activity after some one has entered the default android unlock pattern correctly. I'm assuming that the best way to do this is run a service in the background that waits for this activity…
Ric_harvey
  • 55
  • 1
  • 6
0
votes
1 answer

How to delete a etcd key when POD crashes?

My application locks an etcd key when POD starts. Requirement is to unlock the key locked when the POD crashes. How to achieve this ? Thanks
Chandu
  • 1,837
  • 7
  • 30
  • 51
0
votes
2 answers

Voice biometric to unlock Android phone

Hi i need to develop an application which unlocks the android phone through voice biometric. Can any one help me out in doing this...
Ravikanth.S
  • 9
  • 1
  • 2
0
votes
1 answer

Determine through program whether blackberry device is unlocked

Please let us know if there is a way to find out whether Blackberry Device is unlocked (Can be used on any network) or locked (Tied to particular Network) through RIM APIs. Thanks, Mahim.
Mahim
  • 1
0
votes
0 answers

Unlock deselected query record in oracle form 12c

This is my first time using for update nowait in Oracle Forms 12c in order to lock a record. I have a master-detail Forms blocks, both data block are being shown in tabular layout style. The master block is allowed to update. When double click a…
Learner
  • 33
  • 1
  • 4
0
votes
0 answers

How to automatically unlock rooted phone with known screen password?

For security, the phone needs to set password. When my app does some work it unlocks the screen with known password, pin or else. All the phones have been rooted. My implementation refer to this post with three steps: if the screen is off to wake…
Liushinan
  • 1
  • 1
0
votes
1 answer

How to unlock code with AT+COMMAND

i want unlock pattern/pin/password lock on samsung s7262 with AT+COMMAND. AT+COMMAND is a command for call/message/change imei and more operation. for send AT+COMMAND to device we using com port connection. everyone can show me AT+COMMAND for unlock…
0
votes
1 answer

Unlocking Active Directory account via VBscript does not cause Event ID

I have a VB script that unlocks an AD account when run, this is the relevant part: ... If objUser.Isaccountlocked = True Then objUser.IsAccountLocked = False objUser.SetInfo End If ... It all works, but it does not create an event in…
0
votes
1 answer

AEM 6.3 Unlock page using impersonation gives error

In AEM 6.3 When impersonating a user to open his locked page and try to unlock gives 500 error. The post /bin/wcmcommand triggered for the unlock gives 500 error. the canUnlock method returns true, the lockOwner is same as currentUserID. This…
akashdeep-mishra
  • 343
  • 4
  • 19
0
votes
1 answer

bootloader unlock not allowed : NO?

from France ! I just want to know if there is a tip for my old xperia s (LT 26i) to change this status ( bootloader unlock not allowed : NO !) to YES then i can unlock my bootloader at the end to install custom rom because there is more and more…
user9171932
0
votes
1 answer

powershell bitlocker won't unlock drive properly

I'm about to write a powershell backup script. - First step is to autodetect specific USB drives (by drive-ID) - then, unlock-bitlocker unlocks the drive (by password) - free disk space is checked - backup is copied to hard drive - lock-bitlocker…
bootsector
  • 49
  • 1
0
votes
2 answers

Unlock screen - how to?

The phone reads through NFC external sensor device. I can create service reading cyclically from NFC. Unfortunately, when the screen is locked, the NFC does not work. I need to unlock the screen for a moment, then it will read NFC and then lock the…