Recent content by Torro Rosso


  1. Torro Rosso

    CM Unofficial cm11 based on M1cha kernel

    Can you help me with that?
  2. Torro Rosso

    CM Unofficial cm11 based on M1cha kernel

    it`s proubably caused from gcc optimizing( Please use M1cha`s rom Listen up, people.. I really want to port tap2wake function to our device.. This time I`m seriously need you HELP! Dear M1cha, or Redmaner, or somebody else, I need your advice to solve this problem.. I tried to do same changes...
  3. Torro Rosso

    CM Unofficial cm11 based on M1cha kernel

    The last kernel is for m1cha's rom, not mine..
  4. Torro Rosso

    CM Unofficial cm11 based on M1cha kernel

    I was made a mistake, previous boot was compiled from google msm branch, not kk.27, this is remake: https://www.dropbox.com/s/a5thhucwtuogutg/Kernel_undervolt_linaro.zip By the way, I`ve share all my changes on github..
  5. Torro Rosso

    CM Unofficial cm11 based on M1cha kernel

    i started forking source and add my changes)))
  6. Torro Rosso

    CM Unofficial cm11 based on M1cha kernel

    I can show, what fixes I have been used)
  7. Torro Rosso

    CM Unofficial cm11 based on M1cha kernel

    I don`t know how! help me!
  8. Torro Rosso

    CM Unofficial cm11 based on M1cha kernel

    sharing my new work.. This is a kernel for latest M1cha`s rom, built with linaro 4.8, -Ofast GCC flags (with some custom options), And new feature - Undevolting (Big thanks to Redmaner!) link: https://www.dropbox.com/s/a5thhucwtuogutg/Kernel_undervolt_linaro.zip
  9. Torro Rosso

    CM Unofficial cm11 based on M1cha kernel

    Fixed art in new build) https://www.dropbox.com/s/kg8vhh0viqnfmch/cm-11-20140210-UNOFFICIAL-aries.zip
  10. Torro Rosso

    CM Unofficial cm11 based on M1cha kernel

    there is a little problem: The Art runtime isn`t work, will try to solve(
  11. Torro Rosso

    CM Unofficial cm11 based on M1cha kernel

    So i`ve fixed all troubles) I used Ofast and fstrict-aliasing cflags.. In fact, i used absolutely same config with this rom: http://forum.xda-developers.com/showthread.php?t=2339377 The whole rom and kernel is built with sabermod 4.8 toolchain) The new kernel from M1cha and latest sources) The...
  12. Torro Rosso

    CM Unofficial cm11 based on M1cha kernel

    I`ve fixed the kernel))) Works good) but want to try different cflags)
  13. Torro Rosso

    CM Unofficial cm11 based on M1cha kernel

    I made it, guys... Rom compiled with sabermod gcc 4.8 cflags is -Ofast (better than -O3) For now, the kernel is problem.. Try to fix..
  14. Torro Rosso

    CM Unofficial cm11 based on M1cha kernel

    the file is not signed, what recovery are you using? will notice, thanks a lot!
  15. Torro Rosso

    CM Unofficial cm11 based on M1cha kernel

    Hi to all! I tried to compile an optimised rom all this time, with the different -O cflags, the best i can build is -O3 gcc4.7 the gcc4.7 from linaro crashing the compilation process each time.. I need to find out, why.. By the way, i found the fixes for kernel gcc4.8 compilation, and build the...