[KERNEL][I9295][AOSP/CM11/CM12][TW-4.4]KT-SGS4 port for Active Intl - Galaxy S 4 Active Original Android Development

Credits go to @ktoonsez for his kernel sources and KT apps (KTweaker and KTmonitor) :good:
Disclaimer: me no responsible if you use this!
So what is this? KT-SGS4 AOSP-4.4 S4 kernel ported to S4 Active (Intl). What has changed is of course jactive related stuff:
jactive board definitions and kernel config
camera sources and handler functions
some display settings
assorted stuff, can't really remember all the imporant bits
pre 1.0.0 AOSP4.4
Also, i tried to make a unified kernel, i.e. all differences between original and jactive are controlled with code ifdefs. But this haven't been tested as i don't have S4
So what works? So far i have found only one bug, when making or receiving calls i can't hear what the other side is saying and vice versa, i.e. no audio. Call sounds fixed.
Also overclocking the CPU seems to be broken, at least KTmonitor shows CPU to go only up to 1890 even though the clock is set over that value. So that's one thing to work on. I'll try to debug someday next week.
Compiled with linaro-4.7-12.10 toolchain.
This should work on CM11 and AOSP based roms. Personally i have it running on SlimKat (dualboot) and CM11. Just flash the CWM zip. It contains KTweaker and KTmonitor apps, courtesy of ktoonsez. Thanks mate.
Latest version 04.14.2014
Personal experiences:
benchmarks are slower than with CM11 kernel, dunno if it matters...
still it's smooth in everyday use
KTweaker has lots of stuff to tweak, only if i had time...
AOSP4.4/CM11
This one works with CM11 and AOSP v 1.0.0 and later. Don't use with earlier AOSP since this needs newer blobs.
KT-SGS4-KK4.4-AOSP-eur-02.11.2015
Built with Linaro 4.9 2014.09
Beta release
AOSP5.0/CM12
As there is no AOSP5.0 for jactive yet, just use CM12 .
KT-SGS4-LP5.0-AOSP-eur-02.15.2015:
fixed bootloop for now at least
supports ext4/f2fs partitions
KT-SGS4-LP5.0-AOSP-eur-02.11.2015
Built with Linaro 4.9 2014.09
Beta release
TouchWiz
This one works with KK TW roms (well i have tried only WizCyan...). Seems stable with default clocks and even with some OC. But every phone is different in regards OC, so YMMV. KTweaker and KTmonitor included. Do note that Display settings might not work as we don't have Amoled.
Changes ver 01.12.2015
Fixed unresponsive screen bug
Compiled with Linaro 4.9-2014.09
Changes ver 01.03.2015
overclocking works better now
increased touchscreen min limit freq, hopefully removes problem with unresponsiveness
built with Linaro 4.7.12.10
Changes ver 12.15.2014 (BETA)
first version of KT TW kernel for jactive
added KEXEC_HARDBOOT support, works with MultiROM
General notes
Do keep in mind that if you don't set oc settings in boot, you need to use KTweaker app and reset the cpu min and max sliders for the settings to take effect. Even though the app asks if you want to apply the settings, it doesn't update the actual min and max values.
Download here: https://drive.google.com/folderview?id=0BzJzDM42pkRvd1ZtMDZOR1M1OFE&usp=sharing
Github here: https://github.com/spegelius/KT-SGS4

god !!!!!! .... spegelius did it again you beast ... keep up the good work :good::good:

mythi said:
god !!!!!! .... spegelius did it again you beast ... keep up the good work :good::good:
Click to expand...
Click to collapse
Heh, thanks. Sadly there seems to be a bug with call audio, so for test use only at this point. I went through the kernel code and all i can think of to do is to try audio stuff from CM11 kernel, to see if that's the problem. Still, audio works perfectly everywhere else so really hard to say what's wrong...

spegelius said:
Heh, thanks. Sadly there seems to be a bug with call audio, so for test use only at this point. I went through the kernel code and all i can think of to do is to try audio stuff from CM11 kernel, to see if that's the problem. Still, audio works perfectly everywhere else so really hard to say what's wrong...
Click to expand...
Click to collapse
Whats even harder is taking a logcat and ksmg while in a call

mythi said:
Whats even harder is taking a logcat and ksmg while in a call
Click to expand...
Click to collapse
True, but luckily i have two phones and sims (other one is my work phone) so it's easier to debug.
Some progress: it turns out that for some reason es325 codec can't connect to slimbus sink and thus no audio. slimbus has some kt additions, need to debug more. Also i think it would be good to try to build the kernel with some other toolchain than linaro...

spegelius said:
True, but luckily i have two phones and sims (other one is my work phone) so it's easier to debug.
Some progress: it turns out that for some reason es325 codec can't connect to slimbus sink and thus no audio. slimbus has some kt additions, need to debug more. Also i think it would be good to try to build the kernel with some other toolchain than linaro...
Click to expand...
Click to collapse
Hmmm... does it build modules with kernel ?? Ya changing the compiler to maybe the google ndk gcc may fix up some issues but I think u will have alot of pain in debugging files since not all elements that linaro supports are supported by other .... I maybe wrong but ...xxxx

Good job man :good: :highfive:

mythi said:
Hmmm... does it build modules with kernel ?? Ya changing the compiler to maybe the google ndk gcc may fix up some issues but I think u will have alot of pain in debugging files since not all elements that linaro supports are supported by other .... I maybe wrong but ...xxxx
Click to expand...
Click to collapse
Yes, modules are compiled and part of the cwm package. I haven't checked that all required modules are present, but i don't think that's the problem. Gonna be setting up a proper kernel dev env, found a good howto for Eclipse here: http://simonkagstrom.livejournal.com/33093.html. Regular editors just aren't cutting it anymore
ktoonsez said:
Good job man :good: :highfive:
Click to expand...
Click to collapse
Thanks . Luckily i had some experience with LeJay's cm10.2 kernel and cm11 kernel so i knew roughly what parts differ between jf an jactive. Just a matter of diffing those parts (meld is my tool of choice for that kind of work).

This kernel s awesome. It's speeded up my phone. I want to use this regularly has anyone found a way for the phone call sound??
Sent from my GT-I9295 using xda app-developers app

lijoc said:
This kernel s awesome. It's speeded up my phone. I want to use this regularly has anyone found a way for the phone call sound??
Sent from my GT-I9295 using xda app-developers app
Click to expand...
Click to collapse
Not yet. Been debugging and the problem is somewhere in kernel's slimbus communication, it seems es325 codec cannot get audience firmware loaded properly or something...

spegelius said:
Not yet. Been debugging and the problem is somewhere in kernel's slimbus communication, it seems es325 codec cannot get audience firmware loaded properly or something...
Click to expand...
Click to collapse
Ah, found he bug; && should be || when checking if CONFIG_JACTIVE_ATT or CONFIG_JACTIVE_EUR... es325 wasn't configured properly. Now call sounds work. I'll upload a new build after i do some testing first.

Waiting for the upload
Sent from my GT-I9295 using xda app-developers app

Uploading, KT-SGS4-KK4.4-AOSP-jactive_eur-04.19.2014.zip should be online soon.

It's working now. The volume is too low is there a way to increase it?
Sent from my GT-I9295 using xda app-developers app

lijoc said:
It's working now. The volume is too low is there a way to increase it?
Sent from my GT-I9295 using xda app-developers app
Click to expand...
Click to collapse
Hmm doesn't the volume button work? Also what rom are you running?

Volume button works and is on maximum. I am using carbon rom
Sent from my GT-I9295 using xda app-developers app

