[KERNEL] SpeedMod S3 ICS [K1-8 ExFAT] [K1-6B ROOT BRIGHTNESS+]

Search This thread

tkalli

Senior Member
Oct 27, 2007
2,579
348
From Download Page:
NOTE: The downloads on this page are for the Galaxy S3 GT-I9300 only.

This version is only for Samsung ICS ROMs. It will not work with CyanogenMod or AOKP ROMS!

Take time to read.
 

Nihil_Morari

Senior Member
Jan 31, 2012
122
8
Stupid question here: do you suggest speedmod or galaxsih for very high presentations and smoothness with a good battery life?

Inviato dal mio GT-I9300 con Tapatalk 2
 

PwOn

Member
Oct 23, 2011
32
2
I have K1-6B since Hardcore published it and I never had a single problem. A couple a days ago, I don't know why I'm having random freezing problems... I tried to wipe dalvik and cache and still happens...

and something strange my S3 start to do. When I charge the phone and the battery is full the screen turn on and never turn off until I press the power bottom... I don't know if this last thing have any relationship with the freez, but I wanted to share with you.

I will try to wipe all data to see if still happens...

I have I9300UBLG2 - ARO

Hardcore I love your work. Thanks!!
 

ZiDanRO

Senior Member
Jan 9, 2011
56
12
Bucharest
Today I got 3 freeze with K1-6 (becouse ExFat I don't need it). And the rest of the sistem is verry light. Few apps. Only 2 mails, tapatalk and facebook.
 

mustapharma

Senior Member
Feb 20, 2012
245
32
kerbala
Hi all can I flash this kernel to root
S3 have stock JB
Thanks in advanced

Sent from my GT-I9100 using xda app-developers app
 

treb88

Senior Member
Jan 26, 2011
89
12

does anyone able to try extsd2internalsd mod using this kernel that succesfully made it work?? cause tried this kernel using the mod it did not but then when i used other kernel it worked. Love this kernel cause it is very smooth as well as battery saver. Hope someone could answer my question
 

Dejv98

Senior Member
Dec 13, 2014
113
36
Is this the kernel will run on ROM: Blekota note 4 (base rom back-to-n00t android 4.4.4) ?

If there is a VERY VERY please perform this kernel on this rom?

I was looking for the perfect kernel long and this one is perfect for me!
 

Top Liked Posts

  • There are no posts matching your filters.
  • 128
    Hi guys,

    This is the SpeedMod kernel for the Samsung Galaxy S3 GT-I9300.

    SpeedMod's core features are:
    - Super stable: No undervolting, overclocking or potentially unstable modifications
    - Fast and smooth: Compiler and code optimizations
    - Excellent battery life: Remove unecessary logging and debugging

    >>> CLICK HERE for more info and the DOWNLOAD links.

    >>> CLICK HERE for the Frequently Asked Questions list.

    Current features:

    Root:
    - Automatically installs root (SuperUser and su) but can be disabled

    Screen and misc tweaks:
    - Auto-brightness increased slightly (in low-to-mid light)
    - MDNIE screen sharpness and color tuning (improves text readability)
    - init.d, TUN, CIFS, IPV6 Privacy support

    Performance:
    - CPU governor tweaks: increase responsiveness
    - IO tweaks
    - Read ahead tweaks
    - Compiled with optimizations using Codesourcery GCC toolchain
    - Optimized GPU DVFS
    - ARM CPU topology support
    - SCHED_MC multi-core aware scheduler

    Turned off unnecessary logging for better smoothness and efficiency:
    - Disabled Android Debug Logger / logcat
    - Disabled Samsung debug
    - Disabled various kernel debugging, statistics and tracing options

    Known issues:
    - Proprietary ExFAT modules are not included (currently no plans to)
    (You don't need ExFAT unless you use a 64GB MicroSD. Even then you can still format it as FAT32.)

    >>> CLICK HERE for the CHANGELOG.

    Instructions on how to enable logcat and disable auto-root are in the 3rd post (below).

    >>> CLICK HERE for the DOWNLOAD links.
    14
    Here is how to change some of the kernel configurations:

    [HOW TO ENABLE LOGCAT]

    If you are a developer or want to re-enable logcat for whatever reason, do this:

    adb shell
    su
    mount -o remount,rw /system
    echo ANDROIDLOGGER >> /system/etc/tweaks.conf
    mount -o remount,ro /system

    [HOW TO DISABLE AUTO-ROOT]

    Create a file called ".noautoroot" in either /system or /data. This will disable the auto root installation. This example, shows how to remove root completely:

    adb root
    adb shell
    mount -o remount,rw /system
    rm /system/xbin/su
    rm /system/app/Superuser.apk
    rm /data/app/Superuser.apk
    touch /system/.noautoroot
    mount -o remount,ro /system
    sync
    reboot

    [HOW TO RE-ENABLE AUTO-ROOT]

    adb root
    adb shell
    mount -o remount,rw /system
    rm /system/.noautoroot
    mount -o remount,ro /system
    sync
    reboot
    14
    K1-6:
    - Rebuilt based on GT-I9300_ICS_Opensource_Update4 source code
    - Rebuilt using Codesourcery 2012.03 GCC 4.6.3 toolchain
    - Minor tweaks to pegasusq governor
    - Minor tweaks to GPU DVFS driver
    14
    i hope to see as soon as possible your masterpiece also on jb
    finally there are sources!
    Ah good to know. Will look at it in maybe 2 weeks' time. Quite busy nowadays.
    13
    Reserved for future use.