Jump to content
Melde dich an, um diesem Inhalt zu folgen  
Guest GermanKraut

[KERNEL] Hellcat's Root Kernel

Recommended Posts

Guest GermanKraut

img-10727_hcsu_g-r-full.gif

Features

  • Root

    Kernel comes "instant rooted", after flashing this kernel your system is completely rooted (su, busybox and the Superuser app).

    Nothing more needs to be done, totally newb friendly
    smile.gif
  • ClockworkMod Recovery 4.0.1.4

    This kernel also comes with the ClockworkMod recovery instead of the original stock one.

  • ADB with root priv's in recovery mode

    When booted into recovery mode you have ADB available to connect to from your PC.

    ADB also runns with full root priv's in recovery mode for all your haxx'n'tinker needs (in normally booted OS mode ADB still runns "secure" with only user priv's, use
    su
    to get root there)

  • Custom boot scripts

    There is some bootscripts you can put your own commands in for being executed during boot.

    The scripts are
    /system/bootrc.sh
    and
    /data/bootrc.sh
    .

  • Additional modules natively supported and loaded on boot

    The original plan was to integrate these into the kernel, but due to hitting size limits of the zImage I decided to have them loaded from external directories.

    Currently supported modules:
    (these modules are compiled together with the kernel and are included in the download!)

    - slow-work.ko
    (not needed on Android 2.3.4 FWs, like XXKG2, e.t.c.)

    - cifs.ko

    If these modules are present in either
    /system/lib/modules
    or
    /data/lib/modules
    they will be automatically loaded at boot and are available to use
    (for example in case of CIFS, just get CifsManager from the marketplace and start mounting your shares)

  • Custom Bootanimation and Bootsound

    This kernel also supports using a custom bootanim (
    bootanimation.zip
    ) and bootsound (
    PowerOn.wav
    ).

    To install, simply create a folder "
    import
    " on in your
    /sdcard
    and drop your files into it, i.e.:

    /sdcard/import/bootanimation.zip
    -> for bootanimation

    /sdcard/import/PowerOn.way
    -> for bootsound

    If either one of those is present upon the next boot they will automatically be installed to the correct path and be available.

  • Custom Boot-LOGO !

    This let's you change the logo shown BEFORE the bootanimation (usually the "Samsung Galaxy SII" splash screen).

    Similar to the bootanim and -sound, copy the desired
    logo.jpg
    (480x800, max. 100k) to:

    /sdcard/import/logo.jpg

    Upon the next boot the new bootlogo will be installed!

    Please read the additional note about installing a new bootlogo bellow!

  • BLN support

    This kernel has BLN (=BackLight Notification) support!

    Just install the
    BLN Pro
    App from the market (to actually use/get the notification lights you need the paid version, the free version only lets you test if BLN works propperly) and off your blinkieness goes
    smile.gif
  • Touchscreen Sensitivity Fix

    vitalij's touchscreen fix to make the touch more responsive again when performing movements on the screen.

Might add more features as I go and figure out how they work
wink.gif

Note about CWM recovery backup:

When you perform a backup in CWM recovery, the progress bars are not moving and no filenames are shown, it might look like the phone hangs and does nothing.

This is not the case! The backup works and will finish eventually, restoring them also works fine, it's just no progress during the backup process is shown.

Note about installing custom Boot-LOGO:

When you reboot to have the new logo installed you will at first still see the old logo.

When the system comes up it will (esp. at the first time) stay in the bootanimation for quite some time -. this is normal and to be expected!

The phone will eventually reboot again (also normal!) and you should already see your new bootlogo smile.gif

/!\ The custom bootlogo ONLY works when the yellow triangle is NOT shown, in situations where the phone shows the yellow triangle screen, it will override the custom bootlogo.

I figured out how to apply a new bootlogo thanks to this thread and simply automated the process and made it a bit more simple to apply (IMO).

