[KERNEL][MOD] Mugetsu v2 > ported from urushi / experimental / CM7 - Xperia Arc Android Development

Mugetsu is a package for Anzu (SE Arc) ported from Urushi (SE Ray) comprised of:
Custom kernel
Patched libsqlite.so
/sd-ext tools
Given the similarity of hardware between Urushi and Anzu I've decided to test drive a release package for the latter; however, given I don't have a device I'm releasing this without knowing if it will work but I'm very confident it will which has now been confirmed it does by cezarL.
Currently working for:
CyanogenMOD 7 (lastly tested with FXP045)
Quick kernel features snapshot:
Code:
[I]version two[/I]:
- Increased OC support up to 2.0 Ghz.
- [URL="https://market.android.com/details?id=com.skvalex.callrecorder"]Added support for voice calls recording[/URL]. (experimental)
- Further optimizations to Deadline I/O Scheduler.
- Lowmemorykiller.c parameters tuned.
[I]version one[/I]:
- Bumped version to 2.6.32.18
- Overclock support up to 1.6 Ghz
- Tiny RCU (+ optimizations)
- SLQB memory allocator
- Many new CPU freq governors (+ optimizations)
- Many new I/O schedulers (+ optimizations)
- Bumped BFQ to last version
- Support for CPU unaligned access
- Veno TCP Congestion control *
- Stochastic Fair Blue network scheduler *
- Bumped jHash to last version *
- Improved RWSEM algorithm
- Improved CRC32 algorithm
- Disabled swappiness
- Increased Config_HZ
- Increased data transfer rate
- Sysctl and lmk tweaking
- Stripped of unnecessary crap. So you have an idea, stock kernel has 3.2 MB, FXP has 3.0 and this one has 2.6 MB.
Download (SE Arc):
(read the paragraph below)
v1: CM/FXP - a16c2a1bc2f0422e1eefcfbfa88efd1f
v2: CM/FXP - removed for causing wifi problems to some people
Everything you need to know about this package and kernel as well as instructions on how to flash and some interesting other stuff, please go to the original thread and make sure to read it thoroughly. Of course, when it comes to downloading the package use the aforementioned link and not the one for SE Ray.
Original thread: http://forum.xda-developers.com/showthread.php?t=1336375 (Don't post there if you're not a SE Ray user)
If you go back to another kernel (boot.img) you may find yourself without wireless if you're using CM.
In this case, just flash this in CWM, no wipe required: http://www.multiupload.com/LIX7E96BGX

I'm interested in testing but I can't use CM7 since I need HDMI-out. Would you build one for stock ROMs?
Thanks.

doomed151 said:
I'm interested in testing but I can't use CM7 since I need HDMI-out. Would you build one for stock ROMs?
Thanks.
Click to expand...
Click to collapse
At the moment it's not possible. It's a highly optimized kernel, including a different network scheduler, TCP congestion control and url hashing. While this accounts for a huge boost in internet/market page loading (50%+), it also requires the wireless modules to be recompiled but since FXP wlan source doesn't work with stock and SEMC sources are full of debug and tracing crap, the only option for now is using on stock ROM but without wireless, which is a dealbreaker.

I'm running miui just now, later today I'll try this with cm7. Thanks.
sinkster©

If I can I test it this night. It seems good, thanks for the job.

I can confirm the kernel's working on Arc S (with FXP045).
I got all the new governors and schedulers in NoFrills, Market is loading much faster than with default CM7 kernel.
Thanks a lot!

cezarL said:
I can confirm the kernel's working on Arc S (with FXP045).
I got all the new governors and schedulers in NoFrills, Market is loading much faster than with default CM7 kernel.
Thanks a lot!
Click to expand...
Click to collapse
Thanks a lot for officially testing, I'll update the first post.
And yea, I tweaked the hell out of interwebz, it should account for a 50%+ boost in market/internet page loading.

Working great on Arc S FXP045
Could you add 1.8Ghz step?
Many thnx

I have installed it on my Arc Will see how it works
Thanks Knzo

Just pulled this one:

Tried last night but ended up with 'error' when trying to connect to wifi. Was a bit drunk and I think I forgot to wipe usrdata so I'll try again at some point.

