[KERNEL CUSTOM] Kernel Custom SIRI KERNEL - JB / RC4 - Samsung Galaxy S Advance

  • Auteur de la discussion letin69
  • Date de début
L

letin69

Membre
Inscrit
18 Juillet 2012
Messages
331
Points
16
  • #1
Installer le Kernel custom Siri Kernel RC4


Samsung Galaxy S Advance I9070

S'il vous plaît, Connexion ou S'inscrire pour voir le contenu ou les urls !
: adi_pat

Avertissement : Cette opération comporte des risques. Phonandroid ne peut être tenu responsable des éventuels problèmes rencontrés. Pensez à effectuer une sauvegarde de votre ROM.
========================================================================================================

PRE-REQUIS

- Avoir un Samsung Galaxy S Advance I9070 sans puce NFC (I9070P) tournant sous Jelly Bean 4.1.2

- Avoir le CWM Recovery temporaire de disponible, CWM définitif ou TWRP Recovery

- Etre rooté

- Télécharger :
S'il vous plaît, Connexion ou S'inscrire pour voir le contenu ou les urls !


Ce kernel inclut le CWM Recovery 6.0.2.8 définitif


SCREENSHOTS





INSTALLATION

0/ Extraire l'archive téléchargé ci-dessus.

1/ Placer le fichier I9070_CWM_FLASHABLE_SIRI_KERNEL_rc-4.zip à la racine de la mémoire interne du téléphone.

2/ Eteignez le téléphone et redémarrez-le en mode Recovery (VOLUME HAUT + HOME + POWER). Si vous avez déjà le CWM définitif ou TWRP définitif, passez à l'étape 4

3/ Séléctionnez install zip from external storage et choisissez le CWM Recovery temporaire.

4/ Séléctionnez install zip from sdcard, ensuite install zip from internal storage et choisissez I9070_CWM_FLASHABLE_SIRI_KERNEL_rc-4.zip.

5/ Faites reboot system now.

6/ Enjoy ! bigsmile

Ce kernel améliorera la fluidité, les performances en jeu et l'autonomie de votre téléphone.

CPU Governors :
Code:
S'il vous plaît, Connexion ou S'inscrire to view codes content!

I/O Schedulers :
Code:
S'il vous plaît, Connexion ou S'inscrire to view codes content!

CARACTERISTIQUES
General Features
Updated to LATEST Linux 3.0.65
Compiled with Linaro Toolchain GCC 4.6 with Optimizations
Cleaned off Debug stuff, which slows down the Kernel (FRAME POINTER, Log Buffer Size is 64KB)
Hacks to improve battery! (Disabled SVNET Wakelocks, Removed APE Request from vibrator driver)
Optimized CRC32 Algorithms
Optimized Filesystem Mounts for better Disk I/O
Code rewrites whereever necessary.
Charger Current Control! (Refer to FAQ!)
Sound Boost Control! (Refer to FAQ!)
Android Logger Disabled(++Performance) (Check FAQ on how-to enable)
Lowmemory Killer and Logger updated to Android-3.4
All Section Mismatch Warnings fixed, since they could cause bugs.

ARM Specific Features
ARM specific optimizations and other compiler optimizations
Optimized ARM RWSEM Algorithm
Enabled ARCH Power and Disabled GENTLE FAIR SLEEPERS
ARM: Add optimised swahb32() byteswap helper for v6 and above
Removed Force Upload Mode (Causes A forced Kernel panic when you press Volume down + headset jack plugged in)
REMOVED ALL OF SAMSUNG's DEBUG CRAP which slowed down the Kernel!
Freed the Kernel of almost every possible debug that could slow it down.
JRCU (Improves smoothness and responsiveness)
Optimized ARM AES and SHA1 Routines


I/O and Filesystem
Cleancache Enabled
CIFS Enabled
IO SCHEDULERS: SIO,VR,ROW,CFQ.
Some I/O Related patches.
NOATIME and NODIRATIME mounts set as default.
Fsync Toggle (Ezekeel)

Network
Proportional Rate Reduction in TCP - By Google
TUN/TAP Enabled
Support to change WiFi Power Management Policy to PM_FAST (Read FAQ)
Vpnclient support (Module)
Added more TCP Congestion Avoidance Algorithms: Westwood, Veno, Illinios, Vegas. Cubic(default). [ Choose which gives you the best speed! ]

