The unlock tag has no wiki summary.
0
votes
1answer
34 views
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 ...
0
votes
1answer
37 views
How to resume application after unlock
NativeApplication.nativeApplication.addEventListener(Event.ACTIVATE, handleAppActivate);
private function handleAppActivate(e:Event):void
{
_active = true;
if (_starling) _starling.start();
...
0
votes
1answer
33 views
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 ...
0
votes
0answers
21 views
How to unlock the screen using monkey?
I want to unlock the screen using monkey. In fact, I am searching for a command like "press power" to do the opposite or a command for trackball. I have a script with commands like "press back", ...
-5
votes
0answers
40 views
How to break career lock of iphone5? [closed]
Can any one help me to career unlock my iphone5. It is a canada bell career lock phone.
0
votes
1answer
41 views
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 ...
0
votes
0answers
91 views
Android Drawing surface unlockCanvasAndPost
I have a problem with a drawing application. I have the error below when I leave the drawing activity (with the return button for example). I've looked at the posts but nothing seems to help me. ...
1
vote
1answer
53 views
How to figure when device was recently unlocked in Android?
I build an app which fires an activity every time the orientation changes, but I have an exception: I don't want the activity to fire within the next five seconds after phone was unlocked.
So after ...
0
votes
0answers
91 views
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 ...
3
votes
1answer
130 views
SQL Server - Simultaneous Inserts to the table from multiple clients - Check Limit and Block
We are recently facing one issue with simultaneous inserts into one of our sal server tables from multiple clients. I hope you guys can help us through.
We are using stored procedure to do the ...
0
votes
2answers
40 views
Ununlocking a locked account in membership asp.net
I have forgot to change "maxInvalidPasswordAttempts" in my web config and it was on 5!
Now one of my users get locked. I have change Islocked column to false but it is keeping unlock. Can any body ...
1
vote
1answer
96 views
Guide to create code to unlock device
I am developing an sensor based app to unlock & lock device using sensors.
I am able to lock the device using Device Administrator API.
But, Unfortunately I am unable to find any code to unlock ...
2
votes
0answers
121 views
EXC_BAD_ACCESS error? Boost Multithreading/Mutex Exception
I seem to be having difficulty understanding what is wrong with my code below. The program runs correctly, but at the line
startCounter.join();
My program seems to crash, with a error code ...
0
votes
2answers
81 views
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?
0
votes
0answers
51 views
Beam message : OnResume launced after unlock of device
I have a application based on Beam API.
Messages are sent between 2 devices and parse's process is launched when message are receipted via On Resume.
public void onResume() {
super.onResume();
...
0
votes
0answers
742 views
Implement lock screen shortcut icons as there are in JellyBean android phones
As we see in JellyBean android phones, in the Lock screen, if we drag a Camera icon, it asks us to unlock the screen & once we unlock the screen Camera app is launched.
From my service, I am ...
0
votes
1answer
40 views
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
0
votes
0answers
188 views
Implement the default unlock circle in Jelly Bean in my own application
I have an application where you select some options by selecting a radio button then hitting an OK button. I was thinking it would be cool if I could use the Jelly Bean unlock screen slider to select ...
3
votes
2answers
347 views
How to unlock user PC using C# [duplicate]
Possible Duplicate:
Unlock Windows programmatically
I am writing an app that will lock and than unlock user PC.
Locking a machine is relativeley simple. However unlocking is just plain ...
0
votes
1answer
131 views
Detect when a failed unlock happens
I've been looking around for a while to find out what happens when a user fails to unlock the phone.
Basically I'm trying to take a picture if a user fails to authenticate. But all I can find is ...
0
votes
1answer
81 views
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' ...
2
votes
2answers
195 views
AutoUnlock a Windows User Session
Recently, I have been working on a CredentialProvider in order to unlock automatically (the trigger can be any event, so let’s say the end of a timer) a Windows Vista (or more recent version) user ...
-1
votes
1answer
50 views
SMS only received on unlock [closed]
My HTC Sensation XE with InsertCoin Evolution 2.2 ROM (Android 4.0.3) has this weird issue. Often when an SMS is sent to my phone, it only receives it (plays sound etc just like it was on that time) ...
0
votes
1answer
109 views
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 ...
1
vote
0answers
285 views
How can I turn the android screen on and unlock it with WakeLock?
I have a service that runs in background with PARTIAL_WAKE_LOCK. It waits until someone shakes the device (using the accelerometer) and then turns the screen on and start an activity.
I use this piece ...
0
votes
1answer
173 views
Apple review: section 11.14 of review guidelines to play content
I have developed an app containing medical documents. This app is going to be distributed through the app store for free.
The app can not be used by everyone, but it can be used only by doctors. For ...
1
vote
3answers
121 views
Force mutex unlock (Possibly from a different thread)?
I know it's kind of "breaking the rules", but I'm looking for an option to force unlock a mutex, possibly from a different thread.
It may be considered as some kind of hacking, since it's probably ...
0
votes
0answers
40 views
my image locks when open in IE 9
I've been creating a Vb application which reads a bunch of files and creates a massive html website based on them. one function is it creates images to be displayed in the output.
In the output, ...
0
votes
1answer
683 views
android unlock screen using nfc
I want to unlock the andorid screen when a tag is detected - based on the tag ID.
something like how com.biwota.cerbero is done. someone here has any experience or knows how this can be done. ? could ...
2
votes
1answer
189 views
After unlock iPhone application must be active in background
In my application I want that my application being active even after termination of application. I want that when "slide to unlock" my appliaction is launched.
It is possible? How can I do it without ...
0
votes
1answer
47 views
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 ...
2
votes
1answer
528 views
C# Unlock workstation
For a usb-smartstick application I want to make, I need to be able to unlock a locked workstation in C#. When I insert my usb with a unique id, I want to unlock the ws. What would be the best way to ...
0
votes
0answers
31 views
philosophize lock and unlock need help explaining the code
i need help with this code for philosophize lock and unlock part. the code is okey its wotking but i wrote this code with a friend and now he dont remember what the code mean. Sp my question is: in ...
1
vote
0answers
116 views
statusbar reappears after screen off
my android app is displayed fullscreen.
to be 100% sure I did this in code with:
getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);
...
1
vote
1answer
301 views
android kernel modification to unlock the screen during boot
When I boot the android, I want the screen to be unlocked automatically (and run an application) rather than me unlocking the screen .
Can anyone tell me where the kernel source code change has to be ...
0
votes
1answer
184 views
Automatically releasing mutexes held when thread destructor runs
Is there a foolproof way to automatically release mutexes held by a thread when that thread is exiting (in its destructor)?
The approach I have been taking is to create a structure for each mutex ...
29
votes
6answers
8k views
How to unlock toolbars in Eclipse 4.2 (Juno)
I migrated from Eclipse Indogo (3.7) to Juno (4.2). In Juno all toolbars seem to be permanently locked. Is there a way to unlock them so they could be moved or rearranged?
0
votes
1answer
175 views
Unlock phone and then open closed app programmability
I am making an alarm app using androids SDK and Java in eclipse.
I have a method that is called when the alarm goes off. This method is called even when the app is closed or the phone is locked. I ...
0
votes
0answers
138 views
Callback for android device lock/unlock?
any one have idea about how and where we can get callback for device lock and when it get unlock.
at app level using receiver (ACTION_SCREEN_ON, ACTION_SCREEN_OFF) we get handle it but how at native ...
0
votes
1answer
217 views
Is there any way to unlock a password-protected computer using an AppleScript?
I'm trying to configure an automatic, Bluetooth-powered computer lock and unlock system. So far, I've got the lock script down, but I can't think of a script which would unlock the screen, as my comp ...
2
votes
2answers
1k views
When exactly is the NFC Service deactivated?
I am wondering when exactly the NFC Service is started and stopped.
The source code for android 4.0.3 seems to state that the polling is dependent on a single constant (located in NfcService.java)
...
0
votes
2answers
1k views
[android][lock_screen] Unlock standby screen during incoming sip call
I am writing a sip based calling application. When there is an incoming call the corresponding activity for it is fired and is getting displayed below the lock screen. But the user doesn't get to know ...
3
votes
2answers
307 views
ios App for Sleep/Wake Unlock?
The normal way to unlock the iphone after waking up is to enter a 4 digit code. Does Apple offer some sort of iOS method for replacing this unlock screen with a custom programmed one?
I'd like to ...
3
votes
3answers
330 views
locking each item in array by java
suppose we have these classes:
public class Record {
int key;
int value;
Record(){
this.key=0;
this.value=0;
}
Record(int key,int value){
this.key=key;
...
0
votes
1answer
204 views
Semaphore/Mutex lock/unlock frequency
I have some code which I need to lock using a semaphore or mutex.
The code is something like this:
callA();
callB();
callC();
.
.
.
callZ();
I would like to know the efficient way to lock it. The ...
0
votes
2answers
101 views
Can I set an application to launch everytime iOS device is unlocked?
Is it possible to set a certain iOS app (with whatever necessary user permissions) to launch automatically each time the phone is unlocked?
1
vote
1answer
2k views
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 ...
-1
votes
1answer
305 views
Slide Unlocker ImageView ViewFlipper
I want to develop an unlocker. You can unlock by sliding to the right (just like on the iPhone).
Wich is the best method to implement this? Should I use a ViewFlipper and a GestureDetector?
I have ...
3
votes
2answers
2k views
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{
...
1
vote
2answers
413 views
Application Callback On Device Unlock
For the app I'm writing, if the user locks their phone while running the app I want a pin screen to pop up when the application resumes from the locked state. Is there a callback method or something ...



