[Stock-Kernel] XzGaming-2.0 [Linaro-4.8.2] 27-October - Xperia Z Original Android Development

Features
Based on 10.3.1.A.2.67 kernel sources
Philz-Touch Advanced CWM recovery
CPU overclock upto 1.9 GHz
GPU overclock upto 627 MHz
GPU Voltage Control
Undervolting
Built with Linaro 4.8.2 toolchain using -O2 optimisation
Updated Prima WLAN drivers
Simple GPU governor
Uses CODEL NET Scheduler
New CPU governors - Smartmax,intellidemand,wheatley,abyssplug,abyssplugv2,adaptive,asswax,badass
Tweaked SIO and added FIOPS and zen block schedulers
Tweaked Sharp panel's gamma
Additional Network Congestion protocols for better network performance
Tweaked voltage regulators
Click to expand...
Click to collapse
Introducing CPUQuiet!
Cpuquiet implements pluggable policies for forcing cpu cores into a quiescent state. Appropriate policies will save power without hurting performance
Basically its a governer for the CPU cores.
Runnable activates cores based on multithreading
Balanced activates based on load and
Userspace basically forces them online
RQ_STATS and LOAD_STATS use the rq information to scale the CPUs
MAKO_Hotplug uses fransisco's alogrithm to hotplug CPUs.
Recommended - RQ_STATS
Click to expand...
Click to collapse
Credits
Sony - I love what they do and only wish they got more recognition. They deserve it.
faux123 - For almost all kernel features including exFAT Open Source drivers
DoomLord - For the RAMDISK
Stratosk - For undervolting tweak
Click to expand...
Click to collapse
DONORS
XDA:DevDB Information
[Stock-Kernel] XzGaming-2.0 [Linaro-4.8.2], a Kernel for the Sony Xperia Z
Contributors
alnikki25k
Kernel Special Features: Undervolt, CPU and GPU Overclock, Custom governors and IO-Schedulers, Custom hotplug governor, Tweaked Network schedulers, many more features ported from popular Nexus 4 kernels
Version Information
Status: Stable
Current Stable Version: 1.0
Stable Release Date: 2013-10-15
Created 2013-10-15
Last Updated 2013-10-31

Changelog
XzG -v2.0
CPU overclock extended up to 1.9 GHz
Fix GPU Overclock
Add GPU Voltage Control
Click to expand...
Click to collapse
Download
v2.0
XzG-v2.0 (Flashable Zip)
Click to expand...
Click to collapse
v1.0
XzG-v1.0 (Flashable Zip)
Click to expand...
Click to collapse
[email protected]
Click to expand...
Click to collapse

Setting custom GPU Voltages via sysfs
NB:
- Safe lock is present on MIN/MAX values:
#define GPU_MIN_VDD 900000
#define GPU_MAX_VDD 1200000
Click to expand...
Click to collapse
The default GPU voltages are:
+ [VDD_DIG_NONE] = 0,
+ [VDD_DIG_LOW] = 945000,
+ [VDD_DIG_NOMINAL] = 1050000,
+ [VDD_DIG_HIGH] = 1150000
Click to expand...
Click to collapse
Verify the actual settings:
cat /sys/devices/system/cpu/cpu0/cpufreq/gpu_mv_table
Click to expand...
Click to collapse
945000
1050000
1150000
Adjust to desired values and verify:
echo "930000 1000000 1100000" > /sys/devices/system/cpu/cpu0/cpufreq/gpu_mv_table
Click to expand...
Click to collapse

Follow this Project!
http://forum.xda-developers.com/devdb/project/?id=1170&task=follow
Click to expand...
Click to collapse

Homeland

TheLastOne

What is the exactly difference to your other kernel?
Gesendet von meinem C6603 mit Tapatalk

ankabo said:
What is the exactly difference to your other kernel?
Gesendet von meinem C6603 mit Tapatalk
Click to expand...
Click to collapse
This one's aimed at performance, purely. Don't expect great battery life and this is very close to stock. It does not have DoubleTap2Wake/Sweep2Wake, atleast for now.

