[OVERCLOCK] [3-7-2012] dagkernel 0.2 CPU/GPU Overclock up to 1.94GHz

Search This thread

roloracer

Senior Member
Jul 8, 2008
2,886
679
Kissimmee
Wow,6 months later,topic still not labeled.smh. Really, how hard is it to do that?

Screenshot says a kernel number, like folks supposed to know kernel numbers for each android version.

But everybody knows what gingerbread means when they see it!

Guess folks don't want a clean thread.users with kiwi will be asking to use this kernel

This kernel was posted almost a year ago, a week or so after the note came out, and the OP smashed the screen on his note shortly after that, and moved on to a different device. Only gingerbread was available then, so that's why the title didn't mentioned it because it was the only thing available.

RoloRacer on my Galaxy Note
 

Class_of_punk26

Senior Member
Jan 25, 2013
448
16
Tried this with padawan rom gets stuck at the samsung boot logo

Sent from my SAMSUNG-SGH-I717 using xda app-developers app
 

jsyi84

Senior Member
Aug 26, 2010
329
67
Encinitas
this kernel was posted almost a year ago, a week or so after the note came out, and the op smashed the screen on his note shortly after that, and moved on to a different device. Only gingerbread was available then, so that's why the title didn't mentioned it because it was the only thing available.

Roloracer on my galaxy note



he's back!!!!!!!!!!!!!!!!!!! Yay!!
 

Top Liked Posts

  • There are no posts matching your filters.
  • 132
    So, this doubles as a root kernel (might as well keep the scripts in there since I already made 'em!), custom boot animations (/system/media/sanim.zip), init.d support.

    Max speed is 1.94GHz. Max speed I've benchmarked stable at is 1.83GHz. Reboots at higher.. YMMV with voltage adjustments etc.

    Stock speed on this kernel is 1566MHz, I have removed a lot of scaling overrides that Samsung added, so this should be a bit smoother than the stock kernel without OCing more than the slight default.

    GPU is also OC'ed from 3d speed 266 -> 300 and 2d speed 200 -> 266.

    I will be releasing a GUI soon with more advanced tweaking options for the kernel (it is compatible with existing tools like system tuner, fauxclock, setcpu, etc.)

    Version 0.2 CWM Zip: http://m-s-j.net/dagnarf/cwm-sgh-i717-dagkernel-oc-v0.2.zip
    Version 0.2 CWM Zip (with KALLSYMS + KALLSYMS_ALL for debugging) http://m-s-j.net/dagnarf/cwm-sgh-i717-dagkernel-oc-v0.2-kallsyms.zip
    Version 0.2 CWM Zip (No root script, su, busybox in ramdisk) http://m-s-j.net/dagnarf/cwm-sgh-i717-dagkernel-oc-v0.2-nosubusybox.zip

    New stuffs:
    * BLN Support (Use BLN Control from market)
    * XZ Compression
    * CFQ Scheduler
    * New CPUFreq governors: smartassv2, lagfree
    Code:
    CWM Zip 0.1 [url=http://m-s-j.net/dagnarf/cwm-sgh-i717-dagkernel-oc.zip]Available here[/url]
    Odin Tar 0.1 [url=http://m-s-j.net/dagnarf/pda-overclocked-dagkernel-v01.tar]here[/url]
    Modified libraries 0.1 [url=http://m-s-j.net/dagnarf/modded-libs.tar.gz]here[/url].

    Stock CWM zip (Stock Kernel and Libraries) Available here

    CWM Flashing Instructions:
    CWM Install Instructions said:
    1.) Install CWM from http://xdaforums.com/showthread.php?t=1517134
    2.) Copy the cwm zip to your /sdcard/
    2.) Reboot into CWM either by issuing "adb reboot recovery" from command line, or loading ROM Manager app and choosing "Reboot into recovery", or by powering the device off and holding vol up+vol down and powering on.
    3.) From CWM, choose "install zip from internal sd card" then navigate to the cwm zip you copied in, select it
    4.) Select "reboot system"

    Souce code available at: https://github.com/dagnarf/sgh-i717-dagkernel

    Don't forget the donate link in my sig if you find this useful :)
    13
    I never learn my lesson about providing an ETA, keep slipping! I've got BFQ, CFQ, smartassv2, etc. etc. in now, just dotting some i's and crossing some t's.. coming soon! Lowered some default voltages on the higher end of the scale (1.89+) also since some people have reported stability at lower voltages at those speeds.
    12
    sgs kernel flasher will work if it read/writes to mmcblk0p8 (which is where the kernel lives on our device)

    Here is version 0.2 CWM ZIP: http://m-s-j.net/dagnarf/cwm-sgh-i717-dagkernel-oc-v0.2.zip
    New stuffs:
    * BLN Support (Use BLN Control from market)
    * XZ Compression
    * CFQ Scheduler
    * New CPUFreq governors: smartassv2, lagfree
    6
    Updated first post with CWM zip including libs so you no longer have to push via adb/odin. Will update shortly with a return-to-stock CWM zip.
    5
    Long weekend.. working on a new build now ;)

    HAVS is actually already built into the stock system. It scales according to demand from 3 separate units (the memory/bus subsystem, the GPU, and the CPU(s) )

    The voltages you can set in system tuner/fauxclock/etc. only apply to the CPUs, once my app is out you'll be able to adjust GPU and L2 voltages/speeds as well.

    The other governors etc. are coming shortly.. hopefully tonight ;)