[KERNEL] RAGEmod v1.1b - U1 released!

Search This thread

RAvenGEr

Senior Member
Dec 4, 2006
94
130
Adelaide
My new kernel!
Will come in two flavours:
  • U1 - based on Samsung Update1
  • U2 - based on Samsung Update2 - Canceled due to release of Update3 sources!
  • U3 - based on Samsung Update3 - in progress

Features:
  • support for SetCPU OC (upto 1400MHz)
  • UV between 800mV and 1400mV
  • support for Boot Animation
  • support for BLN

The goal of my first kernel was to take the battery savings gained from HardCORE's kernel and allow undervolting and underclocking to further improve battery life. I added Boot Animation and BLN support just because I could. This kernel adds to my previous kernels, taking bits and pieces from here and there also.

As usual, this kernel could break your hardware, so only flash if you are not concerned with bricking your device.

Thanks also to the authors of Ninphetamine kernel - their SetCPU supporting code was the basis for the SetCPU support in this kernel, I have also used BLN code from their Git Repository, thanks to creams.

Change Log:
  • U1 - v1.1 - based on Samsung Update 1
    • New compiler optimisations - partially from SpeedMod, partially my own.
  • U1 - v1.1a - minor update release.
    • Increased touch sensitivity
  • U1 - v1.1b - minor update release.
    • Init.d support


Future plans:
  • Auto Root-ing
  • Auto install modified liblights
  • U3 version.
 

Attachments

  • RAGEmod-U1-v1.1.tar
    7.1 MB · Views: 6,437
  • RAGEmod-U1-v1.1a.tar
    7.1 MB · Views: 1,099
  • RAGEmod-U1-v1.1b.tar
    7.1 MB · Views: 8,626
Last edited:

212121

Member
Mar 30, 2009
41
7
congratulations for your excellent work
installed, running at 1400 ok, haptic response s more reliable,
awaiting feedback
speedmod base that takes?
 

tudort

Senior Member
Dec 25, 2009
391
23
Iasi
Maybe do a special DK version for upcoming GadgetCheck DK Themed Infusion 2.5 Rom

Sent from my GT-I9100 using xda premium
 

cr0wnest

Senior Member
Jun 29, 2010
1,009
164
Singapore
thanks, gonna flash this tonight when i get home. Is this the same as the other ragemod thread only this is the "non-beta" version instead?
 

Cygnuss

Senior Member
Aug 31, 2007
1,183
153
Lisboa
Ravenger if you can provide more info about this kernel compared to v1 T27 or v1 T30 would be very appreciated. Thanks
 

jsbutran

Senior Member
Jan 3, 2006
993
76
Not being able to flash the Kernel, the entire process Odin hangs in the middle. Tar seems currupt. zImage is only 3.20 mb.
 
Last edited:
I

Id Arcanum

Guest
Thanks for the kernel, there seems to be something wrong with clockworkmod as it doesn't mount usb storage and also installing zip from it doesn't do anything (ie. theme or whatever).

Previous kernels and others work no problem.

Keep up the great work!

edit: ignore.. sorry, reflashed kernel after flashing other kernel and all working fine now
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 44
    My new kernel!
    Will come in two flavours:
    • U1 - based on Samsung Update1
    • U2 - based on Samsung Update2 - Canceled due to release of Update3 sources!
    • U3 - based on Samsung Update3 - in progress

    Features:
    • support for SetCPU OC (upto 1400MHz)
    • UV between 800mV and 1400mV
    • support for Boot Animation
    • support for BLN

    The goal of my first kernel was to take the battery savings gained from HardCORE's kernel and allow undervolting and underclocking to further improve battery life. I added Boot Animation and BLN support just because I could. This kernel adds to my previous kernels, taking bits and pieces from here and there also.

    As usual, this kernel could break your hardware, so only flash if you are not concerned with bricking your device.

    Thanks also to the authors of Ninphetamine kernel - their SetCPU supporting code was the basis for the SetCPU support in this kernel, I have also used BLN code from their Git Repository, thanks to creams.

    Change Log:
    • U1 - v1.1 - based on Samsung Update 1
      • New compiler optimisations - partially from SpeedMod, partially my own.
    • U1 - v1.1a - minor update release.
      • Increased touch sensitivity
    • U1 - v1.1b - minor update release.
      • Init.d support


    Future plans:
    • Auto Root-ing
    • Auto install modified liblights
    • U3 version.
    5
    Hi All,

    work is beginning on a version based on Update3, please be patient while I work out all the bugs.
    5
    What happened to this threat, no update yet;

    Sent from my GT-I9100 using xda premium



    What are you expecting? An update every day?? I'll update the post when I finish each new version.

    Just remember:
    1. I do this for fun and to 'pay back' XDA community for their great work.;)
    2. I have other commitments that mean I can't work on this everyday.
    3. I don't get paid to do this.
    4
    @Ravenger:--Very nice kernel. or i must say very smooth kernel. I compared this U1.1 with the stock kernel and found that UI is much more smooth and less jerky. Nice work done.
    Battery life has been perfect.Everything is working fine without OC/UV. Also have you applied low brightness patch from speedmod's? I was asking because i felt that my screen brightness was quite low even in full sunlight. Please remove that feature as i think thats not required for our SGS2 screen. Its already perfect.
    Thanks for your hard work
    I have not implemented any brightness patches!
    AND - I will not implement any until I can provide a way for the user to customise, as there is no magic value that everyone will be happy with.
    3
    Could you please show me what you do to undervolt with an init.d script? Searched on here, but theres too much noise with SetCPU results. Just want to undervolt without the monitoring overhead of SetCPU.

    Try this for undervolting. Currently running it with the 1.1b version and it works.
    Code:
    #!/system/bin/sh
    echo "1275 1175 1075 975 875 850" > /sys/devices/system/cpu/cpu0/cpufreq/UV_mV_table
    echo "1275 1175 1075 975 875 850" > /sys/devices/system/cpu/cpu1/cpufreq/UV_mV_table
    Remeber to adapt the values to your own needs.