You need to flash the package, not just boot.img.
New wlan modules are needed since they were recompiled (they're inside package).

suggestion:
please do not disable this:
Code:
# copy wifi modules from kernel to system
# disabled -Mugetsu
# mount -o rw,remount -t yaffs2 /dev/block/mtdblock0 /system
# mkdir -p /system/lib/modules/
# cp /modules/*.ko /system/lib/modules >/dev/null 2>&1
u are going to end up breaking wifi for users who revert to FXP/other kernels...

Finishing v2, changelog:
Code:
[I]version two[/I]:
- Increased OC support up to 2.0 Ghz.
- [URL="https://market.android.com/details?id=com.skvalex.callrecorder"]Added support for voice calls recording[/URL]. (experimental)
- Further optimizations to Deadline I/O Scheduler.
- Lowmemorykiller.c parameters tuned.
DooMLoRD said:
suggestion:
please do not disable this:
Code:
# copy wifi modules from kernel to system
# disabled -Mugetsu
# mount -o rw,remount -t yaffs2 /dev/block/mtdblock0 /system
# mkdir -p /system/lib/modules/
# cp /modules/*.ko /system/lib/modules >/dev/null 2>&1
u are going to end up breaking wifi for users who revert to FXP/other kernels...
Click to expand...
Click to collapse
I'll create a revert package.

I flashed boot.img then flashed the package
and wifi doesnt work, it's stuck on "Obtaining IP address"

ragiut1 said:
I flashed boot.img then flashed the package
and wifi doesnt work, it's stuck on "Obtaining IP address"
Click to expand...
Click to collapse
Once wifi is fully activated it means that the wlan modules are fine.
But try to reset your router or reboot your phone. If it doesn't work, try v01 again. If it works then, go back to v02 and get me a logcat so I can see the problem.

ragiut1 said:
I flashed boot.img then flashed the package
and wifi doesnt work, it's stuck on "Obtaining IP address"
Click to expand...
Click to collapse
+1
Same here And doesn't help to revert back to CM7-kernel either

Mano1982 said:
+1
Same here And doesn't help to revert back to CM7-kernel either
Click to expand...
Click to collapse
I have same problem on ray, flash boot.img from v1 helps. Wifi working again.

I removed v2 for causing wifi problems to some people, roll back to v1 for now please.
I'll do the same on Ray.

knzo said:
I removed v2 for causing wifi problems to some people, roll back to v1 for now please.
I'll do the same on Ray.
Click to expand...
Click to collapse
funiewski said:
I have same problem on ray, flash boot.img from v1 helps. Wifi working again.
Click to expand...
Click to collapse
this is weird on my arc, i have install v2 and my wifi works but my phone seems kinda lag a bit then i install v1, the result is my wifi doesnt work..it keep searching for ip address then disconnected...after that i tried to go back to v2 but my arc gone into bootloop...i have to return back to my original cm7 kernel and wifi working again...can you verified this or can you make an update on v2 again...
EDIT: after go back to cm7 kernel i tried again using v2 and it work, wifi also working again...but strangely my kernel version is mugetsu:1 even i applied v2...is this the same as v1 even on v2..?

Related

[KERNEL] Enki v0-alpha > experimental, lean & blazing fast.

Enki is a package for Vivo (HTC Incredible S) comprised of:
Custom kernel
Patched libsqlite.so
The custom kernel is based on CM's source up until 6/11. The credit of every work prior to this date belongs to everyone who contributed for it. I've just tweaked and messed a bit in order to optimize performance, internet speed, battery and memory management, while keeping it as light as possible.
Currently working for:
CyanogenMOD 7
* It should work for more but I only tested CM. PM me if you test drive and find it working for other ROMs so I can add them here.
Kernel features/changelog:
Code:
[I]v0-alpha[/I]:
- Tiny Preempt RCU & RCU boost.
- Added SLQB slab allocator.
- Added Autogroup scheduling feature.
- Optimizations to CFS & Autogroup.
- Overclock support up to 1.8 Ghz.
- 3 new CPU governors: Lazy, InteractiveX & Smartass2 (default).
- Governors parameters tuned for the HTC Incredible S.
- Removed some unused governors.
- Updated Deadline I/O Scheduler to a highly optimized one (default).
- Removed all other I/O schedulers.
- Support for CPU unaligned access.
- Veno TCP Congestion control. *
- Stochastic Fair Blue network scheduler. *
- Bumped jHash to last version. *
- Improved CRC32 algorithm.
- Posix timers optimized.
- Prevent multiple syscalls restart patch.
- Ext4 optimized (fixed disk write performance regression). **
- Added cleancache feature.
- Patched Ext4 for cleancache support. **
- Disabled swappiness & zRAM.
- Increased data transfer rate.
- SYSCTL and LMK heavy tweaking.
- CIFS, TUN & Logcat can be loaded as modules.
- Arch unwind & frame pointer have been disabled.
- Heavily cleaned of debugging and tracing crap.
- Proper ext4 mount flags built-in. **
- Patched libsqlite.so with disabled sync feature. **
* huge internet/market page loading boost
** boosts I/O performance which affects smoothness such as the opening/closing of applications
Download:
v0-alpha: 83ac372f0b115b1b5aa87eaaac0d610d
Instructions:
Read the FAQ.
Download the package in the above link.
[Optional] Check the md5sum to confirm it's not a corrupted copy.
Copy file to microSD card
Reboot into recovery
[Optional] Wipe dalvik-cache
Choose "install zip from sdcard" and pick the file
Reboot and enjoy
[Optional] To confirm it's active go to settings > about
FAQ:
Code:
Q. Do I need to wipe data?
A. No, never.
Q. Do I need to flash this if I flash a new CM update/nightly?
A. Yes. Everytime you flash a new CM version, you need to reflash this.
Q. How can I change governor?
A. Use an application like SetCPU or No-frills CPU Control or go to Settings > CyanogenMod settings > performance > CPU Settings.
Q. Where is logcat, CIFS and TUN?
A. You can load them as modules through the following command: insmod /system/lib/modules/<name>.ko - (logger,cifs,tun).
You can find some benchmarks attached.
(245/1024, Smartass2, latest nightly, Enki v0-alpha)
A download link would be nice be happy to try it.
Sounds good, but download link don't realy work...
I know, I put it down; I found a last minute bug and I need to retrace my steps until I find the cause.
Sorry for this, I'll bump the thread when it's done.
be back laterz when its up
Looking forward to test this, cause its always nice with a new kernel ;-)
/ Jess Kölner /
/ Sent from my phone /
Here's some eyecandy meanwhile:
http://dl.dropbox.com/u/13427114/screenshot-1321028372163.png (1.5 Ghz)
knzo said:
Here's some eyecandy meanwhile:
http://dl.dropbox.com/u/13427114/screenshot-1321028372163.png (1.5 Ghz)
Click to expand...
Click to collapse
damn.. 4k.. that's like stock sensation already
It's work for sense roms?
Looks like a early Christmas present for IncS users this year!!!
... thats looks insane... sure it hasn't been through PhotoShop
how much did you OC'd?
same questions... does it work with SENSE roms?
baste07 said:
how much did you OC'd?
same questions... does it work with SENSE roms?
Click to expand...
Click to collapse
The quadrant in the first post is with 1.0 Mhz. The one with 4000 is with 1.5 Ghz.
The kernel will support OC up to 1.8 Ghz but I couldn't go past 1.5, alas.
As for Sense ROMs, I think it should work being that ramdisk is the same. But the only way to know for sure is by testing it; my test drive was only on CM.
Anyway, I've located the problem but I'm too tired to release it today. However, you can expect the v0-alpha version for tomorrow.
jkolner said:
Looks like a early Christmas present for IncS users this year!!!
... thats looks insane... sure it hasn't been through PhotoShop
Click to expand...
Click to collapse
this i dont believe lol
yeah... 42k? does it even go up that high
baste07 said:
yeah... 42k? does it even go up that high
Click to expand...
Click to collapse
unless he has a hexa core cpu phone, adreno 999 then fps capped at 300 lol
That's photoshopped from my 4214 score obviously, he just added an extra 2.
If you check the lower discriminated results you can see the total value is untouched.
Either way, I'll upload it in a few hours.
have you tested on a sense rom?
how is your battery life with this beast?
baste07 said:
have you tested on a sense rom?
how is your battery life with this beast?
Click to expand...
Click to collapse
He mentioned he has tested it on cm only
Sent from my HTC Incredible S using XDA App
I was asking from then until now if he has been able to test on a sense rom
Sent from my HTC Incredible S using xda premium
v0-alpha uploaded, test it out.

[KERNEL][STOCK][JB][8 MAY] Blazing Kernel v8 - Payback Time!