no exFAT...?

dron39 said:
no exFAT...?
Click to expand...
Click to collapse
I am not sure. I can't test it now. Can you try it and let me know?

Going to flash now on cyan x v7
Sent from my C6603 using Tapatalk

MattJaO3D said:
Going to flash now on cyan x v7
Sent from my C6603 using Tapatalk
Click to expand...
Click to collapse
If your intention is to use this kernel with CM...don't bother. It won't work.

Nope it don't lol just tried, but it give me recovery which was handy
What ROMs is this compatible with?
Thx
Sent from my C6603 using Tapatalk

MattJaO3D said:
Nope it don't lol just tried, but it give me recovery which was handy
What ROMs is this compatible with?
Thx
Sent from my C6603 using Tapatalk
Click to expand...
Click to collapse
Stock Roms. probably .67 only.

MattJaO3D said:
Nope it don't lol just tried, but it give me recovery which was handy
What ROMs is this compatible with?
Thx
Sent from my C6603 using Tapatalk
Click to expand...
Click to collapse
Just stock / stock based ROMs that's based on Sony stock firmware. Can work on older firmwares than the current .67 build (244 > 423) too!

alnikki25k said:
This one's aimed at performance, purely. Don't expect great battery life and this is very close to stock. It does not have DoubleTap2Wake/Sweep2Wake, atleast for now.
Click to expand...
Click to collapse
I'll wait for the moment DT2W and S2W to be added also sweep to sleep
Sent from my C6603 using XDA Premium 4 mobile app

why can't i thank the post!

Oh yeah have waited so long for this
Edit: gpu up to 627 nice work man :thumbup:
Sent from my C6603 using xda app-developers app

Tommy-Geenexus said:
Oh yeah have waited so long for this
Edit: gpu up to 627 nice work man :thumbup:
Sent from my C6603 using xda app-developers app
Click to expand...
Click to collapse
Yup. But unfortunately, it won't stay there for long. Highly unstable

alnikki25k said:
Yup. But unfortunately, it won't stay there for long. Highly unstable
Click to expand...
Click to collapse
Yep noticed it.
And btw asphalt 8 is running great
Sent from my C6603 using xda app-developers app

Related

V30B kernel[OVERCLOCK 1.2 GHz]