How to install

  • Download a build of my kernel that matches your FW/current kernel version und unpack the downloaded archive.
    You will get a .tar file. Don't extract that, you need this .tar.
    (go to Settings -> About this phone -> look at "Kernel Version", this will tell you what kernel build you need)
  • Make sure no Kies related processes are running in the background (start Taskmanager and kill'em all)
  • Launch Odin
  • Select the .tar file extracted previously as PDA
  • Power off your phone and restart it in Download Mode (hold "Vol-Down + Home + Power" to turn it one) and press Vol-Up to confirm and actually entering Download Mode.
  • Connect your phone to the PC via USB
  • When Odin recognized the phone, hit START
  • The phone should reboot shortly after and that's it, you're all set smile.gif

I hope you like it smile.gif

I might build it for other firmware versions as the one I have so far as well, but might take a while as I completely (re)build the kernel for every firmware version, i.e. (re)applying all mods to the original initramfs and then do a clean build (which takes ~45 minutes on my current setup).

It might not be completely neccessary to do that, but it's the most cleanest way IMO, and I like it clean smile.gif

Companion Tool

img-10801_1053_g-r-full.gif

A little tool to aid with some tasks after rooting, makes getting rid of the yellow triangle a bit more easy (see bellow).

This tool can also backup and restore
the EFS partition
for you, no need to deal with terminal commands anymore
smile.gif

The kernel includes this tool and it will be automatically installed on your system, there is no need to download and install it seperately,
I will still provide it as seperate download though for those interested in using the tool but not using the kernel.

Removing the yellow triangle /!\

Getting rid of the yellow triangle in a few simple steps:

  • Flash this (or any other) custom kernel via Odin eek.gif
  • Once your system is rooted run the Companion Tool ("HC-kTool")
  • Tap "Dump current kernel"
  • Tap "Reboot to Downloadmode"
  • When back in downloadmode, start Odin, connect the phone and flash any stock Samsung kernel (this will remove the yellow triangle as the phone is now running on an official kernel again)
  • when the phone rebooted after the Odin flash start up the Companion Tool again
  • Tap "Flash kernel from /sdcard/zImage"
  • Tap "Reboot"

That's it.

You are now running the custom kernel (again) but without having the yellow triangle on boot - also the custom bootlogo now works again (it doesn't when the triangle is shown).

Easy? smile.gif

Thanks and additional credits

  • Chainfire - for his CF-Root, that got my SGS2 rooted in the first place, inspired me to try on my own kernel tinkering and gave me ideas for the initial feature set
  • neldar and creams@nexus - neldar for the original BLN mod and creams for his blog posts here and here that significantly helped me to add BLN support to my kernel
  • connexion2005 - for this thread that got me onto the right track about changing the bootlogo (disclaimer: I did *not* use any of his files, everything has been made and automated from scratch, though the credits for the original method belong to this guy! wink.gif)
  • vitalij - for the touchscreen sensitivity fix he described in this thread

Enjoy:

v1.22 XWKE7 (2.3.3): [ DOWNLOAD ]

v1.22 XWKF1 (2.3.3): [ DOWNLOAD ]

v1.22 XWKF3 (2.3.3): [ DOWNLOAD ]

v1.22 XXKG1 (2.3.4): [ DOWNLOAD ]

v1.22 XXKG2 (2.3.4): [ DOWNLOAD ]

v1.22 XXKG3 (2.3.4): [ DOWNLOAD ]

v1.22 XXKG5 (2.3.4): [ DOWNLOAD ]

v1.22 XXKG6 (2.3.4): [ DOWNLOAD ]

v1.22 UHKG7 (2.3.4): [ DOWNLOAD ]

v1.22 ZSKG2: [ DOWNLOAD ] *let me know if this works OK, I might need to change a few things due to your SGS2 being HK model - just try and get back to me with w/e comes up smile.gif

Built from Sammy's latest source (i9100_update2):

v1.22 XXKH1 (2.3.4): [ DOWNLOAD ]

v1.22 XXKH3 (2.3.4): [ DOWNLOAD ]

kTool companion tool v1.00 .apk (included in the kernel, no need to download seperately if you flash the kernel): [ DOWNLOAD ]

The kernels are compiled pretty universal, so the KE7 one should work on most 2.3.3 based FWs and the KG2 one on most 2.3.4 ones.

Diesen Beitrag teilen


Link zum Beitrag
3G User

Es ist schön das jetzt so viele entwickeln doch am Ende des tages benötigt man nur einen Kernel.

Ich habe jetzt fast alle durchprobiert, gemessen (alle benchmarks) und auf Ausdauer geprüft und die beiden Besten sind ninphetamine und speedmod bzw. Ragemod (mod. speedmod).

Diesen Beitrag teilen


Link zum Beitrag
A-780

Kann man das mal in deutsch übersetzen die dem Englischem nicht so bemächtigt sind?

Diesen Beitrag teilen


Link zum Beitrag
btotaku

Wird dieser Kernel mit Cyanogen laufen? Ich frage da Android 2.3.4 erwähnt ist, Cyanogen aber 2.3.5 anzeigt (was ich nicht ganz kapier btw)... jemand bereits mit Cyanogen ausgetestet den Kernel?

Sorry, kenne mich mit Kernel flashen nicht besonders aus, niemand hier, der eine Aussage dazu treffen kann?

bearbeitet von btotaku

Diesen Beitrag teilen


Link zum Beitrag
Buddler

Updates Kernel] Hellcat's Root Kernel - v1.24

v1.24 XWKE7 (2.3.3): Load

v1.24 XWKF1 (2.3.3): Load

v1.24 XWKF3 (2.3.3): Load

v1.24 XXKG1 (2.3.4): Load

v1.24 XXKG2 (2.3.4): Load

v1.24 XXKG3 (2.3.4): Load

v1.24 XXKG5 (2.3.4): Load

v1.24 XXKG6 (2.3.4): Load

v1.24 UHKG7 (2.3.4): Load

v1.24 ZSKG2: Load

Built from Sammy's i9100_update2 source:

v1.24 XXKH1 (2.3.4): Load

v1.24 XXKH3 (2.3.4): Load

v1.24 XXKI3 (2.3.5) : Load

v1.24 XWKI4 (2.3.4): Load

v1.24 XWKI8 (2.3.5): Load

Diesen Beitrag teilen


Link zum Beitrag

Please sign in to comment

You will be able to leave a comment after signing in



Jetzt anmelden
Melde dich an, um diesem Inhalt zu folgen  

×
×
  • Neu erstellen...

Wichtige Information

Bitte beachten Sie folgende Informationen: Nutzungsbedingungen und Impressum & Datenschutzerklärung. Wir haben Cookies auf deinem Gerät platziert, um die Bedienung dieser Website zu verbessern. Du kannst deine Cookie-Einstellungen anpassen, andernfalls gehen wir davon aus, dass Du damit einverstanden bist.