Questions tagged [locked]

244 questions
0
votes
1 answer

Android app running after locking screen

Hello I am new to android programming. I am writing an app for school and I need to save Accelerometer data to a txt file. The problem is that when I lock screen or turn screen saving on, the data recording stops. Can you please give me advice…
Mirko
  • 39
  • 2
  • 13
0
votes
1 answer

Nothing in my Xcode project is editable?

I just recently finished my project and I was chaining a few things and them suddenly nothing is changing when I run it on simulator or device. It stays the same. When I change the text on label it stays same. Nothing is changing at all! Why is this…
Xcoder
  • 199
  • 14
0
votes
1 answer

Core Location while iPhone locked

I was reading your comment below: "I don't know what you mean by "power save" mode, but if you're thinking of when the screen is locked/off, that does not stop Core Location from running if your app is still running. On the contrary it's easy to run…
mark
  • 1
0
votes
1 answer

How to replace framework's AP of Android

I would like to write a standalone screen locked AP of Android to replace the default one(android\frameworks\policies\base\phone\com\android\internal\policy\impl\LockScreen.java ) Does anyone know how to replace the default AP of framework? Is it…
Tony
  • 1
0
votes
1 answer

Windows Phone timer under locked screen

I try to make a Windows Phone app which plays sounds to help you fall asleep. I use SoundEffect class so that I can mix multiple sound files. The certification requirements says "An app can play media in the background while it is running even…
user22535
  • 3
  • 1
0
votes
2 answers

Excel VBA combobox locked property issue

I'm having an issue with the .locked property when I add a combobox to a sheet. I'm using the following code: Set cBox = Sheet1.OLEObjects.Add(ClassType:="Forms.ComboBox.1") With cBox .Left = Sheet1.Range("N" & i).Left …
mtb856
  • 29
  • 6
0
votes
3 answers

iPhone sqlite3 locked, can only read, not write

So I have been working on this project for a short while now. I have no problems with reading data from the DB, and formatting it into UITableViews and what not. But now I am wanting also to write to the DB as well. The problem is I keep getting a…
mtwagner
  • 466
  • 6
  • 12
0
votes
0 answers

SQLITE database locked during transaction

I have been trying to figure this out for days now but I cannot figure out what is going on. In my app I want to be able to delete an item, and related items from a tableView. So when the delete button in the TableView is pushed the following method…
ophychius
  • 2,623
  • 2
  • 27
  • 49
0
votes
0 answers

Windows service to reboot machine

I have a windows service that is supposed to reboot the machine if the system is locked or if the system is logged out. The service runs fine when the system is locked, but does not want to reboot the machine if the system is logged out of. The…
pithhelmet
  • 2,222
  • 6
  • 35
  • 60
0
votes
1 answer

IIS 8.0 integrated pipeline Session RequestAcquireState

We are trying to make a cut over from IIS 6.0 to IIS 8.0 Integrated pool on Windows Server 2012 Standard edition for an application built on ASP.Net Version 4.0. Our web application requests go into a RequestAcquireState ( ASP.Net Session gets…
Madhuri Mittal
  • 513
  • 1
  • 7
  • 10
0
votes
2 answers

Status Bar When Screen is Locked android

I am starting activity with application context when screen is locked. However Status bar is not usable, doesnt get dropped down. Is there any way to make status bar and notifications usable when screen is locked ? (ICS-Android)
0
votes
1 answer

Cannot center buttons inside ScrollView properly

I saw this question asked everywhere but I think each case has its own resolution. What I have is this:
ali
  • 10,927
  • 20
  • 89
  • 138
0
votes
2 answers

Android Media Volume locked after I kill

I have a huge bug in my app. After I finish the app the volume is muted and it's locked. Even when I quit and restart the app the volume is still locked at mute. The only way to restore the volume is to restart the phone. Please help! The app is a…
Jason Cheladyn
  • 565
  • 1
  • 12
  • 24
0
votes
3 answers

How to handle 2 connections to database without error?

I have a problem with my database. Basically my applications read texts and rates of text from my SQLite database and show it on screen. I have also Thread function which downloads content from external internet server and uploads it into the…
James Johnie
  • 11
  • 1
  • 3
0
votes
1 answer

Lazarus - How to control the color of a textbox that is disabled (i.e., Enabled := false)

When data is to be viewed only, I'm disabling the text boxes on the form. But during this time, the text is not very readable as it's very light. Is there a way to change the color of these textboxes instead of using the default colors for DISABLED…
itsols
  • 5,406
  • 7
  • 51
  • 95