Acceder

Ver la Versión Completa : Aplicación para controlar los parámetros del kernel a tiempo real


xexijreil
28/05/11, 21:06:30
Hola!
Me gustaría saber si hay alguna aplicación para Android parecida a Govnah(de WebOS), por si no la conoceis:

http://forums.precentral.net/webos-internals/244701-govnah.html
Summary

http://www.webos-internals.org/images/5/59/Icon_WebOSInternals_Govnah.png (http://www.webos-internals.org/wiki/File:Icon_WebOSInternals_Govnah.png)
Advanced webOS kernels provide mechanisms to control various operating parameters on the device such as clock speed. These kernels expose one or more "governors" which can control those parameters. An example of such a kernel is the UberKernel (http://www.webos-internals.org/wiki/Application:UberKernel). This application is available through Preware (http://www.webos-internals.org/wiki/Preware).


Purpose

Govnah's UI provides access to:


A real-time graph of CPU speed, CPU temperature, memory usage and system load
A mechanism for setting the parameters of the governors exposed by the various Linux kernels.
Ability to reduce/raise the amount of power parts of the device uses to reduce battery consumption.
Temperature range which lowers/resets CPU frequency to cool down the device under heavy load.
Ability to slow down the CPU when battery is low.
The amount of swap that can be compressed (compcache).
The enabled Linux IO schedulers.
The enabled Linux TCP Congestion algorithms.



Fundamentalmente te permite variar a tiempo real la potencia del teléfono para optimizar su rendimiento y consumo, por ejemplo yo con govnah ponía que cuando el teléfono no estuviera en uso o bloqueado su potencia bajase a 250 Mhz y cuando se usase a 800Mhz, cuando ponía en marcha algún juego que requiriese más lo ponía a 1Ghz, etc...y todo esto sin tener que reiniciar el teléfono ni nada. También te permitía tocar otros muchos parámetros que yo personalmente no me atrevía a tocar como compcaché, voltajes, etc.

Supongo que esto hasta que no hagan roms para el XPERIA ARC no valdrá de nada, pero hay algo parecido para Android??

luxering
28/05/11, 21:14:00
eso que comentas ya lo hace android solo, sin necesidad de ninguna aplicación, aunque si quieres de todas formas variar esos parámetros, puedes usar setcpu, para el cual necesitas ser root.
un saludo!

Enviado desde mi Xperia Arc

xexijreil
28/05/11, 21:39:06
Bueno es saberlo! Gracias!! =)