wakeup Questions

2

I want my app to be woken up when the device finds a specified bluetooth device. The problem is, that after android O you can't register a broadcast receiver anymore to handle that in the backgroun...
Tar asked 1/3, 2020 at 15:0

6

i start an activity from a BroadcastReceiver, which is triggered by an alaram (RTC_WAKEUP type). in onCreate of that activity i add these flags getWindow().addFlags(WindowManager.LayoutParams.FLAG...
Calla asked 31/3, 2012 at 17:30

8

Solved

Hey i need to wake my sleeping android device up at a certain time. Any suggestions? P.S. Wake up: turn display on and maybe unlock phone
Tequilater asked 1/9, 2010 at 19:45

2

Solved

I am currently working in a sample app for Android which uses geofencing for location monitoring, and I am finding it difficult to comply with Android Vitals background wakeup limit (https://devel...
Unionist asked 23/2, 2018 at 21:34

2

Solved

I have a service running for my application to send notification every hour. This is working fine as i heard a sound and a vibration every hour because of my notification but i also want that my no...
Jam asked 9/3, 2012 at 9:42

4

Solved

I've been banging my head with this for the last 3-4 days and I can't find a DECENT explanatory documentation (from ARM or unofficial) to help me. I've got an ODROID-XU board (big.LITTLE 2 x Cortex...
Pontine asked 18/11, 2013 at 19:5

3

Solved

My own app uses the exact same technique as shown by Google I/O app of 2016. see source I need to remind users at a very specific point in time - using a notification. For this, I use the AlarmMa...

0

Google Play Developer Console says: A signigicant percentage of daily sessions (more than 1.3%) experienced excessive wakeups, thereby placing your app in the lowest 25% of apps for this metric....
Gumma asked 23/8, 2017 at 11:59

2

I need to wake up a PC from sleep to perform some actions using C#. I've used CreateWaitableTimer functions, everything goes fine. At given time the PC wakes up but the monitor stays in powe...
Stramonium asked 5/4, 2010 at 9:40

2

Solved

I've managed to get the display to sleep immediately with pmset displaysleepnow in terminal, however for waking the display I've only found pmset schedule wake "12/24/2009 00:00:00" which fa...
Breach asked 6/10, 2014 at 22:45

1

Solved

I am programming STM32L051R8 and have next problem. I'm trying use standby mode in most part of time, and sometimes wake up by RTC, it is an auto wake-up. If I work without sleep - all works perfec...
Dropper asked 13/2, 2017 at 14:5

3

Is there way to wakeup iOS app without using "The significant-change location service"? I need to wakeup my app without server or user intervention Some thing similar to Alarm clock wherein you ge...
Soneson asked 14/2, 2016 at 3:36

3

How to wakeup android phone from sleep (suspend to mem) programmably? I don't want to acquire any wakelock, which means the phone goes into "real" sleep with the cpu disabled. I guess I can use som...
Brigandine asked 14/4, 2014 at 0:32

2

Please, help me. I have a broadcast reciever: public class BrcRec extends BroadcastReceiver{ public static WakeLock wakeLock; @Override public void onReceive(Context context, Intent intent) { P...
Illegal asked 7/4, 2013 at 11:54

2

Solved

I would like to wake up an android phone by saying for example "Hello George", but could not find any useful answers. First of all , is android app needs to listen as service in background for thi...
Lathery asked 29/9, 2013 at 17:30

1

Solved

I'm running OS X 10.8 (Mountain Lion). I was wondering if there was a terminal command to check if the macbook pro's lid is currently closed. If I used grep, what would I be looking for exact...
Offoffbroadway asked 7/4, 2013 at 21:44

1

Solved

I've got a push notification-app, is there any way to wake up the screen (just make it light up) whenever I receive a push notification? if you want some code just let me know! and Thank you for y...
Fulvi asked 20/12, 2012 at 17:27

4

How to find out the mac address of a system which is: Shutdown Power plugged in Connected to Lan Nic card ON. Update I am asking how to find out the mac address of some other system which is...
Trimetric asked 29/3, 2010 at 7:23

3

I'm receiving an incoming C2DM notification while the screen is locked. I'd like to wake up the screen and display the notification message on top of the lock screen using an Activity. I'm launchin...
Sibell asked 15/2, 2011 at 21:17

3

I have a problem with acquiring a WakeLock. It seems not to work. I am trying to acquire a FULL_WAKE_LOCK but neither the display gets enabled nor is my app able to perform tasks. I am using the f...
Auguste asked 1/9, 2010 at 6:2

0

I'm running a long python script in the windows command line with several prints throughout my code to keep track of progress. Right before certain prints, the python code stops running and CPU Us...
Reisinger asked 10/8, 2011 at 17:44
1

© 2022 - 2024 — McMap. All rights reserved.