Hi!This is my kernel with overclock to 1.2GHz
WARNING:THIS KERNEL IS UNSTABLE!USE CAREFULLY!
To overclock it go to the terminal and type:
Code:
su
overc
and u will see instructions
Downloads:
v30b-kernel-overclock1.2ggh.zip
Sources:
github kernel - https://github.com/sssemil/kernel_sniper-ICS
suleymanovemil8 said:
Hi!This is my kernel with overclock to 1.2GHz
To overclock it go to the terminal and type:
Code:
su
overc
and u will see instructions
Downloads:
v30b-kernel-overclock1.2ggh.zip
Click to expand...
Click to collapse
thanks but be more specific ,, does this contains the blue led's fix ?!!
rrgrrg said:
thanks but be more specific ,, does this contains the blue led's fix ?!!
Click to expand...
Click to collapse
Don`t remember)but i took latest kernel sources from nooby`s git
Good to see more custom kernels
Will try soon!!
Sent from my LG-P970 using xda app-developers app
Thx
More than +400 with Antutu
Wysłane z mojego LG-P970
It has the blue led fixes, or at least it has the commits at github.
Terminal gives me error
"Cannot execute permission denied"
Edit: i got it working by changing the permission of the script
Sent from my LG-P970 using xda app-developers app
vismaiy said:
Terminal gives me error
"Cannot execute permission denied"
Edit: i got it working by changing the permission of the script
Sent from my LG-P970 using xda app-developers app
Click to expand...
Click to collapse
Can you explain exactly how you did it? thanks in advance
OK I got it. Enter system/bin, find overc scritp, and modify permissions to all market. Then follow the instructions given in terminal emulator.
so...how it's working?
First i want to thank you but i noticed 2 things.
For me the sofkey back light is to low. You cant barely noticed the blue when you touch them.
And if you change the frequency or the governor in a app like setcpu it stucks at 300mhz and only a reboot changes that.
Sent from my LG-P970 using xda premium
Using cpu spy, the frequency range is between 300-1200 mhz, but unfortunatelly it only raises to 1000 mhz, being the 1200 frequence unused.
hugoglezp said:
Using cpu spy, the frequency range is between 300-1200 mhz, but unfortunatelly it only raises to 1000 mhz, being the 1200 frequence unused.
Click to expand...
Click to collapse
adb shell dmesg.
may I take a look the kernel log?
redy2006 said:
adb shell dmesg.
may I take a look the kernel log?
Click to expand...
Click to collapse
Here
http://pastebin.com/iDGs47aZ
Sent from my LG-P970 using xda app-developers app
vismaiy said:
Here
http://pastebin.com/iDGs47aZ
Click to expand...
Click to collapse
What's that, too many error??
So I might say that this kernel is not stable... :fingers-crossed:
redy2006 said:
What's that, too many error??
So I might say that this kernel is not stable... :fingers-crossed:
Click to expand...
Click to collapse
Yup there seems to be problem with voltage control...
This one is with freq 300-1000... there seems to be less error
http://pastebin.com/djEEts9A
Sent from my LG-P970 using xda app-developers app
You have 2 OPP1G right here https://github.com/sssemil/kernel_sniper-ICS/blob/75c7e78dc584c5f8af97cd5c45f30f2504896ffb/arch/arm/mach-omap2/opp3xxx_data.c#L213
Code:
/* OMAP 3630 MPU Core VDD dependency table */
static struct omap_vdd_dep_volt omap36xx_vdd_mpu_core_dep_data[] = {
{.main_vdd_volt = OMAP3630_VDD_MPU_OPP50_UV, .dep_vdd_volt = OMAP3630_VDD_CORE_OPP50_UV},
{.main_vdd_volt = OMAP3630_VDD_MPU_OPP100_UV, .dep_vdd_volt = OMAP3630_VDD_CORE_OPP100_UV},
{.main_vdd_volt = OMAP3630_VDD_MPU_OPP120_UV, .dep_vdd_volt = OMAP3630_VDD_CORE_OPP100_UV},
{.main_vdd_volt = OMAP3630_VDD_MPU_OPP1G_UV, .dep_vdd_volt = OMAP3630_VDD_CORE_OPP100_UV},
[COLOR="Red"]{.main_vdd_volt = OMAP3630_VDD_MPU_OPP1G_UV, .dep_vdd_volt = OMAP3630_VDD_CORE_OPP100_UV},[/COLOR]
suleymanovemil8 said:
Hi!This is my kernel with overclock to 1.2GHz
WARNING:THIS KERNEL IS UNSTABLE!USE CAREFULLY!
To overclock it go to the terminal and type:
Code:
su
overc
and u will see instructions
Downloads:
v30b-kernel-overclock1.2ggh.zip
Sources:
github kernel - https://github.com/sssemil/kernel_sniper-ICS
Click to expand...
Click to collapse
It Run's On L9
Sent from my LG-E610 using XDA Premium 4 mobile app

[KERNEL][3.4.53][GCC-4.7][WIFI-FIX] dewadgKernel v1.4, updated on 19/7/2013

dewadgKernel Features
dewadgKernel is based on faux123's enhanced stock kernel. Of course you'll find all the things from faux's ehanced stock kernel and here with more features.
Linux kernel version 3.4.53
Based on faux123's enhanced stock kernel
Clockspeed from 192 MHz and up to 1,7 GHz
CPU supports slow, nominal, fast, and faster
Battery life extender
FIOPS I/O scheduler
SIO I/O scheduler
Voltage control
Gamma control
Fast charge support
Read-ahead buffer size increased to 2048 KB
Low wifi signal is able to be seen
Intelli-Thermal driver from faux123's kernel for better thermal throttling
Wifi fix (included on enhanced stock kernel by faux123)
More optimized
v1.0
You'll find what's inside it, I forgot.
v1.1
You'll find what's inside it, I forgot.
v1.2
Updated the Linux kernel to kernel 3.4.50
v1.3 | Updated
Updated the Linux kernel to kernel 3.4.51
Intelli-Thermal driver from faux123 for better thermal throttling (config it with FauxClock)
---
Compiled with Google GCC 4.7
v1.4
Updated the Linux kernel to kernel 3.4.53
Downloads
v1.0
v1.1
v1.2
v1.3
v1.4
The previous version has been removed. The repo is also removed and dewadgKernel is continued by the current version (previously MFX). But I am planning to build a stock kernel with only necessary features such as fixes. Thanks
Thanks to
Google, CyanogenMod, arco68, hurtsky, faux123, Edoko, showp1984, anarkia1976, mathkid95, motley and many people for helps and sources
All the XDA Developers members who give a lot of informations
Google and DooMLoRD for the toolchain
You, if you tested it or using it
Source
Re: [Kernel][CM10.1] dewadgKernel, stock CM10.1 kernel with some features
Sweet! What are the odds we can get this with color calibration? I always use cm. I prefer stock kernel. Just wish it had color customization like my gnex had
Sent from my Nexus 4 using xda premium
Re: [Kernel][CM10.1] dewadgKernel, stock CM10.1 kernel with some features
Cool sob! Nice to see Indonesian devs join the party
Sent from my Nexus 4 using Tapatalk 2
Smallsmx3 said:
Sweet! What are the odds we can get this with color calibration? I always use cm. I prefer stock kernel. Just wish it had color customization like my gnex had
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
Thank you, actually I've never tried to compile stock kernel. And I always use CM since in my Galaxy W before XD. I will add it if I can, I'll try
wathefak said:
Cool sob! Nice to see Indonesian devs join the party
Sent from my Nexus 4 using Tapatalk 2
Click to expand...
Click to collapse
Glad to see an Indonesian in this thread too
R: [Kernel][CM10.1] dewadgKernel, stock CM10.1 kernel with some features
Inviato dal mio Nexus 4 con Tapatalk 2
Can use with cm10 roms only?
Re: [Kernel][CM10.1] dewadgKernel, stock CM10.1 kernel with some features
noky76 said:
Inviato dal mio Nexus 4 con Tapatalk 2
Can use with cm10 roms only?
Click to expand...
Click to collapse
No, it should work with all AOSP ROMs.
Sent from my Nexus 4 using xda premium
Thank you for explaining
dewadg please link to your kernel source.
This is required to comply with GPL.
Andy said:
dewadg please link to your kernel source.
This is required to comply with GPL.
Click to expand...
Click to collapse
Okay, but I need time. I downloaded the source by zip file and still have some problem to use Github. Thanks anyway
dewadg said:
Okay, but I need time. I downloaded the source by zip file and still have some problem to use Github. Thanks anyway
Click to expand...
Click to collapse
Take your time. But it needs to be posted.
Andy said:
Take your time. But it needs to be posted.
Click to expand...
Click to collapse
I've posted it, but the source isn't uploaded yet. It failed everytime I try to upload it
Updated
dewadg said:
Updated
Click to expand...
Click to collapse
is it meant to work on any device?
I have samsung galaxy grand duos, with cm 10.1
can i use your kernel?
DBZo07 said:
is it meant to work on any device?
I have samsung galaxy grand duos, with cm 10.1
can i use your kernel?
Click to expand...
Click to collapse
No.
Sent from my Nexus 4 using Tapatalk 2
DBZo07 said:
is it meant to work on any device?
I have samsung galaxy grand duos, with cm 10.1
can i use your kernel?
Click to expand...
Click to collapse
lol how did you come across this kernel randomly?
DBZo07 said:
is it meant to work on any device?
I have samsung galaxy grand duos, with cm 10.1
can i use your kernel?
Click to expand...
Click to collapse
What do you mean? It's under Nexus 4 Android Development section. Of course it's only for Nexus 4
dewadg said:
What do you mean? It's under Nexus 4 Android Development section. Of course it's only for Nexus 4
Click to expand...
Click to collapse
Oppsss...
Previous reply was short and sweet... I was already answered.
Thanks anyways
---------- Post added at 12:06 PM ---------- Previous post was at 12:03 PM ----------
ceejay830731 said:
lol how did you come across this kernel randomly?
Click to expand...
Click to collapse
Lol.. My bad... Dint looked at section..
Sorry guys...
DBZo07 said:
Oppsss...
Previous reply was short and sweet... I was already answered.
Thanks anyways
Click to expand...
Click to collapse
Don't be offended. I was just telling you so you won't repeat this again. If it is for Galaxy Grand, I will post it under its dev thread (If there).
dewadg said:
Don't be offended. I was just telling you so you won't repeat this again. If it is for Galaxy Grand, I will post it under its dev thread (If there).
Click to expand...
Click to collapse
Ok bro..hope we come across randomly...
Nice meeting you guys, sorry... Enjoy...

[KERNEL][3.4.53+] Byte Kernel 7/16/13 *Updated-AGAIN*

I'm going to start this off by saying that I picked the commits for this kernel and compiled it for MYSELF and I decided to share it with everyone else(I was already making myself a Nexus 4 kernel but the repo was a bit messy so I started over for the sake of organization). None of the code in the kernel is mine. Credit for it belongs with these organizations/ individuals:
The Linux Foundation
CAF
Google
franco
faux
anarkia1976
labodj
rohanmathur
Click to expand...
Click to collapse
This kernel is franco based so HUGE thanks and credit to him. This kernel also has many merged patches from other developers for all around battery life and performance improvements as well as code efficiency.
The Details:
All of the features in Franco's kernel
Faux zRAM patches
Faux Sound
Faux Intelli-thermal
Fix many compile warnings thanks to anarkia1976 and myself
Many other miscellaneous patches to improve various things
Click to expand...
Click to collapse
Links:
Follow me on Twitter
Download
THE SOURCE
Other Information:
I am not taking donations for this kernel. Donate to the people I mentioned
To join my Google hangout just get me your email and I'll add you. Already have plenty of active chatters.
Changelog:
7/16/13
Release 2:
Patches to ROW IO Scheduler
Patches to the LED
Under volted out of the box a little
Yeah I take care of your crackflashing needs
Click to expand...
Click to collapse
i m waiting the link
Well, It's a franco kernel + Faux, am I right?
FalenDemon said:
Well, It's a franco kernel + Faux, am I right?
Click to expand...
Click to collapse
Pretty much. I do know there are kernels like this already out there, but the features here are tailored to my needs.
Download link is up.
Looks amazing but would we have to use fauxs app and also francos or how?
Sent from my Nexus 4 using xda premium
drmclove69 said:
Looks amazing but would we have to use fauxs app and also francos or how?
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
Hmmm, I haven't tested which app is best much yet. I've used franco's app with it fine but haven't tested Faux's because it won't be as compatible with faux's.
I would give Trickster Mod a shot if neither of them give you what you're looking for.
would not flash for me... downloaded twice
edit: md5 - 5560fba2bd26ea191c50515642783dff is this correct?
Sent from my Nexus 4 using xda premium
Looks good! Is there a chance you'll add sweep2wake later?
QUIETLYloud said:
would not flash for me... downloaded twice
edit: md5 - 5560fba2bd26ea191c50515642783dff is this correct?
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
On phone and will be for a while, can't confirm.
CrashTestDroid said:
Looks good! Is there a chance you'll add sweep2wake later?
Click to expand...
Click to collapse
I don't think so, I don't like sweep2wake.
Sent from my Nexus 4 using Tapatalk 4 Beta
yup...will not flash in PhilzMod CWM
plasticarmyman said:
yup...will not flash in PhilzMod CWM
Click to expand...
Click to collapse
Can you get me a recovery log? I use TWRP and so was my other tester so that isn't something I could have caught lol
Sent from my Nexus 4 using Tapatalk 4 Beta
Leviathan26 said:
Can you get me a recovery log? I use TWRP and so was my other tester so that isn't something I could have caught lol
Sent from my Nexus 4 using Tapatalk 4 Beta
Click to expand...
Click to collapse
hold on let e redownload and get that log for you
EDIT:
second download worked..i did the exact same thing as before so I do not know what was the difference..
i will let you know how the kernel does..
EDIT 2:
First Impressions:
On FauxClock it says all the voltages are 1300mhz....so i would suggest using Trickster or Franco Kernel Updater
you may want to UV it a little bit out of the box..it is set pretty high...other than that i see no issues OOB
plasticarmyman said:
hold on let e redownload and get that log for you
EDIT:
second download worked..i did the exact same thing as before so I do not know what was the difference..
i will let you know how the kernel does..
Click to expand...
Click to collapse
: )
Sent from my Nexus 4 using Tapatalk 4 Beta
Is this working on MIUI
Nexus#4 with Carbon-Die-Rom#halo build attacked with FRanco M3 Virus
sam razzy said:
Is this working on MIUI
Nexus#4 with Carbon-Die-Rom#halo build attacked with FRanco M3 Virus
Click to expand...
Click to collapse
It should.
Sent from my Nexus 4 using Tapatalk 4 Beta
plasticarmyman said:
hold on let e redownload and get that log for you
EDIT:
second download worked..i did the exact same thing as before so I do not know what was the difference..
i will let you know how the kernel does..
EDIT 2:
First Impressions:
On FauxClock it says all the voltages are 1300mhz....so i would suggest using Trickster or Franco Kernel Updater
you may want to UV it a little bit out of the box..it is set pretty high...other than that i see no issues OOB
Click to expand...
Click to collapse
Thanks I'll see what I can do.
OP updated with new download link and changelog
This with uv? Also does faux boost work on this? I've had two kernels claim they do and don't
Sent from my Nexus 4 using Tapatalk 2
Virus1x said:
This with uv? Also does faux boost work on this? I've had two kernels claim they do and don't
Sent from my Nexus 4 using Tapatalk 2
Click to expand...
Click to collapse
Is undervolted a bit by default and has franco's implementation of voltage control. It should work with this kernel.