I am running your AOSP 4.3.1 ROM http://forum.xda-developers.com/showthread.php?t=2621883
I flashed this kernel in recovery, wiped cache and dalvik, but it will not boot. I get the "Samsung Galaxy S4 Active I-9295" splash screen, then it hangs, and hangs, and hangs.
I had to restore back to the version 8 nandroid of that thread. ADB would give me nothing so early in the boot sequence.

Pkt_Lnt said:
I am running your AOSP 4.3.1 ROM http://forum.xda-developers.com/showthread.php?t=2621883
I flashed this kernel in recovery, wiped cache and dalvik, but it will not boot. I get the "Samsung Galaxy S4 Active I-9295" splash screen, then it hangs, and hangs, and hangs.
I had to restore back to the version 8 nandroid of that thread. ADB would give me nothing so early in the boot sequence.
Click to expand...
Click to collapse
Did you read the topic? this kernel is for 4.4

Indeed, it's for AOSP 4.4.x. You propable need to reflash the whole rom to get back original boot.img and kernel modules.
As for the phone sound being too low, dunno. If it was working ok with the original Carbon kernel, that points the problem being in the new kernel. But to my limited understanding, the volumes come from settings outside the kernel... personally i'm running CM11 with this kernel and volumes are ok.

The volume in carbon rom also is the same. I tried the sound mods but it changes all the volumes of system other than the incall volume.
Sent from my GT-I9295 using xda app-developers app

Related

[KERNEL][TW] Note2Core v2.10 - Standard, OC, Extreme; AsylumCore 2.11

Note2Core Kernel for Galaxy Note II N7100 / N7105 (LTE)​
I am posting this here because it works on our LTE notes, since they all use a Qualcomm modem. I am running I on my AT&T note with no issues. All credit goes to g.lewarne - I am just posting here to so he doesn't have to maintain 2 threads. See his original post here
For the moment, exFAT formatted SD cards are NOT supported.
About this kernel
This kernel is built from pure Samsung GT-N7100 source, with modifications and tweaks to provide the best user experience in reliability, performance and stability. Built upon my experience firstly with NoteCore and then HydraCore for the original Note, as many of you know, I strive for the best
There are 4 versions of each kernel, for the International LTE model GT-N7105.
This kernel has all debuging removed - logcat, android log, kernel log, schedular log, etc etc all disabled. This is for performance reasons, so if you are a developer this kernel is probably not for you
Kernel Versions
There are three variants of the kernel for each device
STANDARD (STD) - 1.6ghz FSync() enabled
OVERCLOCK (OC) - 1.8ghz FSync() enabled
EXTREME (EX) - 1.8ghz FSync() disabled
ASYLUM (AS) - 1.920ghz FSync() disabled
The standard version, has no modifications to the processor clocks or voltages and can be considered a direct replacement for the stock kernel, and with FSync() enabled is completely stable
The OC kernel automatically scales up to 1.8ghz, with the proven voltages and stability from the perseus kernel (the same frequency table is used), and with FSync() enabled is completely stable
The EX kernel also scales to 1.8ghz, and has FSync() disabled. It offers by far the best possible performance. In rare circumstances you must be aware that this can lead to data corruption and the need to wipe / reflash a rom back to the phone. 99% of people will have no issues with this, as it has been extensively tested and proven on my previous kernel, but the risk is there. Dont go moaning to me if you lose your data and haven't got a nandroid backup!
The AS kernel is meant for the crazy ones. People who come from an asylum, those from the Note 1 know I am crazy, so this was meant for them. If there is a demand for the 7100 I will build that as well. I am not responsible if you are able to cook bacon on your device after running. It features up to a 1.920ghz over clock, and 640ghz on the GPU, it will go up, however for the moment we will run with 640. The phantom bug is that voltages cannot be set with SetCPU. Neither myself nor gavin know why. The code is spot on. So we don't get it. Lol. The source code is on github.com/glewarne
Kernel Features
- Built from official GT-N7100 sources
- 1.6 / 1.8ghz auto scaling
- Optimised VM memory settings, and global readahead
- Auto-rooting of any rom when flashed, even stock
- init.d script support
- CPU Voltage support through 3rd party apps
- Modified GPU DVFS utilisation steps for maximum GPU performance, far better than stock (this is NOT overclocking!)
- No logging / debugging of any kind for higher performance
- Decreased CPU frequency transition latency
- CRC32 slicing-by-8 algorithm
- SLUB allocator
- PEGASUSQ governor (default, others available)
- NOOP schedular, (default, others available)
- +50mb more free ram compared to all other kernels
- lots of other minor tweaks and changes
- ODIN TAR and CWM ZIPS available for all versions
- TouchWiz roms only
Download - Current Version v1.00
For N7105 (LTE) phones - Links pulled
The latest AsylumCore versions can be found - link pulled
Changelog
Asylum 2.11
-fixed 640 gpu clock(it works now!)
-switched to google 4.7 toolchain
-Note2Core STD, OC remain unchanged. AsylumCore EX and AS versions updated with 640 GPU clocks.
2.10
- Rebuilt from new N7100T source, released Dec 3rd
- All rotation issues in 4.1.2 fixed
- GPU steps reworked for better speed and responsiveness
- Built with linaro 12.11 GCC toolchain, with -O3 optimisation level
- lots of other internal changes
AsylumCore V2.01 - source on github now - github.com/antiochasylum/note2core_asylumcore_note2kernel
- version with *733* in file name is the 733 GPU @ 1150mV
- based off new source code 7100T
- compiled using latest linaro tool chain
- tweaked gpu scaling
- ro.secure=0 - I was tired of typing mount -o remount,rw -t /dev/block/mmcblk0p13 /system everytime to push a modified APK
- voltage bug still present
AsylumCore 1.339
- 1.920 CPU over clock
- 640 GPU clock
- other optimizations
v1.05
- Fixed Voltages
- Other minor changes
- Source is now on github - github.com/glewarne
v1.02
- Fixed video recording
- Added custom boot animation support, to use place desired boot animation in /system/media under *bootanimation.zip*
v1.01
- Fixed video playback for some users.
v1.00
- Initial release
Source Code
Click here
Credits and Thanks
sswagonman for being the bravest of souls, and a good friend
g.lewarne for his encouragement, help and support and friendship
phjz for coding help
Some parts of my code changes can be attributed to the following - Entropy512, franciscofranco, hardcore, gokhanmoral, AnderiLux
If I have forgotten anyone, let me know and ill add you to the list!
Please make sure to only download the 7105 variant of the kernel!!
Nice another kernel! Will test this baby out!
Sent from my SAMSUNG-SGH-I317 using Tapatalk 2
In testing right. I went straight to extreme and so far lovin it!
sent using gNote II.
Hmm I flashed the OC version on my note 2 seems to be running great but the phone does not see my external sd card :/ just says external card removed safe to remove now even when trying to remount it, my card is formated to exFat not sure if that is the problem
Sent from my SAMSUNG-SGH-I317 using Tapatalk 2
Love seeing the development...can't wait till my 14 day grace period is up...I got to be good for at least that long:angel::angel::angel:
Mac
turilo said:
Hmm I flashed the OC version on my note 2 seems to be running great but the phone does not see my external sd card :/ just says external card removed safe to remove now even when trying to remount it, my card is formated to exFat not sure if that is the problem
Sent from my SAMSUNG-SGH-I317 using Tapatalk 2
Click to expand...
Click to collapse
Yes, exFAT is not supported, we just found out. A fix is coming soon. Also videos in games such as zombie wood don't play. Fixes coming soon.
Nice to see another kernel here.
Can you please update the OP with a link to the original n7100/n7105 kernel thread? (It might make it easier for users to pop over there and see current discussion, etc.)
Also, I'm kind of curious what kind of difference people have noticed by blocking the majority of kernel logging. In theory, it shouldn't make make a significant difference, but I never got around to testing it, so I'm not sure how well the theory applies. (kernel logs aren't backed by persistent storage, so there's no real I/O overhead to it.)
Take care
Gary
turilo said:
Hmm I flashed the OC version on my note 2 seems to be running great but the phone does not see my external sd card :/ just says external card removed safe to remove now even when trying to remount it, my card is formated to exFat not sure if that is the problem
Sent from my SAMSUNG-SGH-I317 using Tapatalk 2
Click to expand...
Click to collapse
So I checked the extfat on extreme and I have access to all files. Also checked the storage under settings and everything looks to be mounted.
sent using gNote II.
garyd9 said:
Nice to see another kernel here.
Can you please update the OP with a link to the original n7100/n7105 kernel thread? (It might make it easier for users to pop over there and see current discussion, etc.)
Also, I'm kind of curious what kind of difference people have noticed by blocking the majority of kernel logging. In theory, it shouldn't make make a significant difference, but I never got around to testing it, so I'm not sure how well the theory applies. (kernel logs aren't backed by persistent storage, so there's no real I/O overhead to it.)
Take care
Gary
Click to expand...
Click to collapse
Its there. Very top where I said I was posting here to help him maintain
Mac11700 said:
Love seeing the development...can't wait till my 14 day grace period is up...I got to be good for at least that long:angel::angel::angel:
Mac
Click to expand...
Click to collapse
+1
Was trying to do the same thing but, already stated custRomizing. Tethering working perfectly. So now on the the kernel for some speed!
Sent from my SAMSUNG-SGH-I317 using xda premium
antiochasylum said:
Please make sure to only download the 7105 variant of the kernel!!
Click to expand...
Click to collapse
Just curious what governor and schedulerare you using....
Sent from my SAMSUNG-SGH-I317 using xda app-developers app
blkghost22 said:
Just curious what governor and schedulerare you using....
Sent from my SAMSUNG-SGH-I317 using xda app-developers app
Click to expand...
Click to collapse
Using the extreme version, pegasusq and noop.
If you guys try and play a movie in game, of won't work. There is a fox already and I'm running it on my phone. However he is trying to figure out ex fat before another version.
I just flashed this , cleared all my cache prior and after to installing it but for some reason I can't watch a video. ( I know you stated you can't in a game, but I can't in just my gallery)
I installed the OC one.. I will reflash to std one and report back
EDIT: flashed the STD one cleared all caches again and nothing.
Using the ex kernal without oc on dagr8 rom. Getting quadrant of 6700 if it matters to anyone.
Sent from the TermiNOTEr 2!
redrider54 said:
I just flashed this , cleared all my cache prior and after to installing it but for some reason I can't watch a video. ( I know you stated you can't in a game, but I can't in just my gallery)
I installed the OC one.. I will reflash to std one and report back
Click to expand...
Click to collapse
Watch a video in what? The gallery works, you tube works, the only thing that should not is video through a game. Which has been fixed, and uploaded. download the new version 1.01
antiochasylum said:
Watch a video in what? The gallery works, you tube works, the only thing that should not is video through a game. Which has been fixed, and uploaded. download the new version 1.01
Click to expand...
Click to collapse
Yeah I wasn't able to watch a video in my gallery, I just reflashed to the Perseus kernel after another cache wipe and it works again.
I tried both the OC and STD ones you had linked but both would not allow me to watch a video. ( Just gave me an error)
I will download the new version and try thanks!
---------- Post added at 03:21 PM ---------- Previous post was at 03:12 PM ----------
I can CONFIRM V1.01 Has fixed my gallery video playback issues thanks!!!!!!!
Is the 1.01 ok with extFat? Thank you for another great kernel and your work.
borijess said:
Using the ex kernal without oc on dagr8 rom. Getting quadrant of 6700 if it matters to anyone.
Sent from the TermiNOTEr 2!
Click to expand...
Click to collapse
My antutu score was 1000 less than on the perseus Rom. I really don't notice any differences between the two kernels do far though
Sent from my SAMSUNG-SGH-I317 using xda premium
theraker007 said:
My antutu score was 1000 less than on the perseus Rom. I really don't notice any differences between the two kernels do far though
Sent from my SAMSUNG-SGH-I317 using xda premium
Click to expand...
Click to collapse
Mine is 1000 more than persaus. Is any one having issuse with the screen turning off. Mine just stays on and is set to 1 minute. I am running the ex kernal on dagr8 rom.
Sent from the TermiNOTEr 2!

