The off tag has no wiki summary.
8
votes
1answer
313 views
Does Android lower the download rate when the screen turns off?
I observed that I can download a file faster if I use wget with the screen on application,
that acquires a screen dim wake lock than doing the same without this application and
having the screen ...
4
votes
4answers
577 views
C# Sharp Windows Application prevents Windows from shutting down / logging off
I have written a C# Windows Forms application, not a service (it is only used when the user is logged in and has a graphical user interface) that has a background thread running in an infinite loop.
...
2
votes
1answer
151 views
DropBox as Version Control and Offsite Backup
After reading Michael Lopp's book "Being Geek," I started using Dropbox as a means of synchronizing files between my home computer and work computer. It's been fantastic, it really makes it painless ...
2
votes
2answers
1k views
Android notification manager doesn't work with the screen is off
I have a count down timer that when it goes off (to zero) it checks to see if the app has focus. If not it launches a notification in the notification bar. When you click on the notification is ...
1
vote
2answers
55 views
Turn on Location Providers Programmatically in Android
Is it possible to turn on LocationProviders(GPS Provider/Network Providers) on Device programatically, if it is turned off?
1
vote
3answers
104 views
BAT-file: echo off but messages are displayed
I turned off echo in bat file.
@echo off
then i do something like this
...
echo %INSTALL_PATH%
if exist %INSTALL_PATH%(
echo 222
...
)
and i get "The system cannot find the path specified." ...
1
vote
2answers
57 views
Windows logoff using Python
Which Python function should I use, to log off current user.
I found an example that is locking my pc, like Win+L combination
ctypes.windll.user32.LockWorkStation ()
but I need a similar function, ...
1
vote
2answers
95 views
AVAudioPlayer - Muting button
I have searched for this answer and have not found it.
I have music that plays in the background when my iPhone app is launched. But I want a button so that users can mute the music. There are sound ...
1
vote
0answers
95 views
Volume Control while Screen Off with proximity sensor
In Android, is there a way to be able to change volume through volume tracker up/down when screen is turned off through proximity sensor?
1
vote
0answers
315 views
Screen ON/OFF receivers on a service and battery life
I'm new to Android and Java programming so I would like to clear up couple of things.
I've wrote a background service that every 10 seconds it verifies something and based on some conditions it ...
1
vote
1answer
149 views
Programmatically power off the windows machine immediately
Can I create a simple program to power off the windows machine immediately? I would like the behavior to be like pressing PWR OFF/RESET button. So the power is cut off immediately. Is there any way to ...
1
vote
1answer
425 views
How to “echo off” the serial port in java
I am using java comm library for serial port communication in my application. When I put some data on output stream, after sometime the same command is displayed on input stream of serial port. Do ...
0
votes
3answers
46 views
jQuery, stopping clicking during animations
:D
I am currently having much trouble with a jQuery animation. Basically, a button click will quickly start a short animation and collapse a sidebar, widening the main content box to full width (and ...
0
votes
0answers
41 views
jquery scroller off by pixels on load, conflicting?
Seems like my horizontal scroller is off by: 8px(firefox) and 7px(chrome,safari) to the left on load.
Resizing this fixes the problem instantly, which is what I want to do on load, the problem is ...
0
votes
1answer
69 views
DOS command to bring up “Turn off computer” window?
I would like to create a batch file that brings up the Windows "Turn off computer" window, rather than the user doing so through the usual Start / Turn off Computer method.
Here's a picture of the ...
0
votes
0answers
47 views
catching screen off before is too late
I've an activity that, on its onPause has to do some work but not when the screen is turned off.
I've already registered the receiver for the ACTION_SCREEN_OFF intent and, theoretically, this and a ...
0
votes
3answers
148 views
PHP5 $_SESSION not working while register_globals is off
I know, this question asked many times but i couldn't found a solution.
I've coded a php/JS script to get data from server and show them. I am using Ajax to validate is user authenticated? I am using ...
0
votes
1answer
133 views
iPhone : User option to keep the app awake
I have a count down timer that "beeps" every second it counts through AVAudioPlayer.
i want to set a user option to keep the app awake through an on/off switch.
i know that in order to keep the app ...
0
votes
1answer
112 views
bat - ECHO is off in the txt files
:obje7
set gn=%random%
if /i %gn% lss 1 goto obje%go%
if /i %gn% gtr 5 goto obje%go%
set goal%gn%="test"
echo hi > goal%go%.txt
echo hi > g2.txt
goto go
that sets test in goal%random_number%, ...
0
votes
3answers
438 views
Can we turn off AirPlane Mode programmatically in Xcode iPhone [closed]
Possible Duplicate:
Activate airplane mode programatically?
Can we turn off/on the AirPlaneMode through code in application without going out of App.
Any help would be appreciated
Thanks
...
0
votes
0answers
309 views
Detect Mac OS X log off/shutdown/quit events
I am trying to detect:
log off
shut down
restart
command + Q
right-click on tray icon + Quit
... events using macEventFilter and Carbon or by using QApplication::saveState, ...
0
votes
2answers
110 views
Iphone view got cut off
My landscape subview is being cut off by the previous view, why is it like that?
Cut off as in the previous view is at the bottom part around 1/3 quarter of the screen even when the new subview is ...
0
votes
1answer
208 views
Jquery: Lightswitch = on, then have an If statement seeing if the lightswitch is on, why isn't this working?
Why isn't this code working?
How can I make lightswitch = ON or OFF, then test whether it's ON or OFF later on? Can I do this without dealing with changing Classes or ID's?
...
0
votes
3answers
222 views
Copying a file off an android device?
How can I copy a file from some Android app's assets folder, to somewhere off the device?
Alternatively, how can I move or copy an app so that it is installed on the sd card, not the main rom?
...
-1
votes
2answers
161 views
turning pixels off
got a question about turning pixels off on a screen. I can make a black image and show it full screen on my pc. Yet the screen looks black but the pixels aren't off. You can see the difference between ...