The android-wake-lock tag has no wiki summary.
0
votes
1answer
20 views
Android System Services not available error
I want to try to use system service such as wakelock but for some reason when i run it errors saying "System Services not available to Activities before onCreate()" I tried changing a little of the ...
0
votes
1answer
38 views
Wakelock alternative, right using - android
I using Wakelock in my Service, because the Service and the handy must working the whole time. It works very fine, but its drain the batterypower very fast.
Actually my code for the wakelock:
...
0
votes
1answer
124 views
Android BroadcastReceiver and deep sleep
Can Android go to deep sleep while it is processing a broadcast in BroadcastRceiver?
Is it required to create a partial wakelock as early as possible in BroadcastReceiver onReceive method or it can be ...
2
votes
3answers
48 views
Android turn on the screen
I making the application where an activity launch is scheduled by AlarmManager. I would like to appear even if the screen is turned off and device is locked.
To achive this a set the Window flags
...
0
votes
0answers
46 views
After releasing a WakeLock screen is not turned off
I'm writing app which must show alert dialog. To wake up device I'm using:
PowerManager.WakeLock wl = pm.newWakeLock(PowerManager.SCREEN_BRIGHT_WAKE_LOCK |
PowerManager.ACQUIRE_CAUSES_WAKEUP, ...
2
votes
2answers
63 views
Restart service after 1 hour
I have a background service in my application for detect wifi spots. He's running well, but when device enter in sleep mode, this service is restarted. I have configured Wake Lock and Wifi Lock.
My ...
0
votes
1answer
46 views
How to detect whether onResume() is called from onCreate(), from application wake up or from switch activities?
I am a little bit confused about how android's lifecycle works and how to detect the source of function call such like onResume.
Let me state this problem this way. I have an app which contains 5 ...
2
votes
1answer
133 views
AlarmManager awakes Activity from Sleep but the Activity Closes Undesirably
I have an AlarmManager setting an alarm:
Intent intent = new Intent(mContext, AwakeActivity.class);
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
PendingIntent pendingIntent = ...
0
votes
0answers
69 views
What is WakefulIntentService? Why to use it?
I like to know about WakefulIntentService.
What is it and which scenario this are oftenly used. Please tell me, I dont know anything about this. please help me..
Thx in advance..
1
vote
2answers
251 views
android - wakelock sleep confusion
I'm a tad confused as to what exactly happens to the device when a wake is called from alarmmanager. Does the phone screen come on/light up?
I'm thinking of having things run overnight and I think ...
0
votes
1answer
86 views
Is there a way to find programmatically what application holds you mobile awake after screen is OFF?
Is there a way to find programmatically what application holds you mobile awake after screen is OFF?
I need to detect what application holds awake, to make some statistics for the user?
For example ...
1
vote
1answer
482 views
Android - Wake Up and Unlock Device
I realize this question has been asked several times before, however we've been attempting to solve this problem for a while now and can't seem to figure out this one issue.
Application description:
...
0
votes
1answer
151 views
onActivityResult() is not called when acquiring wakelock globally and setResult() defined in handler.postDelayed() block
I have some code that gets executed when the screen is on, but when I power off the screen, has some problems in execution(even after acquiring Wakelock globally). I have a service that acquired a ...
1
vote
1answer
322 views
Start an Activity even when Android phone is in locked mode / on lock screen
How I can start my activity even when phone is in locked mode so I can access my application?
I want to ring an alarm first using ringAlarm() then goes to another activity that will display ...
0
votes
0answers
195 views
Wake lock on receiving pushnotification. Is there an easy way?
I've followed android-hive's guide on push-notifications. And I've done my own app and implemented the necessary stuff to receive a push.
It works just fine, I get the push and a message and ...
0
votes
0answers
177 views
Android Wakelocks in 4.2 for flashing the screen on and off
In versions of android before 4.2 I used to have some code to flash the screen on when a notification came into the app (if users wanted it to flash). I used:
PowerManager pm = (PowerManager) ...
0
votes
0answers
124 views
Using wakelock to be sure service keeps running
I'm using wakelock to make sure a service in my app stays running even if the phone goes on stand-by, but the wakelock causes big battery drainage, any suggestions?
Thanks in advance.
0
votes
0answers
91 views
AbstractThreadedSyncAdapter Wakelock
I am downloading a large file using SyncAdapter, so I wanted to verify that AbstractThreadedSyncAdapter holds a wake lock on its own.
I didn't see wakelock mentioned in android docs, but other SO ...
0
votes
2answers
189 views
PARTIAL_WAKE_LOCK kills my mediaplayer
I implemented a wakelock to avoid stopping my MediaPlayer (playing local files only) when screen goes off. Since I don't want to drain battery, I tried a PARTIAL_WAKE_LOCK. But it has no effect: ...
0
votes
1answer
192 views
If a full wake lock is enabled does the wakelock automatically get released when the device is locked
I am working on an android project where I am using PowerManager.FULL_WAKE_LOCK to make sure the screen stays on at all times.
I was wondering if the user locks the device while the wake lock has ...
0
votes
1answer
166 views
System Wide Wake Lock and release depending on power connection
I am trying to work on a simple android app that when the device is plugged in, i.e. via a dock, the screen aquires a wake lock so that the screen does not turn off, no matter what app their in, and ...
1
vote
0answers
73 views
Android - Don't recieve Wi-Fi connection change intent when device screen is blank
I currently listen for changes in the Wi-Fi in my Android application and for the most part it works OK, however when the user has there device is idle/sleep mode, as in when the screen is blank. If ...
1
vote
2answers
102 views
When screen is blocked in Android?
Does anybody know easiest way to determine, when device's screen is blocked (not switched off)?
It is necessary for the case, when notifications may contain private information, but they shown on ...
0
votes
2answers
97 views
How to handle continuos recording of user geo-points in Android even with screen off?
I have an app which is recording the position of the user continuously. The location updates are to be very frequent to get an exact mapping of the route the user has taken. To keep the application ...
1
vote
0answers
195 views
Sensors on standby mode
I know this issue has been running for a while and that it not recommended to want to achieve this but I need my service sensors to work even when the phone is on standby mode.
So far here is what ...
0
votes
1answer
221 views
Android: What am i doing wrong? simple wake_lock code crashes on start
All I want to do is start the wake_lock with one button and end it with another. It's to use in a larger app I'm creating but this is the part I've been having trouble with. I've looked on this site ...
0
votes
1answer
113 views
Wake Locking while running a service
I am wondering simply is this the correct way to implement a Wake Lock to make my device come back on after it has been in sleep mode. After the device is back on it will then launch an intent from ...
0
votes
0answers
106 views
Wake locking my service to work while phone is asleep
Right now I am working with a service that calculates G-Forces in the background and after a certain number of G's is achieved it will launch an intent. I'm wondering how to make a wake lock with the ...
0
votes
1answer
74 views
Switch on the screen of emulator
I'm implementing my own alarm clock and want to take care about situations when it's time to alarm and display of my emulator is switched off.
I'm trying to handle it with the following code in ...
0
votes
2answers
262 views
Achieve Partial wakelock inside asyncTask Class
I have an application that runs a long process. I am using AsyncTask class to achieve it. But when the phone sleeps the async task automatically stops.
To stop this behaviour I want to achieve a ...
1
vote
1answer
730 views
Android deep sleep and wake locks
I have created an android app which run fine in all phones. But in my Alcatel phone it doesn't as the phone goes to a deep sleep mode and the data network falls so the app doesn't get a data network ...
1
vote
1answer
363 views
What happens with the partial wake lock if the process that acquires is killed?
Does it get released automatically if the process didn't released before it was killed?
0
votes
1answer
458 views
What is exacliy meaning of /proc/wakelocks in android?
After cat /proc/wakelocks i get something like this. But what means number in columns?
------ KERNEL WAKELOCKS (/proc/wakelocks) ------
name count expire_count wake_count active_since ...
0
votes
1answer
596 views
Finding reason why my application is stopping, Android
I have a small data collection app which has a single button to start and stop a service.
The service in turn starts a new thread. Which collects data about voltage changes whenever there is a ...
0
votes
0answers
66 views
Does starting a process via Runtime.exec() hold a wakelock in Android?
I'm running some power experiments and a thought just occurred to me: our logging tool might be keeping the phone awake and skewing our results. Would a call to ...
0
votes
1answer
369 views
Wakelock only working with usb-cable connected
I have a rather odd problem. Lately i tried to use a wakelock in my application using the following code:
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle ...
1
vote
1answer
2k views
Disable Screen Lock(Power) Button in Android
I want that when my application is running the power button (which upon pressing locks the screen & screen goes BLACK), should be disabled. So that the user cannot lock the screen.
I have ...
0
votes
0answers
118 views
Put the screen to sleep via android service
I want device screen to sleep pro grammatically. So far I have tried
Settings.System.putInt(getContentResolver(),Settings.System.SCREEN_OFF_TIMEOUT, DELAY) : Not work with a service.
DeviceAdmin's ...
1
vote
2answers
300 views
Android - Do I need a WakeLock?
I have a BroadcastReceiver that listen for the "SMS_SENT" Intent after an SMS has been sent. As far as I know, SMSManager does provide a wakelock so that it can actually send the SMS (I don't have any ...
1
vote
1answer
928 views
Android WAKE_LOCK permission rights
I use a wake lock pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, C2DM); in implementation of the C2DM service, and I use a <uses-permission android:name="android.permission.WAKE_LOCK" /> ...
0
votes
1answer
542 views
android app lock required for socket connection?
my app maintains a socket connection with a server through a Service I coded, but once the phone sleeps (a couple minutes after the screen turns off), I am unable to get the typical response from the ...
0
votes
1answer
166 views
Options for keeping device awake while a short-lived service runs
I'm developing an application that takes the user through an exercise plan. It's a running trainer that uses audio cues to let the user know when to walk, run, etc. at different points during their ...
2
votes
2answers
351 views
Android: Foreground service vs. wakeLock
I am relatively new to Android, so what I am asking may seem obvious (although I have read all the similarly titled questions, and have searched extensively). I need to monitor the accelerometer ...
0
votes
1answer
205 views
Android issues in wakelock?
Hai i developed a application using broadcast receiver.I need to wake my Application always.so i used wakelock.here my code
PowerManager pm = (PowerManager) getSystemService(Context.POWER_SERVICE);
...
4
votes
1answer
437 views
Check if onStop is called from user interaction, or screen dimming
I have a media player that stops playing whenever the user closes the app, either by pressing the home button, using the back button or simply opening another app.
To get this behavior, I added an ...
1
vote
1answer
392 views
Questions about Alarm Manager behavior and wakelocks
I'm using alarm manager in my service to set non-waking alarms every 15 seconds to execute a certain task. I don't want to wake the phone up as the task isn't time critical, so i'm using the ...
2
votes
3answers
691 views
Android app lifetime: maybe it infinite?
I'm developing an app designed to transform an android phone into a remote device running without user action. At the time the app is made by an Activity that sets AlarmManager to execute a service ...
0
votes
3answers
679 views
WakeLock not releasing and Screen isn't turning off
I've using alarm manager to call an activity and I'm using the wake locker class onRecive() to wake the phone and then calling WakeLocker.release() after the Activity is over but the screen still ...
4
votes
1answer
2k views
WiFi lock doesn't work, how to prevent wifi power save?
I had done an app that transform the phone into a webcam and use the phone connection to send image to internet web space.
I'm using ad activity that set an Alarm Manager to execute a Service every ...
0
votes
1answer
106 views
Android device sleeping issue
I have a little issue when I set option for device not sleeping. I'm connecting to web server and downloading data and when I'm doing this I need the device stay awake. I'm using this in this way :
...

