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

Call Unlock screen to authenticate. Objective-C

I am developing an app for the iPhone and I want to make sure that it is the owner of the phone who is accessing the app. I had the idea of calling the unlock screen and have the user put in his pin when the app is opened. Is there any way to call…
0
votes
2 answers

Android Camera unlock mediarecorder

i want to write an app which records a video through the smartphone camera. i found this website for help : http://developer.android.com/guide/topics/media/camera.html#custom-camera im using that source code to get started. my main activity: public…
0
votes
2 answers

Issues with dev phone unlock. Constantly getting 0x64 error

I have an old device, Lumia 800, it was unlocked about a year ago. Today i restored factory setting on the device and tried to unlock it, but i'm always getting the 0x64. I tried to: reboot the phone, reset its factory settings again, try to…
Vitalii Vasylenko
  • 4,776
  • 5
  • 40
  • 64
0
votes
0 answers

LG knock to unlock phone

I want to create an app to unlock phone after a custom series of taps that the user define it in the app just like the LG tap to unlock option,can anybody tell me how to do it.
0
votes
2 answers

Box V2 API - Where is lock/unlock?

There is a note in the developer road map from December of 2013 saying, "Lock/Unlock – We’ve added support for locking and unlocking files into the V2 API." I've been all through the V2 API (for c#) and cannot find it anywhere. I expected to find…
kberson
  • 25
  • 3
0
votes
1 answer

How can I determine whether a specific file opens in windows and then closed

I am working on windows 7 64 bit machine. How can I get list of files opened. Also, the list should change when a particular file is closed. How to get a file close event: when file is opened in a new process of file opener (like notepad, wordpad…
imp
  • 1,967
  • 2
  • 28
  • 40
0
votes
1 answer

how to make a key for unlocking premium features for app

I tried to implement a "pro key" for my android app to unlock features which should be locked at "trail version" (the same app without the key)... I found some ideas and some explained code (e.g. this), but if I test this stuff it wouldnt do any…
Martin Pfeffer
  • 12,471
  • 9
  • 59
  • 68
0
votes
1 answer

unlock a user in asp.net MVC

I want to unlock a user and my code is here: I set maxInvalidPasswordAttempts in my web.config before [HttpPost] public ActionResult LogOn(LogOnModel model, string returnUrl) { if (ModelState.IsValid) { MembershipUser user =…
fahimeh
  • 51
  • 1
  • 2
  • 4
0
votes
1 answer

Unlock_instructions email

i am using the devise for my User account where i will get all the confirmation, user password instructions etc; But i am having a condition where if user account is locked (where status is false in my scenario), he has to get a reset password link…
raj_on_rails
  • 144
  • 1
  • 11
0
votes
0 answers

Unlock screen by movement while an android phone is sleeping?

I am new here, but I really like to ask a question: Is there a way to unlock an android phone by shaking while it's locked and sleeping? especially samsung devices, like Galaxy S3, S4 and Note series. I've tried several apps, but none of them worked…
0
votes
1 answer

Is there any way to add emergency contact number on dashboard in android programmatically?

I want to implement a feature in an application.User can add any emergency number list on dashboard.The purpose of that feature is so that if there is an emergency you can dial an emergency number (911) without having to unlock the phone.
Jagdish
  • 2,418
  • 4
  • 25
  • 51
0
votes
0 answers

Deleting no more used static content locked by IIS

I am working on an ASP.NET MVC application where a user can manage its own profile. He can change for example his own photo. Since a photo is considered as static content, IIS will lock this file, as I understand, and cache it to optimise…
minchiya
  • 603
  • 1
  • 7
  • 13
0
votes
1 answer

Unlock layers in adobe muse

I want to change the logo and text in adobe muse. But in adobe muse all layers are locked. How can I unlock these layers. I am using this option but it not unlock the layers.
BigTech
  • 460
  • 6
  • 11
  • 22
0
votes
1 answer

How do I write a Hero like unlocking app for the Milestone (Droid)?

I just got my Milestone (aka Droid in the US) and want to write a simple app to ulock the screen touching one of the soft buttons, ala Hero. I looked into the Android API and could not find a helpful one, could someone enlighten me?
Gabriel
  • 5,453
  • 14
  • 63
  • 92
0
votes
1 answer

Unlock event iPhone

Does anybody know if there is an xcode unlock event that can track if somebody unlocks his iPhone? Or is this only possible with jailbroken devices? Thanks in advance.
Teddy
  • 23
  • 1
  • 4