[KERNEL][TW] Note2Core v2.10- Standard, OC, Extreme,AsylumCore

[KERNEL][TW] Note2Core v1.06 -Standard, OC, Extreme,AsylumCore
Note2Core Kernel for Galaxy Note II N7100 / N7105 (LTE)
I am posting this here because it works on our LTE notes, since they all use a Qualcomm modem. I am running on my TMO T889 note with no issues. All credit goes to g.lewarne,antiochasylum - I am just posting here to so he doesn't have to maintain 2 threads. See their original post
Note2core http://forum.xda-developers.com/showthread.php?t=2001838
AsylumCorehttp://forum.xda-developers.com/showthread.php?t=2001936
About this kernel
This kernel is built from pure Samsung GT-N7100 source, with modifications and tweaks to provide the best user experience in reliability, performance and stability. Built upon my experience firstly with NoteCore and then HydraCore for the original Note, as many of you know, I strive for the best
There are 3 versions of each kernel, for the International LTE model GT-N7105.
This kernel has all debuging removed - logcat, android log, kernel log, schedular log, etc etc all disabled. This is for performance reasons, so if you are a developer this kernel is probably not for you
For the moment, exFAT formatted SDCards are not supported
Kernel Versions
There are three variants of the kernel for each device
STANDARD (STD) - 1.6ghz FSync() enabled
OVERCLOCK (OC) - 1.8ghz FSync() enabled
EXTREME (EX) - 1.8ghz FSync() disabled
The standard version, has no modifications to the processor clocks or voltages and can be considered a direct replacement for the stock kernel, and with FSync() enabled is completely stable
The OC kernel automatically scales up to 1.8ghz, with the proven voltages and stability from the perseus kernel (the same frequency table is used), and with FSync() enabled is completely stable
The EX kernel also scales to 1.8ghz, and has FSync() disabled. It offers by far the best possible performance. In rare circumstances you must be aware that this can lead to data corruption and the need to wipe / reflash a rom back to the phone. 99% of people will have no issues with this, as it has been extensively tested and proven on my previous kernel, but the risk is there. Dont go moaning to me if you lose your data and haven't got a nandroid backup!
Kernel Features
- Built from official GT-N7100 sources
- 1.6 / 1.8ghz auto scaling
- Optimised VM memory settings, and global readahead
- Auto-rooting of any rom when flashed, even stock
- init.d script support
- CPU Voltage support through 3rd party apps
- Modified GPU DVFS utilisation steps for maximum GPU performance, far better than stock (this is NOT overclocking!)
- No logging / debugging of any kind for higher performance
- Decreased CPU frequency transition latency
- CRC32 slicing-by-8 algorithm
- SLUB allocator
- PEGASUSQ governor (default, others available)
- NOOP schedular, (default, others available)
- +50mb more free ram compared to all other kernels
- lots of other minor tweaks and changes
- ODIN TAR and CWM ZIPS available for all versions
- TouchWiz roms only
Download -
For N7105 (LTE) phones - http://www.hecubus.com/filelist.php?dir=xda/note2core/7105
AsylumCore can be found http://goo.im/devs/antiochasylum/t0lteatt
Changelog
Asylum V 2.11
-fixed 640 gpu clock(it works now!)
-switched to google 4.7 toolchain
-Note2Core STD, OC remain unchanged. AsylumCore EX and AS versions updated with 640 GPU clocks.
AsylumCore V2.01 - source on github now - github.com/antiochasylum/note2core_asylumcore_note2kernel
- version with *733* in file name is the 733 GPU @ 1150mV
- based off new source code 7100T
- compiled using latest linaro tool chain
- tweaked gpu scaling
- ro.secure=0 - I was tired of typing mount -o remount,rw -t /dev/block/mmcblk0p13 /system everytime to push a modified APK
- voltage bug still present
AsylumCore 1.339
- 1.920 CPU over clock
- 640 GPU clock
- other optimizations
Changelog
V2.10
- Rebuilt from new N7100T source, released Dec 3rd
- All rotation issues in 4.1.2 fixed
- GPU steps reworked for better speed and responsiveness
- Built with linaro 12.11 GCC toolchain, with -O3 optimisation level
- lots of other internal changes
v1.06
-Fixed Triangle Away
- Maybe fixed rotation / sensor issues on some of the new 4.1.2 roms
1.05
- Fixed all voltage setting and reporting problems (you may need to clear app data in your chosen voltage app)
- Swapped to arm-eabi- 4.4.3 google toolchain rather than arm-linux-androideabi- 4.4.3
- Some minor bigfixes
- Decreased bus frequency increase threshold
v1.02
- Fixed video recording
- Added custom boot animation support, to use place desired boot animation in /system/media under *bootanimation.zip*
v1.01
- Fixed video playback for some users.
v1.00
- Initial release
GPL and Source
I dont use GitHub, so I make my entire kernel source, kitchen, build scripts, ramdisks and build tools available in one complete tarball. Also included in the TAR is a standard .patch which anyone can use to apply my changes against their own source tree. Almost everything you need to make your own version of a Note2Core kernel is included in the download - the only exceptions are the required linux packages.
You can download the latest source here - http://www.hecubus.com/filelist.php?...2core/source
Credits and Thanks
sswagonman for being the bravest of souls, and a good friend
antiochasylum for his encouragement, help and support and friendship
phjz for coding help
Some parts of my code changes can be attributed to the following - Entropy512, franciscofranco, hardcore, gokhanmoral, AnderiLux
If I have forgotten anyone, let me know and ill add you to the list!
Make sure download and flash N7015 kennel only and For the moment, exFAT formatted SDCards are not supported.
Thank Gavin and Antiochasylum .All credit go to them
Who the battery life on new kernels
Sent from my SGH-T889 using xda premium
jpeps3 said:
Who the battery life on new kernels
Sent from my SGH-T889 using xda premium
Click to expand...
Click to collapse
so far so good.
simplelife said:
Built upon my experience firstly with NoteCore and then HydraCore for the original Note, as many of you know, I strive for the best
Click to expand...
Click to collapse
For anyone who might not know, HydraCore for the Original Note was by far the fastest & smoothest kernel available. It also gave enhanced battery life compared to stock. I know that sounds improbable to get higher performance even at a higher clock and with better battery life, but it's true!
Unfortunately, I have not had much time to research the implications of swapping kernels (especially since there seems to be added modification detections in place compared to the Note 1) on this phone since I've only had it for a few days now, but when I do this will be my first attempt. Currently I'm just rooted w/o custom recovery but I'm dying to further enhance my phone. :victory:
Best setting for the kernels for best battery
Thanks
Sent from my SGH-T889 using xda premium
k1ng617 said:
For anyone who might not know, HydraCore for the Original Note was by far the fastest & smoothest kernel available. It also gave enhanced battery life compared to stock. I know that sounds improbable to get higher performance even at a higher clock and with better battery life, but it's true!
Unfortunately, I have not had much time to research the implications of swapping kernels (especially since there seems to be added modification detections in place compared to the Note 1) on this phone since I've only had it for a few days now, but when I do this will be my first attempt. Currently I'm just rooted w/o custom recovery but I'm dying to further enhance my phone. :victory:
Click to expand...
Click to collapse
Kennel had both version : Tar file for Odin and CWM for Custom Recovery.
This kernel is insane fast! +8000 on quadrant for those that care
Sent from my SGH-T889 using xda premium
I won't be able to make the jump because I'm leaving for vacation tomorrow and really don't want to kill my phone before hand, but when I get back I'm taking the dive.
A couple questions, if I'm rooted but without custom recovery can I just use mobile Odin or Pc Odin to flash the kernel? Will this give me a custom recovery? Also by doing this will it increase my flash counter?
Sent from my SGH-T889 using xda app-developers app
---------- Post added at 09:29 AM ---------- Previous post was at 09:19 AM ----------
I care lol! I still get some occasional choppiness while using ADW. Does your note run smoother now? Also does it improve the wake up delay/lag?
Sent from my SGH-T889 using xda app-developers app
I don't know anything about Kernels but I always love trying new stuff. I was just wanting to see if anyone could comment on what the author of the perseus kernel said about using this kernel on one of the American variants of the Galaxy Note 2? He said,
"The author completely disregards that the US versions have some hardware changes to them and using the 7105 kernel image on this device can be potentially dangerous as the GPIO pins between the US versions and the international version are different and things like battery charging can break. There are several power and charging differences between the two. It's lucky that this is only the AT&T version as on other carriers it would also break sound and volume. Use at your own choice but it's not something to be recommended."
I'm not trying to stir things up I just want to make sure it's safe to use this long term and I don't know enough about Kernels to know the difference. Thanks.
Sent from my SGH-T889 using Tapatalk 2
Tiffany84 said:
I don't know anything about Kernels but I always love trying new stuff. I was just wanting to see if anyone could comment on what the author of the perseus kernel said about using this kernel on one of the American variants of the Galaxy Note 2? He said,
"The author completely disregards that the US versions have some hardware changes to them and using the 7105 kernel image on this device can be potentially dangerous as the GPIO pins between the US versions and the international version are different and things like battery charging can break. There are several power and charging differences between the two. It's lucky that this is only the AT&T version as on other carriers it would also break sound and volume. Use at your own choice but it's not something to be recommended."
I'm not trying to stir things up I just want to make sure it's safe to use this long term and I don't know enough about Kernels to know the difference. Thanks.
Sent from my SGH-T889 using Tapatalk 2
Click to expand...
Click to collapse
I flashed it and it seems to be running awesome. No problems yet and its very very smooth.
Sent from my SGH-T889 using xda app-developers app
Flashed it this morning. Seems to be fine
Sent from my SGH-T889 using xda app-developers app
shotchacokov said:
Flashed it this morning. Seems to be fine
Sent from my SGH-T889 using xda app-developers app
Click to expand...
Click to collapse
Anyone plugged in some headphones and adjusted volume yet?
Not sure if this is warranted or not (OP I'll delete if you request), but I ran a 7105 kernel on my SGH-T889 and within 24 hours my screen died. Phone still worked, touchscreen worked too, but it didn't light up anymore. Maybe it's a completely unrelated coincidence, just saying what happened to my phone when I was running the wrong kernel.
k1ng617 said:
I won't be able to make the jump because I'm leaving for vacation tomorrow and really don't want to kill my phone before hand, but when I get back I'm taking the dive.
A couple questions, if I'm rooted but without custom recovery can I just use mobile Odin or Pc Odin to flash the kernel? Will this give me a custom recovery? Also by doing this will it increase my flash counter?
Sent from my SGH-T889 using xda app-developers app
---------- Post added at 09:29 AM ---------- Previous post was at 09:19 AM ----------
I care lol! I still get some occasional choppiness while using ADW. Does your note run smoother now? Also does it improve the wake up delay/lag?
Sent from my SGH-T889 using xda app-developers app
Click to expand...
Click to collapse
Kennel dont do anything with Recovery.
I been test this kennel 2 days to make sure everything work fine ( except cant see 64g EXCARD)before share this great kennel in our forum.
For what i know if you flash via Odin will not raise counter
Tiffany84 said:
I don't know anything about Kernels but I always love trying new stuff. I was just wanting to see if anyone could comment on what the author of the perseus kernel said about using this kernel on one of the American variants of the Galaxy Note 2? He said,
"The author completely disregards that the US versions have some hardware changes to them and using the 7105 kernel image on this device can be potentially dangerous as the GPIO pins between the US versions and the international version are different and things like battery charging can break. There are several power and charging differences between the two. It's lucky that this is only the AT&T version as on other carriers it would also break sound and volume. Use at your own choice but it's not something to be recommended."
I'm not trying to stir things up I just want to make sure it's safe to use this long term and I don't know enough about Kernels to know the difference. Thanks.
Sent from my SGH-T889 using Tapatalk 2
Click to expand...
Click to collapse
As I said with the otheruser , included today are day 3 with OC kennel and just flash EX version this morning on my note without any issue but you have a choice.
cmenard said:
Anyone plugged in some headphones and adjusted volume yet?
Click to expand...
Click to collapse
Im listening music with headset now work fine.
farfromovin said:
Not sure if this is warranted or not (OP I'll delete if you request), but I ran a 7105 kernel on my SGH-T889 and within 24 hours my screen died. Phone still worked, touchscreen worked too, but it didn't light up anymore. Maybe it's a completely unrelated coincidence, just saying what happened to my phone when I was running the wrong kernel.
Click to expand...
Click to collapse
Boot back CWM , wipe cache / davik, Reboot.Or you can flash back stock kennel to see if still have problem , can get from here
http://forum.xda-developers.com/showthread.php?t=1957380 ( Thank Cmenard )
simplelife said:
Kennel dont do anything with Recovery.
I been test this kennel 2 days to make sure everything work fine ( except cant see 64g EXCARD)before share this great kennel in our forum.
For what i know if you flash via Odin will not raise counter
Click to expand...
Click to collapse
I thought kernels included the recovery, because I've swapped kernels before and it changes my CMW version or just change my recovery entirely.
k1ng617 said:
I thought kernels included the recovery, because I've swapped kernels before and it changes my CMW version or just change my recovery entirely.
Click to expand...
Click to collapse
" No form of recovery I included with the kernel or any custom roms. If you flash cwm recovery it will stay on the phone unless you odin flash a stock rom " This is what Origin Dev said.

[KERNEL][4.2.2] Kernel+ for d2spr | Linaro 4.7 | Bleeding Edge | (7/23/13)

Kernel+ for AOSP 4.2.2 ROMs​
This is a kernel that I have been compiling and using on my own device for a while, and I want to share this with the community. I enjoy the CM10.1 stock kernel, but I want to keep up to date with the newest Linux version and CodeAuroraForum source. I also want the most optimized experience possible, along with a few extra features. Kernel+ is always built with the latest Linux kernel and Qualcomm CAF sources to provide a fast, stable, and bleeding edge experience. The source can be found on my GitHub here Enjoy .
What is this?
This is a kernel based off of CyanogenMod's 'cm-10.1' branch of the Galaxy S III kernel.
Kernel+ is built with the goals in mind:
To always be up to date with the latest source from CodeAuroraForum and Kernel.org
To optimize as much as possible for the smoothest user experience
To base closely off of the CM10.1 kernel for optimal stability, not features
To provide a fast, stable, and bleeding edge experience for users
Features
Linux 3.4.54
always up to date with the latest source straight from Qualcomm's CodeAuroraForum
latest Linaro 4.7 toolchain compiled
CPU frequency from 384Mhz - 1.5Ghz
FauxSound App support
FRandom built-in
GPU overclocked to 480 Mhz default
custom voltage control
excellent battery life
optimized and stable
small kernel size
more coming soon...
Click to expand...
Click to collapse
Downloads
All downloads can be found here: CLICK ME
Click to expand...
Click to collapse
Instructions for Installing
1. Download the kernel.
2. Copy it to your phone.
3. Flash with TWRP or CWM.
Note: Kernel+ is packaged with invisiblek's AnyKernel, meaning that it will unpack your current ramdisk and repack it with this kernel during the flashing process. This means that it will be compatible with any AOSP 4.2.2 ROM, even if they have different ramdisks. Also, please make sure that you are currently running a stock AOSP kernel (CM10.1, AOKP, SlimBean, etc) before flashing Kernel+ so that your ramdisk will be compatible.
Click to expand...
Click to collapse
ChangeLog
7/23/13​
Linux 3.4.54
pulled in updates from CM
lots of updates from CAF
pulled in latest CodeAuroraForum and Kernel.org patches
7/5/13​
Linux 3.4.52
fixed voltage control (I compiled with the wrong defconfig before...my fault)
pulled in a few updates from CM
synced with latest CAF
pulled in latest CodeAuroraForum and Kernel.org patches
7/3/13​
fixed bug where init.d script permissions was not set correctly
7/2/13​
Linux 3.4.51
GPU 3D overclocked to 480 Mhz default
custom voltage control
lots of CAF updates...look at GitHub and see how many times I've merged CAF over week long period!
changed min CPU frequency to 384 MHz
synced with CyanogenMod source
pulled in latest CodeAuroraForum and Kernel.org patches
6/24/13​
Linux 3.4.50
lots of updates straight from CAF
many updates from CyanogenMod source; merged 'next' branch for support for media-caf
fixed frandom in build
added init.d script to enable frandom at boot - feel the speed increase!
pulled in latest CodeAuroraForum and Kernel.org patches
6/19/13​
fixed flickering (last time, I promise )
added frandom (Entropy Seeder - increases overall smoothness)
lots of updates from CodeAuroraForum
pulled in latest CodeAuroraForum and Kernel.org patches
6/16/13​
Linux 3.4.49
lowered MDP bandwidth values - flickering is gone now with the original values after the CAF merge
reverted Bluetooth "revert" code from CM - BT seems to be fixed from the latest CAF merge now
Updated FauxSound to v2.1 with PowerAmp Amplifier Controls
updated display code
sync'ed with CyanogenMod source
pulled in latest CodeAuroraForum and Kernel.org patches
Bleeding Edge!!
6/12/13​
adjusted MDP bandwidth values - no more flickering
fixed bluetooth
added support for FauxSound
added 189Mhz step with lowered voltage
sync'ed with CyanogenMod source
pulled in latest CodeAuroraForum and Kernel.org patches
6/8/13​
initial release
Linux 3.4.48
pulled in latest CodeAuroraForum and Kernel.org patches
compiled with the latest Linaro 4.7 toolchain
already 200+ commits ahead of the stock CM10.1 kernel
Click to expand...
Click to collapse
Thanks to:
CyanogenMod for their work and source for d2's
invisiblek for his AnyKernel package
Kernel.org
CodeAuroraForum
AndroidFileHost
...if I forgot you, please let me know!
Click to expand...
Click to collapse
FAQ
Frequently Asked Questions​
How do I disable GPU overclock?
By default, the GPU is allowed an extra 480 Mhz freq step, whereas stock only allowed up to 400 Mhz. If you feel that you do not need the extra GPU 3D power, then you can disable it by adding the line:
Code:
echo 1 > /sys/devices/platform/kgsl-3d0.0/kgsl/kgsl-3d0/max_pwrlevel
to the file /system/etc/init.d/98kernelplus. Then reboot.
How do I adjust the voltages?
You can control the CPU freq voltages by using an app such as Trickster, System Tuner, SetCPU, etc.
What is frandom? How do I enable it?
Frandom is basically a more efficient random generator. It can be used in place of /dev/urandom and is 10 - 50 times faster. Using frandom will use very little of the kernel's Entropy pool, which in turn will provide better performance and smoothness. Frandom is already built-in to the kernel and enabled via an init.d script. No need to manually enable it.
one more...
Nice! I've been wanting to flash some AOSP, will give this a try...
Sent from my SPH-L710 using xda premium
Hmmm....interesting I guess I will give this a 72hr run on vanilla RB nightly then report back vs stock kernel...which btw I'm running.
Sent from my so called "nexus experience GS3" Google, you are so late!
OK
You got my attention, im a try this out
Tried two downloads, failed the flash each time. It just says flash failed, right after "Updating Partitions...."
Are you guys phone FC'ing after this kernel? I'm trying to figure out if its this or the free next launcher 3d offer they was giving out yesterday that made my calls go bonkers.
Sent from my so called "nexus experience GS3" Google, you are so late!
CyberGmonster said:
Are you guys phone FC'ing after this kernel? I'm trying to figure out if its this or the free next launcher 3d offer they was giving out yesterday that made my calls go bonkers.
Sent from my so called "nexus experience GS3" Google, you are so late!
Click to expand...
Click to collapse
I may be wrong but I don't think a kernel will cause force closing issues. Also, Ive been running the next 3d launcher with slimbean6 and its very smooth. Try wiping dalvik/cache then reboot and if it's still occurring then clear data under Settings->Apps for whicher app is force closing.
Ascertion said:
Tried two downloads, failed the flash each time. It just says flash failed, right after "Updating Partitions...."
Click to expand...
Click to collapse
Anyone else have this problem? Try reflashing your ROM/kernel, boot up, and then boot into recovery and flash this kernel again.
Sent from my SGH-T999 using Tapatalk 4 Beta
Jon.StatiK said:
I may be wrong but I don't think a kernel will cause force closing issues. Also, Ive been running the next 3d launcher with slimbean6 and its very smooth. Try wiping dalvik/cache then reboot and if it's still occurring then clear data under Settings->Apps for whicher app is force closing.
Click to expand...
Click to collapse
That's why I was a little confused. Everything was fine on the latest vanilla RB until either this kernel or next 3d launcher. Thanks. I will get it sorted out!
Sent from my SPH-L710 using Tapatalk 4 Beta
I've just been compiling from your source, but so far so good
Rxpert said:
I've just been compiling from your source, but so far so good
Click to expand...
Click to collapse
Yeah that works too
This morning I pushed a few commits to bring it up to date with the latest cm10.1 kernel and adjusted the MDP bandwidth values...I have yet to test them though...
Sent from my SGH-T999 using Tapatalk 4 Beta
Flashed and running great.
Sent from my SPH-L710 using Tapatalk 2
Can't speak on the battery life yet since I switched ROM back to cm rc5 since the call fc issue I had with RB. However, I'm getting some flickering but it could be rc5 issue. Other than that this kernel seem so damn smooth battery life seem like its good too but a little early to judge. Nice new toy op!:beer:
Sent from my SPH-L710 using Tapatalk 2
CyberGmonster said:
Can't speak on the battery life yet since I switched ROM back to cm rc5 since the call fc issue I had with RB. However, I'm getting some flickering but it could be rc5 issue. Other than that this kernel seem so damn smooth battery life seem like its good too but a little early to judge. Nice new toy op!:beer:
Sent from my SPH-L710 using Tapatalk 2
Click to expand...
Click to collapse
I am currently testing the commits I pushed this morning, and so far I haven't experienced anymore flickering with the new MDP bandwidth values. :good:
I just need to add a few things and an update will be coming soon!
But for now, if the flickering really gets in the way, check disable hw overlays in developer settings. But just FYI if you check that option you are basically disabling project butter, and your experience will not be as smooth.
Sent from my SGH-T999 using Tapatalk 4 Beta
klin1344 said:
I am currently testing the commits I pushed this morning, and so far I haven't experienced anymore flickering with the new MDP bandwidth values. :good:
I just need to add a few things and an update will be coming soon!
But for now, if the flickering really gets in the way, check disable hw overlays in developer settings. But just FYI if you check that option you are basically disabling project butter, and your experience will not be as smooth.
Sent from my SGH-T999 using Tapatalk 4 Beta
Click to expand...
Click to collapse
If anyone else is not experiencing flickering than I'm guessing its RC5 (CM). I will look into it and do more testing to see what might be the culprit. Thanks!
Sent from my SPH-L710 using Tapatalk 2
I take that back...even with the new commits and bandwidth values, I still get flicker, although it seems to be less often. I still have to debug more and see where it is coming from.
Stay tuned...
Sent from my SGH-T999 using Tapatalk 4 Beta
I just finished tweaking the MDP bandwidth parameters, and I think I have found the sweet spot. There is no more flickering at all. Just a few more things I need to add and it will he ready for a new release, probably tomorrow.
Sent from my SGH-T999 using Tapatalk 2
klin1344 said:
I just finished tweaking the MDP bandwidth parameters, and I think I have found the sweet spot. There is no more flickering at all. Just a few more things I need to add and it will he ready for a new release, probably tomorrow.
Sent from my SGH-T999 using Tapatalk 2
Click to expand...
Click to collapse
Thanks for the heads up! :good:

[Kernel][2.268GHz][4.1.2][11/19/13] Iced_Kernel 1.9Ghz

Hello XDA peoples, Today, 11/19/13, I update the OP with my _ICED_KERNEL_ vs. MeltDown
ther are two kernel both are samw except one is OCd to 2.2GHz and the other 1.89GHz
the 2.2ghz is labeled as meltdown. Enjoy them both test them both and report back benches bugs or other wise, peace ~Rushing
here are current changes to stock kernel
################
# CHANGE LOG: #
###############
Tested and Safe =]
1. Added =3 levels of OC @ 540MHz overclock to Faux's overclocking to 1890MHz =] YES!!!
the "YES!!!" indicates that I am proud to have contributed to the kernel as I knew I would.
was going to do this along time ago but I was discouraged by the depths of geekdom involved.. haha
2. Added the following SCHEDs in addition to stock
SIO
ZEN
fifo
vr
row
##############################################
Added the following GOVERNORS in addition to stock
badass
pegasusq
savagedzen
brazillianwax
intellidemand
interactiveX
lazy
lionheart
ondemandx
samsung
smartass
wheatley
lagfree
lazy
lulzactiveV2
smartassV2
scary
interactive
################################
3. Added fast charge so device charges faster while on USB like it does on AC = nice
The zip contains the modules needed in /system/lib/modules .
flash only over a UVMC6 build
make a nandroid
just flash and wipe caches in TWRP
full spare-time kernel building lover now,, expect more features to kernel every now and then
ICED_KERNEL.zip
thanks to XDA for all the useful guides I have found
thanks to Cl3Kener for keeping me interested in kernel
thanks to Jamison904
thanks to Faux
thanks to thewadegeek and his good tutorial on kernel building http://forum.xda-developers.com/showthread.php?t=1748297
thanks to eagleeyetom finally found his guide for git. http://forum.xda-developers.com/showthread.php?t=1877040
Check out my Git pages @ hallovveen31 and check the changes I made to the stock kernel at your leisure.
_to kernel devs or beginning kernel devs, click here_
I am still fixing my git hub right now looks like I switched repositories and made a few commits the wrong way like didnt show records quite right because of the mix. however I am going to fix that later I just realized this after looking to see if I made the kernel go to 1.89 ghz while booting up for a faster boot =] so no worries to you up and coming kernel devs I will show you how I did it on git the right way. to regular users this means nothing special to you. git is just a record of the files and text code in those files to share with others, which I def want to do since I couldn't find the coding for oc up to 1890mhz and would love to share that.
https://github.com/hallovveen31
DOWNLOAD NEW KERNEL WITH NEW RLE IMAGE ie no star but a "SHADOW" graffiti .rle
https://sourceforge.net/projects/beastmade/files/ICED_COLD_SHADOW_KERNEL.1.89.new.rle.zip/download
ICED_COLD with new bootup splash- image a.k.a. initlogo.rle
MELTDOWN
get your windows MD5 checker here
http://winmd5.com/
Linux users.. get gtk hash
Enjoy the meltdown..
Thanks to Kl3kener again for giving me some tips ]
WARNING: nothing ever is my fault, period. if this kernel harms your phone because you overclock your device @ 2268MHz for three months, its your fault, duh. Anyway, the device would sleep and cool down.. So you would have to try pretty hard to cause damages...
Mine
Sent from my SGH-M919 using XDA Premium 4 mobile app
DOWNLOAD latest kernel:
ICED_COLD_1890MHz
take it away rushing
Waiting for it!
Hey Rushing, just tried this on top of JMT8 (with super cache wipe/twrp 2.6.1) and WiFi seems to be broken! Toggle in settings will not stay in ON position. Flashed back to twrp 2.6.0 because of your instructions and tried again (no cache wipe),same result. Flashed back to Tiberious 2.1 (no cache wipe) and phone booted up with WiFi on and working again.
mad4some said:
Hey Rushing, just tried this on top of JMT8 (with super cache wipe/twrp 2.6.1) and WiFi seems to be broken! Toggle in settings will not stay in ON position. Flashed back to twrp 2.6.0 because of your instructions and tried again (no cache wipe),same result. Flashed back to Tiberious 2.1 (no cache wipe) and phone booted up with WiFi on and working again.
Click to expand...
Click to collapse
Okay, thanks for testing I likely will never have time to flash all the ROMs and test compatibility.
I will take another stab at it. this time around all the modules will be deleted and replaced
where as in the first version the modules were expected to flash over the old ones which i guess doesnt always werk as leftovers may be uncompatible.
new build 1.1 is up thanks for testing let me know of success or failure please..
the new build works for me on my own ROM.
Wi-fi working fine here but I'm also using Rushing's Shad0w ROM. (1.1 version of kernel)
Just out of curiosity, Rushing, which of your ROMs do you use as your daily on the hercules?
Just tried 1.1 and WiFi still won't turn on with JMT8, obviously compatibility issue between the 2 of some sort. Per @aahz, kernel appears compatible with your roms Rushing. To continue the test, I'm going to flash my Shadow 1.6 nandroid tomorrow and then try 1.0 and 1.1 both just to see (and confirm). Looking forward to your next Hercules rom brother, Later
Aahz Pervect said:
Wi-fi working fine here but I'm also using Rushing's Shad0w ROM. (1.1 version of kernel)
Just out of curiosity, Rushing, which of your ROMs do you use as your daily on the hercules?
Click to expand...
Click to collapse
thanks for the feedback
I flashed a ROM I made for myself the other day. it has some paid apps in it thats why its for me only and has trickster mod apk xposed installer xprivacy xthemeengineand app setting included... interested? I could remove the paid apps and let it go.. i just noticed that the [extra] toggles and battery are green and the settings_icons are regular yet greyed out rather than every color of TouchWix...
could upload it with the new kernel included. looks like I called it liquid shadow... also uploaded a ROM to SF here is before I even post it =] works good so far didnt test blue tooth hdmi out alot of thing but i suspect everything is good and improved https://sourceforge.net/projects/be...D_CRYSTAL_SKULLS_signed_11-12-13.zip/download
http://sourceforge.net/projects/bea...D_CRYSTAL_SKULLS_signed_11-12-13.zip/download
http://sourceforge.net/projects/bea...D_CRYSTAL_SKULLS_signed_11-12-13.zip/download
http://sourceforge.net/projects/bea...D_CRYSTAL_SKULLS_signed_11-12-13.zip/download
Aahz Pervect said:
Wi-fi working fine here but I'm also using Rushing's Shad0w ROM. (1.1 version of kernel)
Just out of curiosity, Rushing, which of your ROMs do you use as your daily on the hercules?
Click to expand...
Click to collapse
thanks for the feedback
I flashed a ROM I made for myself the other day. it has some paid apps in it thats why its for me only and has trickster mod apk xposed installer xprivacy xthemeengineand app setting included... interested? I could remove the paid apps and let it go.. i just noticed that the [extra] toggles and battery are green and the toggles... and the settings icons are regular tw, yet greyed out rather than every color of TouchWix... could upload it with the new kernel included. looks like I called it liquid shadow... also uploaded a ROM to SourceForge with the new kernel will post very soon... here it is https://sourceforge.net all seems good so far not tested bluetooth yet and hdmi out alot of functions are untested but I bet they all work close to perfect.
https://github.com/hallovveen31
Rushing said:
thanks for the feedback
interested?
Click to expand...
Click to collapse
Absolutely, that'd be great.:good:
Aahz Pervect said:
Absolutely, that'd be great.:good:
Click to expand...
Click to collapse
New kernel Over clockable to 1890 MHz plus more governors and schedulers fast charge
I bother you all with an updated OP and kernel
Changed the boot-up-image splashscreen, initlogo.rle, whatever you want call it. No more star rather a bit of graffiti "SHADOW" to match up with my new ROM version of SHADOW =] enjoy
Checking out the new Shadow Mastery ROM and Kernel version...awesome per usual Rushing. :good:
@Rushing bro please can u make this ROM for us I would be n heaven n I'd have ur babies but of course put that beast tweak on it
http://forum.xda-developers.com/showthread.php?t=1847600
Sent from my SAMSUNG-SGH-T989 using Tapatalk
Aahz Pervect said:
Checking out the new Shadow Mastery ROM and Kernel version...awesome per usual Rushing. :good:
Click to expand...
Click to collapse
yeah I see somebody got into the goodies already hehe ]
that was you huh, thanks you like it? no more pentagrams, all gone shadow has seen the light and trying to change for the better. yeah right ]
for everyone else that dont know where it is, here.
Rushing said:
yeah I see somebody got into the goodies already hehe ]
that was you huh, thanks you like it? no more pentagrams, all gone shadow has seen the light and trying to change for the better. yeah right].
Click to expand...
Click to collapse
I definitely dig it. I lean more towards Shadow over Crystal Skulls (theme-wise) so to have an updated version is great.:highfive: It's nice and fast with the new kernel and I like the subtle theme changes as well.
KERNEL UPDATE 2.2GHz
Updated the OP with this /
/
/
ICED_COLD vs. MeltDown 2.268 GHz
bump. this one can be on the first page for a while longer
what 2.2GHz kerenel ?!?

