Questions tagged [locked]
244 questions
2
votes
1 answer
Xcode 12.4 "You don't have permission to save the file..." running on CATALINA
I apologize if this question has already been answered but I can't find an answer anywhere. I recently updated to Catalina and Xcode 12.4. The issue is that now suddenly I can't save to my existing project. It will open, however when I try and save…

Stephen Coleman
- 21
- 1
2
votes
1 answer
Fetching list of locked AD users throws error. Am I using incorrect search terms?
first of all, I'm fairly new to programming in general. I'm working on a simple monitoring tool.
I'm trying to get a list of all locked AD users. Thanks to stackoverflow I found someone who once had the same question, unfortunately his answer does…

Danny van Haaren
- 45
- 8
2
votes
3 answers
C++ GDI+ loading an image from a file then deleting the file *before* unloading the image
Simply what it says on the tin
I'm loading a bitmap from a file using Bitmap::FromFile but afterwards I want to delete it from the disk.
The problem is, Bitmap::FromFile absolutely locks the file from any changes/deletion until the loaded image is…

BNelsey
- 87
- 1
- 2
- 9
2
votes
2 answers
Manually get ssh access back on a embedded system (direct hdd access possible)
Again I have a question about an ssh issue:
On a embedded system (no display, no keyboard) my only login interface was ssh. Telnet is disabled too. (I am currently trying to enable it with only little hope...)
My only interaction at the moment is…

Simon
- 4,395
- 8
- 33
- 50
2
votes
3 answers
Web application is locked up and CPU usage reached to 100%
We have a web application running which having around 100 users logged in, All clients are connected to server using websync. I was having requirement for keeping the session always live, so I am regenerating session when it is about to expire.
But…

BK Komal
- 59
- 1
- 3
2
votes
0 answers
R Error: cannot change value of locked binding
Im trying to estimate the mean and standard deviation of an infinite stream of numbers. When I run my code I get an error message "cannot change value of locked binding"
I did some research and gather this error is related to my use of global…

Sharon M
- 194
- 5
- 15
2
votes
4 answers
My SVN Repository has locked me out!
I appear to be stuck in an infinite SVN loop, as it were...
My repository is located locally at /Users/Jack/MySite.co.uk/
The problem is, the .svn folder appears to have been accidentally deleted from /Users/Jack/MySite.co.uk/images/png, as such…

Jack
- 9,615
- 18
- 72
- 112
2
votes
2 answers
Show windows form over locked screen
I'm developing an application to run in background. This application is used to capture user’s activity on their system. Application is working very fine.
Now, I need to display a windows form over locked screen. Just like this:
Can any one help…

Ashish Rathore
- 2,546
- 9
- 55
- 91
2
votes
2 answers
Check device is locked or unlocked
I use the following code to check iphone lock state.
int notify_token;
notify_register_dispatch("com.apple.springboard.lockstate", ¬ify_token,dispatch_get_main_queue(), ^(int token) {
uint64_t state = UINT64_MAX;
notify_get_state(token,…

Shibin S
- 139
- 1
- 9
2
votes
2 answers
Locks on DB queries FMDB?
I am using a multi threaded environment in my app, I need to constantly access sqlite db in order to update my views and also update my DB with server data via multiple background threads. Right now I am using FMDB for DB interaction but still…

Ashish Chauhan
- 396
- 2
- 7
2
votes
3 answers
How to play sounds in locked mode on iPhone
Everybody knows the standard procedure to keep your app alive, after the user pressed the lock button (silent sound).
If I start a sound with AVAudioPlayer (before the iphone is locked), the sound plays till it's end (after locking). The app is…

Joe Mallik
- 23
- 1
- 3
2
votes
1 answer
Open app with "open"-command in locked screen (iOS 8)
is there a possibility to open an app via the open command while i am in locked screen?
im getting this error: Couldn't open application: "app-name". Reason: 3, device locked

imabird
- 21
- 1
- 2
2
votes
1 answer
capture hard-button events when phone is locked?
i am currently collecting information, if it is possible to make some kind of quickdraw-application for emergency purposes; i want to get the device to start a customized camera-intent once some certain key-combo is pressed.
I have check quite…

bofredo
- 2,348
- 6
- 32
- 51
2
votes
2 answers
database lock error sqlite android
I am receiving database is locked error in sqllite android. Is there anything wrong I am doing in my code ? I tried various stuff found from here, even tried to put thread sleep after I call query, but no use. I still get database locked error. Can…

tech_enthusiast
- 683
- 3
- 12
- 37
2
votes
2 answers
Java Robot Not working when PC is locked
I already have a program that uses robot class to do set of tasks. Everything is doing fine, however, I noticed that when my computer is locked, the robot is not working.
Do you know how to solve this issue? or is it possible to use robot even your…

Recto jr Caramat
- 21
- 2