**You can choose between TWRP or CWM now!!! **
Blazing Kernel v8​
Yeah! As we all know, there are not many choices of kernels for our I9100G, especially stock kernels. Therefore, I decided to take up this challenge! After months of trials, hair-pulling moments and countless errors (and non-stop flashing too)...so now you have it: Blazing Kernel!
Features for v3 and above (JB):
- Can be flashed directly using stock recovery!
- Compiled using Samsung _CHN_JB_Opensource_Update1
- 2 versions of recovery available (different zImage): TWRP and CWM!
- Init.d scripts support (Place scripts in /system/etc/init.d or /data/etc/init.d)
- 3 versions of CWM recovery available (different zImage): CWM5, CWM6 and CWM5 Touch! (v4 onwards only supports CWM6)
- Default scheduler is cfq
- Default governor is interactive
- MMC_CAP_ERASE already disabled by Samsung -> no more brick bug
- Supports CIFS
- Merged the touch screen fix in CM 10.1 by ankitkv
- USB fast charge (use an app called "Fast Charge" to toggle)
- Custom voltage settings (use "Voltage Control" to set)
- Custom bootanimation (just place bootanimtion.zip in /system/media; to restore original bootanimation, just delete the bootanimtion.zip in /system/media)
- Custom boot sound (just place PowerOn.ogg in /system/media; to mute, create an empty file named "mute" in /system/media; to unmute, create an empty file named "unmute" in /system/media ; to restore original boot sound, create an empty file named "ori_sound" in /system/media
- Frandom support!
- Patched /dev/random
- Tweaked interactive governor to unleash its full power!
- More RAM (original=769 MB, Blazing Kernel=771MB)
- Additional governors: HYPER, Scary, wheatley, abyssplug, minmax, interactiveX, lulzactive, lazy, pegasusq, lagfree, smartassV2
- Addtional I/O schedulers: vr, sio, row
- Miscellaneous tweaks
- More to come!​
Features for v2 (ICS):
- Can be flashed directly using stock recovery!
- Compiled using Samsung Open Source Update 2
- 3 versions of CWM recovery available (different zImage): CWM5, CWM6 and CWM5 Touch!
- Default scheduler is noop
- Default governor is interactive
- Fixed 30 fps bug! (integrated the fix in BL ROM into the kernel)
- Disabled MMC_CAP_ERASE -> no more brick bug
- init.d scripts support (Just create a folder named "init.d" in /system/etc and insert your scripts in there)
- Custom bootanimation support (Place bootanimtion.zip in /system/media, if none is present, default Samsung bootanimation will run instead)
- Custom boot sound support (Place PowerOn.ogg in /system/media, make a file named "mute" to mute the boot sound, make a file named "ori_sound" in /system/media to restore original sound)
- Merged the touch screen fix in CM 10.1 by ankitkv
- Supports CIFS
- Custom user defined voltages (use apps like Voltage Control)
- RAM overclock! (From 400Mhz max to 533Mhz)(cannot be set, embedded in kernel)
- Miscellaneous tweaks​
Bugs:
For v3 and above:
- Currently none
For v2:
- Bluetooth is still not working in 4.0.4 ROMs (although the source code was updated)...hmm...yea...good job Sammy...​
Requirements:
- Running a stock or stock-based Samsung TouchWiz ICS/JB ROM​
Instructions:
Flash via stock or custom recovery (Safest and easiest method):
1. Choose your CWM version: CWM5, CWM6 or CWM5 Touch, v4 onwards only supports CWM6 and TWRP.
2. Download the corresponding zip package.
3. Place in sdcard (external sdcard for those running stock recovery)
4. Flash the zip.
5. Reboot.
**Note: From v6 onwards, ODIN flashable kernel will not be released anymore as external modules are required...which is only achievable via zip files...
Flash via ODIN (WARNING: Will increase binary count and warning triangle will appear):
1. Choose your CWM version: CWM5, CWM6 or CWM5 Touch, v4 onwards only supports CWM6.
2. Download the corresponding tar package.
3. Run ODIN and select the tar package under PDA
4. Start flashing.
5. Reboot.​
NOTE:
To those who still thinks that it is my kernel that causes the SOD, you are more than welcome to revert to the stock kernel. Steps as below:
1. Download stock_XXLSR_kernel.zip from here: http://bit.ly/XCEejd and place it into your external sdcard/internal sdcard.
2. Flash it and you will be back to stock kernel and recovery.
3. To flash stuff or do backups/restore, use this temporary CWM that was compiled by me: Temp_CWM6.zip. Since I compiled it using our device's kernel code, it should be more stable than the temporary touch recovery, and the labeling of partitions are correct too, plus it supports /preload...
To those who wanna provide logs, kindly refer to this post: http://forum.xda-developers.com/showpost.php?p=39014273&postcount=201​
Frandom
v6 and onwards supports frandom, which is a faster (10-50 times) random number generator than urandom...it generally decreases lag in GUI...if you are using CrossBreeder, it will automatically utilise it...if not, place this script in /etc/init.d and set permissions as rwxrwxrwx (name it whatever you want) and reboot:
Code:
#!/system/bin/sh
# Ryuinferno @ XDA
chmod 666 /dev/frandom
mv /dev/random /dev/random.ori
mv /dev/urandom /dev/urandom.ori
ln /dev/frandom /dev/random
ln /dev/frandom /dev/urandom
It is working if you have /dev/random.ori and /dev/urandom.ori after a reboot...to revert, just remove the script (or else, it will be applied on every boot)...​
Downloads:
For flashing via recovery:
Version 8:
Blazing_Kernel_v8_CWM6_MOD.zip
Blazing_Kernel_v8_TWRP.zip
Version 7:
Blazing_Kernel_v7_CWM6_MOD.zip
Blazing_Kernel_v7_TWRP.zip
Version 6:
Blazing_Kernel_v6_CWM6_MOD.zip
Blazing_Kernel_v6_TWRP.zip
Version 5:
Blazing_Kernel_v5_CWM6_MOD.zip
Version 4:
Blazing_Kernel_v4_CWM6_MOD.zip
Version 3:
Blazing_Kernel_v3_CWM5.zip
Blazing_Kernel_v3_CWM6.zip
Blazing_Kernel_v3_TOUCH.zip
Version 2:
Blazing_Kernel_v2_CWM5.zip
Blazing_Kernel_v2_CWM6.zip
Blazing_Kernel_v2_TOUCH.zip
Version 1:
Blazing_Kernel_v1_CWM5.zip
Blazing_Kernel_v1_CWM6.zip
Blazing_Kernel_v1_TOUCH.zip
For flashing via ODIN:
Version 5:
GT-I9100G_Blazing_Kernel_v5_CWM6_MOD.tar
Version 4:
GT-I9100G_Blazing_Kernel_v4_CWM6_MOD.tar
Version 3:
GT-I9100G_Blazing_Kernel_v3_CWM5.tar
GT-I9100G_Blazing_Kernel_v3_CWM6.tar
GT-I9100G_Blazing_Kernel_v3_TOUCH.tar
Version 2:
GT-I9100G_Blazing_Kernel_v2_CWM5.tar
GT-I9100G_Blazing_Kernel_v2_CWM6.tar
GT-I9100G_Blazing_Kernel_v2_TOUCH.tar
Version 1:
GT-I9100G_Blazing_Kernel_v1_CWM5.tar
GT-I9100G_Blazing_Kernel_v1_CWM6.tar
GT-I9100G_Blazing_Kernel_v1_TOUCH.tar
Thanks to them for their guidance:
superatmos
bluefa1con
codeworkx
Phil3759​
Enjoy guys! ​
Changelog:
Code:
[U]v1:[/U]
- Initial release
[U]v2:[/U]
- RAM overclock to 553 Mhz
- Disabled GENTLE_FAIR_SLEEPERS
- Modified touchscreen sensitivity by codeworkx
- Custom voltage support
- Custom boot sound support
- Optimised memcpy and memmove
- Re-tuned interactive and hotplug governors (previous was either not performing or uses too much battery)
[U]v3:[/U]
- JB initial commit
[U]v4:[/U]
- Modified CWM in order to support preload (Thanks to [URL="http://forum.xda-developers.com/member.php?u=4666971"]Phil3759[/URL])
[U]v5:[/U]
- Init.d scripts support (Place scripts in /system/etc/init.d or /data/etc/init.d)
- Reverted certain interactive governor tweaks (too aggressive)
- Replaced cpuidle files with old ones (from ICS source) for possible solution to SOD
- Reverted configurations that might be the cause of unstability
- Merged the touch screen fix in CM 10.1 by ankitkv
[U]v6:[/U]
- TWRP
- USB fast charge
- Custom voltage settings
- Custom bootanimation
- Custom boot sound
- Frandom support
[U]v7:[/U]
- Samsung MEA_JB Open Source update (hopefully no more SODs)
[U]v8:[/U]
- Samsung CHN_JB_Opensource_Update1 (everything should be smoother & SODs are unlikely to occur)
- Reduced size of zImage
- Optimised memcpy and memmove
- Updated CWM to 6.0.3.1 and TWRP to 2.5
- Patched /dev/random
- Added governors: HYPER, Scary, wheatley, abyssplug, minmax, interactiveX, lulzactive, lazy, pegasusq, lagfree, smartassV2
- Added schedulers: vr, sio, row
- Compiled using O3 flag
Source code:
https://github.com/Ryuinferno/GT-I9100G-Blazing_Kernel
Amazing Ryuinferno ! Finally it is there ! Thanks !
Anyway can come in PM ? =)
thanks alot for your hard work.I always take my S2 out of drawer to try your work
thats what Ryuinferno is known for
Tested this out . Works fantastically. No problems so far.
Excuse me, this kernel can change CPU frequency? Like making it 150 - 1200.. Change governer to abysplug like that. Thank you.
walauu said:
Excuse me, this kernel can change CPU frequency? Like making it 150 - 1200.. Change governer to abysplug like that. Thank you.
Click to expand...
Click to collapse
You can change the CPU Frequency but the Governor and I/O Schedular still like the default one as it is in Codeworkx's kernel =)
Don't worry Ryuinferno will add more governor into it =)
Re: [KERNEL][STOCK][ICS][23 Jan] Blazing Kernel v1
Done implementing RAM OC...trying to overclock CPU now...
*P.S. Will be getting an i7 beast tomorrow......things will be faster by then...but need to set up everything again...
Ryuinferno said:
Done implementing RAM OC...trying to overclock CPU now...
*P.S. Will be getting an i7 beast tomorrow......things will be faster by then...but need to set up everything again...
Click to expand...
Click to collapse
hope you can find a solution for the bluetooth bugs..other than that,awesome!..its been a while since we have good "stock" custom kernel
Re: [KERNEL][STOCK][ICS][23 Jan] Blazing Kernel v1
Will there be a version for aosp ?
Sent from my GT-I9100G using xda app-developers app
Re: [KERNEL][STOCK][ICS][23 Jan] Blazing Kernel v1
Currently we got only one dev for stock options.... We are proud to have ryuin....
Kernel working great so far.... Feeling faster... (is it jus because of the name?? I dunnoe... )
Sent from my GT-I9100G using xda premium
Re: [KERNEL][STOCK][ICS][23 Jan] Blazing Kernel v1
codybank_789 said:
Will there be a version for aosp ?
Sent from my GT-I9100G using xda app-developers app
Click to expand...
Click to collapse
Maybe..maybe not...different stuff you know...
Kingspp said:
Currently we got only one dev for stock options.... We are proud to have ryuin....
Kernel working great so far.... Feeling faster... (is it jus because of the name?? I dunnoe... )
Sent from my GT-I9100G using xda premium
Click to expand...
Click to collapse
It *is* faster... I implemented the fix in BL ROM here...
thank you for your BL Kernel V!. Hope you will do OC CPU,GPU and Ram.. hehe... Great Kernel and ROM :good:
Ryuinferno said:
Maybe..maybe not...different stuff you know...
It *is* faster... I implemented the fix in BL ROM here...
Click to expand...
Click to collapse
So the fix will be in the kernel not the rom ?
Re: [KERNEL][STOCK][ICS][23 Jan] Blazing Kernel v1
Infinite96 said:
So the fix will be in the kernel not the rom ?
Click to expand...
Click to collapse
Certain fixes, yes, kernel; others, ROM...
Ryuinferno said:
Certain fixes, yes, kernel; others, ROM...
Click to expand...
Click to collapse
Hehe great
Any process for me
Re: [KERNEL][STOCK][ICS][23 Jan] Blazing Kernel v1
This is interesting. But im kinda hope there is more kernel for AOSP based ROM. But still, Great Job!!
Sent from my GT-I9100G using Tapatalk 2
Hey guys! Version 2 is out! It should perform better and more battery friendly than the first version...download links and change log on first and second posts respectively...enjoy!
*P.s. I will be offline from 28 Jan till 1 Feb...so anything please leave a post or pm me...
Re: [KERNEL][STOCK][ICS][27 Jan] Blazing Kernel v2
Hey guys...I will be flying to Australia on the 13 Feb to further my studies...so will take quite some time to settle down...until then, I don't know when I can get time to continue my dev stuff, but will do when I have time...so till then...

