So i am back with a basic custom kernel for our Galaxy S Advance.
The features :
Support for USB OTG.
LZMA compression
INIT.D support
Swap support
Changed deep sleep state to 4
Many new governors
Fixed modules
Many more tweaks from Cocore mini
How to flash :
Extract the file. Password is 'shaaan'.
Place the extracted 'kernel.bin.md5' in the internal sdcard
Open terminal emulator or adb shell and execute the following commands
Please test and report back..
Download :
Version 1 : Omega Kernel
Version 2 : Omega Kernel 2
Credits :
My entire S Advance team consisting of :
Diego-ch
Adi_Pat
Cocafe - for getting the kernel booting
To backup the original kernel and restore it,
Backup
Restore
Protip : After first boot, let the device run for 2-3 minutes. Do not use it. Then reboot the device. After the reboot, use the device.
Kernel Source :Kernel Source

The features :
Support for USB OTG.
LZMA compression
INIT.D support
Swap support
Changed deep sleep state to 4
Many new governors
Fixed modules
Many more tweaks from Cocore mini
How to flash :
Extract the file. Password is 'shaaan'.
Place the extracted 'kernel.bin.md5' in the internal sdcard
Open terminal emulator or adb shell and execute the following commands
Code:
$ su
# dd if=/sdcard/kernel.bin.md5 of=/dev/block/mmcblk0p15
# reboot
Download :
Version 1 : Omega Kernel
Version 2 : Omega Kernel 2
Credits :
My entire S Advance team consisting of :
Diego-ch
Adi_Pat
Cocafe - for getting the kernel booting
To backup the original kernel and restore it,
Backup
Code:
$ su
# dd if=/dev/block/mmcblk0p15 of=/sdcard/boot.bin
# reboot
Code:
$ su
# dd if=/sdcard/boot.bin of=/dev/block/mmcblk0p15
# reboot
Kernel Source :Kernel Source
Last edited: