Questions tagged [power-management]

The process by which some operating systems will attempt to conserve energy.

May include spinning down disks or fans during idle time. May also effect monitors and entire systems.

Power management system usually implement selectable policies such as conservative or performance.

Primarily relevant to laptops where battery life is an issue though may also refer to turning off monitors to avoid screen burn-in.

See also hibernate and sleep.

473 questions
-1
votes
2 answers

Boot Linux with Linux?

I've found here [last page] an interesting way to boot Linux by Linux. Unfortunately it is only mentioned and i can't find any useful links on the net. So has anyone heard about a method to avoid the bootloaders and instead use linux ? Greets
user3085931
  • 1,757
  • 4
  • 29
  • 55
-1
votes
1 answer

In Android, will the background tasks/processes consume power significantly?

In Android, if you open an App, but only once, it may be kept in memory for a long time if the memory doesn't suffer any shortage. Will these background tasks/processes consume power continuously? Will it be significantly?
JackWM
  • 10,085
  • 22
  • 65
  • 92
-1
votes
2 answers

How to measure ARM power consumption?

I'm trying to measure instaneous power comsumption by processor on ARM-Cortex-A9/Ubuntu 12.04 platform. Does anyone know how to do this?
enc
  • 3,345
  • 4
  • 21
  • 22
-1
votes
1 answer

How to compare battery level before and after an activity?

do you have link/tutorial for compare the battery level before and after an activity/computation process?
-2
votes
1 answer

Android battery consuption

3rd party is running battery test on my android app. They say that "Exceeds idle mode current when there is no services running with no data connectivity" for the test test : Idle screen power after quiting the application Current consumed (mA)…
Rahul
  • 1,403
  • 4
  • 18
  • 31
-2
votes
2 answers

Where is info about scheduling sleep/awake device for iOS 6.0 and above?

I can get this info from the file /private/var/preferences/SystemConfiguration/com.apple.AutoWake.plist for 3.x - 5.x firmwares, according hint from http://code.google.com/p/iphone-insomnia/ Where can i find this info for ios 6.0 ?
Maxim Kholyavkin
  • 4,463
  • 2
  • 37
  • 82
-2
votes
1 answer

How to continue java execution when PC is locked?

Java program halts execution when my computer is locked under my login. Locked does not mean locked up, like a Blue Screen of Death (BSoD). How to continue execution when PC is locked?
-3
votes
2 answers

How to determine whether battery is low intially?

I registered to receive ACTION_BATTERY_LOW and ACTION_BATTERY_OKAY in an activity and change some behavior according to this. But I want to know the initial state, when the activity starts. Currently I do it with the following code: Intent intent =…
Oliv
  • 10,221
  • 3
  • 55
  • 76
1 2 3
31
32