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

Android Activity lifecycle and locking/unlocking device

I just found that when the device has lock screen enabled, the followings happen. For this activity, android:screenOrientation="landscape" is set in the manifest. Then I perform the followings with my phone in a portrait mode. The user opens an…
user2062024
  • 3,541
  • 7
  • 33
  • 44
29
votes
1 answer

How to force delete a file?

This question exists because it has historical significance, but it is not considered a good, on-topic question for this site, so please do not use it as evidence that you can ask similar questions here. How can i force Windows XP to…
Jakub Arnold
  • 85,596
  • 89
  • 230
  • 327
26
votes
2 answers

run command/script when lock/unlock windows station?

I have Windows 7 pro at work. My problem is I keep on forgetting to clock in/clock out (using the intranet timesheet system). Is there a way to run a script or command to automatically open the timesheet page each time I lock/unlock my station?
Tam N.
  • 2,687
  • 9
  • 30
  • 29
24
votes
2 answers

Android -- What happens when device is unlocked?

I am trying to understand the intents that get launched when the device is unlocked. For eg: Say my activity is running, and I press the power button (screen off, to lock the phone). INTENT.ACTION_SCREEN_OFF is launched. The activity is paused and…
Chris
  • 361
  • 1
  • 4
  • 9
21
votes
7 answers

How can I detect screen lock/unlock events on the iPhone?

How can I detect screen lock/unlock events on the iPhone? When the user unlocks it, I want to show a notification alert from my iPhone app. (For Just like Broadcast Receiver for screen unlock in Android.)
Vikas S Singh
  • 1,748
  • 1
  • 14
  • 29
19
votes
3 answers

How to detect if PIN/password/pattern is required to unlock phone?

How can I detect if the phone is locked by a password, pin or pattern? thank you!
Shatazone
  • 2,422
  • 6
  • 28
  • 38
12
votes
1 answer

How to unlock a tomcat user?

I am using Tomcat 7.0 and a user i defined at tomcat-users.xml is locked. I saw warnings at catalina.out that the user is locked. How can i unlock it without restarting tomcat? I searched a lot but could not find any solution. Thanks a lot,
sacunu
  • 155
  • 1
  • 1
  • 5
12
votes
1 answer

Unlock the Screen Programmatically

I have a share button in the GCM notification. On click of the share button, I need to launch share intent. Everything works perfectly. Only problem that I'm facing is Lollipop lock screen feature. When I click share button from lock screen, my…
9
votes
2 answers

iPhone 4 Unlocking. NCK-Bruteforce Research

Every iPhone has a NORID (8 bytes) & CHIPID (12 bytes) unique to each phone. Where is this stored? NOR? seczone? Can it be dumped? An iPhone requires a NCK to unlock. From what I understand the NCK is 15 characters. Is it numeric, alpha or…
d123
  • 1,497
  • 2
  • 12
  • 22
9
votes
5 answers

Is there a way to unlock android phone via adb, if I KNOW the pattern

Basically, idea is to add a pattern unlock in script, running on a computer, connected to phone via adb. So, something like adb shell input events. Pattern is KNOWN, no hacking.
Andrew Kuch
  • 315
  • 1
  • 3
  • 8
8
votes
4 answers

tfs: how to unlock changes

I originally edited a file, which did a checkout. I received a new computer, and now I want to edit the file. I don't care about the original edit. TFS reports that another user has an exclusive lock on the file. It's not actually another user,…
Jeremy
  • 44,950
  • 68
  • 206
  • 332
8
votes
1 answer

Android check if lockscreen is set

i need to check if the lockscreen does have a Pin or something more secure (Password, Fingerprint etc.). Im able to check if there is a Pin, Password or a Pattern. KeyguardManager keyguardManager = (KeyguardManager)…
Lars
  • 794
  • 7
  • 21
7
votes
2 answers

Unlock Android phone programmatically?

I want to write the code on how to unlock the Android Phone programmatically. I want lock or unlock the phone when the user taps the proximity sensor. public class MyActivity extends Activity{ private static final String ACTION =…
Harsha M V
  • 54,075
  • 125
  • 354
  • 529
7
votes
1 answer

How to customize Android's LockScreen?

I know that there is already some apps can do this, such as: WidgetLocker Lockscreen Flyscreen I want to know how to do this in my app? What classes I can use? Or what articles I should read? I don't want to change the Android's source code. …
Aloong
  • 1,715
  • 6
  • 23
  • 40
6
votes
1 answer

Activity handle when screen unlocked

So I have my onResume command restarting a stopped thread which runs my game loop. This works perfectly for resuming the app when closed by home button or by focusing on another app. However, when you turn the screen off then on again, the…
tantonj
  • 434
  • 5
  • 18
1
2 3
15 16