[KERNEL][TW][LINARO][UV]c.o.h.'s HelloWorld [v1.3.7b][19.MAY.13]

*** THIS KERNEL ONLY SUPPORTS SAMSUNG TW JB 4.1.2 ROMs (STOCK and CUSTOM). DOES NOT WORK IN CM or AOSP!!! ***
*** The Kernel is Safe (MMC_CAP_ERASE disabled) and the included PhilZ Recovery uses delete recursive and avoids brickbug, but please be aware that, i take NO reponsibility if something happens kernel related! ***
*** This kernel has GPU OC to 400MHz that can make phone hot while playing GPU intensive games and wear out your device faster. So, I take no responsibility if the provided KERNEL causes any problem to your phone, so you are warned again! ***
Long story short, there are only a few DEVs currently developing a TW based kernel. Although they are awesome, sometimes having more options is good. So here you have my own compiled kernel a.k.a. c.o.h.'s HelloWorld kernel.
I named it "HelloWorld" because it is my first compiled kernel and am still learning although i have previous programming experience.
FEATURES:
* It is safe kernel based on latest official Samsung JB Sources.
* 3 steps GPU control, (no lag in games now!).
* 200 -1400 MHz CPU. If you want UV, use a CPU Adjuster program like "cpu adjuster"(recommended as it shows current GPU state), "cpu master", "voltage control" etc.
* Samsung original initramfs with modded recovery that combines PhilZ v4.93.6 touch recovery (with bootloop fix!), root and busybox thanks to Phil3759, and Samsung.
* More scheduler and governor options.
* Defaults noop and ondemand, however i recommend using noop-pegasusq combination (anyway you try and find the most suitable for you)
CHANGELOG:
Current:
Changelog v1.3.7 --> v1.3.7b:
Reverted GPU thresholds to v.1.2.28 (still 134, 267 and 400MHz) as it was not battery friendly, rest is the same as v1.3.7.
It could be my last build, let's see if i can continue later...
Changelog v1.2.28 --> v1.3.7:
Used Linaro GCC 4.7.3 (Even faster now!)
Optimized GPU thresholds (Can really go to 400MHz in load now)
Enabled SWAP and ZRAM support (need to be configured manually, so just for experts)
Possible fix for MIUI TW based MIUI ROMs (all should work without problem now, not tested!)
v1.1.15 --> v1.2.28
Create from scratch, no more based on Hydracore. Less (maybe no) bugs.
Samsung video player no more force closes, it is fixed.
Added CPU Hotplug support from Speedmod kernel (only 1 core when not in load as it's in Speedmod kernel, bettery battery life)
Disabled logcat and dmesg and unnecessary Samsung debugging (from Speedmod kenel) See 2nd post on how to enable logcat.
Added UV capability (Please use with caution as it is very risky to change the CPU voltages).
Increased Touchscreen sensitivity even when charging (Best touch response to date in Note ).
Added FSYNC Control 1 (from Ezekeel's GLaDOS kernel for Nexus). See 2nd post to see how to disable FSYNC (not recommended nor explained for noobs).
Tweak GPU, it is now : 100-114, 267, 400 MHz (3 steps, first step dynamic)
Added HYPER cpu governor.
Defaults are noop-ondemand now (noop-pegasusq is still recommended for balance)
Fix for wifi drain on standby (disabled all multicast).
Use GCC 4.6 for optimum performance.
Some minor changes...
v1.1.15:
Initial release with fixed modules and initramfs.
GPU steps set to : 133, 267 and 300MHz.
Speedmod K5-3 fixes included.
Hydracore sched and gov options.
Siyah Kernel GPU optimizations.
Includes PhilZ v4.93.6 touch recovery (with bootloop fix!) and root with busybox.
TODO List:
Will only support v1.2. onwards... (1600 MHz not supported natively, You can use Tegrak Overclock for 1600MHz)
Fix for Blackclipping using AndreiLux mdnie suggestions (almost impossible, but i will do my best. Needs a lot of time, don't ask for ETA)
Support exFAT and NTFS (seems trickier than i thought to make it native, so maybe)
Tweak min. brightness. (it can be adjusted from build.prop, so no need to do it from kernel)
Increase touch sensitivity even when charging -DONE
Add HYPER governor -DONE
Add multi core aware hotplug support -DONE
Change default scheduler to noop -DONE
Add U/V -DONE
FSYNC control -DONE
Experimental MIUI TW support (Only for Touch Wiz based MIUI versions!) -DONE
Swap support. -DONE
Tweak third GPU step threshold. -DONE
That's all for now.
INSTALLATION:
1. Flash the attached kernel CWM flashable zip using any SAFE custom recovery like PhilZ kernels, or Speedmod kernels, or Hydracore kernels.
2. Wipe cache and dalvik cache and reboot.
3. Enjoy. (it takes around 2-3 reboots to the ROM and KERNEL to settle down and get really fast and smooth.
CREDITS;
Samsung, for the source code (although it could be much better),
Maxfu, for keeping Hydracore development and providing his source code and allowing me to fork it,
Hardcore, for his legendary Speedmood kernel and sources,
Gokhan Moral, for his Siyah Kernel sources helped me to fix GPU bugs and optimize it further,
Neobuddy89 for some of his scheduler tweaks in NXKernel,
Phil3759 for his legendary PhilZ Touch Recovery.
For Developers/Modders: You can use the HelloWorld kernel in your CUSTOM ROMs as long as you give links to this thread.
Source code including the initramfs: Attached below.
!!!The attached source code (source_HelloWorld_v1.2.8.tar.gz) is for DEVELOPERS only.!!!
Please hit THANKS button if you think that it is helpful for you. If not enough, you can even buy me a beer from the link in my signature
TWEAKS:
From Ezekeel's GLaDOS:
[FSync Control]
Enable/disable single file/filesystem sync.
/sys/class/misc/fsynccontrol/fsync_enabled
enable = 1, disable = 0 (default enabled)
Disabling single file/filesystem sync increases the risk of a data loss on a crash/freeze and potentially can lead to other side-effects.
From Hardcore's Speedmod:
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
reserv2
downloading...and flashing......finger cross
1. Awesome works...boot ok and rom is alot smoother, all working fine
Glad to have another kernel in Hub !!
Seems this kernel will definitely make TW roms much smoother and silky smooth
Immortal Nerd said:
Seems this kernel will definitely make TW roms much smoother and silky smooth
Click to expand...
Click to collapse
That's what it did to my ROM
Super cool ..... Lolz ... Seems i gotta try your rom !!
crime_of_heart said:
That's what it did to my ROM
Click to expand...
Click to collapse
Definitely gonna try your rom as m searching for super stable rom ........ Looks to me that m not quiet satisfied these days ..... Have about 25 gbs of roms on my disk ( GB .... ICS ..... JB ) !! Going insane !! Anyways I'll try your rom
Immortal Nerd said:
Definitely gonna try your rom as m searching for super stable rom ........ Looks to me that m not quiet satisfied these days ..... Have about 25 gbs of roms on my disk ( GB .... ICS ..... JB ) !! Going insane !! Anyways I'll try your rom
Click to expand...
Click to collapse
Wait for the new version will be up tonight
Thanx 4 the info ...... I'll wait
crime_of_heart said:
Wait for the new version will be up tonight
Click to expand...
Click to collapse
I'll wait tonight and flash ur rom !! My thnx button is dead coz only have 8 thnx up to date !! Btw thnx for the info ..... Will try it as soon as u r done uploading
crime_of_heart said:
Wait for the new version will be up tonight
Click to expand...
Click to collapse
Unlimited thanks given..
Sent from my GT-N7000 using Tapatalk HD
custom voltage is in plan or not? tq
p/s: pls say yes
go go go , bring more light into the world !! hello coh !!!
arinsms said:
custom voltage is in plan or not? tq
p/s: pls say yes
Click to expand...
Click to collapse
i will not sey NO, but not soon. Maybe in 2-3 weeks, maybe...
Hi crime_of_heart,
Been starving for a new kernel for our Note.
Thanks a lot
Thanks for this kernel!!! Had a long time wit for this.
So far working great!!!
crime_of_heart said:
i will not sey NO, but not soon. Maybe in 2-3 weeks, maybe...
Click to expand...
Click to collapse
take ur time :good: as long is in plan is good enough :good::good:
Awesome..
Great mate. Downloading and flashing right away.
Tons of Tons of Thanks:good::good::good::good:
crime_of_heart said:
Wait for the new version will be up tonight
Click to expand...
Click to collapse
Pls revert back to standard configuration of the sdcard and externalsd.
Sent from my GT-I9100 using xda app-developers app
legola said:
Pls revert back to standard configuration of the sdcard and externalsd.
Sent from my GT-I9100 using xda app-developers app
Click to expand...
Click to collapse
The ROM uploaded already :S
But just flash the provided CWM file to revert SD change (it is in the OP) in recovery after installing the new ROM and it will be as you like it
Cheers mate. Thanks for this. I'm going to try it now :good:

[DISCONTINUED][DEV][KERNEL][2.6.35.7+] ExtremeX Kernel #44 [26/04/2014] | Beta #59 [11/05/2014]

[DISCONTINUED][DEV][KERNEL][2.6.35.7+] ExtremeX Kernel #44 [26/04/2014] | Beta #59 [11/05/2014]
(RIP) ExtremeX Kernel​Stable version: #44​Beta version: #59​
Downloads in second post!​
Introduction
You know that this project is already discontinued, but i decided to make it visible (following DevDB rules).
There is now awesome work on kernel for BCM21553 devices, which is updated to 2.6.35.14 (okay it was, now it's reverted to 2.6.35.7 again). CM7.2 & CM 9.1 & CM11 are now accessible for you
Click to expand...
Click to collapse
Features
Init.d.
Swap.
Kernel Samepage Merging.
zRAM.
Common Internet File System (CIFS).
VPN support.
BaCeM tweak.
Auto install su binary at boot (Version "1.93:SUPERSU").
Auto install busybox at boot (Version "1.21.1").
IPTables and netfilter support (DroidWall, WiFiKiller).
2.6.35.14 kernel injections (common/fs & common/mm & common/arch/arm/vfp).
2.6.39.4 kernel injections (common/sound)
Revamped ramdisk.
ClockworkMod Recovery 5.0.2.8 by BroadcomCM.
EXK bootscript (/sbin/bootscript.sh).
Click to expand...
Click to collapse
Frequencies
832 MHz (1.32V)
748 MHz (1.30V)
624 MHz (1.28V)
534 MHz (1.26V)
416 MHz (1.24V)
312 MHz (1.22V)
208 MHz (1.20V)
Click to expand...
Click to collapse
Governors
Performance.
LionHeart (default).
SmartAssV2.
SmartAssH3.
OndemandX,
InteractiveX,
Conservative.
BrazilianWax.
BCM-21553.
Click to expand...
Click to collapse
I/O shedulers
noop.
deadline.
cfq.
vr (default).
sio
bfq.
Click to expand...
Click to collapse
EIK bootscript
I've created bootscript located in /sbin/bootscript.sh which is doing following things:
Installs root when not present and takes care about permissions.
Guards /system/sbin and /system/xbin presence.
Installs busybox and takes care about permissions and inproper busybox installations.
Removes all busybox symlinks in /system/bin and /system/sbin (are in /system/xbin).
Disables zRAM if prop "ro.kernel.zram=0" is set.
Disables KSM if prop "ro.kernel.ksm=0" is set.
Enables CIFS if prop "ro.kernel.cifs=1" is set. (not work for now - why?) -- script itself is loading modules on manual run.
Enables TUN/TAP if prop "ro.kernel.tun=1" is set. (not work for now - why?) -- script itself is loading modules on manual run.
Creates /data/EXK folder where functions states are present (ie. zram_enabled).
Click to expand...
Click to collapse
Partition table
/system EXT4 /dev/block/stl9
/cache EXT4 /dev/block/stl10
/data EXT4 /dev/block/stl11
/sdcard VFAT /dev/block/mmcblk0p1
/sd-ext EXT3 /dev/block/mmcblk0p2
Click to expand...
Click to collapse
Installation
Reboot to recovery or boot phone holding 'Power', 'Vol+', and 'Home' keys (release 'Power' button after displaying logo).
Select option "Install zip from sdcard" or similar.
If additional options then select "choose zip from sdcard".
Locate EXK kernel package.
Select option "Yes - Install [zip file]".
Repeat all steps from (2) but this time locate modules package.
Done!
Click to expand...
Click to collapse
Changelog
Beta #59: Changes since #58:
New common/fs added again (not related to RFS failure).
Patched RFS drivers.
Beta #58: Changes since #56:
Reverted common/fs (test version for RFS). ATTENTION: First try on EXT4 to make sure if kernel works, and then format to RFS and flash kernel.
Please take logcats and upload there (especially if you have errors relating to CPU).
Beta #56: Changes since #44:
New injections from 2.6.35.14 (common/arch/arm/vfp).
Optimized ramdisk (created some CM specific options [with "CM" f]lag on comment] and removed many samsung stuff).
#44: Changes since #36:
Modded drivers (memalloc, gememalloc, framebuffer, lcd).
Injected common/sound folder from 2.6.39.4 android kernel.
Reverted to EXT3 for /sd-ext partition (can you test?).
Some small fixes.
First 4 in following commit: 8f2b9b1544147148e54a550f893a1bd6cc7fdeef.
#36: Changes since #30:
Fix governors (0/x) (Commit: 3caf9af7042a3ace635edd39a56095e69669ccf0).
Fix governors (1//x) (Commit: 23a89d4617a4af36a9d208e0cca0a3938c350b10).
Fixed governors (100%) (Commit: 4c1aa308334d3d278c6ad9dcd2e2627fa1f2a0e6)
Removed some governors.
Added enabling CIFS and TUN/TAP modules to /sbin/bootscript.sh (not work for now -- why?).
Removed SMBFS (predecessor to CIFS).
#30: Changes since #20:
Stable release.
Changed kernel name to ExtremeX.
Deleted RFS edition due to problems at boot (will work on it).
Unified bootscripts into /sbin/bootscript.sh (no more 00AIK in init.d [updater-script prepared to remove old files].
/sd-ext default fs is EXT4 (but will mount EXT2/3).
Restored default mkcompile_h (build version information).
Changed version string to "2.6.35.7-ExtremeX+".
#20: First release.
Click to expand...
Click to collapse
Bugs
SIM contacts reading (as everywhere).
Click to expand...
Click to collapse
FAQ
Q: Will you release version for CM7/CM9?
A: Yes, but give me more time, because i'm not too good in time management and must first stabilize kernel to make sure that it makes sense.
Click to expand...
Click to collapse
Credits
Rafael.Baugis for GitHub source.
Bieltv.3 for vermagic fix.
irfanbagus for BaCeM tweak.
BroadcomCM for ClockworkMod Recovery v5.0.2.8.
H3ROS for SmartAssH3 governor.
Click to expand...
Click to collapse
XDA:DevDB Information
ExtremeX Kernel, Kernel for the Samsung Galaxy Ace S5830i
Contributors
devloz, Rafael.Baugis, bieltv.3, BroadcomCM, irfanbagus, H3ROS
Kernel Special Features: KSM, zRAM, bootscript, governors, frequencies, fs, mm.
Version Information
Status: Abandoned
Current Stable Version: #44
Stable Release Date: 2014-04-26
Current Beta Version: #59
Beta Release Date: 2014-05-11
Created 2014-04-24
Last Updated 2014-08-14
Downloads
Downloads
Stable version (#44):
STOCK-EXT4 (CWM package):
https://www.mediafire.com/?27vpto4hcn9yg2g
STOCK-EXT4 (ODIN package):
http://www.mediafire.com/?8z709j8d87bq5yb
MODULES package (flash in CWM after one ^^):
http://www.mediafire.com/?yjr23il3yivdxbb
Beta version (#59) [mainly RFS tests]:
STOCK-EXT4 (CWM package):
http://www.mediafire.com/?iax49400a26ieyh
STOCK-RFS (CWM package):
http://www.mediafire.com/?9x5lfubhx6cwom9
STOCK-EXT4 (ODIN package):
http://www.mediafire.com/?8afwwibmn0sbzmp
STOCK-RFS (ODIN package):
http://www.mediafire.com/?tzqpppw6on9xm2c
MODULES package (flash in CWM after one ^^):
http://www.mediafire.com/?632x2smgggxa5w6
All versions:
http://www.mediafire.com/?hsm1qggnfdizb
Kernel source on GitHub:
https://github.com/devloz/ExtremeX
New kernel
:good:New kernel for ACE
Whether it supports dual boot and overclocking
Edit: Anybody tested it?? It is working or not?
Hello!
abhi.03 said:
:good:New kernel for ACE
Whether it supports dual boot and overclocking
Edit: Anybody tested it?? It is working or not?
Click to expand...
Click to collapse
OC don't work on our chip. What do you mean by saying dualboot? EXT4 and RFS boot in same kernel?
Best regards.
PS: I wouldn't post something untested as "stable"
Wow new kernel. Nice work! :good:
Can you add downloads in the Thread, and full instructions to install the kernel.
devloz said:
Hello!
OC don't work on our chip. What do you mean by saying dualboot? EXT4 and RFS boot in same kernel?
Best regards.
PS: I wouldn't post something untested as "stable"
Click to expand...
Click to collapse
He means being able to dual boot 2 os`s at once only higher end phones have that support that I know of.
Sent from my GT-S5830i using xda premium
Awesome! :good:
Also, SmartassH3 - Is based on SmartassV2 with parameters tuned by H3ROS (thanks).
More efficient frequency scaling, not ramping too high when not needed. This could potentially
result in better battery life.
And @devloz, I would prefer your kernel to have some special name rather than "Ace-I Kernel". It is really common. I suggest names like, Carbon Kernel, ExtremeX Kernel, BlackOps Revolution etc, so a special and imagineful name.
Should we expect version compatible with cm9?
Hello!
drumiec said:
Should we expect version compatible with cm9?
Click to expand...
Click to collapse
Of course, but I will need to make diff of stock defconfig with biel's because mine def is already modified.
Sniper Killer said:
Awesome! :good:
Also, SmartassH3 - Is based on SmartassV2 with parameters tuned by H3ROS (thanks).
More efficient frequency scaling, not ramping too high when not needed. This could potentially
result in better battery life.
And @devloz, I would prefer your kernel to have some special name rather than "Ace-I Kernel". It is really common. I suggest names like, Carbon Kernel, ExtremeX Kernel, BlackOps Revolution etc, so a special and imagineful name.
Click to expand...
Click to collapse
I think ExtremeX Kernel would be nice.
I will update work today, yesterday i had no time because of school. And by the way: Maybe i will sell my phone, so maybe i will need testers (i will ask when needed).
Now trying to unify EXT4 and RFS ramdisks, recovery done, boot ext4 done, but boot rfs... i dont know why it isn't mounting.
Best regards.
#31 released.
Hello!
#33 released. Please download and report bugs (if any).
Best regards.
I like the name... :thumbup:
Sent from my GT-S5830i using Tapatalk 2
Hello!
joop1ter said:
I like the name... :thumbup:
Sent from my GT-S5830i using Tapatalk 2
Click to expand...
Click to collapse
Thanks to @Sniper Killer
Best regards.
Hey devloz!
I got a question. If KSM (Kernel SamePage merging) looks for pages which have identical content and merges them on one single process why some people say it decreases battery life?
Hello!
Sniper Killer said:
Hey devloz!
I got a question. If KSM (Kernel SamePage merging) looks for pages which have identical content and merges them on one single process why some people say it decreases battery life?
Click to expand...
Click to collapse
Because ksmd (KSM daemon) is seaching for pages for all time, even if we are not using our device. That's why i've added KSM to configurable script (read EXK bootscript).
Best regards.
PS: One question: Should I move downloads to XDA DevDB downloads or keep them in second post with mediafire.com links?
devloz said:
Hello!
Because ksmd (KSM daemon) is seaching for pages for all time, even if we are not using our device. That's why i've added KSM to configurable script (read EXK bootscript).
Best regards.
PS: One question: Should I move downloads to XDA DevDB downloads or keep them in second post with mediafire.com links?
Click to expand...
Click to collapse
Okay thanks!
Keep them on second post as tapatalk users cannot access XDA DevDB downloads.
flash & unlucky me ... stuck at samsung boot logo btw, im using Rom TouchWiz-Resurrection V9.5 + Raffael Kernel + Cronmod Script... then, i re-flash Raffael Kernel and its boot normally... any idea..? anyone got this..? or its need fresh install ?? (flash kernel + new rom)
:good: appreciate ur work dev...
Hello!
MrNothingPersonal said:
flash & unlucky me ... stuck at samsung boot logo btw, im using Rom TouchWiz-Resurrection V9.5 + Raffael Kernel + Cronmod Script... then, i re-flash Raffael Kernel and its boot normally... any idea..? anyone got this..? or its need fresh install ?? (flash kernel + new rom)
:good: appreciate ur work dev...
Click to expand...
Click to collapse
1. you're on EXT4?
2. In next release i will revert /sd-ext to EXT3.
3. no it doesn't.
Best regards
Wysłane z mojego GT-I9000 przy użyciu Tapatalka
#44 released. Download and report (it will help me, actually there is some kind of silence -_-).
devloz said:
Hello!
1. you're on EXT4?
2. In next release i will revert /sd-ext to EXT3.
3. no it doesn't.
Best regards
Wysłane z mojego GT-I9000 przy użyciu Tapatalka
Click to expand...
Click to collapse
yes, my sdcard partition ext4... so, i need change my partition format to ext3..?

[ROM][PORT][4.4.2] A-4.4.2 ROM_Vibrantmtd

A-4.4.2 ROM
​
A-ROM CHANGELOG:​Remove any unnecessary permissions
VM optimization
Slimmed 135 mb
Disable Security
New Better look and Slimmer Apk Music
less font file (its better for system)
Add tweaks for battery life and performance
Add Script "Seeder"
Optimalize bulid.prop
new better stock clock
delete apps
Change DPI (210)
remove auto update omni
Less RAM usage
Disable logcat
16bit transp.
Disable Logers
Enabled purgeable
Disable JIT
Optimization system/bin
Disable Android Device Check In.
Disable Extended JNI Checks
Optimization ART (faster application loading)
Corrected Dalvik
Fix lags, when watch video
Change video quality
improved sqlite
improved OOM_ADJ Settings
improved net buffer
Smooth FOREGROUND apps
Disable debugging notify icon on statusbar (Offloads CPU)
Performance boost in deodexed (Stop verify bytecode in system & data apps)
Watch Video should will better too (Add bulid.prop code video.accelerate.hw=1)
Fast reboot
390mb ram
Chenge ICON
Change Keyboard
Launcher like MM
And more..
Mackay Changelog​
Mackay kernel
Christopher86's cortex-A8 optimized Linaro toolchain (January version)
O3 optimization
updated to linux kernel version 3.0.101
SLQB memory allocator (default, should be slightly faster)
XZ compression of kernel & initramfs
396MB RAM
SIOplus scheduler
Added Lagfree governor
ROW scheduler (tweaked, default scheduler)
FIOPS scheduler (tweaked)
XZ compression of kernel & initramfs
many improvements to IO schedulers in general
Deadline tuning (thanks to DerTeufel)
Ondemand tuned (updated based on code of stratosk)
SmartassV2 governor
OndemandX governor
Interactive governor (updated to android 3.4 code + fixes)
Wheatley & Lulzactive governors
Conservative tuned
Call volume hack (use “Settings>Mackay Settings”* to set volumes)
Reduced battery polling interval
Fast charge (activate through “Settings>Advanced Settings”* or the QuickCharge toggle in MackayROM)
WiFi PM_FAST mode selection (activate using “Settings>Mackay Settings”*)
Battery life extender (set through “Settings>Mackay Settings”*)
CustomVoltage (set using NSTools)
USB OTG support (needs external power supply)
1100-1400MHz OC steps
Custom kernel splash (Thanks to Malcho)
Updated charging logo to match open charger
Disabled swap & zram
Improve memcopy/memmove
Improve the performance of memcpy and memmove
Kill task closest in size to memory needed to free
LOAD_FREQ (4*HZ+61) avoids loadavg Moire
Entropy tweaks: http://lwn.net/Articles/489734/
backport CPUIDLE from 3.5
arm/crypto: Add optimized AES and SHA1 routines
Unaligned CPU access
Improvements to RWSEM code
Improvements to binder code
Improvements to tmpfs
Added frandom (much faster random number generator)
Updated to lowmemorykiller with PID whitelist (thanks to stratosk)
Many parts of the code build as module to reduce effective kernel size
Updated wifi driver to 5.90.195.114
Updated GPU driver to DDK [email protected]
Proportional Rate Reduction for TCP
Introduce timer slack controller
Zram patched
Low RAM switch option (default off)
Installation​
Wipe data
Format /system
Flash rom
Reboot
Downloads​Rom
Credits​
All credits will goes to Dracov76 who built this wonderful rom for i9000.
And to Martin_devil i use his omni rom as base.
Information and thanks​A-4.4.2 ROM
A-ROM: 1.2
Last Update: 16.02.2016
Anroid: 4.4.2
Bulid: OmniROM/Mackay
Orginal Thread​Here
SCREENS!!!!
RESERVED!!!​
Audiracecar90 said:
RESERVED!!!​
Click to expand...
Click to collapse
I have issues with the keyboard and googleplay service (both FC).
selmandeli said:
I have issues with the keyboard and googleplay service (both FC).
Click to expand...
Click to collapse
which gapps u use? I never face this problem mate
Audiracecar90 said:
which gapps u use? I never face this problem mate
Click to expand...
Click to collapse
nano Open gapps.
selmandeli said:
nano Open gapps.
Click to expand...
Click to collapse
Try to flash other gapps like slim or something im also facing problem with open gapps
Wifi
Wifi wont turn on.
zkn.leoric said:
Wifi wont turn on.
Click to expand...
Click to collapse
R u sure? Im not facing this issue clean flash? If same problem exist try to flash semaphore kernel
Couldn't flash it on the vibrant (sgh t959).. It says it's for the i9000
Sent from my SAMSUNG-SGH-I747 using Tapatalk
Sorry I missed the ported download link
admens said:
Couldn't flash it on the vibrant (sgh t959).. It says it's for the i9000
Sent from my SAMSUNG-SGH-I747 using Tapatalk
Sorry I missed the ported download link
Click to expand...
Click to collapse
we never face the problem because im flash this rom and upload in xda site so try again
selmandeli said:
I have issues with the keyboard and googleplay service (both FC).
Click to expand...
Click to collapse
I've same problem with the android keyboard and Googleplay... Over clocking to 1400 keeps rebooting the device
Sent from my SAMSUNG-SGH-I747 using Tapatalk
admens said:
I've same problem with the android keyboard and Googleplay... Over clocking to 1400 keeps rebooting the device
Sent from my SAMSUNG-SGH-I747 using Tapatalk
Click to expand...
Click to collapse
ok which gapps u use? Try to use open gapps if same problem exist try to replace google keyboard from playstore
Wi-Fi doesn't work with a clean flash which was a deal breaker for me. Changing kernel eliminates most of the kernel features the OP have listed in the original post. Also, Reboot is acting like Power Off. I'm sorry but I can't suggest this ROM as it is kinda broken/untested.
nirogu325 said:
Wi-Fi doesn't work with a clean flash which was a deal breaker for me. Changing kernel eliminates most of the kernel features the OP have listed in the original post. Also, Reboot is acting like Power Off. I'm sorry but I can't suggest this ROM as it is kinda broken/untested.
Click to expand...
Click to collapse
I already tried testing this rom and after testing itself ill post in the section. Im really sorry for this problem my samsung vibrant device is completely dead now im unable to test the rom again if you face the wifi issue means please do this step and check "copy system/lib/modules from anyother 4.2.2 rom and replace with my rom and that will fix" After done this test and inform me everything will normal or not?
Audiracecar90 said:
I already tried testing this rom and after testing itself ill post in the section. Im really sorry for this problem my samsung vibrant device is completely dead now im unable to test the rom again if you face the wifi issue means please do this step and check "copy system/lib/modules from anyother 4.2.2 rom and replace with my rom and that will fix" After done this test and inform me everything will normal or not?
Click to expand...
Click to collapse
No, Wi-Fi still does not work even after doing what you suggested.
nirogu325 said:
No, Wi-Fi still does not work even after doing what you suggested.
Click to expand...
Click to collapse
Then im sorry i dont know whats the issue is
wifi and keyboard aosp problems too.. the keyboard not is important but wifi is essential.. how can i fix the wifi? thank for the rom
shadownns said:
wifi and keyboard aosp problems too.. the keyboard not is important but wifi is essential.. how can i fix the wifi? thank for the rom
Click to expand...
Click to collapse
I just flash Iyahmankernel inorder to avoid the keyboard problem. If you flash that kernel means all problems like keyboar and Wifi works well.
shadownns said:
wifi and keyboard aosp problems too.. the keyboard not is important but wifi is essential.. how can i fix the wifi? thank for the rom
Click to expand...
Click to collapse
"copy system/lib/modules from anyother 4.2.2 rom and replace with my rom and that will fix"
this is the step to solve wifi problem but nirogu325 told that this method doesnot solve wifi issue.

Categories

Resources