[ROM][4.4.2] OmniMetal [05-24-2014] (Linaro Omni rom)

Presenting OmniMetal rom for the Verizon Galaxy nexus where speed is king
This will be a semi nightly build and a work in progress
OmniMetal
Standard disclaimer-
Code:
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
Credits and thanks to-
@Mwisbest for all his source with various fixes and optimizations
@bsmitty83 for his great kernel source
MBQ_ for help with github
Linaro for thier optimizated toolchains and code
Omni Rom for the awesome base
Vanir Aosp for all their code fixes and enhancements
Anyone else that contributed to source
Google and Linux for open source goodness
And of course anyone that uses my roms
Current Modifications by me
fix for mobile network settings for toro
-O3 optimizations
Switch to linaro 4.8 toolchain
Added a little more gcc optimizations
Change animation scale in developer settings to .5 (helps with graphics some and gives an overall snappier feel)
Various tweaks and modifications for performance
Switch to Dirty_V
To-do List
Suggestions?
Downloads
OmniMetal-toro
PA gapps
Installation
Use only the latest cwm (6.0.4.3) or latest TWRP (2.6.3.1)
Backup current rom in recovery
Wipe cache and data (I suggest wiping system as well but its optional)
Flash rom
Flash Gapps
Reboot
Enjoy some OMNI goodness
Known Issues
None?
Like my rom or work?
Donate to me​
XDA:DevDB Information
OmniMetal, ROM for the Samsung Galaxy Nexus
Contributors
metalspring
ROM OS Version: 4.4.x KitKat
Based On: Omni Rom
Version Information
Status: Beta
Created 2013-11-18
Last Updated 2014-06-01
User Input and Issues or Bug Reports
User Input-
Although my coding knowledge is limited I am still open to try to add in any feature suggested here
However, please try to limit it to features found in other kitkat roms since it's most likely beyond my ability to forward port things lol
If you have any other feature requests please post them in the thread or at this link
Issues/ Bug reports-
If you have any issues with this rom, please provide details so I can troubleshoot them
details should include-
version of the rom you are using
kernel you are using (if not stock kernel)
any modifications you are using (ART, supersu, etc)
what the issue was and what were you doing when it happened
And also logcats/dmesg/last_kmesg logs are appreciated (even with known issues)
I will do my best to fix any issues that might arise to the best of my ability
Suggested Apps, Settings and Various Other Goodies
My personal settings for maximum performance
DirtyV kernel (included in rom)
TCP Congestion Control: Cubic
Read Ahead Buffer Size: 1024
I/O Scheduler: FIOPS
Frequencies-
230000 Min
1500000 Max
700000 Max Screen Off
350000 Min Screen on
Governor: Ondemand
Dynamic Fsync: On (Please turn this off while adjusting settings to avoid issues if these settings dont work with your phone)
Temperature Limit: 80
GPU OC: 512 MHz
ZRam: Off
SmartReflex: Core, IVA MPU All On
Optimal Display Settings-
Content Adaptive Brightness- Off
Contrast: -14
Gamma Adjustment: 6
Gamma Offsets-
Red: - 6
Green: 0
Blue: 8
Color Multipliers-
Red: 200
Green: 200
Blue: 265
Other Settings for Performance-
Force GPU Rendering: On
ART Runtime
Window Animation Scale: .5
Transition Animation Scale: .5
Animator Duration Scale: .5
NEPHILIMS CUSTOM KERNEL SETTINGS (For balance of performance and battery life)
Useful Apps/Addons
Xposed Framework (Not compatible with ART runtime)
For Music Lovers- VIPER4Android (Please follow instructions in thread op and use SuperSu)
Google Dialer with nearby places and search
Photosphere Addon
Anything you think should be here? Just tell me and it will be added
Yeehaw!!!!
Thanks metal, dl imminent!
Ok dl'd gapps but dont see the rom link?
Damn...
I got ninja'd...
Got it now thanks again!
Sent from my Galaxy Nexus using Tapatalk 2
47th_Ronin said:
Yeehaw!!!!
Thanks metal, dl imminent!
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Link is up in op
(xda is taking forever to upload to the dev db link lol)
Ok, quick question, I've always used nexus louder mod because of low volume on my phone due to the headphone jack being a p.o.s. any one know of a way to fix volume on 4.4?
I've tried the usual, i.e. build prop edits and such but haven't been able to make anything work too well.
Sent from my Galaxy Nexus using Tapatalk 2
47th_Ronin said:
Ok, quick question, I've always used nexus louder mod because of low volume on my phone due to the headphone jack being a p.o.s. any one know of a way to fix volume on 4.4?
I've tried the usual, i.e. build prop edits and such but haven't been able to make anything work too well.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Well, you could use the viper4android app
Its more of a super feature rich dsp manager, but it also has the capability of increasing the volume of headphone audio, speaker audio and bluetooth audio
link to app thread- http://forum.xda-developers.com/showthread.php?t=2191223
Hey, just a suggestion, I would try cherry picking from Fitsnugly CM11, they have Quick Toggle Settings setup.
Thanks for this. 3G/4G handoff has been seamless. :good:
Ooooo! I love new ROMs to try! Thanks for this
t1.8matt said:
Hey, just a suggestion, I would try cherry picking from Fitsnugly CM11, they have Quick Toggle Settings setup.
Click to expand...
Click to collapse
looks like he just cherry picked them from the cm gerrit so I should be able to add that in (unless he also made local changes)
right now I'm trying to get a build with linaro 4.8 toolchain in to see if linaro or 4.8 gcc breaks anything right now
so far only had a couple of errors stopping the build but they were easily fixed (hopefully no more pointless Werror clfags hidden around lol)
Btw, any ideas on kernels?
metalspring said:
looks like he just cherry picked them from the cm gerrit so I should be able to add that in (unless he also made local changes)
right now I'm trying to get a build with linaro 4.8 toolchain in to see if linaro or 4.8 gcc breaks anything right now
so far only had a couple of errors stopping the build but they were easily fixed (hopefully no more pointless Werror clfags hidden around lol)
Btw, any ideas on kernels?
Click to expand...
Click to collapse
From what I've read, the CM kernel has stopped the random reboots. Would building with another kernel bring them back?
oh, one other thing that would be great, i don't know if it's doable, is a clear button for recents.
modernbummer said:
From what I've read, the CM kernel has stopped the random reboots. Would building with another kernel bring them back?
Click to expand...
Click to collapse
Not sure how fixing the reboots, but dhackers version of the cm kernel is supposed to at least help
I could switch to it and then see if I can add different patches to bring in more available kernel settings and overclock
t1.8matt said:
oh, one other thing that would be great, i don't know if it's doable, is a clear button for recents.
Click to expand...
Click to collapse
It may be possible, I'm sure either AOSPA, slim roms or vanir have that brought up to kitkat in their source
if not then i can at least try to port it from the 4.3.1 sources
metalspring said:
It may be possible, I'm sure either AOSPA, slim roms or vanir have that brought up to kitkat in their source
if not then i can at least try to port it from the 4.3.1 sources
Click to expand...
Click to collapse
I haven't seen it yet in any 4.4 rom, but it'd be sweet if you could do it.
So far it's the best CM11 ROM I've tried thus far! This will get me through until January when I'm going to the Nexus 5. Thanks for the hard work! Looking forward to this one getting better & better!
metalspring said:
Not sure how fixing the reboots, but dhackers version of the cm kernel is supposed to at least help
I could switch to it and then see if I can add different patches to bring in more available kernel settings and overclock
Click to expand...
Click to collapse
You should definitely switch to the dhacker kernel. I'm on his 11/18 build, I've been trying to get a screen freeze or reboot...... Its not happening.
Sent from my Galaxy Nexus using Xparent Skyblue Tapatalk 2
justen7723 said:
You should definitely switch to the dhacker kernel. I'm on his 11/18 build, I've been trying to get a screen freeze or reboot...... Its not happening.
Sent from my Galaxy Nexus using Xparent Skyblue Tapatalk 2
Click to expand...
Click to collapse
speaking of which, i found some an interesting post that might help even more
http://forum.xda-developers.com/showpost.php?p=47036814&postcount=170
This ROM is smooth. I'm having one issue though. I can't seem to log into my Google account in the calendar app. It just keeps saying it can't access the Google servers.
EDIT: calendar just started syncing.
Possible to add hold back to kill app???
Sent from my Galaxy Nexus using Xparent Skyblue Tapatalk 2

Categories

Resources