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

am start com.redbend.vdmc/com.htc.omadm.test.TestMainActivity lawmo lock

i have an sprint htc one and i am using a tmobile sim card and everything has been working fine, untill i went into the developer menu by typing in terminal am start com.redbend.vdmc/com.htc.omadm.test.TestMainActivity which brings up the i…
user2793497
  • 1
  • 1
  • 2
0
votes
2 answers

Waiting for the first unlocked QMutex if there are few QMutex

I have two QMutex objects and I need to lock them both, erase() method. But the sequence is not important. So, now I am waiting while one QMutex is in unlocked (QMutexLocker locker(&listMutex)) state and than I wait for another (QMutexLocker…
Funt
  • 399
  • 8
  • 23
0
votes
2 answers

New AppDomain unlock file

I am stuck for 3rd day with this problem and I have no freaking idea why this doesn't work. I just want to load external .dll to read some info using reflection and delete the file after all. The problem is that read files are locked. The most…
Mateusz Gaweł
  • 673
  • 1
  • 8
  • 22
0
votes
1 answer

Android:does current android SDK support developing an unlock app?

I want to make an unlock app for android, I read that about 2 years ago it has not been supported by the android SDK of that time (mentioned here: https://stackoverflow.com/a/3840732/1986618). Is it possible now? If not, what is the way to do that…
Soheil
  • 1
  • 3
0
votes
1 answer

iPhone Unlock Slider With Mootools?

I try to make a slider similar to the iPhone unlock Slider, that forwards to a linked site, when complete, and returns to its initial position when the slider wasn't dragged to the end. This is not meant to be a iPhone webapp, i just want to put…
user205214
0
votes
1 answer

Can't execute first thread with mutex

I want to finish my threads with a mutex. The first thread won't execute, thread 2 & 3 execute. Does anyone know what this problem could be? Sometimes thread 1 is executed but then 2 or 3 is not executed. I don't know what the problem is here.…
Tim Dirks
  • 439
  • 1
  • 6
  • 17
0
votes
1 answer

Unlock feature after buying from website in iOS app

I have a question on in app purchase I have a requirement like user can get the premium account from in app purchase in the app to extend usage of the the existing functionality. The same feature can be brought from the website by logging into his…
user2273744
  • 73
  • 1
  • 10
0
votes
1 answer

How to determine GPS getting unlocked while running the application in android?

I need to check whether GPS is locked in my application. I am able to check whether GPs is enabled in the phone. But once the GPS is locked, while running the application, it gets unlocked and I noticed that the GPS icon of the phone is blinking. I…
Sundeep
  • 375
  • 2
  • 4
  • 16
0
votes
0 answers

Alarm Service Access During Custom Screen UnLock : Android

I am developing custom screen unlock application. In that i want to manage my default alarm service in such way that i can dismiss and snooze alarm without unlocking the screen. But i am not getting the way to access my system alarm service.. I am…
Zankhna
  • 4,570
  • 9
  • 62
  • 103
0
votes
1 answer

How do I unlock a folder programatically in .Net?

Basically I want to do what Unlocker does, only from code. I want to unlock all access to a folder (and files under it / subfolders), so I can subsequently delete it.
ripper234
  • 222,824
  • 274
  • 634
  • 905
0
votes
2 answers

cancel the events of lock/unlock on my android application

When i unlock my device to see my application, the process in onResume() is launched. How do I cancel the events of unlock, to avoid onResume() from processing?
user1482868
  • 31
  • 2
  • 5
0
votes
1 answer

What are the commands to unlock an item in TFS?

What is the command to unlock an item? My developer made some changes locally (which I don't care) about and went on a vacation, with the items locked in TFS
Ra.
  • 289
  • 1
  • 3
  • 16
0
votes
1 answer

droid: How is a trial+unlock app downloadable to other devices?

If I implement in app purchasing to unlock my app, how does that work with the purchasers downloading to second devices? If they install the trial on a second phone/tablet, will clicking the 'unlock' button in my app find the already bought unlock…
Tickled Pink
  • 969
  • 2
  • 14
  • 26
0
votes
1 answer

How to call services using unlock event in Android?

I like to make the application start service while user unlock his phone.When I start unlock phone, there is happen nothing, and when I login the application(after login, it will runs ThirdActivity.java), the application is force stopped.The error…
0
votes
1 answer

P2P from behind of routers

I want to make an application for transferring data P2P. Is there a way to dynamically unlock data port in router to make connection (if it's not set manually)? Is there protocol to do it? How can I use it in cpp?
oneat
  • 10,778
  • 16
  • 52
  • 70
1 2 3
15
16