Quantcast
Channel: xda-developers - Android Software and Hacking General [Developers Only]
Viewing all articles
Browse latest Browse all 3614

[Kernel][GT-I8160][2.6.35.7] HD Custom Kernel for Galaxy Ace 2

$
0
0
Hello everybody, here is my first Custom Kernel for Galaxy Ace 2.

Features
  • TWRP Recovery
  • Governor : wheatley, lazy, intellindemand, sakuractive, scary, interactive, smartassV2, ondemandx, conservative, ondemand, userspace, powersave, pegasusq, lionheart, and performance
  • I/O Scheduler : noop, deadline, cfq, vr, and sio
  • Init.d Script Supported
  • Custom Bootanimation
  • CIFS Supported
  • zRAM Supported
  • SWAP Supported
  • NTFS Supported
  • 1025kb sdcard max readahead
  • Sched Tweak
  • TCP Optimized
  • LZMA Compression
  • Use SLAB Memory Allocator

Init.d Script:
*requirement : busybox
*recommended : lastest busybox

Custom Bootanimation:
* Put the bootanimation.zip in /system/media with right permissions.
* If there isn't any custom bootanimation, kernel will load Samsung official bootanimation.

zRam:
* zRAM must be enabled by script/command.
* put this script in init.d
Code:

#!/system/bin/sh
# enable zRAM script

# zRAM Swap Disk Size: 64MB(64*1024*1024)
disksize=67108864;

# Set Size to system
echo $disksize > /sys/block/zram0/disksize;

# Enable Swap (Need BusyBox installed)
busybox mkswap /dev/block/zram0;
busybox swapon /dev/block/zram0;

NTFS:
* Need a binary file "ntfs-3g". download here
* I put it in the flashable zip already.


Download

I8160
I8160P [NFC Version] (need tester)


Changelog :
Code:

29/10/2012
  • back to old ramdisk (TWRP 2.2.1) in order to fix tether issue

  • fix error in function "usleep_range" when compile kernel

  • modified LMK

  • add more governor & iosched

  • remove some Useless driver & tweak

  • remove zCache




Thanks :


Thanks to everyone who helped and support me :):)

Special Thanks:
  • diego-ch
  • cocafe
  • oschmidt



Source : GT-I8160_HD_Kernel_TWRP.tar.gz


If there are any issues, please report. :)
and if you like my work, Press THANKS Button Please. :)

Viewing all articles
Browse latest Browse all 3614

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>