|
||
|
![]() |
![]() |
ROMs y desarrollo HTC Desire HD ROMs y desarrollo HTC Desire HD |
![]() |
|
Herramientas |
#1
|
||||
|
||||
![]()
Buenas,
Para no mezclar en otros post de Rom´s he pensado dejar este post para el kernel kamma y a partir de aqui, podemos hacer consultas del kernel mismo, u otras Roms con él. Post en Xda Key kernel features - OC MAX to 1.53GHz - undervolted - Interactive, powersave, conservative, ondemand, performance governor - BFS scheduler - BFQ IO scheduler - SLQB allocator - EXT4 support - TUN module - CIFS module - snq- CPU Vdd levels - change frequency on-the-fly Changelog v1.9 - for real enthusiasts - change any frequency above 1017600Hz on-the-fly - YouTube issue solved kkernel_v19bfs_cw.zip (4.57 MB) http://www.multiupload.com/SA5ZF9PV57 kkernel_v19cfs_cw.zip (4.62 MB) http://www.multiupload.com/34H269DABM How to change any frequency above 1017600Hz on-the-fly Code: echo 'c1536000 1593600 1325' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels "c" means CHANGE "1536000" old frequency "1593600" new frequency (unlimited) "1325" voltage (limited to 1500mV) How to set max frequency on-the-fly Code: echo 'm1593600 1350' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels "m" means max frequency 1593600 is max frequency (no limitation) 1350 is voltage for this frequency (maximum is limited to 1500mV) Changelog v1.8 - for real enthusiasts - SLQB allocator added - only BFS scheduler builds kkernel_v18_172_cw.zip (4.59 MB) http://www.multiupload.com/HK1AUAUB6M kkernel_v18_cw.zip (4.56 MB) http://www.multiupload.com/7NM0KTQJAZ Changelog v1.7 - for real enthusiasts - code refactor - 2 builds - BFS vs CFS - IO scheduler could be changed on-the-fly (included CFQ(default), BFQ, DEADLINE, NOOP) - Smartass Governor removed (no time to optimize it in these days) kkernel_v17bfs_172_cw.zip (4.58 MB) http://www.multiupload.com/4XGD6GUO5V kkernel_v17bfs_cw.zip (4.54 MB) http://www.multiupload.com/NDY2H9TBZ0 kkernel_v17cfs_172_cw.zip (4.62 MB) http://www.multiupload.com/0H0C0WIE38 kkernel_v17cfs_cw.zip (4.59 MB) http://www.multiupload.com/U8973AAQZP How to set max frequency Code: echo 'm1593600 1350' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels "m" means max frequency 1593600 is max frequency (no limitation) 1350 is voltage for this frequency (maximum is limited to 1500mV) Kamma Recomienda Interactive Mode Post Fastboot package - kkernel_vXX.zip CW package (for HTC Sense ROM v1.32) - kkernel_vXX_cw.zip CW package (for HTC Sense ROM v1.72) - kkernel_vXX_172_cw.zip Última edición por Madbaires Día 11/02/11 a las 18:36:24. Razón: Actualizado |
|
#3
|
||||
|
||||
Ok, las diferencias entre BFS y CFS:
Fuente A couple of weeks ago I was browsing the XDA Developers forums looking at custom kernels for my Nexus One. I came across a kernel that looked good, however I was a bit confused about the two different versions on offer. One was called BFS and the other CFS. At the time I must have been having a bit of a blonde moment as the two acronyms completely passed me by….. BFS and CFS are both different types of task schedulers used by the Linux kernel. CFS (Completely Fair Scheduler) is the default scheduler in the majority of distributions, however it isn’t though to be great. I won’t go into the details, however being relatively old it has built up quite a lot of bulk and the algorithms used are rather complicated. BFS (Brain Fuck Scheduler) is the new kid on the block. It was written in 2007 after the author became annoyed with the random stalls experienced while using a Linux-based desktop machine. The scheduler is designed to offer low latency when used interactively, for example on a desktop machine, or a phone! As stated latency is usually reduced, and random stalls should be reduced. However BFS also has another trick up its sleeve. In benchmarks it performed 80% better when encoding a video in x264 format! BFS however isn’t (yet) going to make your Linux based systems super fast. Benchmark results are rather mixed, and discussions around it are rather heated. It is not currently included in the mainline Linux tree, and doesn’t look likely to be included anytime soon. Either way, if you want to try it on your Android device, it is a quick flash away. Cyanogen Mod includes it by default, and there are plenty of different kernels out there you can try. Go ahead and try it, YMMV! |
#4
|
||||
|
||||
no lo se pero a mi me va mejor en la revolution el cfs
|
#7
|
||||
|
||||
Buenas, no se porque no puedo flashear el kernel de kamma con el recovery, cuando lo flasheo no me inicia el movil. Y desde el kernel update utility me dice Image not found. Y como la version 1.7 la an sacado solo para cw no puedo meterla por adb.
Porque me pasa esto? Un saludo y gracias. PD: tengo instalada leedroid 1.5.1 |
#8
|
||||
|
||||
Fastboot package - kkernel_vXX.zip CW package (for HTC Sense ROM v1.32) - kkernel_vXX_cw.zip CW package (for HTC Sense ROM v1.72) - kkernel_vXX_172_cw.zip |
#9
|
||||
|
||||
El que no pone nada es para las versiones 1.3x
El BFS es mejor en tareas/cargas interactivas e/s y es el más "recomendado" para smartphones, pero para gustos...personalmente Kamma prefiere el BFS ;) El CFS suele ser más estable y hay gente que lo prefiere. Le mejor es probar los dos y decidir. Saludos, folgui |
Gracias de parte de: | ||
#10
|
||||
|
||||
nadie sabe porque no puedo flashearla desde el recovery?
|
#11
|
||||
|
||||
Gracias! Ahora ya lo tengo todo claro.
He flasheado la bfs y el quadrant me da 3000 puntos sin tocar nada del setcpu. Antes tenía la 1.6 cfs y me daba unos 2600 por lo que la mejora que aporta la bfs está bastante bien. Saludos! Sent from my Desire HD using Tapatalk |
#12
|
||||
|
||||
Gracias! Ahora ya lo tengo todo claro.
He flasheado la bfs y el quadrant me da 3000 puntos sin tocar nada del setcpu. Antes tenía la 1.6 cfs y me daba unos 2600 por lo que la mejora que aporta la bfs está bastante bien. Saludos! Sent from my Desire HD using Tapatalk ![]() |
#15
|
||||
|
||||
Gracias! Ahora ya lo tengo todo claro.
He flasheado la bfs y el quadrant me da 3000 puntos sin tocar nada del setcpu. Antes tenía la 1.6 cfs y me daba unos 2600 por lo que la mejora que aporta la bfs está bastante bien. Saludos! Sent from my Desire HD using Tapatalk ![]() |
#16
|
||||
|
||||
Sí, viene por defecto a 1,5Ghz, pero se puede editar un archivo con el terminal para ponerlo a 1,8Ghz. Los 3000 puntos me los da dejandolo tal como como viene a 1530.
Sent from my Desire HD using Tapatalk |
#17
|
||||
|
||||
Juas, pues a mi me da 2700 jejejeje, pero creo que el Kernel trabaja dependiendo a las necesidades.. o al menos algo asi escuche (lei). En fin, creo que con mas de 2500 en el quadrant un movil va fino jejeje
|
#18
|
||||
|
||||
y porque a mi no me funciona flasheandola desde el recovery?? no entiendo porque...
A nadie mas le pasa? se me queda en el logo de htc Última edición por donc3 Día 07/02/11 a las 23:54:25. |
#20
|
||||
|
||||
pues folgui lo estoy flasheando sobre la leedroid 1.5.1, con radio 26.04.02.17_M2. Y flasheo el archivo kkernel_v18_172_cw.zip. Es correcto no?
Pues flasheo desde el recovery y no me da error alguno, pero al iniciar se queda en el logo de htc, y si lo flasheo desde el update kernel utility con la opcion CW al darle al boton de flashear me dice: Kernel image doesn't found! |
![]() |
![]() |
||||||
|