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
2 answers

How to recover a number sequence just used ?

I have a simple question, I don't know if It's possible. In my class I have a some methods, In one in particular I create a record in LedgerJournalTable and save the table reference in global variable _createdLedgerJournalTable. So, in another…
ulisses
  • 1,549
  • 3
  • 37
  • 85
0
votes
1 answer

Screen unlocking in the alarm

I have alarm application. When alarm goes - appears dialogue window, music etc. How can i show this dialogue window even if screen unlocked? How pgrogammatically unlock the screen?
0
votes
0 answers

unlock user using excel VBA or javascript

I am very new to javascript. I want each user to be able to unlock themselves in UNIX from browser. The idea is that $username will be accepted from HTML and pass to javascript to run: ssh server1 -l user02 /utils/unlock.csh $username The…
Drsin
  • 43
  • 7
0
votes
1 answer

Mysql - lock and flush pending data for a specific table

I need to temporarily rename a table. There are inserts to this table all the time. So the idea is to lock the table for writing and reading, then flush all the possible pending inserts, then rename the table, do a couple of things, rename the table…
a1111exe
  • 641
  • 4
  • 18
0
votes
0 answers

Android SIM exclusivity

I'm developing an application do be distributed with phones and data enabled cards, for the sole purpose of running it. The manager wants the users to not be able to make calls or go to the internet, except through the application. The SIM card…
0
votes
1 answer

Restrict commit in git stash by allowing few users to commit to Master

Currently we have TFS and use this feature of only allowing certain users to checkin after review and testing. Our company is adopting devops model and moving towards Atlassian STASH and this tool doesn't have this feature readily available. Anyone…
irfan
  • 1
0
votes
0 answers

Cannot unlock screen in iOS device (Simulator)

I'm trying to lock / unlock iOS simulator's device driver.lockScreen(10); Does the job , but the thing is , after the timeout (10s) the device hasn't been unlocked It stays i locked state. The appium log : info: --> POST…
Igal
  • 4,603
  • 14
  • 41
  • 66
0
votes
3 answers

After removing a Visual Studio Project from a Solution cannot delete the folder in windows

When I 'Remove' a project from a Visual Studio solution I often want to delete it. As some other posts on SO have mentioned this does not delete the physical project from the file system. The larger problem here is that after removing the project…
Jim Reineri
  • 2,830
  • 3
  • 31
  • 32
0
votes
1 answer

How to get Notification when "switch User" happen in window7

I am building a window application in C# which will notify me when any switch user happen. Right now m using "SessionSwitch" event to get the notification. private void startLisning() { Microsoft.Win32.SystemEvents.SessionSwitch +=new…
Subo
  • 445
  • 1
  • 5
  • 9
0
votes
0 answers

Can I unlock a computer using vb.net application?

I want to create an application that will run in the backgournd when my computer is locked, And will be able to unlock it in certain situations. currently I have the code to only lock the computer :
Green Fire
  • 720
  • 1
  • 8
  • 21
0
votes
1 answer

ANR after unlock the device

I am developing a fingerprint sensor application that use good amount of RAM,problem may be related to memory, i tried a lot still unsolved. Q:- When i press home button application paused and from the recent button it resumed successfully, but when…
IshRoid
  • 3,696
  • 2
  • 26
  • 39
0
votes
1 answer

OpenGL ES context squashed on unlock - landscape to portrait

Working on a game that only runs in Portrait mode, I tried forcing sensorPortrait via the manifest: android:configChanges="locale|orientation|keyboardHidden|screenSize|screenLayout" android:screenOrientation="sensorPortrait" But when I lock…
0
votes
1 answer

How to handle an unlock screen event in c# for windows phone 8.1

Please explain in code how to handle unlock screen event for 8.1 app. i actually want to read next line from a text file and display it on my notification area every time my screen is unlocked.please explain in detail as i am new to c#. where to…
Mehul Parmar
  • 347
  • 4
  • 21
0
votes
1 answer

Dragable button just like unlock button in Android default emulator

I need a drag able button just like unlock button in Android default emulator (similar to image below). Can any one help me how to implement it? I need layout or code for it.
ali
  • 411
  • 5
  • 15
0
votes
1 answer

How to check if the unprotect password of an excel file is correct with vba?

I'm trying to lock an unlock an excel file with VBA. I lock the file in the code with a default password and I give this password to the user in other file. Always is the same password so there's no need to enter it by the user, I'm giving him the…
Monchou2
  • 127
  • 2
  • 3
  • 12