Kernel question. - Nexus One General

Sorry to bang on and on but I'm new to all this, I'd like to know which kernel to use with CM7 and where to get it, I looked at IR kernel but they seemed a little out of date, what is everyone using with the nightlys? I have searched the forum but found nothing of use. I want better battery life and audio boost if possible.
I want to know what radios are but I'll try a search first.
TIA
SR
Sent from my Nexus One using XDA Premium App

Sort by date
IR's newest kernels are only a couple days old. When you are in Mediafire, make sure you sort by date to get the newest kernels to the top of the list. By default, Mediafire sorts by name so the oldest kernels show up first.
Hope this helps!

Thank you so much my friend! Was hard to spot from mobile browser! IR kernel successfully installed. Now what is the difference between them?
Sent from my Nexus One using XDA Premium App

sparkyryan said:
Thank you so much my friend! Was hard to spot from mobile browser! IR kernel successfully installed. Now what is the difference between them?
Sent from my Nexus One using XDA Premium App
Click to expand...
Click to collapse
You don't know the difference??? And you still flash it... well, I suggest reading a bit more before you flash something... but the main difference between the CM kernel and IR's kernel is the inclusion CodeAurora's AVS (Adaptive Voltage Scaling) code

I was referring to : no boost, wififast etc
Sent from my Nexus One using XDA Premium App

