intronauta
18/09/10, 20:51:04
Bueno, @f_padia ha abierto un hilo en XDA con unos "tweaks" que funcionarían con cualquier kernel que utilice el CFS scheduler, vamos, que no funciona con kernels con BFS. Si no sabes de que hablo y no sabes si tu kernel utiliza CFS, funcionaría con cualquier kernel que viene de serie con las roms actuales excepto con los flykernel específicos con BFS.
Al turrón.
Se necesita ser root.
Añadimos tres líneas a /etc/sysctl.conf desde adb:
# mount -o remount,rw /system
# echo 'kernel.sched_latency_ns = 600000' >> /etc/sysctl.conf
# echo 'kernel.sched_min_granularity_ns = 400000' >> /etc/sysctl.conf
# echo 'kernel.sched_features = 24188' >> /etc/sysctl.conf
# mount -o remount,ro /system
# sysctl -p (así comprobamos que las líneas se han añadido correctamente a sysctl.conf)
kernel.sched_latency_ns = 600000
kernel.sched_min_granularity_ns = 400000
kernel.sched_features = 24188
# exit
Los cambios se aplican al momento pero en mi caso tuve que reiniciar, parecía algo inestable
restaurar valores por defecto
Borramos las tres líneas de /etc/sysctl.conf:
# mount -o remount,rw /system
# echo >/etc/sysctl.conf
# sysctl -p (no debe mostrar nada)
#exit
Que nadie espere un cambio brutal ni vaya directo a por un benchmark con los ojos inyectados en sangre. Parece que solo mejora el tiempo de respuesta del kernel, no da más mflops ni fps.
Imagino que se irán probando nuevas nuevas configuraciones y algunas terminarán incluidas en las nuevas roms, ya veremos.
Los cambios en sí son muy simples - no se va a romper nada ;-) y son reversibles con tres comandos de ná, así que no hay razón para esperar un mes a ver como evoluciona el tema :risitas:.
GO!GO!GO!
Fuente:
http://forum.xda-developers.com/showthread.php?t=785988
After applying the tweaks my phone is the smoothest I have ever felt it be and subsequently I have returned to 528MHz. Even now it feels smoother than I have had it on any other ROM when OC'ing > 600MHz. This means my battery life has seriously increased too. My phone has been running 26 hrs with email and weather updates with still 66% left.
Al turrón.
Se necesita ser root.
Añadimos tres líneas a /etc/sysctl.conf desde adb:
# mount -o remount,rw /system
# echo 'kernel.sched_latency_ns = 600000' >> /etc/sysctl.conf
# echo 'kernel.sched_min_granularity_ns = 400000' >> /etc/sysctl.conf
# echo 'kernel.sched_features = 24188' >> /etc/sysctl.conf
# mount -o remount,ro /system
# sysctl -p (así comprobamos que las líneas se han añadido correctamente a sysctl.conf)
kernel.sched_latency_ns = 600000
kernel.sched_min_granularity_ns = 400000
kernel.sched_features = 24188
# exit
Los cambios se aplican al momento pero en mi caso tuve que reiniciar, parecía algo inestable
restaurar valores por defecto
Borramos las tres líneas de /etc/sysctl.conf:
# mount -o remount,rw /system
# echo >/etc/sysctl.conf
# sysctl -p (no debe mostrar nada)
#exit
Que nadie espere un cambio brutal ni vaya directo a por un benchmark con los ojos inyectados en sangre. Parece que solo mejora el tiempo de respuesta del kernel, no da más mflops ni fps.
Imagino que se irán probando nuevas nuevas configuraciones y algunas terminarán incluidas en las nuevas roms, ya veremos.
Los cambios en sí son muy simples - no se va a romper nada ;-) y son reversibles con tres comandos de ná, así que no hay razón para esperar un mes a ver como evoluciona el tema :risitas:.
GO!GO!GO!
Fuente:
http://forum.xda-developers.com/showthread.php?t=785988
After applying the tweaks my phone is the smoothest I have ever felt it be and subsequently I have returned to 528MHz. Even now it feels smoother than I have had it on any other ROM when OC'ing > 600MHz. This means my battery life has seriously increased too. My phone has been running 26 hrs with email and weather updates with still 66% left.