Linux Memory Management
SLUB Memory Allocator (Better than the SLUB -> Default)
Tweaked all VM parameters for best performance
Upstream Linux memory management patches merged.

RAMDISK
No Compression for RAMDISK (++boot speed)
XZ Compressed Kernels.
Auto-Root Feature
Support to run init.d scripts on boot
Auto /efs backup (Needs testing)

CPU
Governers: Interactive,Conservative,Performance,Hotplug,Pegas usQ
Performance Governer is now core-aware, both cores are turned on for max performance (AndreiLux)
Interactive Governer synced with Android 3.4 Kernel.
Touch to boost CPU (Refer to FAQ!)

CHANGELOG

SIRI Kernel rc-1
Initial release


SIRI Kernel rc-2
Updated to latest Linux 3.0.60

Fixed sound boost control

Added WiFi PM FAST toggle (Check FAQ)

Disabled all samsung debug crap drivers for a faster kernel

Disabled lots of debug (KGDB,FRAME POINTER) that can slow down the kernel

Other patches from Mainline Linux and other repos


SIRI Kernel rc-3
ClockworkMod Recovery! (big thanks to cocafe and diego)

Updated to Linux 3.0.65

Fsync on/off toggle (Ezekeel)

JRCU Forward Ported (original patch by Joe Korty :) )

PegasusQ governer added (On public demand! )

Improvements to the sound control driver, the ab8500 asoc is now powered on when sound control is enabled.
Added code for jack detection, which will be useful for future use. Fixed the balancing issues.
Improved it to work better!

Samsung phone svnet wakelocks disabled. Should improve battery.
Svnet wakelocks held the highest wakelock timeouts.

charger control interface-
I wrote an interface to change the usb and ac charger currents.
You can now increase the speed of USB and AC charge.
Simply by increasing the charge currents. (Refer to FAQ)
Max for usb and ac is 900mA, the device will charge fast, but use at your own risk.

Interactive governer synced with google's android 3.4 repo.

Touch to boost interface-
rewrote a better implementation for this.
You can boost the cpu to a selected speed when you touch the screen. (refer to faq)
will boost overall performance and smoothness when enabled.

Android low-memory killer driver synced with Google's android 3.4 repo.

Android logger driver (logcat) synced with Google's android 3.4 repo.

Android logger (logcat) is disabled for better performance.
You can enable it if you wish (refer to faq)

Optimized crypto arm aes and sha1 routines.

Performance governer is now core-aware. Both cores will be turned on when governer is enabled.
(thanks to andreilux for this patch)

Toggle for mali l2 max reads (thanks cocafe!)

Fixed all section mismatches. These could cause issues. But i have fixed them.

Disabled lots of verbose debugging.

Rewritten tspdrv vibrator driver-
Rewrote the i2c_write function for efficiency.
Removed all the crap debug macros, and removed the request_ape_opp
which would cause battery drains.

patch to fix depleting entropy (please refrain from using seeder and other fixes)


SIRI Kernel rc-4
Charging derps fixed. Also temporarily disabled Charge Control, will be added back in rc-5 with fixes.

Vibrator(Haptic Feedback) Fixed.

J4FS partly fixed. Will add full fix in next release.
J4FS works perfectly now! reboot recovery and reboot download commands work like a charm.

Added TCP Congestion Avoidance Algortithms: westwood, vegas, illinios, veno. (Refer to FAQ's!)

Added easy control scripts, you can now tweak stuff easily! ;)

Plus de détails ici :
S'il vous plaît, Connexion ou S'inscrire pour voir le contenu ou les urls !



TAGS : kernel; custom; CWM; TWRP; jelly bean; jb
 
Zlatan

Zlatan

Membre VIP
Inscrit
24 Juillet 2011
Messages
4 733
Points
0
  • #2
Re: [KERNEL CUSTOM][JB][RC4] SIRI KERNEL

Merci ;)
 
Framework

Framework

Membre VIP
Inscrit
21 Juin 2012
Messages
4 083
Points
36
  • #3
Re: [KERNEL CUSTOM][JB][RC4] SIRI KERNEL

Merci du partage ;)
 
N

nico598862

Membre
Inscrit
16 Novembre 2012
Messages
10 214
Points
0
  • #4
Merci pour le partage et merci d'avoir pris le modèle :mrgreen:
Par contre, j'ai modifié ton titre pour être plus dans la charte du foruM. Si tu veux modifier pour les autres kernels existants stp ;)
 

Sujets en relation

Haut Bas