sparkyryan said:
I was referring to : no boost, wififast etc
Sent from my Nexus One using XDA Premium App
Click to expand...
Click to collapse
Explanation from WildMonk regarding kernels (i've been using his Kernel for half a year and i think the performance & battery life are much more better from CM7 stock kernel):
-What's the difference between CFS and BFS?
See this short post for the difference between Completely Fair Scheduler and Brain F*** Scheduler. In summery, CFS is better for multitasking, BFS is better for user interactions (keyboard, homescreen swiping, etc).
-What's the difference between SVS and AVS?
Static Voltage Scaling will change the voltage based on a set table created by the kernel maker. Example: At a certain speed, say 245MHz, 925mV is feed into the CPU. At 998MHz, 1225mV is used.
Adaptive Voltage Scaling will change the voltage depending on temperature and CPU needs. Personally, AVS is running rock solid for me but I can't say for sure if it will be for everyone so SVS kernels will continue to be made available.
-What is this "No Audio Boost Version"?
Many of the custom kernels posted in this forum and the kernels used by default in the CM6 roms have this feature where it increases the loudness of the speakers during calls. Its been reported that some bluetooth headsets are overly sensitive to the increased loudness and some have reported that it distorts the audio quality even though volume has been lowered by the user. Due to an overwhelming request to make a kernel without this feature, I have included a separate set with each release that does not boost the volume.

Thanx fella excellent explanations!!
zupernovae said:
Explanation from WildMonk regarding kernels (i've been using his Kernel for half a year and i think the performance & battery life are much more better from CM7 stock kernel):
-What's the difference between CFS and BFS?
See this short post for the difference between Completely Fair Scheduler and Brain F*** Scheduler. In summery, CFS is better for multitasking, BFS is better for user interactions (keyboard, homescreen swiping, etc).
-What's the difference between SVS and AVS?
Static Voltage Scaling will change the voltage based on a set table created by the kernel maker. Example: At a certain speed, say 245MHz, 925mV is feed into the CPU. At 998MHz, 1225mV is used.
Adaptive Voltage Scaling will change the voltage depending on temperature and CPU needs. Personally, AVS is running rock solid for me but I can't say for sure if it will be for everyone so SVS kernels will continue to be made available.
-What is this "No Audio Boost Version"?
Many of the custom kernels posted in this forum and the kernels used by default in the CM6 roms have this feature where it increases the loudness of the speakers during calls. Its been reported that some bluetooth headsets are overly sensitive to the increased loudness and some have reported that it distorts the audio quality even though volume has been lowered by the user. Due to an overwhelming request to make a kernel without this feature, I have included a separate set with each release that does not boost the volume.
Click to expand...
Click to collapse
Sent from my Nexus One using XDA Premium App

Related

[KERNEL][AOSP][EXT4] Kang Bang! 7/12/2011 [BFS/CFS][OC/UV][BFQ]

Here we go guys, new version of my BFS AOSP kernel (sense to come)
Been working hard on this kernel for quite some time, and Birdman helped out drastically (even though he broke stuff )
Big thanks to: Birdman, Slayher, Captainkrtek, Imoseyon (for the 2.6.35 port), Jake Day, Pershoot, and plenty of others I can't remember right now.
KangBang 0.8
Kanged workqueue 2.6.36.1 backport from Imoseyon
Kanged 3.0rc6 cpufreq/cpuidle backport from Imoseyon
Couple other adjustments
Added new CPU governor: LagFree. This new governor is based on conservative, and tweaked to lower the cpu frequency on suspend, and keep it over a minium value
during phone operation. This governor added some nice tweaks to be added to other governors, looking in to that.
Swap cache dropped more agressively via ck1 patch
More compiler optimizations
Decrease default dirty ratio via ck3 patch
Enable swaptoken only when swap is full via ck3 patch
Wifi voltage lowered
2.6.39 Conservative governor backported
Call Recording support added
2.6.39 bcm4329 (wifi) driver backported
Mecha: Add gan sound device.
Mecha: Allow varying of button backlight levels.
Mecha: Allow disabling of the back mic.
Mecha: Add gan sound device
Mecha: wifi: Improve BT-coex in A2DP mode
KangBang 0.7:
Added SmartAss back
Ondemand and interactive have sleep profiles again
Sound fix from birdman included
SLQB Memory Allocator re-added
KangBang 0.6:
Re-based to Ace kernel source, so I lost some of my changes for now (until i'm not so lazy and fix them)
There are a LOT of changes/additions.
Theres a new RCU boost, which is proving to be nice so far.
Changed the memory allocator to SLUB until I get SLQB ported in
As of right now, theres no auto sleep profile in ondemand/interactive. Both of these governors still need adjustments.
The clock frequencies are the default CM frequencies. Their table is populated correctly, and currently, I'm adding frequencies back in one at a time to make sure it will boot. This will take a while... bare with me guys
Lowered RR_Interval to 6 to increase latency. Might drop it to 4
Neon and VFP optimizations
OnDemand governor Threshold adjustments
CONFIG_HZ=300 instead of 100
Add Tiny Preempt RCU
RCU Boost Prio set to 50, Delay set to 300 (still playing with these)
Sound tweaks credit to CodeAurora/Birdman
GPU Memory allocation raised
Numerous fixes from CM kernel source
KangBang 0.5:
Reverted the GPU/Camera memory allocation adjustment, as it screwed up the camera.
Reverted to my old config file, as the extra slim one broke certain apps
Stabilized voltages
KangBang 0.4:
Full wifi/settings/MMS/etc. fix credit to beavis9k!!
Added V/R I/O Scheduler (still using BFQ as default for now)
BT Audio volume raised (Credit to Slayher)
Prevent memory leak on hotplug (thx Pershoot)
GPU/Camera memory allocations raised
Cleaned up my defconfig even more. This kernel is tiny, tinier than ever before. The actual kernel zImage is 1.9mb as opposed to the 2.2 it was before. This will allow a performance increase, as there is less the kernel is trying to crank out.
Initial release, 0.3:
Feature packed for the first release.
2.6.35.13 (latest upstream linux kernel)
System/Data/Cache mounted EXT4
Numerous EXT4 file system tweaks
Overclock up to 1.8 Ghz
Undervolted for battery life/stability
BFS v404 (HUGE performance increase from the v3xx BFS series)
Tiny RCU
SLQB Memory Allocator
BFQ v2rc1 I/O Scheduler (much nicer than the original BFQ)
Kernel speed defaulted to 1024, stock tbolt speed
OnDemand governor backported from 2.6.39, with sleep/wake code (kanged from Imoseyon's OnDemandX, thanks Imoseyon!)
Wifi driver updated to latest AOSP driver
AOSP-style BT driver (kanged from Slayher's kernel source, thanks Slayher!)
MULTIPLE fixes pulled in from CyanogenMod MSM7x30 kernel source (time compensation, ashmem flush, wifi n support, CPU-supported unaligned access, compensation for rounding on odd-frequency clocksources, etc.)
Interactive governor with sleep/wake code (kanged from interactiveX, thanks Imoseyon!)
Numerous BFS tweaks for better performance, and better support for android.
SD Card read-ahead buffer increased
FS read-ahead buffer increased
Some other things I probably can't remember right now (I should take better notes, I'll add more as I remember)
Whew. Pretty hefty initial release.
Secondly, I comply with GPL. Here is my source code. Feel free to kang away, just credit me, at least in your source if not anywhere else
http://bit.ly/lSXnZx
Now to the goodies:
Download link:
BFS:
http://bit.ly/nHxIV1
CFS:
not yet updated
Broken list in 2nd post, To Do List with it.
For the latest news/updates, or just to show some love, follow me on twitter! @Drod2169
If you like my work, please consider helping support my red bull addiction!
http://bit.ly/k5swff
Broken:
Car dock.
To Do List:
Sense/GB Sense/AOSP specific defconfigs
Add Simple I/O scheduler. V/R is already in, just not built with the kernel.
Add extra frequencies one at a time to make sure it will boot (WIP)
Looks like I have a new kernal to try out
Do I overclock the same way I overclock on IMO
Sent from my ThunderBolt using XDA App
dc iz 2 legit said:
Looks like I have a new kernal to try out
Sent from my ThunderBolt using XDA App
Click to expand...
Click to collapse
Post back your experiences, please
It's been an openish beta on twitter for a while, but this release version has quite a few nice additions.
I will bang this kang and let you know what's goodies.
Looking forward to the sense version - unless of course the cell standby battery drain issue is no longer there on CM7 using this kernel.
Big thanks to: Birdman, Slayher, Captainkrtek, Imoseyon (for the 2.6.35 port), Jake Day, and plenty of others I can't remember right now.
Click to expand...
Click to collapse
-.- ..........
Installed came from dream kernal...so far so good has alot of overclock options I'm on stock speeds right now right of the bat I notice its charging really quickly, no apps uninstalled yet
Edit: wifi connected right away but right when I turned it of had 3g
green but no data did reboot with wifi off and fixed
Edit: battery is really good on this kernal I'm getting 10min per percentage on medium to heavy use
Sent from my ThunderBolt using XDA App
FINALLY, about dam time!!
Will report back!!
Awesome work, cant wait for a sense version!
Berzerker7 said:
-.- ..........
Click to expand...
Click to collapse
Jake's been a big help and support to me in my kernel work. He taught me a lot when I first got started, and he's been nothing short of a great guy. While you have your opinions, I will continue to respect the man. Please don't clutter the thread with this talk.
Wow man running super fast, wasn't planning on leaving stock, but this has surpassed my expectations. Thanks a lot!
Sent from my ThunderBolt using XDA App
Downloaded, will try later or tomorrow and post back.
Thanks for your hard work!
Data seems to be a little flakey. Performance is smooth, will report back on WiFi and battery life
Sent from my ThunderBolt using XDA App
Derrtydozen said:
Data seems to be a little flakey. Performance is smooth, will report back on WiFi and battery life
Sent from my ThunderBolt using XDA App
Click to expand...
Click to collapse
From what I can tell, data handoff seems to be A LOT LESS flaky than on other kernels. Battery life will the true test for me.
Unrelated but related: Anyone have LPP FC upon EVERY reboot now? Works fine after it has been restarted.
I have experienced this across kernels/voltages/governors/CPU freq.
Awesome, just loaded it up.
Preferred tweak method......CM settings, setcpu, does it have speedtweak?
Thanks!!!!
Sent from my ThunderBolt using XDA Premium App
So does wifi not work at all with this kernal?
Bimmer323 said:
Awesome, just loaded it up.
Preferred tweak method......CM settings, setcpu, does it have speedtweak?
Thanks!!!!
Sent from my ThunderBolt using XDA Premium App
Click to expand...
Click to collapse
it does not.
I run ondemand governor, at min: 230mhz, max: 1024mhz (stock settings)
iastonish said:
So does wifi not work at all with this kernal?
Click to expand...
Click to collapse
been told by numerous people it works flawlessy. if you have issues, try flashing imoseyon's fixwifi zip from his kernel thread
I stand corrected, data is working fine, WiFi is working fine, battery seems good. The true test for battery will be tomorrow for work
Sent from my ThunderBolt using XDA App

[Arrows - Guide] Best Aosp GB & ICS Roms [Updated - 1/22/12]

Feel Free to post and give feedback ^_^
Also feel free to Vote the thread ^_^
Q&A is in Post 2
_____________________________________
Hi Everyone, Arrow here and this is my guide to find what is the best aosp setup for your evo or android. It is true when people say "every phone is different." However there is an average of people that get similar results. At the moment people have different interest such as some people want performance and some want to improve their battery life. Of course certain people want both but only some get both.
*Remember what i put here is an average and may be different on your evo*
AOSP GB ROM'S: Ok so to start off, these are aosp roms still being updated as of now.
CyanogenMod 7 (CM7) - The most famous aosp rom out there, all or almost all other aosp roms are based off of this rom. This rom has a stable rom and experimental nightly builds. Anyone will tell you that you can't go wrong by choosing this rom. and believe me you will enjoy it.
CyanogenMod 7 Thread
Miui - This rom has the longest battery life and is very customizable. This rom is based off of CM7 and is an excelent rom. However unlike CM7 this rom does not have 4g so if you are willing to sacrifice 4g then believe me this is your rom.
Miui Thread
Gingerbread Evo Deck - Ok so although CM7 is amazing decks gb rom has said to be the exact same thing but giving off better battery life. other then that it is pretty much the same thing with some minor tweaks and some bloat ware removed.
Gingerbread-Evo-Deck's Thread
Xplod E4G - Team Nocturnal designed this rom and it is pretty much CM7 with the Sony Launcher + their apps. This rom will give your phone a nice cool feel that other people don't have. If you like a lot of eye candy then get this rom because it is CM7 just with a different look and feel.
Team Nocturnals Xplod E4G RLS1.2
teh roxxorz said:
using Xplod: there's a 50/50 chance the new tiamat kernels [4.0.7+] may not boot, in that case, they should use 3.3.7.
Click to expand...
Click to collapse
ICS(mod7) - Team Blaze designed this rom and you can consider this rom like Xplod E4G, a rom just like CM7 with some minor tweaks but with a different look and feel. None the less this rom has something very special this is the closest rom to being like ICS (Ice Cream Sandwich). I 100% support this rom because they are doing the best they can to make this rom look and run as smooth as ICS. so if you want to look like your ahead of the game definitely get this rom.
ICS(mod7) Thread
AOSP GB Kernels: These are three kernels that i know of, if you know of more please let me know and i will add them.
Tiamat 4.1.0 - This is the latest kernel made by Tiamat and this is the only aosp kernel still being updated. This kernel on average gives people great performance but lacks on battery life. The main Governor for this kernel is SmartassV2 which is a balanced governor, good to turn on your phone and good to use on a normal day to day bases. For this kernel i do recommend using this governor. It does have SBC and Non-SBC kernels. *Side Note* (Some people say Tiamat 3.3.7 works better for them and is also known as the LEE Kernel because it was awesome like Bruce Lee and looks like Lee backwards [337])
Tiamat Website I also put the Zips in the Attachment (At The Bottom)
Savaged-Zen - This kernel is no longer being updated, however it is still amazing this kernel seems to be Tiamat's competition. Where Tiamat lacks on battery Savaged-Zen does not. However it's performance is not as good as Tiamat. This Kernel comes in two version BFS (Brain F***ed Scheduler) and CFS (Completely Fair Scheduler). BFS is said to give better performance and CFS is the normal kernel. This kernel only comes with SBC however you may download "SVZ Manager" which will allow you to turn SBC on or off. The main governor for this kernel i believe is on demand However i use smartass and a lot of people us InteractiveX.
Savaged-Zen CFS sbc I also put the Zips in the Attachment (At The Bottom)
Savaged-Zen BFS sbc in attachments (At The Bottom)
SVZ Manager I also put the Zips in the Attachment (At The Bottom)
GoDm0de - This Kernel was made by toastcfh and is no longer being updated. It is non-sbc and in my opinion definitely the best non-sbc kernel. This Kernel has insane battery life and a pretty good performance. If you do not want to use an sbc kernel i recommend for you to 100% use this kernel. The Governor for this kernel is set on on demand (i think) however i got the best battery/performance using Interactive.
GoDm0dE Kernel I also put the Zips in the Attachment (At The Bottom)
AOSP ICS ROM'S:
ICS rom by: the_Plattypus and it is still in Alpha testing. however the development for this rom is moving really fast so hopefully a beta will come soon.
EVO 4g Ice Cream Sandwich from source
ICS-evo-deck: This Rom is by kushdeck, After testing out Decks ICS Pre-Alpha 4 & 7 rom i conclude that although it is a alpha it can easily be used as a day to day rom. extremely fast and very snappy. only thing that i found not working was the camera. (Now on Alpha5)
[ROM][ICS][1-11-12][WIP] ics-deck-evo [alpha5]
All Decks ICS Pre-Alphas
All Decks ICS Gapps
AOSP ICS Kernels:
Jaredthegreat ICS - jared has the most advanced ics rom which is in beta 2 but does not have a working camera to check this rom go here:
[ROM's] -ICS- 4.0.1-4.0.3>[AOSP]<--~B.2.0~
Will post them when they are released!!!
Rom Manager/Kernel Manager:
Rom Manager: This is an app from the android market and is extremely useful for pretty much anything. you can back up your rom, you may go into boot loader and you can check if certain roms such as "CM7 Nightlies" have been updated. However people do prefer Amon Ra for flashing, which is another plus of Rom Manager it allows you to flash alternative recovery, which will flash Amon Ra for you.
Kernel Manager: This app was working before but has stopped now, however if it does start working again what it had was pretty much all the kernels that you needed for any rom. this app would allow you to flash a new kernel immediately by going to the kernel you want to flash.
Reserved
Q&A:
Q: What is SBC?
A: SBC stands for super battery charger. SBC is trickle charging, It stops your battery from dropping from 100% to 90% right when you take it off the charger. Some say that it harms your battery but i haven't seen any harm and plus it only costs $5 to get a new battery on Amazon.
Q: How to set up and flash your roms and kernels?
A: well my friend "Crossrocker" made a guide for this with everything you need. so just click to go to his thread. [GUIDE||Oct/23]Best AOSP(CM7|Decks|MIUI) configuration.
Q: What is the difference between governors?
A: This Thread by "RJackson" explains it all:SetCPU governors (explained)
But if you're too lazy to click it here they are:
As explaind by RJackson:
ondemand - Available in most kernels, and the default governor in most kernels. When the CPU load reaches a certain point (see "up threshold" in Advanced Settings), ondemand will rapidly scale the CPU up to meet demand, then gradually scale the CPU down when it isn't needed. - SetCPU website
conservative - Available in some kernels. It is similar to the ondemand governor, but will scale the CPU up more gradually to better fit demand. Conservative provides a less responsive experience than ondemand, but can save battery. - SetCPU website
performance - Available in most kernels. It will keep the CPU running at the "max" set value at all times. This is a bit more efficient than simply setting "max" and "min" to the same value and using ondemand because the system will not waste resources scanning for the CPU load. This governor is recommended for stable benchmarking. - SetCPU website
powersave - Available in some kernels. It will keep the CPU running at the "min" set value at all times. - SetCPU website
userspace
A method for controlling the CPU speed that isn't currently used by SetCPU. For best results, do not use the userspace governor. - SetCPU website
Interactive - The 'interactive' governor has a different approach. Instead of sampling the cpu
at a specified rate, the governor will scale the cpu frequency up when coming
out of idle. When the cpu comes out of idle, a timer is configured to fire
within 1-2 ticks. If the cpu is 100% busy from exiting idle to when the timer
fires then we assume the cpu is underpowered and ramp to MAX speed.
If the cpu was not 100% busy, then the governor evaluates the cpu load over the
last 'min_sample_rate' (default 50000 uS) to determine the cpu speed to ramp down
to.
As explained by MDJ:
SMARTASS GOVERNOR - is based on the concept of the interactive governor.
I have always agreed that in theory the way interactive works - by taking over the idle loop - is very attractive. I have never managed to tweak it so it would behave decently in real life. Smartass is a complete rewrite of the code plus more. I think its a success. Performance is on par with the "old" minmax and I think smartass is a bit more responsive. Battery life is hard to quantify precisely but it does spend much more time at the lower frequencies.
Smartass will also cap the max frequency when sleeping to 245Mhz (or if your min frequency is higher than 245 - why?! - it will cap it to your min frequency). Lets take for example the 998/245 kernel, it will sleep at 245. No need for sleep profiles any more![/QUOTE]
As explained by teh roxxorz:
Lagfree - like the performance governor. It will scale the cpu to higher frequencies when needed, but not to 100% like performance, so you'll get a lil better battery out of it
SmartassV2 - A smarter smartass governor. Code was re-managed/removed to make it more optimized, and have better scaling performances
InteractiveX - a better interactive governor I believe; low scale cpu settings, for texting, browsing, ect, nothing intensive. I wouldn't use it for emulators, ect.
Q: Do you need PRL/Profile/Radio updates? Do you need to go back to sense based to do these still?
A: No you don't have to go back to sense to do these and you don't have to do these because Rom's will come with what you need. None the less if you would like to update your radios here is a thread by "Calkulin" where he keeps the latest radios updated: [ Radios ][ 9-5 ] All EVO Radio, WiMAX, PRI, NV & HBoot versions
Q: Does HDMI mirroring work on these roms?
A: As of this moment Miui and CM7 both have HDMI mirroring working, and sense all the other ones are cm7 with some tweaks they as well have HDMI working however from what i have read the only one that has not had problems with HDMI is Decks Gingerbread Rom
Q: Are all other major features (4G (except for Miui), bluetooth, front & rear camera, GPS, apps such as Netflix, Skype, Google Voice, Sprint Visual voicemail) all working at least as well as on a Sense or stock ROM?
A: Yes everything is working, however on CM7 and i presume on some others you also have to flash a gps fix which you can get from this thread: [GUIDE||Oct/23]Best AOSP(CM7|Decks|MIUI) configuration. and the Voicemail seems to have some issues for some people but works flawlessly on Decks with it's gapps + Voicemail which you may also get from this thread: [GUIDE||Oct/23]Best AOSP(CM7|Decks|MIUI) configuration.
Q:My wifi is connecting/disconnecting after a second, what should i do?
A: This answer was given to me by "teh roxxorz." This has nothing to do with your rom or kernel, do this:
Back up everything into Titanium Backup
Boot into recovery
wipe cache, Dalvik, and pretty much everything
reflash your rom,kernel and gapps (or if you would like to check out some other roms and kernels just click on the link in my sig)
once you've set up your phone download Titanium Backup from the market
in titanium backup restore all your apps ONLY!!! (don't get apps w/ data - only get apps, and do not get system data)
after this your wifi should be working just fine
Q: I am having wake issues?
A: Here is a Guide made by JBabey[FIX] Wake Issue (Android OS) - Combination of Radio/PRI/NV/Wimax/GPS !Solved!
Q: Can i make my 3g speed faster?
A: Yes, This answer was given to me by teh roxxorz:
You need to flash a sprint sense rom. I emphasize sprint because it won't work on the sense 3.5 roms, as they're all ports of other non sprint roms.
1. Flash sense rom
2. Obtain your msl, download msl reader from market, use it, write it down
3. type in ##3282# , input your msl (you can get this from the app msl reader)
4. Click edit mode > advanced
5. Scroll down to HHTD proxy port and address
6. Change the proxy port to 0 and proxychange the address to 0.0.0.
Q: How can I fix my GPS?
A: This answer was given to me by teh roxxorz:
- flash a sense rom
- open up the dialer
- Type ##GPSCLRX# or ##4772579#
- Your enter your MSL at the prompt
- Your phone will soon reboot > done
Q: Is there a guide like this but for sense roms?
A: Yes if you are looking for a sense guide rather than aosp then check out this thread by tropicalbrit
Q: What is your setup at the moment?
A: Rom - Decks 4.0.3 Pre-Alpha 7 ICS Rom
Kernel - Stock
Governor - Conservative
CPU Max/Min Frequency - 729/128
IncrediControl (app) - (-100) [I get to (-100) by first doing (-75) and leaving it there for 3 days and then I do another (-25)]
Car-o-Dope (CoD) setup
Nice setup. Thanks
Sent from my PC36100 using xda premium
Steven 1 said:
Nice setup. Thanks
Sent from my PC36100 using xda premium
Click to expand...
Click to collapse
and thank you for such a quick reply ^_^
Not too bad. Good thing on steering them to tiamat. Lemme know if you need anything.
teh roxxorz said:
Not too bad. Good thing on steering them to tiamat. Lemme know if you need anything.
Click to expand...
Click to collapse
lol i was about to message you to check out this thread, but actually i do need something. do you happen to know a description of: lagfree, smartassV2, and interactiveX? or at least where i can get one?
Green_Arrow said:
lol i was about to message you to check out this thread, but actually i do need something. do you happen to know a description of: lagfree, smartassV2, and interactiveX? or at least where i can get one?
Click to expand...
Click to collapse
Lagfree - like the performance governor. It will scale the cpu to higher frequencies when needed, but not to 100% like performance, so you'll get a lil better battery out of it
SmartassV2 - A smarter smartass governor. Code was re-managed/removed to make it more optimized, and have better scaling performances
InteractiveX - a better interactive governor I believe; low scale cpu settings, for texting, browsing, ect, nothing intensive. I wouldn't use it for emulators, ect.
Also, you should also disclose to people using Xplod: there's a 50/50 chance the new tiamat kernels [4.0.7+] may not boot, in that case, they should use 3.3.7.
And any reason you were gona message me?
teh roxxorz said:
Lagfree - like the performance governor. It will scale the cpu to higher frequencies when needed, but not to 100% like performance, so you'll get a lil better battery out of it
SmartassV2 - A smarter smartass governor. Code was re-managed/removed to make it more optimized, and have better scaling performances
InteractiveX - a better interactive governor I believe; low scale cpu settings, for texting, browsing, ect, nothing intensive. I wouldn't use it for emulators, ect.
Also, you should also disclose to people using Xplod: there's a 50/50 chance the new tiamat kernels [4.0.7+] may not boot, in that case, they should use 3.3.7.
And any reason you were gona message me?
Click to expand...
Click to collapse
pretty much so you can check it out and see if it was good, you seem to post everywhere i do and you seem to know a lot.
Green_Arrow said:
pretty much so you can check it out and see if it was good, you seem to post everywhere i do and you seem to know a lot.
Click to expand...
Click to collapse
Maybe there's a case of a stalker?! [kidding]
Though glad I could help. And thank you.
teh roxxorz said:
Maybe there's a case of a stalker?! [kidding]
Though glad I could help. And thank you.
Click to expand...
Click to collapse
No problem ^_^
Green_Arrow said:
No problem ^_^
Click to expand...
Click to collapse
Tis all good.
has anyone tried that ICS(mod7) rom?
Helpful threads for the win, thanks mr arrow
Sent from my PC36100 using xda premium
Nice helpful thread , I like that you attached the kernels seeing that a lot of people these days are always asking for links to them.
linsalata28 said:
Nice helpful thread , I like that you attached the kernels seeing that a lot of people these days are always asking for links to them.
Click to expand...
Click to collapse
thank you, and yea it was a pain for me to find them just to attach them lol
Toney Starks said:
Helpful threads for the win, thanks mr arrow
Sent from my PC36100 using xda premium
Click to expand...
Click to collapse
no problem ^_^
Green_Arrow said:
no problem ^_^
Click to expand...
Click to collapse
You could have asked I keep all of them just incase.
Edit: I quoted the wrong post lol.
I was talking about the kernels.
cnstarz said:
has anyone tried that ICS(mod7) rom?
Click to expand...
Click to collapse
i actually did, it runs really smooth and i believe atm everything is working. if there is anything wrong with it, then it was something cm7 did because it is the same thing with a few tweaks and a different look.
linsalata28 said:
You could have asked I keep all of them just incase.
Edit: I quoted the wrong post lol.
I was talking about the kernels.
Click to expand...
Click to collapse
oh lol i was like huh , and well now i know lol
Hi,
Thanks for guide... I am considering changing from
my stock rooted ROM, so very timely for me!
Some features that you don't mention or summarize
that may help me and others.
PRL/Profile/Radio updates? I believe you need to
go back to sense based to do these still? [yuk]
HDMI mirroring?
Are all other major features (4G (except for Miui),
bluetooth, front & rear camera, GPS, apps such as
Netflix, Skype, Google Voice, Sprint Visual voicemail)
all working at least as well as on a Sense or stock ROM?
Thanks in Advance,
Peter

Best Kernel out there?

which kernel out there is the best right now? in battery life and speed
theres only one that fits best battery and fastest.. trinity kernel.
I like Trinity but Motley also did very well for me.
Sent from my Nexus 7 using Tapatalk 2
simms22 said:
theres only that fits best battery and fastest.. trinity kernel.
Click to expand...
Click to collapse
This^ look at it this way. The nexus allready has great performance, it will handle any game you throw at it. (Unless not optimized for tegra 3) so wht else do you need? A kernel that gives amazing battery life. And what kernel is that..... \l/ TRINITY \l/
Sent from my Nexus 7 using xda premium
TRINITY without a doubt!!! Fast as hell and almost unbelievable battery life!
Sent from my Trinity powered Nexus 7 using Xparent Blue Tapatalk 2
Trinity IMHO....
Sent from my Nexus 7 using xda premium
battery right now..
speed..
Ill say motley. I tried trinity kernel. Its good. But I getbetter performance,stability, and battery life with motley. All these battery screen shots really mean nothing. Why? Because none show real heavy use. I can easily get the same stats or better with light to moderate use. Show me some stats showing 8-10+ hrs of screen on time. With some heavy app or game usge. Anyone can use device for a few hours. Then leave it in deep sleep and show the same or better stats.
I've tried all the kernels out so far. They are all good. Its a matter of personal preference of features you want. Some pack things others don't. MOTLEY 'S ATM is the only linaro based kernel. So its using new additions/components. Better optimized. Benchmarks are cool but its real world performance that matters most.
I'm running stock rom with motley latest linaro based kernel with Zram, then CPU overclock @ 1.624ghz and gpu overclock @ 520mhz. I'm also undervolted -75mV across the board. So my temps stay low. Which equates to my device running at a higher performance speed longer.
The best thing about stock rom is I can measly flash different kernels and not have to worry about flashing a rom and setting my apps n all THST all over again. I can flash a kernel with no wipes and be good. Plus stock rom is the most stable ATM. Can't lie though, I am anxious to flash some roms. THST paranoid Android one looks really good. Along with the pure linaro based rom. That's the great thing about choices.
Its not a matter of who has the best kernel. Its more about what you looking for in features and personalizing your device to cater to our needs.
Asking who has the best kernel is like asking who is the best developer on xda. I don't think that's fair to the developers as they ALL work hard on roms or kernels. Forget the popularity contests.
THEY ALL THE BEST lol. Some are just more seasoned than others. Which is OK. I love the fact we have variety of things to choose from. I've been impressed with trinity kernel, based on scores I've been seeing. But I'm also impressed with faux kernel and its a more straight forward one with lots of new Linux commits and additions. All the kernels have a personality of their own. I love the fact that twrp makes it very easy n simple to try out any kernel I want for nexus7. No matter who makes it. Every developer has its followers. You also have people who like to try out different setups.
Choice is a good thing! That's what I love about Android.
I've got to say for me trinity is the best kernel for the Nexus 7, updated daily and great communication with the dev makes this an awesome kernel. The trinity toolbox app is the icing on the cake.
demandarin said:
Ill say motley. I tried trinity kernel. Its good. But I getbetter performance,stability, and battery life with motley. All these battery screen shots really mean nothing. Why? Because none show real heavy use. I can easily get the same stats or better with light to moderate use. Show me some stats showing 8-10+ hrs of screen on time. With some heavy app or game usge. Anyone can use device for a few hours. Then leave it in deep sleep and show the same or better stats.
I've tried all the kernels out so far. They are all good. Its a matter of personal preference of features you want. Some pack things others don't. MOTLEY 'S ATM is the only linaro based kernel. So its using new additions/components. Better optimized. Benchmarks are cool but its real world performance that matters most.
I'm running stock rom with motley latest linaro based kernel with Zram, then CPU overclock @ 1.624ghz and gpu overclock @ 520mhz. I'm also undervolted -75mV across the board. So my temps stay low. Which equates to my device running at a higher performance speed longer.
The best thing about stock rom is I can measly flash different kernels and not have to worry about flashing a rom and setting my apps n all THST all over again. I can flash a kernel with no wipes and be good. Plus stock rom is the most stable ATM. Can't lie though, I am anxious to flash some roms. THST paranoid Android one looks really good. Along with the pure linaro based rom. That's the great thing about choices.
Its not a matter of who has the best kernel. Its more about what you looking for in features and personalizing your device to cater to our needs.
Asking who has the best kernel is like asking who is the best developer on xda. I don't think that's fair to the developers as they ALL work hard on roms or kernels. Forget the popularity contests.
THEY ALL THE BEST lol. Some are just more seasoned than others. Which is OK. I love the fact we have variety of things to choose from. I've been impressed with trinity kernel, based on scores I've been seeing. But I'm also impressed with faux kernel and its a more straight forward one with lots of new Linux commits and additions. All the kernels have a personality of their own. I love the fact that twrp makes it very easy n simple to try out any kernel I want for nexus7. No matter who makes it. Every developer has its followers. You also have people who like to try out different setups.
Choice is a good thing! That's what I love about Android.
Click to expand...
Click to collapse
1. trinity kernel has been using linaro since april of 2011, on the nexus s, the gnex, and now the nexus 7.
2. zram is a placibo. theres nothing there
3. stock rom is good, but i prefer a pure aosp build. no, they are not the same.
4. and the last two paragraphs are the absolute truth.
5. really, you should try them all, let your device tell you which kernel it likes the best
simms22 said:
1. trinity kernel has been using linaro since april of 2011, on the nexus s, the gnex, and now the nexus 7.
2. zram is a placibo. theres nothing there
3. stock rom is good, but i prefer a pure aosp build. no, they are not the same.
4. and the last two paragraphs are the absolute truth.
5. really, you should try them all, let your device tell you which kernel it likes the best
Click to expand...
Click to collapse
Thing with zram is, its not for getting higher benchmark scores or immediate performance. Its more so for heavy multitasking. Is been proven to help. The placebo is on people who think its supposed to provide some immediate result. If someone is a heavy multitasker on their device, then zram would benefit them. If you not much of a multitasker, then zram will show no Bendix for you.
You are right though, about trying out different kernels and such. Pure aosp rom sounds good. I just hate having to reset up my apps n stuff. I know titanium good for that but me personally, I'm waiting for roms to mature more and have most things, of not everything working. All roms so far seem to have something not working yet. Which is fine. Nature of the beast.
I think I might give trinity kernel another try. I did buy the tkt app. But never used it in conjunction with the kernel. I bought it just for the automatic script it runs..lol plus to show support. I heard tkt app works best with trinity kernel plus allows you to tweak features only in trinity kernel.
Ill download the latest build Trinity has and see what's up. Performance and better battery life is always a good thing. Its gpu is overclocked to 520mhz also?
Trinity HANDS DOWN its been 3 hours on sleep and ITS still at 100%! + the ridiculous speed along with the power saving features. I may be new to the Nexus 7 scene but this is hands down to godly .
demandarin said:
Thing with zram is, its not for getting higher benchmark scores or immediate performance. Its more so for heavy multitasking. Is been proven to help. The placebo is on people who think its supposed to provide some immediate result. If someone is a heavy multitasker on their device, then zram would benefit them. If you not much of a multitasker, then zram will show no Bendix for you.
You are right though, about trying out different kernels and such. Pure aosp rom sounds good. I just hate having to reset up my apps n stuff. I know titanium good for that but me personally, I'm waiting for roms to mature more and have most things, of not everything working. All roms so far seem to have something not working yet. Which is fine. Nature of the beast.
I think I might give trinity kernel another try. I did buy the tkt app. But never used it in conjunction with the kernel. I bought it just for the automatic script it runs..lol plus to show support. I heard tkt app works best with trinity kernel plus allows you to tweak features only in trinity kernel.
Ill download the latest build Trinity has and see what's up. Performance and better battery life is always a good thing. Its gpu is overclocked to 520mhz also?
Click to expand...
Click to collapse
im not sure if gpus oc...but when u underclock..theres absolutely no performance difference..and saves battery too! 102mhz-1100mhz on demand/deadline..god like battery life. 4 hours screen time...still 45% left...shouldve been more if i didnt flash roms in between battery life. also under clocked, gta 3 and cs portable runs great and smooth still.
thanks to simms, I tried out trinity again. I flashed the latest builds. ran some benchmarks. for some reason, my device doesn't like the highest speed on benchmarks. it kept rebooting during them. so I stayed at 1.5ghz. governor I used was performance and on demand. for scheduler I ran with deadline. i forced cpu online and put fysnc on faster, thanks to TKT app. on quadrant, I was more concerned with seeing if I could achieve those crazy high I/O scores. which I did. my overall score was good but I've gotten higher on motley. it could be higher on this kernel if I get the 1.6ghz+ speed to stick. I was more impressed with my rl sqlite benchmark test. scored 18 seconds overall. which blows away the competition.
so I'm impressed with latest version of kernel. definitely better than the older build I ran of it from before. some things I've noticed though. where is the ability to undervolt at? no option in tkt app and the voltages tab disappeared from system tuner. also, this build gpu isn't overclocked. or might be better for me to say its definitely not running at 520mhz. I could tell this by the fps from quadrant. its running 59-60fps. on motley with 520mhz gpu I get 70-80+fps. just some things I noticed. not necessarily drawbacks. kernel runs very good. just got to figure how to make higher speed stick. since I can't seem to adjust voltages on this build, I can't increase voltage or undervolt it. if this can be done on trinity kernel, let me know how. its not showing voltages in tkt app or system tuner.
overall very good kernel. will run it for a while to see how battery life is. I will likely underclock it like above poster mentioned for best battery life. I noticed nexus 7 still runs great underclocked. no lag.,no matter what kernel I'm using.
I've attached screenshots of my benches on latest trinity overclocked @ 1.5ghz. I know my device can take 1.6ghz cuz on motley I can run the speed fine, even through benches. so have to see why its not taking on trinity kernel. maybe voltage needs to be increased.
so it doesnt matter if trinity is still in experimental? its that good? i guess ill try that one out
demandarin said:
thanks to simms, I tried out trinity again. I flashed the latest builds. ran some benchmarks. for some reason, my device doesn't like the highest speed on benchmarks. it kept rebooting during them. so I stayed at 1.5ghz. governor I used was performance and on demand. for scheduler I ran with deadline. i forced cpu online and put fysnc on faster, thanks to TKT app. on quadrant, I was more concerned with seeing if I could achieve those crazy high I/O scores. which I did. my overall score was good but I've gotten higher on motley. it could be higher on this kernel if I get the 1.6ghz+ speed to stick. I was more impressed with my rl sqlite benchmark test. scored 18 seconds overall. which blows away the competition.
so I'm impressed with latest version of kernel. definitely better than the older build I ran of it from before. some things I've noticed though. where is the ability to undervolt at? no option in tkt app and the voltages tab disappeared from system tuner. also, this build gpu isn't overclocked. or might be better for me to say its definitely not running at 520mhz. I could tell this by the fps from quadrant. its running 59-60fps. on motley with 520mhz gpu I get 70-80+fps. just some things I noticed. not necessarily drawbacks. kernel runs very good. just got to figure how to make higher speed stick. since I can't seem to adjust voltages on this build, I can't increase voltage or undervolt it. if this can be done on trinity kernel, let me know how. its not showing voltages in tkt app or system tuner.
overall very good kernel. will run it for a while to see how battery life is. I will likely underclock it like above poster mentioned for best battery life. I noticed nexus 7 still runs great underclocked. no lag.,no matter what kernel I'm using.
I've attached screenshots of my benches on latest trinity overclocked @ 1.5ghz. I know my device can take 1.6ghz cuz on motley I can run the speed fine, even through benches. so have to see why its not taking on trinity kernel. maybe voltage needs to be increased.
Click to expand...
Click to collapse
there are more features that are going to be added, theyre being added all the time. ask gnex owners how the options grew(same app btw, different devices running trinity see different features in the app. so you purchase it once, and use it on multi devices. btw, voltage adjustment will be added, remember how new development is on the n7. also, if other developers added the options into their kernels, theyed be able to use those features with their kernels
---------- Post added at 09:20 PM ---------- Previous post was at 09:11 PM ----------
azoller1 said:
so it doesnt matter if trinity is still in experimental? its that good? i guess ill try that one out
Click to expand...
Click to collapse
thats just trinitys method of rotating the kernels.. starts off in experimental(every kernel is tested to boot and run before it every appears here), then it graduates to prerelease if it makes the cut, and then if you guys like it it makes its way to release. its just that trinity development is so new here that there isnt a prerelease yet
jarjar124 said:
im not sure if gpus oc...but when u underclock..theres absolutely no performance difference..and saves battery too! 102mhz-1100mhz on demand/deadline..god like battery life. 4 hours screen time...still 45% left...shouldve been more if i didnt flash roms in between battery life. also under clocked, gta 3 and cs portable runs great and smooth still.
Click to expand...
Click to collapse
I've underclocked mines to 1.1ghz also. battery doesn't want to budge from 100% so far..lol. it's barley sipping battery. the UI and browser is fluid n smooth at this underclock. which is a good thing. the real test will come once I play nova3 shortly. if it plays lag free on this lower speed then underclocking is a winner. I set my governor to interactive though. you get better battery life than ondemand. using deadline also. with fsync set to faster.
simms22 said:
there are more features that are going to be added, theyre being added all the time. ask gnex owners how the options grew(same app btw, different devices running trinity see different features in the app. so you purchase it once, and use it on multi devices. btw, voltage adjustment will be added, remember how new development is on the n7. also, if other developers added the options into their kernels, theyed be able to use those features with their kernels
---------- Post added at 09:20 PM ---------- Previous post was at 09:11 PM ----------
thats just trinitys method of rotating the kernels.. starts off in experimental(every kernel is tested to boot and run before it every appears here), then it graduates to prerelease if it makes the cut, and then if you guys like it it makes its way to release. its just that trinity development is so new here that there isnt a prerelease yet
Click to expand...
Click to collapse
I understand nexus 7 is still infancy, developement wise. its cool. just wondering if those features were included since the option disappeared. I could undervolt or increase voltage on motley kernel. the tkt app would let me do it on THST kernel as the section shows for it. but I like using system tuner for undervolting when I was on motleys kernel. can't wait to see what new features get added. plus once I get my new phone, hopefully there'll be a trinity kernel out for it so I can use tkt app with it. the build is very good.
demandarin said:
thanks to simms, I tried out trinity again. I flashed the latest builds. ran some benchmarks. for some reason, my device doesn't like the highest speed on benchmarks. it kept rebooting during them. so I stayed at 1.5ghz. governor I used was performance and on demand. for scheduler I ran with deadline. i forced cpu online and put fysnc on faster, thanks to TKT app. on quadrant, I was more concerned with seeing if I could achieve those crazy high I/O scores. which I did. my overall score was good but I've gotten higher on motley. it could be higher on this kernel if I get the 1.6ghz+ speed to stick. I was more impressed with my rl sqlite benchmark test. scored 18 seconds overall. which blows away the competition.
so I'm impressed with latest version of kernel. definitely better than the older build I ran of it from before. some things I've noticed though. where is the ability to undervolt at? no option in tkt app and the voltages tab disappeared from system tuner. also, this build gpu isn't overclocked. or might be better for me to say its definitely not running at 520mhz. I could tell this by the fps from quadrant. its running 59-60fps. on motley with 520mhz gpu I get 70-80+fps. just some things I noticed. not necessarily drawbacks. kernel runs very good. just got to figure how to make higher speed stick. since I can't seem to adjust voltages on this build, I can't increase voltage or undervolt it. if this can be done on trinity kernel, let me know how. its not showing voltages in tkt app or system tuner.
overall very good kernel. will run it for a while to see how battery life is. I will likely underclock it like above poster mentioned for best battery life. I noticed nexus 7 still runs great underclocked. no lag.,no matter what kernel I'm using.
I've attached screenshots of my benches on latest trinity overclocked @ 1.5ghz. I know my device can take 1.6ghz cuz on motley I can run the speed fine, even through benches. so have to see why its not taking on trinity kernel. maybe voltage needs to be increased.
Click to expand...
Click to collapse
Interesting, 70-80fps, more than the panel.
You were interested in battery in an earlier post, this is me feeling meh and couching most of Sunday.
EDIT: Yes, emailing, tapatalk, browsing for laptop and not finding any, reading news in Pulse and flipboard, tweetcaster and testing slice(s?), gtalk, not heavy usage obviously. Screen wasn't on unless The Seven was used though.
Sent from my Nexus 7 using Tapatalk 2
morfic said:
Interesting, 70-80fps, more than the panel.
You were interested in battery in an earlier post, this is me feeling meh and couching most of Sunday.
Sent from my Nexus 7 using Tapatalk 2
Click to expand...
Click to collapse
what is this?? 7hrs screen time and 30%??
jarjar124 said:
what is this?? 7hrs screen time and 30%??
Click to expand...
Click to collapse
Expect no less.

[Q] Performance difference from different kernels on different roms

Hi,
I've noticed a huge performance difference between kernels and the roms they're used with.
For example:
I was using AOKP and Franco kernel and got around 20000 antutu points, I've switched to Carbon Rom (because of the build in pie control) and Franco kernel and only get around 13000 points, that's a huge difference.
As a test I've installed Matr1x-kenel on Carbon and get around 21000 points.
I really like Franco-kernel and all the tweaks it offers but don't like the huge drop in benchmarks, I know benchmarks are not a real representation of actual performance but it's still a big difference.
This also occurs in Quadrant and Geekbench.
So my question is why does this happen?
Aren't most roms supposed to be compatible with most kernels?
Thank you in advance.
Best regards.
I can't answer your question as to why that happens (no doubt someone else will) but you seriously should just stop bothering with benchmarks and use your own eyes and experiences as a measure of how good a kernel/ROM is. I doubt you could find a kernel which made the phone visibly slow or that affected usability so I don't see what your concern is tbh.
Thanks for your answer.
Yeah, I read that a lot on XDA, don't trust benchmarks...I understand that but they must have some meaning.
I mean, if not why do they exist or do people bother using them?
To be honest I don't really notice any real performance difference between most kernels I've tested.
Best regards
some roms include many optimizations(like skia/dalvik, krait optimizations, and others), while some dont. its not thekernel thats crapping out on you, its the rom.
---------- Post added at 07:02 PM ---------- Previous post was at 06:58 PM ----------
Nigeldg said:
I can't answer your question as to why that happens (no doubt someone else will) butcomseriously should just stop bothering with benchmarks and use your own eyes and experiences as a measure of how good a kernel/ROM is. I doubt you could find a kernel which made the phone visibly slow or that affected usability so I don't see what your concern is tbh.
Click to expand...
Click to collapse
your eyes can be decieved.. they can see whats happening in the ui for example, but you can not see the complex calculations that are being performed or how your cpu is really performing. you can have a slow device whos ui is quick.
OK, I can understand that not all roms are equal but why does changing the kernel have such a seamingly big impact?
If a rom is bad to begin with it should stay that way no matter what kernel you use with it.
Offcourse what do I know, I'm not a developer so my knowledge on the subject is limited.
I'm just trying to understand what's going on...
Best regards
Pihkal said:
OK, I can understand that not all roms are equal but why does changing the kernel have such a seamingly big impact?
If a rom is bad to begin with it should stay that way no matter what kernel you use with it.
Offcourse what do I know, I'm not a developer so my knowledge on the subject is limited.
I'm just trying to understand what's going on...
Best regards
Click to expand...
Click to collapse
kernels vary too, and they impact greatly because they control just about everything in the phone, kinda like a brain. since the kernels themselves vary, one kernel might be better set up than another to deal with certain code from a certain rom. and then also, every phone reacts differently to each kernel(and roms to a point). thats why its recommended to try out different kernels, combos. only then you can find the perfect combo for you/your device. what works great for somebody, can be lousy for another.
OK, so if i understand correctly it boils down to this:
1. You can do benchmarks but don't base your opinion on just the benchmark scores.
2. Roms can vary greatly in optimizations and efficiency of coding.
3. Kernels can also vary greatly in optimizations and efficiency of coding.
4. There's no such thing as a "best for everyone rom/kernel combo".
5. Not all roms/kernels play equally nice with each other.
6. Play around with as many roms / kernels as possible and decide what works best for ME based on MY experience.
Thanks for the advice.
Best regards.
Its been well over a year since I ran any benchmark of any sort but I tested Franco and carbon because that's what I'm on and you mentioned low scores. I'm on Franco m3 with some tweaked settings and carbon nightly from 7-5. Antutu gave me 20636. I'm using stock CPU and GPU frequencies.
username8611 said:
Its been well over a year since I ran any benchmark of any sort but I tested Franco and carbon because that's what I'm on and you mentioned low scores. I'm on Franco m3 with some tweaked settings and carbon nightly from 7-5. Antutu gave me 20636. I'm using stock CPU and GPU frequencies.
Click to expand...
Click to collapse
Maybe the nightly Carbon rom is more optimized?
I'm on Carbon 1.7 Stable and used Franco nightly 162 to test with.
When I benchmark I try to be as consistent as possible ie same temperature, performance governor, airplane mode etc.
I even cooled my Nexus in the freezer for some minutes to eliminate thermal throttling (yeah I know, watchout for condensation) but still got the same low scores.
Best regards.
Pihkal said:
Maybe the nightly Carbon rom is more optimized?
I'm on Carbon 1.7 Stable and used Franco nightly 162 to test with.
When I benchmark I try to be as consistent as possible ie same temperature, performance governor, airplane mode etc.
I even cooled my Nexus in the freezer for some minutes to eliminate thermal throttling (yeah I know, watchout for condensation) but still got the same low scores.
Best regards.
Click to expand...
Click to collapse
It might be, I didn't do anything special. I left all my background apps running, didnt close anything in the recents, didn't cool the phone first. I just downloaded it and hit start. I use the interactive governor tweaked a bit, and I also tweaked the hotplug settings so it more readily onlines all 4 cores instead of waiting for some of the higher loads to trigger it.
username8611 said:
It might be, I didn't do anything special. I left all my background apps running, didnt close anything in the recents, didn't cool the phone first. I just downloaded it and hit start. I use the interactive governor tweaked a bit, and I also tweaked the hotplug settings so it more readily onlines all 4 cores instead of waiting for some of the higher loads to trigger it.
Click to expand...
Click to collapse
Well, I had to try it myself so I did a factory reset, cleared system,data and dalvik, installed latest carbon nightly.
With stock kernel I almost reached 21000 points, with franco I barely get 17000 points.
Very strange...
edit:
I stand corrected, did a second benchmark and am now getting 20880 points...
are you benchmarking with your cpu speed benchmarked set as highest and lowest cpu speed? you should. if you dont put the same cpu speed as highest and lowest then itll scale up and down. if it scales, you dont actually know what speed its testing and it gives you inconsistamt scores. you want the cpu speed to be the same throughout the test.
When I benchmark I set the governor to performance, this should keep the cpu running at maximum speed without scaling unless I'm mistaking...
Pihkal said:
When I benchmark I set the governor to performance, this should keep the cpu running at maximum speed without scaling unless I'm mistaking...
Click to expand...
Click to collapse
meh, performance is the worst for benchmarking. its such a deceiving name. try either ondemand or interactive. set your cpu speed to be the same high and low.
simms22 said:
meh, performance is the worst for benchmarking. its such a deceiving name. try either ondemand or interactive. set your cpu speed to be the same high and low.
Click to expand...
Click to collapse
Woow, that's a great tip, I now get 22003 points with Matr1x-kernel.
Pihkal said:
Woow, that's a great tip, I now get 22003 points with Matr1x-kernel.
Click to expand...
Click to collapse
better :highfive:

[Q] KTManta vs. Franco vs. Trinity

Hey guys,
I wanted to get everyone's feedback and experiences between the 3 kernels. I realize that every device behaves differently, but was curious about which ones people have tried, if they found any cool things about specific ones they really liked Or if you wanted to share your experience about the latest build.
Thanks!
Trinity and franco are about the same, but trinity>franco.
KTmanta is in a totally different league, it offers total customization and imo is the best kernel just because of that.
Franco and Trinity are all about performance where ktmanta is about battery optimizations and customizations.
I haven't used Franco or trinity in a while, I know they score higher in benchmarks if that means anything at all.
Sent from my SCH-I535 using xda app-developers app
I think everyone knows my preference, but they are all good kernels. Unfortunately this tablet is not on Franco's priority list and does not see much development. I dont believe it has a 4.3 compatible version yet and the last release has a serious bug that causes SoD for most people.
I like Trinity and KManta for different reasons (those stated above). If I need to squeeze out battery life, I go with KManta and tweak the settings accordingly. But for my day-to-day use, I like Trinity for its smoothness. Just my two cents
Awesome input guys! Real useful information.
How would you guys describe KTManta when just using the stock values? When you guys say "customization", do you guys mean the voltage settings and stuff like that? I've been flashing for years, but have never really understood how that worked. Which is funny, because I am an experienced PC overclocker. People say the concept is very similar. If KTManta's customization options were removed, would it be then comparable to Trinity? Or would it still be better without all the options?
Would you guys say Trinity still has decent battery life? Compared to KTManta at stock values?
Which one does Chrome work the best with?
Thanks!
Stock for stock Trinity is better because Morfic hardcodes overclock and undervolt values into the kernel and sets up all that stuff as his stock settings for the kernel. KTManta allows you to do those things and WAY more, but does not set them up as stock values because Ktoonsez prefers to keep the default settings for his kernel closer to the default settings of the stock AOSP kernel. So while Trinity may have -50mv undervolt to everything and a GPU overclock of 620MHz (I think that is the speed?), KTManta allows you to go +/- 200 mv to any frequency step for CPU or GPU that you feel like and also allows OC to 2.1GHz on CPU and 720MHz on the GPU if you want to, as well as RAM OC if you want to, and control of the scaling of every part of the chipset, again if you *want* to. But it doesnt set any custom stuff as default since everyone's device is unique and people want to do different things with it. That is why we have pre-made settings available from various users so that you can load custom values to try out without having to go through a bunch of experimentation yourself.

Categories

Resources