[Kernel][3.0.31] D- Kernel (09/09/2013)

Search This thread

hafidzduddin

Senior Member
Oct 6, 2011
601
790
jakarta
Great to see something new from you :) I'll test it out on CM 10 BE_02
May I know what features this has?


custom bootanim, cwm, init.d support, add some gov and io sched, remove samsung debug, add some tweak




about CWM touch version you can create it???? :confused:
It have bug no bootanimation ?

Yep. But why you need cwm touch?
Idk. I use custom bootanimation.zip
On system/media/ and it work

Sent from my GT-I8160 using xda premium
 
B

Buddhism

Guest
custom bootanim, cwm, init.d support, add some gov and io sched, remove samsung debug, add some tweak






Yep. But why you need cwm touch?
Idk. I use custom bootanimation.zip
On system/media/ and it work

Sent from my GT-I8160 using xda premium

First impressions:

1. Benchmarks(although a tad bit unreliable) are pretty good, around 5.8k and 5.9k range for me

2. Scrolling is smooth, animations are smooth, smoother than D-Kernel v3

3. Battery life is good, although I think it is like 10% worse than D-Kernel v3 I was using.

4. Booting is really quick

5. No more brightness bug unlike D-Kernel v3

6. The screen doesn't distort anymore while scrolling etc unlike D-Kernel v3.

7. Opening apps are quicker than D-Kernel v3
 
Last edited:

mkel91

Senior Member
May 19, 2010
1,360
695
Italy
custom bootanim, cwm, init.d support, add some gov and io sched, remove samsung debug, add some tweak






Yep. But why you need cwm touch?
Idk. I use custom bootanimation.zip
On system/media/ and it work

Sent from my GT-I8160 using xda premium

hafdziduddin welcome back, it's a great news!! should this work on CM10, true? every stock kernel without modifications works on it..
 

mkel91

Senior Member
May 19, 2010
1,360
695
Italy
Works good on CM10 faster than stock, camera seems to go a little bit faster :)

Inviato dal mio GT-I8160 con Tapatalk 2
 

Attachments

  • uploadfromtaptalk1371107442254.jpg
    uploadfromtaptalk1371107442254.jpg
    34.3 KB · Views: 182
  • Like
Reactions: hafidzduddin
B

Buddhism

Guest
It works fine on CM10 but there is a bit of battery drain as far as I have seen
 

Top Liked Posts

  • There are no posts matching your filters.
  • 98
    I'M IN NO WAY RESPONSIBLE OF ANY DAMAGE CAUSED BY USING THIS CUSTOM KERNEL.
    PLEASE NOTE THAT SOME FEATURES CAN DAMAGE YOUR PHONE AND YOUR EAR.
    PLEASE READ ALL BEFORE FLASHING CUSTOM KERNEL.
    PLEASE GIVE ME FEEDBACK!!
    I NEED SUGEST NOT REQUEST!!
    DONT ASK ETA!! (if you can give me coffe on sunday i'll tell you ETA :p)

    Dont worry about donate to me. I dont have paypal :p
    Just press thanks button



    What is needed
    • Samsung GT-I8160 (Jellybean)
    • Some Android experience
    • Know how to use Terminal
    • More patience


    Features

    • fs: ZRAM & Swap Support
    • fs: CIFS module
    • fs: Fsync control [Cocafe]
    • fs/aio: Asynchronous io performance improved
    • mm: SLUB memory allocator
    • arm: ThumbEE
    • arm/vfp: Build with neon
    • lib: Optimzed CRC32 algorithm [ezekeel]
    • lib: GNU C version memcpy & string
    • mali: Utilization control
    • mali: MALI TWEAK[Cocafe]
    • mali: PM sampling rate tweakable [Cocafe]
    • debug: Remove Samsung debug code [Adi_Pat]
    • debug: Disable KGDB [Adi_Pat]
    • debug: Remove frame pointer [Adi_Pat]
    • debug: Android logger as module (free 4mb RAM)
    • bcmdhd: PM_FAST by default
    • kernel:Lzop compression
    • ramdisk: Lzop compression
    • ramdisk: Init.d scripts
    • ramdisk: ClockworkMod Recovery 6.0.2.8 [diego-ch]
    • cpufreq: OndemandQ [Cocafe]


    Installation
    FlashableZip:

    1. Download Kernel
    2. Goto Recovery
    3. Flash it


    DD method:
    You need to root your phone first.
    What is ROOT? HOW TO?
    Please ASK Google!!!

    1. Download kernel
    2. Extract kernel.bin.md5 from *.tar.md5
    3. Copy kernel.bin.md5 to somewhere you like (e.g. /sdcard)
    4. Open Terminal app,use these commands
    Now lets go to superuser mode
    Code:
    su
    Now lets flash(dd) kernel to kernel partition
    Code:
    dd if=/sdcard/kernel.bin.md5 of=/dev/block/mmcblk0p15
    5. Reboot to take effects
    Code:
    reboot
    * If you type a wrong dd command,it might hard birck your phone
    So please think twice before hit enter


    * It is recommended that check the md5 of kernel.bin.md5
    If it doesnt match 'md5.txt' in zips,dont flash to phone.
    Please re-download kernel



    How to check md5 on phone?
    Open Terminal app (Please install busybox first )
    'cd' to the folder(e.g. /sdcard) where has the file
    Code:
    cd /sdcard
    Now get the md5
    Code:
    busybox md5sum -t kernel.bin.md5 >> out.txt
    Now check the md5 manually
    35
    Download :
    09/09/2013

    18/08/2013

    NOTE :
    • sorry I could not test stock rom because I was in cm
    • wipe cache before flash
    27
    Changelog :
    09/09/2013
    • disable ARM: spinlock: use ticket algorithm for ARMv6+ locking implementation
    • arm/crypto: add aes and sha1 implementaions
    • use LZ4 Compression (kernel,ramdisk,zram)
    • add smartassH3 Gov
    • add exfat modules
    • power: stop printing noise
    • ntfs build in kernel now
    • disable BLN
    • set swappiness 20
    • bcmdhd: Reenable IPv6, disable multicast in suspend
    • toolchain: Linaro GCC 4.7
    • enable ksm (cyanogen only)
    • up to linux 3.0.41 kernel
    • disable ext3 support

    18/08/2013
    • bluetooth fix. thanks samsung
    • disable arch power
    • add sec_param_debug
    • ARM: spinlock: use ticket algorithm for ARMv6+ locking implementation
    • Proportional Rate Reduction for TCP.



    Credits :
    14
    NOTE :

    • CM version must flash through recovery. because modules locate in "/system/lib/modules"
    • to fix bt bug in cm. try to replace original "system/lib/bluez-plugin/audio.so" from cm10 zip.