[KERNEL][4.4.2] SAQ_kernel.v2...SABERMOD 4.8

Hi guys,
This is my first ever kernel.
SMOOTH
LAG FREE
HANDLES HEAVY GAMES WITH CARE
EATS LESS BATTERY (DIETING)
JUST THE WAY WE WANT
EXPERIENCE IT
Click to expand...
Click to collapse
FEATURES>>
Optimized with SABERMOD 4.8
schedulers-noop,deadline,row,cfq,zen
tcp-cubic,reno,bic,westwood,htcp
freq-192 to 1512
governor-ondemand,interactive,wheatley,powersave,userspace, performance.
fast charge
BLE
dynamic fsync
gpu-400
dt2w
s2w
s2s
-100mv
prima drivers
faux sound
voltage control
and LOTS OF OPTIMIZATIONS>>>>>
Click to expand...
Click to collapse
:good::good:
ADDED THE BUILD WITH GOOGLE TOOLCHAIN...TEST IT IS YOU WANT...:fingers-crossed:
Check benchmark if you want i have added the screenshot.
And the battery life with almost all the time 3g on...so thats great battery.. You can reach 6 hours otherwise, Conditions apply..
Credits goes to :-barome for his sources.
Link to git:- source..
hit thanks....
DECIDED TO CLOSE MY WORK SEEMS NO1 INTERESTED>>>.so bye people...
will b back if time comes...
Nice man. Maybe a little clearer about your kernel. Specification ed
Sent from my Nexus⁴ machine
abalam said:
Nice man. Maybe a little clearer about your kernel. Specification ed
Sent from my Nexus⁴ machine
Click to expand...
Click to collapse
FEATURES>>
Optimized with linaro 4.8
schedulers-noop,deadline,row,cfq,zen
tcp-cubic,reno,bic,westwood,htcp
freq-192 to 1512
governor-ondemand,interactive,wheatley,powersvae,userspace,performance.
fast charge
BLE
dunamic fsync
gpu-400
dt2w
s2w
s2s
-100mv
Click to expand...
Click to collapse
enjoy..
I am in. :good:
YOu could have posted it in Android Section. Will be testing tonight.
Rohit02 said:
I am in. :good:
YOu could have posted it in Android Section. Will be testing tonight.
Click to expand...
Click to collapse
thanks bro...but this is my first ever kernel....i want to learn more.. so that i can make it awsome... i am not getting how to add features to it...like if i want hotplug from franco plus kernel...how can i get it....do you have any idea...
Sturdy_99 said:
thanks bro...but this is my first ever kernel....i want to learn more.. so that i can make it awsome... i am not getting how to add features to it...like if i want hotplug from franco plus kernel...how can i get it....do you have any idea...
Click to expand...
Click to collapse
Sorry I am not a dev.. Just a Tester/User. you can ask LaboJ the OP of that thread.
Rohit02 said:
Sorry I am not a dev.. Just a Tester/User. you can ask LaboJ the OP of that thread.
Click to expand...
Click to collapse
i had asked in the thread...gnome had helped me...but didnt got to cherry pick the hotplug....now trying my way... ill make this kernel awesome..:good:
what is the difference between saq v2.1 and saq google etc ?
razi914 said:
what is the difference between saq v2.1 and saq google etc ?
Click to expand...
Click to collapse
Saq 2.1 is built with sabermod toolchain while the latter with Google toolchain.
Sent from my Nexus 4 using Tapatalk
Targaeryan said:
Saq 2.1 is built with sabermod toolchain while the latter with Google toolchain.
Sent from my Nexus 4 using Tapatalk
Click to expand...
Click to collapse
ya i agree....And 2.1 has many optimizations than that of google tc....i just released that to test...which is more smooth sabermod (v2.1) or googletc....:good:
I tested your 2.1 sabermod optimized kernel and i like it i'm surprised for the great battery life reached i hope you will be interested in updating it if you want, because i appreciate your hard but definitely good work
Inviato dal mio Nexus 4 con Tapatalk 2
try this kernel. people are intersted i thiunk. you're in the wrong section?
android development or original android development may be the right place for this...
Fantastic kernel...better battery life with high performance! this kernel is my new kernel!!
Just flashed this kernel today and was wondering what would be the recommended governor for battery life?
Thank you for this kernel though :thumbup:
...sent from space
Also google TC optimized version give to my N4 excellent battery life!!!
Inviato dal mio Nexus 4 con Tapatalk 2
What Version is this kernel (3.4.80)?
Gesendet von meinem Nexus 4 mit Tapatalk
nexuspur said:
What Version is this kernel (3.4.80)?
Gesendet von meinem Nexus 4 mit Tapatalk
Click to expand...
Click to collapse
3.4.76
sorry guys but my nexus broke out...or i would have continued....
anywayz enjoy...
amarb70 said:
Just flashed this kernel today and was wondering what would be the recommended governor for battery life?
Thank you for this kernel though :thumbup:
...sent from space
Click to expand...
Click to collapse
interactive
I just want to say thank you. Here some impressions of battery life

[Q] which is the best governor nd scheduler combo?

using s advance with aicp nightly 4.4.2 kitkat.
currently using abyssplug and deadline . just want to know if there is a better combination that it
shivamgaba22 said:
using s advance with aicp nightly 4.4.2 kitkat.
currently using abyssplug and deadline . just want to know if there is a better combination that it
Click to expand...
Click to collapse
PegasusQ+SIO maybe. But best is to try and see. You have a lot of explanation on XDA about how each of governor or scheduler are acting. Just search.
shut_down said:
PegasusQ+SIO maybe. But best is to try and see. You have a lot of explanation on XDA about how each of governor or scheduler are acting. Just search.
Click to expand...
Click to collapse
thanks! i will try this too

Categories

Resources