[KERNEL] Alucard STweaks settings shared for i9505

Search This thread

Jsilver73

Senior Member
Nov 5, 2013
3,116
2,315
51
Christchurch UK
Alucard STweaks settings introduction

Firstly I think it is important to give credit where credit is due firstly to @alucard_24 for his amazing kernel which can be found here and the legendary @gokhanmoral for his original kernel implementations and STweaks to control his infamous Siyah kernel.

This thread is intended to be a place where users are able to share their own settings in STweaks to control the Alucard Kernel for SG S4 i9505

The latest kernels for AOSP, TW and GE can be found in the original Alucard thread

This thread is a WIP and I welcome input from all Alucard users to suggest edits to these first informative posts not to mention sharing their own experience and settings to make this already awesome kernel 'interstella' for new and old users like myself :cool:

How is it going to work?

Post 2: Instructions of how to apply and upload the settings to/of STweaks

Post 3: AOSP settings

Post 4: GE settings

Post 5: TW settings

Posts on-wards: your settings, experience and Q&A


What I would like from experienced Alucard users

your settings in written form and saved from your 'default.profile_backup' file(instructions of how to do this in post 2)

your experience of using the settings found in this thread with screenshots from BBS to evidence (for some of us more sceptical users lol)

Best practice
As well as attaching your actual default zip file please also copy and paste your settings from your zip file into your post and make bold and highlight your tweaks in red, I will then put this in the appropriate post for either AOSP, TW or GE in a 'spoiler' for users to actually identify what changes have been made

Please also identify what sort of profile you expect this to be - battery, extreme battery, balanced, performance or extreme performance and free to give your profile a name ;)

What I will do

upload said settings and/or experience of using these settings to the relevant section of this thread

A message from @[SIZE="5"]alucard_24[/SIZE]
'I think that It is very good idea create a new thread, sharing own profiles for battery, performance using. I would like to see people that do some good experiments. You can add for me, that I will try to use all profiles shared and choose the best one for updating my profiles :)'
 
Last edited:

Jsilver73

Senior Member
Nov 5, 2013
3,116
2,315
51
Christchurch UK
Post# 2 instructions
To restore a downloaded settings file:
  1. open up ES file explorer (or your file explorer of choice, for this tutorial I will use ES explorer for simplicity, obviously if you already use a root file explorer you already 'know how ;)'
  2. in ES explorer go /settings/root explorer on - then long press root explorer button and then click 'mount R/W' and tick both 'path and system as r/w'
  3. check /settings/hidden files on
  4. if you have already made a backup find the .default.backup_profile.zip and cut and paste it to a sperate folder of your choosing for safe keeping (same path as below)
  5. copy your downloaded .zip file '. default. backup_profile. zip and paste into /data/.Alucard folder
  6. rename the file - simply delete the file name that is in the [brackets]
  7. open STweaks and go to the 'backup or restore' tab
  8. press 'restore now'
  9. wait about 30 seconds and your chosen profile should now be active
To share a profile
save your own profile as a backup from the 'backup or restore' tab in STweaks then copy it attach it to a post here in this thread and I will upload it to the relevant post in the op with the name of your profile and any comments you wish to make about it. Also please copy and paste just the settings you have changed from the file directly into your post, this will help users to understand how your profile works ;) - I will also include this in the main OP along with your file into the relevant post

Which profiles work with what? AOSP, TW, GE - are they transferable?
good question, we are not sure as yet whether profiles will be transferable between AOSP, TW and GE - so if you are feeling brave give them a try and let us know how your tests workout, I will then add the feed back to the OP for all users ;)

FAQ
Using PC to edit profiles
If you want to edit your profile on your pc make sure you use Notepad++, if you use something like Windows notepad the file won't be in a linux compatible format.

Voltage table
once you have changed the default table when you change back through the 'restore default settings' tab in steaks it only restores back to the modified table that kantjer uses, thus, I wrongly presumed these were stock settings.
To regain original stock settings you need to delete Alucard folder then reboot and restore default settings.

But I don't want to change voltage table
That's cool, you don't have to, before copying your chosen profile to the Alucard folder just open up the profile file and make sure this line is set to off: cpu_voltage_switch=off (edit using es explorer or similar)

TCP/IP tweaks
Quote 'I have to translate to human language:
TCP/IP tweak changes buffer sizes for TCP and IPv4 communication.' @s3icc0
Information from @kantjer
# disable/enable ipv6 IPV6() { local state=''; if [ -e /data/data/com.cisco.anyconnec* ]; then local CISCO_VPN=1; else local CISCO_VPN=0; fi; if [ "$cortexbrain_ipv6" == "on" ] || [ "$CISCO_VPN" -eq "1" ]; then echo "0" > /proc/sys/net/ipv6/conf/wlan0/disable_ipv6; sysctl -w net.ipv6.conf.all.disable_ipv6=0 > /dev/null; local state="enabled"; else echo "1" > /proc/sys/net/ipv6/conf/wlan0/disable_ipv6; sysctl -w net.ipv6.conf.all.disable_ipv6=1 > /dev/null; local state="disabled"; fi; log -p i -t "$FILE_NAME" "*** IPV6 ***: $

About hotplugging
Quote: s3icc0
Hi I think this is the proper thread to discuss:
I was thinking to tweak the Alucard hotplug parameters and I am not aware about all the parameters:
hotplug_freq_x_1 - the frequency at which the other (instead of x the # of the core) core is hotplugged in - turned on (probably based on the frequency of the previous core or core 0)
hotplug_freq_y_0 - the frequency at which the other (instead of y the #-1 of the core) core is hotplugged out - turned off (again probably based on the frequency of previous core or core 0)
hotplug_load_x_1 - the % of load of the core (instead of x the # of the core) the frequency for the core is scaled up
hotplug_load_y_0 - the % of load of the core (instead of y the #-1 of the core) the frequency for the core is scaled down
hotplug_rq_x_1 - treshold run queue length for core x to turn on (not sure what the UINT means)
hotplug_rq_y_0 - treshold run queue length for core y-1 to turn off (not sure what the UINT means)
the rest is clear, but I am still not sure about these parameters. - what the are related to and for some I completely don't understand (like the run queue - for which I googled but now I don't know why there is on and off parameter).
Summarized:
hotplug on frequency is related to core-1 (previous core with lower number)?
hotplug off frequency is related to core+1 (following core with higher number)?
hotplug load on % is related to core-1 (previous core with lower number) or to itself.
hotplug load off % is related to core+1 (following core with higher number) or to itself.
hotplug rq on - what the heck?
hotplug rq off - what the heck?
hope someone understands my question - really tried to google hard for answer but not successfully
Quote:
Originally Posted by kantjer
My thoughts.
hotplug_freq tells extra CPU cores when to scale up or down based on the frequency of the lower numbered CPU (like you mentioned)
hotplug_load tells extra CPU cores when to scale up or down based on the load of the own CPU
hotplug rq tells extra CPU cores when and how many to scale up or down based on the length of the run queue (processes waiting to be serviced by the CPU), only the "uint" is not clear to me (I understand it can only hold positive values but thee it stops for me)
Similar thoughts ...
About hotplug run queue length I found it is the time reserved for each process in the queue ... which makes sence when you have only one value for each core (so cpu 1 is set for 100ms -> not enough -> cpu 2 200ms (longer time not to waste energy required to power it on) -> not enough -> cpu 3 400ms) (maybe not miliseconds but cycles, what I know). But then when you look into stweaks and on the description it really looks like it is the number of processes in the queue (uint for unit-integer?)

My bluetooth audio stutters boo hoo :crying:
Try this:
SCHED_MC = 1
MAXCORESLIMIT_SLEEP = 2
Thanks to @kantjer and @s3icc0 for working/testing this out :good:
 
Last edited:

Jsilver73

Senior Member
Nov 5, 2013
3,116
2,315
51
Christchurch UK
My settings which are modified from @kantjers :

Based on Alucard v1.3a
v1.3a zip
stweaks_boot_control=yes
scaling_max_freq_cpu0=1890000
scaling_max_freq_cpu1=1890000
scaling_max_freq_cpu2=1890000
scaling_max_freq_cpu3=1890000
scaling_min_freq_cpu0=378000
scaling_min_freq_cpu1=378000
scaling_min_freq_cpu2=378000
scaling_min_freq_cpu3=378000
gentle_fair_sleepers=off
arch_power=on
sched_mc_power_savings=0
scaling_max_gps_freq=1890000
scaling_max_suspend_freq=1242000
scaling_max_oncall_freq=810000
scaling_min_suspend_freq=378000
cpu_voltage_switch=off
CPUVOLT1=1150000
CPUVOLT2=1112500
CPUVOLT3=1075000
CPUVOLT4=1037500
CPUVOLT5=1000000
CPUVOLT6=975000
CPUVOLT7=962500
CPUVOLT8=950000
CPUVOLT9=925000
CPUVOLT10=900000
CPUVOLT11=887500
CPUVOLT12=875000
CPUVOLT13=875000
CPUVOLT14=875000
CPUVOLT15=875000
scaling_governor_cpu0=alucard
scaling_governor_cpu1=slim
scaling_governor_cpu2=slim
scaling_governor_cpu3=alucard
up_threshold=70
up_threshold_at_min_freq=60
sampling_rate=60000
sampling_down_factor=1
freq_step=30
down_differential=5
freq_for_responsiveness=486000
down_threshold=30
io_is_busy=0
inc_cpu_load_at_min_freq=60
inc_cpu_load=80
dec_cpu_load_at_min_freq=60
dec_cpu_load=80
freq_for_responsiveness_max=1890000
freq_responsiveness=1134000
pump_inc_step_at_min_freq_1=2
pump_inc_step_at_min_freq_2=2
pump_inc_step_at_min_freq_3=2
pump_inc_step_at_min_freq_4=2
pump_inc_step_1=2
pump_inc_step_2=2
pump_inc_step_3=2
pump_inc_step_4=2
pump_dec_step_1=1
pump_dec_step_2=1
pump_dec_step_3=1
pump_dec_step_4=1
freq_step_at_min_freq=30
freq_up_brake_at_min_freq=20
freq_up_brake=20
freq_step_dec=10
freq_step_dec_at_max_freq=10
cpuhotplugging=3
hotplug_sampling_rate=60
hotplug_rate_1_1=1
hotplug_rate_2_0=4
hotplug_rate_2_1=2
hotplug_rate_3_0=4
hotplug_rate_3_1=2
hotplug_rate_4_0=4
hotplug_freq_1_1=1242000
hotplug_freq_2_0=810000
hotplug_freq_2_1=1566000
hotplug_freq_3_0=918000
hotplug_freq_3_1=1674000
hotplug_freq_4_0=1026000
hotplug_load_1_1=60
hotplug_load_2_0=30
hotplug_load_2_1=65
hotplug_load_3_0=30
hotplug_load_3_1=65
hotplug_load_4_0=30
hotplug_rq_1_1=100
hotplug_rq_2_0=100
hotplug_rq_2_1=200
hotplug_rq_3_0=200
hotplug_rq_3_1=300
hotplug_rq_4_0=300
maxcoreslimit=4
maxcoreslimit_sleep=2
cpus_boosted=2
hotplug_suspend=always_active
hp_io_is_busy=0
min_cpus_online=1
max_cpus_online=4
msm_thermal=intelli_temp
enabled=off
core_limit_temp_degC=80
limit_temp_degC=70
governor=simple
max_pwrlevel=0
min_pwrlevel=3
thermal_pwrlevel=0
gamma_r=60
gamma_g=60
gamma_b=60
input_boost_freq=1242000
sync_threshold=0
input_boost_ms=40
boost_ms=40
intsd_read_ahead_kb=512
extsd_read_ahead_kb=2560
internal_iosched=fiops
sd_iosched=fiops
internal_iosched_sleep=noop
sd_iosched_sleep=noop
auto_oom=on
oom_config_screen_on=default
oom_config_screen_off=medium
dirty_background_ratio=70
dirty_ratio=50
swappiness=60
led_lowpower_current=40
led_highpower_current=40
led_fade_in_time=0
led_fade_out_time=0
led_fade=on
led_fade_dt1=0
led_fade_dt2=0
led_fade_dt3=0
led_fade_dt4=0
gpl_headphone_gain=40
gpl_headphone_pa_gain=12
gpl_speaker_gain=40
gpl_hdmi_spkr_gain=40
gpl_mic_gain=40
gpl_cam_mic_gain=40
gpl_headset_mic_gain=40
force_fast_charge=1
use_mtp_during_fast_charge=1
screen_on_current_limit=0
ac_charge_level=1900
usb_charge_level=1000
failsafe=0
tcp_congestion_control=hybla
gpsregion=No_GPS_Zone_changes
init_d=off
logger=off
pwm_value=75
usb_mode=default
auto_mount_sd=on
usb_keyboard=disable
Dyn_fsync_active=1
cortexbrain_background_process=1
android_logger=1
cortexbrain_auto_tweak_mobile=off
cortexbrain_auto_tweak_mobile_sleep_delay=30
cortexbrain_auto_tweak_wifi=off
cortexbrain_auto_tweak_wifi_sleep_delay=30
cortexbrain_memory=on
cortexbrain_system=on
cortexbrain_kernel_tweaks=on
cortexbrain_cpu=on
cortexbrain_io=on
cifs_module=off


This one works nicely all over the place for me, good performance, quick to sleep, no wakeup issues and BT is good once you get past it's sputters in the first few minutes of music streaming.
v1.4b [performance/stable] nothing can be called stable with new Samsung CAF !!!!!!!
stweaks_boot_control=yes
scaling_max_freq_cpu0=1890000
scaling_max_freq_cpu1=1890000
scaling_max_freq_cpu2=1890000
scaling_max_freq_cpu3=1890000
scaling_min_freq_cpu0=378000
scaling_min_freq_cpu1=378000
scaling_min_freq_cpu2=378000
scaling_min_freq_cpu3=378000
gentle_fair_sleepers=off
arch_power=on
sched_mc_power_savings=0
scaling_max_gps_freq=1890000
scaling_max_suspend_freq=1242000
scaling_max_oncall_freq=810000
scaling_min_suspend_freq=378000
cpu_voltage_switch=off
CPUVOLT1=1150000
CPUVOLT2=1112500
CPUVOLT3=1075000
CPUVOLT4=1037500
CPUVOLT5=1000000
CPUVOLT6=975000
CPUVOLT7=962500
CPUVOLT8=950000
CPUVOLT9=925000
CPUVOLT10=900000
CPUVOLT11=887500
CPUVOLT12=875000
CPUVOLT13=875000
CPUVOLT14=875000
CPUVOLT15=875000
scaling_governor_cpu0=alucard
scaling_governor_cpu1=slim
scaling_governor_cpu2=slim
scaling_governor_cpu3=alucard
up_threshold=70
up_threshold_at_min_freq=60
sampling_rate=60000
sampling_down_factor=1
freq_step=30
down_differential=5
freq_for_responsiveness=486000
down_threshold=30
io_is_busy=0
inc_cpu_load_at_min_freq=60
inc_cpu_load=80
dec_cpu_load_at_min_freq=60
dec_cpu_load=80
freq_for_responsiveness_max=1890000
freq_responsiveness=1134000
pump_inc_step_at_min_freq_1=2
pump_inc_step_at_min_freq_2=2
pump_inc_step_at_min_freq_3=2
pump_inc_step_at_min_freq_4=2
pump_inc_step_1=2
pump_inc_step_2=2
pump_inc_step_3=2
pump_inc_step_4=2
pump_dec_step_1=1
pump_dec_step_2=1
pump_dec_step_3=1
pump_dec_step_4=1
freq_step_at_min_freq=30
freq_up_brake_at_min_freq=20
freq_up_brake=20
freq_step_dec=10
freq_step_dec_at_max_freq=10
cpuhotplugging=3
hotplug_sampling_rate=60
hotplug_rate_1_1=1
hotplug_rate_2_0=4
hotplug_rate_2_1=2
hotplug_rate_3_0=4
hotplug_rate_3_1=2
hotplug_rate_4_0=4
hotplug_freq_1_1=1242000
hotplug_freq_2_0=810000
hotplug_freq_2_1=1566000
hotplug_freq_3_0=918000
hotplug_freq_3_1=1674000
hotplug_freq_4_0=1026000
hotplug_load_1_1=60
hotplug_load_2_0=30
hotplug_load_2_1=65
hotplug_load_3_0=30
hotplug_load_3_1=65
hotplug_load_4_0=30
hotplug_rq_1_1=100
hotplug_rq_2_0=100
hotplug_rq_2_1=200
hotplug_rq_3_0=200
hotplug_rq_3_1=300
hotplug_rq_4_0=300
maxcoreslimit=4
maxcoreslimit_sleep=2
cpus_boosted=1
hotplug_suspend=suspend_when_off
hp_io_is_busy=1
min_cpus_online=1
max_cpus_online=4
msm_thermal=intelli_temp
enabled=off
core_limit_temp_degC=80
limit_temp_degC=75
temp_hysteresis_degC=5
governor=ondemand
max_pwrlevel=0
min_pwrlevel=3
thermal_pwrlevel=0
gpu_voltage_switch=off
GPUVOLT3=1150000
GPUVOLT2=1050000
GPUVOLT1=945000
gamma_r=60
gamma_g=60
gamma_b=60
input_boost_freq=1242000
sync_threshold=0
input_boost_ms=40
boost_ms=40
intsd_read_ahead_kb=1024
extsd_read_ahead_kb=128
internal_iosched=row
sd_iosched=row
internal_iosched_sleep=row
sd_iosched_sleep=row
auto_oom=on
oom_config_screen_on=default
oom_config_screen_off=medium
dirty_background_ratio=20
dirty_ratio=25
swappiness=60
led_lowpower_current=40
led_highpower_current=40
led_fade_in_time=0
led_fade_out_time=0
led_fade=on
led_fade_dt1=0
led_fade_dt2=0
led_fade_dt3=0
led_fade_dt4=0
gpl_headphone_gain=40
gpl_headphone_pa_gain=12
gpl_speaker_gain=40
gpl_hdmi_spkr_gain=40
gpl_mic_gain=40
gpl_cam_mic_gain=40
gpl_headset_mic_gain=40
force_fast_charge=1
use_mtp_during_fast_charge=1
screen_on_current_limit=0
ac_charge_level=1900
usb_charge_level=1000
failsafe=1
tcp_congestion_control=hybla
gpsregion=No_GPS_Zone_changes
init_d=off
logger=off
pwm_value=75
usb_mode=default
auto_mount_sd=on
usb_keyboard=disable
Dyn_fsync_active=0
cortexbrain_background_process=1
android_logger=1
cortexbrain_auto_tweak_mobile=off
cortexbrain_auto_tweak_mobile_sleep_delay=30
cortexbrain_auto_tweak_wifi=off
cortexbrain_auto_tweak_wifi_sleep_delay=30
cortexbrain_memory=on
cortexbrain_system=on
cortexbrain_kernel_tweaks=on
cortexbrain_cpu=on
cortexbrain_io=on
cifs_module=off

v1.4h zip Fluid and stable :)
1.4h
stweaks_boot_control=yes
scaling_max_freq_cpu0=1890000
scaling_max_freq_cpu1=1890000
scaling_max_freq_cpu2=1890000
scaling_max_freq_cpu3=1890000
scaling_min_freq_cpu0=378000
scaling_min_freq_cpu1=378000
scaling_min_freq_cpu2=378000
scaling_min_freq_cpu3=378000
gentle_fair_sleepers=off
arch_power=on
power_efficient=on
scaling_max_gps_freq=1890000
scaling_max_suspend_freq=1242000
scaling_max_oncall_freq=810000
scaling_min_suspend_freq=378000
cpu_voltage_switch=off
CPUVOLT1=1150000
CPUVOLT2=1112500
CPUVOLT3=1075000
CPUVOLT4=1037500
CPUVOLT5=1000000
CPUVOLT6=975000
CPUVOLT7=962500
CPUVOLT8=950000
CPUVOLT9=925000
CPUVOLT10=900000
CPUVOLT11=887500
CPUVOLT12=875000
CPUVOLT13=875000
CPUVOLT14=875000
CPUVOLT15=875000
scaling_governor_cpu0=alucard
scaling_governor_cpu1=slim
scaling_governor_cpu2=slim
scaling_governor_cpu3=alucard
up_threshold=70
up_threshold_at_min_freq=60
sampling_rate=60000
sampling_down_factor=1
freq_step=30
down_differential=5
freq_for_responsiveness=486000
down_threshold=30
io_is_busy=0
inc_cpu_load_at_min_freq=60
inc_cpu_load=80
dec_cpu_load_at_min_freq=60
dec_cpu_load=80
freq_for_responsiveness_max=1890000
freq_responsiveness=1134000
pump_inc_step_at_min_freq_1=2
pump_inc_step_at_min_freq_2=2
pump_inc_step_at_min_freq_3=2
pump_inc_step_at_min_freq_4=2
pump_inc_step_1=2
pump_inc_step_2=2
pump_inc_step_3=2
pump_inc_step_4=2
pump_dec_step_1=1
pump_dec_step_2=1
pump_dec_step_3=1
pump_dec_step_4=1
freq_step_at_min_freq=30
freq_up_brake_at_min_freq=20
freq_up_brake=20
freq_step_dec=10
freq_step_dec_at_max_freq=10
cpuhotplugging=3
hotplug_sampling_rate=60
hotplug_rate_1_1=1
hotplug_rate_2_0=4
hotplug_rate_2_1=2
hotplug_rate_3_0=4
hotplug_rate_3_1=2
hotplug_rate_4_0=4
hotplug_freq_1_1=1242000
hotplug_freq_2_0=810000
hotplug_freq_2_1=1566000
hotplug_freq_3_0=918000
hotplug_freq_3_1=1674000
hotplug_freq_4_0=1026000
hotplug_load_1_1=60
hotplug_load_2_0=30
hotplug_load_2_1=65
hotplug_load_3_0=30
hotplug_load_3_1=65
hotplug_load_4_0=30
hotplug_rq_1_1=100
hotplug_rq_2_0=100
hotplug_rq_2_1=200
hotplug_rq_3_0=200
hotplug_rq_3_1=300
hotplug_rq_4_0=300
maxcoreslimit=4
maxcoreslimit_sleep=2
cpus_boosted=2
hotplug_suspend=always_active
hp_io_is_busy=1
min_cpus_online=1
max_cpus_online=4
msm_thermal=intelli_temp
core_control_enabled=off
core_limit_temp_degC=80
limit_temp_degC=70
temp_hysteresis_degC=5
governor=ondemand
max_pwrlevel=0
min_pwrlevel=3
thermal_pwrlevel=0
gpu_voltage_switch=off
GPUVOLT3=1150000
GPUVOLT2=1050000
GPUVOLT1=945000
gamma_r=60
gamma_g=60
gamma_b=60
input_boost_freq=1242000
sync_threshold=1350000
input_boost_ms=40
boost_ms=80
intsd_read_ahead_kb=1024
extsd_read_ahead_kb=2048
internal_iosched=fiops
sd_iosched=fiops
internal_iosched_sleep=fiops
sd_iosched_sleep=fiops
auto_oom=on
oom_config_screen_on=default
oom_config_screen_off=medium
dirty_background_ratio=20
dirty_ratio=25
swappiness=60
led_lowpower_current=40
led_highpower_current=40
led_fade_in_time=0
led_fade_out_time=0
led_fade=on
led_fade_dt1=0
led_fade_dt2=0
led_fade_dt3=0
led_fade_dt4=0
gpl_headphone_gain=40
gpl_headphone_pa_gain=12
gpl_speaker_gain=40
gpl_hdmi_spkr_gain=40
gpl_mic_gain=40
gpl_cam_mic_gain=40
gpl_headset_mic_gain=40
force_fast_charge=1
use_mtp_during_fast_charge=1
screen_on_current_limit=0
ac_charge_level=1900
usb_charge_level=1000
failsafe=1
tcp_congestion_control=hybla
gpsregion=No_GPS_Zone_changes
init_d=off
logger=off
pwm_value=75
usb_mode=default
auto_mount_sd=on
usb_keyboard=disable
cortexbrain_background_process=1
android_logger=1
cortexbrain_memory=on
cortexbrain_system=on
cortexbrain_kernel_tweaks=on
cortexbrain_cpu=on
cortexbrain_io=on
cifs_module=off

GE settings
V2.2a zip This profile is biased towards performance or zero lag so though I am still getting 4 hours so time under heavy use.

stweaks_boot_control=yes
scaling_max_freq_cpu0=1890000
scaling_max_freq_cpu1=1890000
scaling_max_freq_cpu2=1890000
scaling_max_freq_cpu3=1890000
scaling_min_freq_cpu0=378000
scaling_min_freq_cpu1=378000
scaling_min_freq_cpu2=378000
scaling_min_freq_cpu3=378000
gentle_fair_sleepers=off
arch_power=on
sched_mc_power_savings=0
scaling_max_gps_freq=1890000
scaling_max_suspend_freq=1242000
scaling_max_oncall_freq=918000
scaling_min_suspend_freq=378000
cpu_voltage_switch=off
CPUVOLT1=1150000
CPUVOLT2=1112500
CPUVOLT3=1075000
CPUVOLT4=1037500
CPUVOLT5=1000000
CPUVOLT6=975000
CPUVOLT7=962500
CPUVOLT8=950000
CPUVOLT9=925000
CPUVOLT10=900000
CPUVOLT11=887500
CPUVOLT12=875000
CPUVOLT13=875000
CPUVOLT14=875000
CPUVOLT15=875000
scaling_governor_cpu0=alucard
scaling_governor_cpu1=HYPER
scaling_governor_cpu2=HYPER
scaling_governor_cpu3=alucard
up_threshold=70
up_threshold_at_min_freq=60
sampling_rate=60000
sampling_down_factor=1
freq_step=30
down_differential=5
freq_for_responsiveness=486000
down_threshold=30
io_is_busy=0
inc_cpu_load_at_min_freq=60
inc_cpu_load=80
dec_cpu_load_at_min_freq=60
dec_cpu_load=80
freq_for_responsiveness_max=1890000
freq_responsiveness=1134000
pump_inc_step_at_min_freq_1=2
pump_inc_step_at_min_freq_2=2
pump_inc_step_at_min_freq_3=2
pump_inc_step_at_min_freq_4=2
pump_inc_step_1=2
pump_inc_step_2=2
pump_inc_step_3=2
pump_inc_step_4=2
pump_dec_step_1=1
pump_dec_step_2=1
pump_dec_step_3=1
pump_dec_step_4=1
freq_step_at_min_freq=30
freq_up_brake_at_min_freq=20
freq_up_brake=20
freq_step_dec=10
freq_step_dec_at_max_freq=10
cpuhotplugging=1
hotplug_sampling_rate=60
hotplug_rate_1_1=1
hotplug_rate_2_0=4
hotplug_rate_2_1=2
hotplug_rate_3_0=4
hotplug_rate_3_1=2
hotplug_rate_4_0=4
hotplug_freq_1_1=1242000
hotplug_freq_2_0=810000
hotplug_freq_2_1=1566000
hotplug_freq_3_0=918000
hotplug_freq_3_1=1674000
hotplug_freq_4_0=1026000
hotplug_load_1_1=60
hotplug_load_2_0=30
hotplug_load_2_1=65
hotplug_load_3_0=30
hotplug_load_3_1=65
hotplug_load_4_0=30
hotplug_rq_1_1=100
hotplug_rq_2_0=100
hotplug_rq_2_1=200
hotplug_rq_3_0=200
hotplug_rq_3_1=300
hotplug_rq_4_0=300
maxcoreslimit=4
maxcoreslimit_sleep=2
cpus_boosted=2
hotplug_suspend=always_active
hp_io_is_busy=1
min_cpus_online=1
max_cpus_online=4
msm_thermal=intelli_temp
enabled=off
core_limit_temp_degC=80
limit_temp_degC=75
temp_hysteresis_degC=5
governor=ondemand
max_pwrlevel=0
min_pwrlevel=3
thermal_pwrlevel=0
gpu_voltage_switch=off
GPUVOLT3=1150000
GPUVOLT2=1050000
GPUVOLT1=945000
input_boost_freq=1242000
sync_threshold=1458000
input_boost_ms=40
boost_ms=40
intsd_read_ahead_kb=512
extsd_read_ahead_kb=1024
internal_iosched=fiops
sd_iosched=fiops
internal_iosched_sleep=fiops
sd_iosched_sleep=fiops
auto_oom=on
oom_config_screen_on=default
oom_config_screen_off=medium
dirty_background_ratio=20
dirty_ratio=25
swappiness=60
led_lowpower_current=40
led_highpower_current=40
led_fade_in_time=0
led_fade_out_time=0
led_fade=on
led_fade_dt1=0
led_fade_dt2=0
led_fade_dt3=0
led_fade_dt4=0
gpl_headphone_gain=40
gpl_headphone_pa_gain=12
gpl_speaker_gain=40
gpl_hdmi_spkr_gain=40
gpl_mic_gain=40
gpl_cam_mic_gain=40
gpl_headset_mic_gain=40
force_fast_charge=1
use_mtp_during_fast_charge=1
screen_on_current_limit=0
ac_charge_level=1900
usb_charge_level=1000
failsafe=1
tcp_congestion_control=hybla
gpsregion=Europe
init_d=off
logger=off
pwm_val=75
usb_mode=default
auto_mount_sd=on
usb_keyboard=disable
Dyn_fsync_active=0
cortexbrain_background_process=1
android_logger=1
cortexbrain_auto_tweak_mobile=off
cortexbrain_auto_tweak_mobile_sleep_delay=30
cortexbrain_auto_tweak_wifi=off
cortexbrain_auto_tweak_wifi_sleep_delay=30
cortexbrain_memory=on
cortexbrain_system=on
cortexbrain_kernel_tweaks=on
cortexbrain_cpu=on
cortexbrain_io=on
cifs_module=off
stweaks_boot_control=yes
scaling_max_freq_cpu0=1890000
scaling_max_freq_cpu1=1890000
scaling_max_freq_cpu2=1890000
scaling_max_freq_cpu3=1890000
scaling_min_freq_cpu0=378000
scaling_min_freq_cpu1=378000
scaling_min_freq_cpu2=378000
scaling_min_freq_cpu3=378000
gentle_fair_sleepers=off
arch_power=on
sched_mc_power_savings=0
scaling_max_gps_freq=1890000
scaling_max_suspend_freq=1242000
scaling_max_oncall_freq=918000
scaling_min_suspend_freq=378000
cpu_voltage_switch=off
CPUVOLT1=1150000
CPUVOLT2=1112500
CPUVOLT3=1075000
CPUVOLT4=1037500
CPUVOLT5=1000000
CPUVOLT6=975000
CPUVOLT7=962500
CPUVOLT8=950000
CPUVOLT9=925000
CPUVOLT10=900000
CPUVOLT11=887500
CPUVOLT12=875000
CPUVOLT13=875000
CPUVOLT14=875000
CPUVOLT15=875000
scaling_governor_cpu0=alucard
scaling_governor_cpu1=HYPER
scaling_governor_cpu2=HYPER
scaling_governor_cpu3=alucard
up_threshold=70
up_threshold_at_min_freq=60
sampling_rate=60000
sampling_down_factor=1
freq_step=30
down_differential=5
freq_for_responsiveness=486000
down_threshold=30
io_is_busy=0
inc_cpu_load_at_min_freq=60
inc_cpu_load=80
dec_cpu_load_at_min_freq=60
dec_cpu_load=80
freq_for_responsiveness_max=1890000
freq_responsiveness=1134000
pump_inc_step_at_min_freq_1=2
pump_inc_step_at_min_freq_2=2
pump_inc_step_at_min_freq_3=2
pump_inc_step_at_min_freq_4=2
pump_inc_step_1=2
pump_inc_step_2=2
pump_inc_step_3=2
pump_inc_step_4=2
pump_dec_step_1=1
pump_dec_step_2=1
pump_dec_step_3=1
pump_dec_step_4=1
freq_step_at_min_freq=30
freq_up_brake_at_min_freq=20
freq_up_brake=20
freq_step_dec=10
freq_step_dec_at_max_freq=10
cpuhotplugging=1
hotplug_sampling_rate=60
hotplug_rate_1_1=1
hotplug_rate_2_0=4
hotplug_rate_2_1=2
hotplug_rate_3_0=4
hotplug_rate_3_1=2
hotplug_rate_4_0=4
hotplug_freq_1_1=1242000
hotplug_freq_2_0=810000
hotplug_freq_2_1=1566000
hotplug_freq_3_0=918000
hotplug_freq_3_1=1674000
hotplug_freq_4_0=1026000
hotplug_load_1_1=60
hotplug_load_2_0=30
hotplug_load_2_1=65
hotplug_load_3_0=30
hotplug_load_3_1=65
hotplug_load_4_0=30
hotplug_rq_1_1=100
hotplug_rq_2_0=100
hotplug_rq_2_1=200
hotplug_rq_3_0=200
hotplug_rq_3_1=300
hotplug_rq_4_0=300
maxcoreslimit=4
maxcoreslimit_sleep=2
cpus_boosted=2
hotplug_suspend=always_active
hp_io_is_busy=1
min_cpus_online=1
max_cpus_online=4
msm_thermal=intelli_temp
enabled=off
core_limit_temp_degC=80
limit_temp_degC=75
temp_hysteresis_degC=5
governor=ondemand
max_pwrlevel=0
min_pwrlevel=3
thermal_pwrlevel=0
gpu_voltage_switch=off
GPUVOLT3=1150000
GPUVOLT2=1050000
GPUVOLT1=945000
input_boost_freq=1242000
sync_threshold=1458000
input_boost_ms=40
boost_ms=40
intsd_read_ahead_kb=512
extsd_read_ahead_kb=1024
internal_iosched=fiops
sd_iosched=fiops
internal_iosched_sleep=fiops
sd_iosched_sleep=fiops
auto_oom=on
oom_config_screen_on=default
oom_config_screen_off=medium
dirty_background_ratio=20
dirty_ratio=25
swappiness=60
led_lowpower_current=40
led_highpower_current=40
led_fade_in_time=0
led_fade_out_time=0
led_fade=on
led_fade_dt1=0
led_fade_dt2=0
led_fade_dt3=0
led_fade_dt4=0
gpl_headphone_gain=40
gpl_headphone_pa_gain=12
gpl_speaker_gain=40
gpl_hdmi_spkr_gain=40
gpl_mic_gain=40
gpl_cam_mic_gain=40
gpl_headset_mic_gain=40
force_fast_charge=1
use_mtp_during_fast_charge=1
screen_on_current_limit=0
ac_charge_level=1900
usb_charge_level=1000
failsafe=1
tcp_congestion_control=hybla
gpsregion=Europe
init_d=off
logger=off
pwm_val=75
usb_mode=default
auto_mount_sd=on
usb_keyboard=disable
Dyn_fsync_active=0
cortexbrain_background_process=1
android_logger=1
cortexbrain_auto_tweak_mobile=off
cortexbrain_auto_tweak_mobile_sleep_delay=30
cortexbrain_auto_tweak_wifi=off
cortexbrain_auto_tweak_wifi_sleep_delay=30
cortexbrain_memory=on
cortexbrain_system=on
cortexbrain_kernel_tweaks=on
cortexbrain_cpu=on
cortexbrain_io=on
cifs_module=off
 
Last edited:

kantjer

Inactive Recognized Contributor
Dec 11, 2010
12,393
29,850
www.androidfilehost.com
The profile backup below can be imported in Alucard V1.3d AOSP kernel.
For all other kernel versions use the Compare file for reference and change the settings manually!


You can find instruction on how to import these setting in post #2

My profile
Stock v.s my settings Compare

If you want to use Under Volting please remember that not every S4 has the same stock CPU voltage.
Read this and this and perhaps even this post before experimenting with it.
 
Last edited:

jin1711

Senior Member
May 11, 2011
76
0
Kantjer, how to make your settings by default? Im editing default profile or backup but when i activated it nothing changed. By instruction in post 2 im getting same result.. Slimkat 4.6 offical + alucard latest.
 

jin1711

Senior Member
May 11, 2011
76
0
Look at this by Alucard. That should work (it does for me)

Thanks, but it didn't helped. but now it works well. all changes i made to profiles via text editors were not work. I deleted default.profile and copied your's into alucard folder and renamed it(default.profile). and after several times of changing profiles it started working :laugh:

backuping and restoring did nothing....
 

kantjer

Inactive Recognized Contributor
Dec 11, 2010
12,393
29,850
www.androidfilehost.com
Thanks, but it didn't helped. but now it works well. all changes i made to profiles via text editors were not work. I deleted default.profile and copied your's into alucard folder and renamed it(default.profile). and after several times of changing profiles it started working :laugh:

backuping and restoring did nothing....

I think I know what's wrong with your manually edited profile.
If you do that make sure you use Notepad++, if you use something like Windows notepad the file won't be in a linux compatible format.

@Jimsilver73 I think this is something for the Instructions in post #2
 
Last edited:
  • Like
Reactions: Jsilver73

kantjer

Inactive Recognized Contributor
Dec 11, 2010
12,393
29,850
www.androidfilehost.com
I edited it in root explorer/es explorer texteditors

It still looks like somehow you corrupted the config file. I noticed sometime ago that using Root Explorer to edit a file can be tricky.
If you compare the same file in Notepad++ and Root Explorer for example they look slightly different in terms of tabs and spaces.

Since I noticed that I never edit files on the phone anymore.
 

eongab

Senior Member
Feb 23, 2009
585
105
New Zealand
update to the latest version and restoring from backup works. just restored @kantjer bakup. additional instructions on post # 2 you need to unzip it.

Sent from my jflte using XDA Premium 4 mobile app
 

wyzli

Senior Member
Nov 27, 2011
60
13
32
Can someone share very conservative settings for AOSP?
Thank you very much.

Inviato dal mio GT-I9505 utilizzando Tapatalk
 

Top Liked Posts

  • There are no posts matching your filters.
  • 26
    The profile backup below can be imported in Alucard V1.3d AOSP kernel.
    For all other kernel versions use the Compare file for reference and change the settings manually!


    You can find instruction on how to import these setting in post #2

    My profile
    Stock v.s my settings Compare

    If you want to use Under Volting please remember that not every S4 has the same stock CPU voltage.
    Read this and this and perhaps even this post before experimenting with it.
    25
    Alucard STweaks settings introduction

    Firstly I think it is important to give credit where credit is due firstly to @alucard_24 for his amazing kernel which can be found here and the legendary @gokhanmoral for his original kernel implementations and STweaks to control his infamous Siyah kernel.

    This thread is intended to be a place where users are able to share their own settings in STweaks to control the Alucard Kernel for SG S4 i9505

    The latest kernels for AOSP, TW and GE can be found in the original Alucard thread

    This thread is a WIP and I welcome input from all Alucard users to suggest edits to these first informative posts not to mention sharing their own experience and settings to make this already awesome kernel 'interstella' for new and old users like myself :cool:

    How is it going to work?

    Post 2: Instructions of how to apply and upload the settings to/of STweaks

    Post 3: AOSP settings

    Post 4: GE settings

    Post 5: TW settings

    Posts on-wards: your settings, experience and Q&A


    What I would like from experienced Alucard users

    your settings in written form and saved from your 'default.profile_backup' file(instructions of how to do this in post 2)

    your experience of using the settings found in this thread with screenshots from BBS to evidence (for some of us more sceptical users lol)

    Best practice
    As well as attaching your actual default zip file please also copy and paste your settings from your zip file into your post and make bold and highlight your tweaks in red, I will then put this in the appropriate post for either AOSP, TW or GE in a 'spoiler' for users to actually identify what changes have been made

    Please also identify what sort of profile you expect this to be - battery, extreme battery, balanced, performance or extreme performance and free to give your profile a name ;)

    What I will do

    upload said settings and/or experience of using these settings to the relevant section of this thread

    A message from @[SIZE="5"]alucard_24[/SIZE]
    'I think that It is very good idea create a new thread, sharing own profiles for battery, performance using. I would like to see people that do some good experiments. You can add for me, that I will try to use all profiles shared and choose the best one for updating my profiles :)'
    10
    AOSP settings

    see @kantjers post #7

    My settings are in post 6

    @brunodu91settings here
    @angelcalibur settings here

    If you would like a link here to your settings please post them in the main thread and I will link here for other users, please ensure you specify which kernel build they are for and update accordingly
    9
    My settings which are modified from @kantjers :

    Based on Alucard v1.3a
    v1.3a zip
    stweaks_boot_control=yes
    scaling_max_freq_cpu0=1890000
    scaling_max_freq_cpu1=1890000
    scaling_max_freq_cpu2=1890000
    scaling_max_freq_cpu3=1890000
    scaling_min_freq_cpu0=378000
    scaling_min_freq_cpu1=378000
    scaling_min_freq_cpu2=378000
    scaling_min_freq_cpu3=378000
    gentle_fair_sleepers=off
    arch_power=on
    sched_mc_power_savings=0
    scaling_max_gps_freq=1890000
    scaling_max_suspend_freq=1242000
    scaling_max_oncall_freq=810000
    scaling_min_suspend_freq=378000
    cpu_voltage_switch=off
    CPUVOLT1=1150000
    CPUVOLT2=1112500
    CPUVOLT3=1075000
    CPUVOLT4=1037500
    CPUVOLT5=1000000
    CPUVOLT6=975000
    CPUVOLT7=962500
    CPUVOLT8=950000
    CPUVOLT9=925000
    CPUVOLT10=900000
    CPUVOLT11=887500
    CPUVOLT12=875000
    CPUVOLT13=875000
    CPUVOLT14=875000
    CPUVOLT15=875000
    scaling_governor_cpu0=alucard
    scaling_governor_cpu1=slim
    scaling_governor_cpu2=slim
    scaling_governor_cpu3=alucard
    up_threshold=70
    up_threshold_at_min_freq=60
    sampling_rate=60000
    sampling_down_factor=1
    freq_step=30
    down_differential=5
    freq_for_responsiveness=486000
    down_threshold=30
    io_is_busy=0
    inc_cpu_load_at_min_freq=60
    inc_cpu_load=80
    dec_cpu_load_at_min_freq=60
    dec_cpu_load=80
    freq_for_responsiveness_max=1890000
    freq_responsiveness=1134000
    pump_inc_step_at_min_freq_1=2
    pump_inc_step_at_min_freq_2=2
    pump_inc_step_at_min_freq_3=2
    pump_inc_step_at_min_freq_4=2
    pump_inc_step_1=2
    pump_inc_step_2=2
    pump_inc_step_3=2
    pump_inc_step_4=2
    pump_dec_step_1=1
    pump_dec_step_2=1
    pump_dec_step_3=1
    pump_dec_step_4=1
    freq_step_at_min_freq=30
    freq_up_brake_at_min_freq=20
    freq_up_brake=20
    freq_step_dec=10
    freq_step_dec_at_max_freq=10
    cpuhotplugging=3
    hotplug_sampling_rate=60
    hotplug_rate_1_1=1
    hotplug_rate_2_0=4
    hotplug_rate_2_1=2
    hotplug_rate_3_0=4
    hotplug_rate_3_1=2
    hotplug_rate_4_0=4
    hotplug_freq_1_1=1242000
    hotplug_freq_2_0=810000
    hotplug_freq_2_1=1566000
    hotplug_freq_3_0=918000
    hotplug_freq_3_1=1674000
    hotplug_freq_4_0=1026000
    hotplug_load_1_1=60
    hotplug_load_2_0=30
    hotplug_load_2_1=65
    hotplug_load_3_0=30
    hotplug_load_3_1=65
    hotplug_load_4_0=30
    hotplug_rq_1_1=100
    hotplug_rq_2_0=100
    hotplug_rq_2_1=200
    hotplug_rq_3_0=200
    hotplug_rq_3_1=300
    hotplug_rq_4_0=300
    maxcoreslimit=4
    maxcoreslimit_sleep=2
    cpus_boosted=2
    hotplug_suspend=always_active
    hp_io_is_busy=0
    min_cpus_online=1
    max_cpus_online=4
    msm_thermal=intelli_temp
    enabled=off
    core_limit_temp_degC=80
    limit_temp_degC=70
    governor=simple
    max_pwrlevel=0
    min_pwrlevel=3
    thermal_pwrlevel=0
    gamma_r=60
    gamma_g=60
    gamma_b=60
    input_boost_freq=1242000
    sync_threshold=0
    input_boost_ms=40
    boost_ms=40
    intsd_read_ahead_kb=512
    extsd_read_ahead_kb=2560
    internal_iosched=fiops
    sd_iosched=fiops
    internal_iosched_sleep=noop
    sd_iosched_sleep=noop
    auto_oom=on
    oom_config_screen_on=default
    oom_config_screen_off=medium
    dirty_background_ratio=70
    dirty_ratio=50
    swappiness=60
    led_lowpower_current=40
    led_highpower_current=40
    led_fade_in_time=0
    led_fade_out_time=0
    led_fade=on
    led_fade_dt1=0
    led_fade_dt2=0
    led_fade_dt3=0
    led_fade_dt4=0
    gpl_headphone_gain=40
    gpl_headphone_pa_gain=12
    gpl_speaker_gain=40
    gpl_hdmi_spkr_gain=40
    gpl_mic_gain=40
    gpl_cam_mic_gain=40
    gpl_headset_mic_gain=40
    force_fast_charge=1
    use_mtp_during_fast_charge=1
    screen_on_current_limit=0
    ac_charge_level=1900
    usb_charge_level=1000
    failsafe=0
    tcp_congestion_control=hybla
    gpsregion=No_GPS_Zone_changes
    init_d=off
    logger=off
    pwm_value=75
    usb_mode=default
    auto_mount_sd=on
    usb_keyboard=disable
    Dyn_fsync_active=1
    cortexbrain_background_process=1
    android_logger=1
    cortexbrain_auto_tweak_mobile=off
    cortexbrain_auto_tweak_mobile_sleep_delay=30
    cortexbrain_auto_tweak_wifi=off
    cortexbrain_auto_tweak_wifi_sleep_delay=30
    cortexbrain_memory=on
    cortexbrain_system=on
    cortexbrain_kernel_tweaks=on
    cortexbrain_cpu=on
    cortexbrain_io=on
    cifs_module=off


    This one works nicely all over the place for me, good performance, quick to sleep, no wakeup issues and BT is good once you get past it's sputters in the first few minutes of music streaming.
    v1.4b [performance/stable] nothing can be called stable with new Samsung CAF !!!!!!!
    stweaks_boot_control=yes
    scaling_max_freq_cpu0=1890000
    scaling_max_freq_cpu1=1890000
    scaling_max_freq_cpu2=1890000
    scaling_max_freq_cpu3=1890000
    scaling_min_freq_cpu0=378000
    scaling_min_freq_cpu1=378000
    scaling_min_freq_cpu2=378000
    scaling_min_freq_cpu3=378000
    gentle_fair_sleepers=off
    arch_power=on
    sched_mc_power_savings=0
    scaling_max_gps_freq=1890000
    scaling_max_suspend_freq=1242000
    scaling_max_oncall_freq=810000
    scaling_min_suspend_freq=378000
    cpu_voltage_switch=off
    CPUVOLT1=1150000
    CPUVOLT2=1112500
    CPUVOLT3=1075000
    CPUVOLT4=1037500
    CPUVOLT5=1000000
    CPUVOLT6=975000
    CPUVOLT7=962500
    CPUVOLT8=950000
    CPUVOLT9=925000
    CPUVOLT10=900000
    CPUVOLT11=887500
    CPUVOLT12=875000
    CPUVOLT13=875000
    CPUVOLT14=875000
    CPUVOLT15=875000
    scaling_governor_cpu0=alucard
    scaling_governor_cpu1=slim
    scaling_governor_cpu2=slim
    scaling_governor_cpu3=alucard
    up_threshold=70
    up_threshold_at_min_freq=60
    sampling_rate=60000
    sampling_down_factor=1
    freq_step=30
    down_differential=5
    freq_for_responsiveness=486000
    down_threshold=30
    io_is_busy=0
    inc_cpu_load_at_min_freq=60
    inc_cpu_load=80
    dec_cpu_load_at_min_freq=60
    dec_cpu_load=80
    freq_for_responsiveness_max=1890000
    freq_responsiveness=1134000
    pump_inc_step_at_min_freq_1=2
    pump_inc_step_at_min_freq_2=2
    pump_inc_step_at_min_freq_3=2
    pump_inc_step_at_min_freq_4=2
    pump_inc_step_1=2
    pump_inc_step_2=2
    pump_inc_step_3=2
    pump_inc_step_4=2
    pump_dec_step_1=1
    pump_dec_step_2=1
    pump_dec_step_3=1
    pump_dec_step_4=1
    freq_step_at_min_freq=30
    freq_up_brake_at_min_freq=20
    freq_up_brake=20
    freq_step_dec=10
    freq_step_dec_at_max_freq=10
    cpuhotplugging=3
    hotplug_sampling_rate=60
    hotplug_rate_1_1=1
    hotplug_rate_2_0=4
    hotplug_rate_2_1=2
    hotplug_rate_3_0=4
    hotplug_rate_3_1=2
    hotplug_rate_4_0=4
    hotplug_freq_1_1=1242000
    hotplug_freq_2_0=810000
    hotplug_freq_2_1=1566000
    hotplug_freq_3_0=918000
    hotplug_freq_3_1=1674000
    hotplug_freq_4_0=1026000
    hotplug_load_1_1=60
    hotplug_load_2_0=30
    hotplug_load_2_1=65
    hotplug_load_3_0=30
    hotplug_load_3_1=65
    hotplug_load_4_0=30
    hotplug_rq_1_1=100
    hotplug_rq_2_0=100
    hotplug_rq_2_1=200
    hotplug_rq_3_0=200
    hotplug_rq_3_1=300
    hotplug_rq_4_0=300
    maxcoreslimit=4
    maxcoreslimit_sleep=2
    cpus_boosted=1
    hotplug_suspend=suspend_when_off
    hp_io_is_busy=1
    min_cpus_online=1
    max_cpus_online=4
    msm_thermal=intelli_temp
    enabled=off
    core_limit_temp_degC=80
    limit_temp_degC=75
    temp_hysteresis_degC=5
    governor=ondemand
    max_pwrlevel=0
    min_pwrlevel=3
    thermal_pwrlevel=0
    gpu_voltage_switch=off
    GPUVOLT3=1150000
    GPUVOLT2=1050000
    GPUVOLT1=945000
    gamma_r=60
    gamma_g=60
    gamma_b=60
    input_boost_freq=1242000
    sync_threshold=0
    input_boost_ms=40
    boost_ms=40
    intsd_read_ahead_kb=1024
    extsd_read_ahead_kb=128
    internal_iosched=row
    sd_iosched=row
    internal_iosched_sleep=row
    sd_iosched_sleep=row
    auto_oom=on
    oom_config_screen_on=default
    oom_config_screen_off=medium
    dirty_background_ratio=20
    dirty_ratio=25
    swappiness=60
    led_lowpower_current=40
    led_highpower_current=40
    led_fade_in_time=0
    led_fade_out_time=0
    led_fade=on
    led_fade_dt1=0
    led_fade_dt2=0
    led_fade_dt3=0
    led_fade_dt4=0
    gpl_headphone_gain=40
    gpl_headphone_pa_gain=12
    gpl_speaker_gain=40
    gpl_hdmi_spkr_gain=40
    gpl_mic_gain=40
    gpl_cam_mic_gain=40
    gpl_headset_mic_gain=40
    force_fast_charge=1
    use_mtp_during_fast_charge=1
    screen_on_current_limit=0
    ac_charge_level=1900
    usb_charge_level=1000
    failsafe=1
    tcp_congestion_control=hybla
    gpsregion=No_GPS_Zone_changes
    init_d=off
    logger=off
    pwm_value=75
    usb_mode=default
    auto_mount_sd=on
    usb_keyboard=disable
    Dyn_fsync_active=0
    cortexbrain_background_process=1
    android_logger=1
    cortexbrain_auto_tweak_mobile=off
    cortexbrain_auto_tweak_mobile_sleep_delay=30
    cortexbrain_auto_tweak_wifi=off
    cortexbrain_auto_tweak_wifi_sleep_delay=30
    cortexbrain_memory=on
    cortexbrain_system=on
    cortexbrain_kernel_tweaks=on
    cortexbrain_cpu=on
    cortexbrain_io=on
    cifs_module=off

    v1.4h zip Fluid and stable :)
    1.4h
    stweaks_boot_control=yes
    scaling_max_freq_cpu0=1890000
    scaling_max_freq_cpu1=1890000
    scaling_max_freq_cpu2=1890000
    scaling_max_freq_cpu3=1890000
    scaling_min_freq_cpu0=378000
    scaling_min_freq_cpu1=378000
    scaling_min_freq_cpu2=378000
    scaling_min_freq_cpu3=378000
    gentle_fair_sleepers=off
    arch_power=on
    power_efficient=on
    scaling_max_gps_freq=1890000
    scaling_max_suspend_freq=1242000
    scaling_max_oncall_freq=810000
    scaling_min_suspend_freq=378000
    cpu_voltage_switch=off
    CPUVOLT1=1150000
    CPUVOLT2=1112500
    CPUVOLT3=1075000
    CPUVOLT4=1037500
    CPUVOLT5=1000000
    CPUVOLT6=975000
    CPUVOLT7=962500
    CPUVOLT8=950000
    CPUVOLT9=925000
    CPUVOLT10=900000
    CPUVOLT11=887500
    CPUVOLT12=875000
    CPUVOLT13=875000
    CPUVOLT14=875000
    CPUVOLT15=875000
    scaling_governor_cpu0=alucard
    scaling_governor_cpu1=slim
    scaling_governor_cpu2=slim
    scaling_governor_cpu3=alucard
    up_threshold=70
    up_threshold_at_min_freq=60
    sampling_rate=60000
    sampling_down_factor=1
    freq_step=30
    down_differential=5
    freq_for_responsiveness=486000
    down_threshold=30
    io_is_busy=0
    inc_cpu_load_at_min_freq=60
    inc_cpu_load=80
    dec_cpu_load_at_min_freq=60
    dec_cpu_load=80
    freq_for_responsiveness_max=1890000
    freq_responsiveness=1134000
    pump_inc_step_at_min_freq_1=2
    pump_inc_step_at_min_freq_2=2
    pump_inc_step_at_min_freq_3=2
    pump_inc_step_at_min_freq_4=2
    pump_inc_step_1=2
    pump_inc_step_2=2
    pump_inc_step_3=2
    pump_inc_step_4=2
    pump_dec_step_1=1
    pump_dec_step_2=1
    pump_dec_step_3=1
    pump_dec_step_4=1
    freq_step_at_min_freq=30
    freq_up_brake_at_min_freq=20
    freq_up_brake=20
    freq_step_dec=10
    freq_step_dec_at_max_freq=10
    cpuhotplugging=3
    hotplug_sampling_rate=60
    hotplug_rate_1_1=1
    hotplug_rate_2_0=4
    hotplug_rate_2_1=2
    hotplug_rate_3_0=4
    hotplug_rate_3_1=2
    hotplug_rate_4_0=4
    hotplug_freq_1_1=1242000
    hotplug_freq_2_0=810000
    hotplug_freq_2_1=1566000
    hotplug_freq_3_0=918000
    hotplug_freq_3_1=1674000
    hotplug_freq_4_0=1026000
    hotplug_load_1_1=60
    hotplug_load_2_0=30
    hotplug_load_2_1=65
    hotplug_load_3_0=30
    hotplug_load_3_1=65
    hotplug_load_4_0=30
    hotplug_rq_1_1=100
    hotplug_rq_2_0=100
    hotplug_rq_2_1=200
    hotplug_rq_3_0=200
    hotplug_rq_3_1=300
    hotplug_rq_4_0=300
    maxcoreslimit=4
    maxcoreslimit_sleep=2
    cpus_boosted=2
    hotplug_suspend=always_active
    hp_io_is_busy=1
    min_cpus_online=1
    max_cpus_online=4
    msm_thermal=intelli_temp
    core_control_enabled=off
    core_limit_temp_degC=80
    limit_temp_degC=70
    temp_hysteresis_degC=5
    governor=ondemand
    max_pwrlevel=0
    min_pwrlevel=3
    thermal_pwrlevel=0
    gpu_voltage_switch=off
    GPUVOLT3=1150000
    GPUVOLT2=1050000
    GPUVOLT1=945000
    gamma_r=60
    gamma_g=60
    gamma_b=60
    input_boost_freq=1242000
    sync_threshold=1350000
    input_boost_ms=40
    boost_ms=80
    intsd_read_ahead_kb=1024
    extsd_read_ahead_kb=2048
    internal_iosched=fiops
    sd_iosched=fiops
    internal_iosched_sleep=fiops
    sd_iosched_sleep=fiops
    auto_oom=on
    oom_config_screen_on=default
    oom_config_screen_off=medium
    dirty_background_ratio=20
    dirty_ratio=25
    swappiness=60
    led_lowpower_current=40
    led_highpower_current=40
    led_fade_in_time=0
    led_fade_out_time=0
    led_fade=on
    led_fade_dt1=0
    led_fade_dt2=0
    led_fade_dt3=0
    led_fade_dt4=0
    gpl_headphone_gain=40
    gpl_headphone_pa_gain=12
    gpl_speaker_gain=40
    gpl_hdmi_spkr_gain=40
    gpl_mic_gain=40
    gpl_cam_mic_gain=40
    gpl_headset_mic_gain=40
    force_fast_charge=1
    use_mtp_during_fast_charge=1
    screen_on_current_limit=0
    ac_charge_level=1900
    usb_charge_level=1000
    failsafe=1
    tcp_congestion_control=hybla
    gpsregion=No_GPS_Zone_changes
    init_d=off
    logger=off
    pwm_value=75
    usb_mode=default
    auto_mount_sd=on
    usb_keyboard=disable
    cortexbrain_background_process=1
    android_logger=1
    cortexbrain_memory=on
    cortexbrain_system=on
    cortexbrain_kernel_tweaks=on
    cortexbrain_cpu=on
    cortexbrain_io=on
    cifs_module=off

    GE settings
    V2.2a zip This profile is biased towards performance or zero lag so though I am still getting 4 hours so time under heavy use.

    stweaks_boot_control=yes
    scaling_max_freq_cpu0=1890000
    scaling_max_freq_cpu1=1890000
    scaling_max_freq_cpu2=1890000
    scaling_max_freq_cpu3=1890000
    scaling_min_freq_cpu0=378000
    scaling_min_freq_cpu1=378000
    scaling_min_freq_cpu2=378000
    scaling_min_freq_cpu3=378000
    gentle_fair_sleepers=off
    arch_power=on
    sched_mc_power_savings=0
    scaling_max_gps_freq=1890000
    scaling_max_suspend_freq=1242000
    scaling_max_oncall_freq=918000
    scaling_min_suspend_freq=378000
    cpu_voltage_switch=off
    CPUVOLT1=1150000
    CPUVOLT2=1112500
    CPUVOLT3=1075000
    CPUVOLT4=1037500
    CPUVOLT5=1000000
    CPUVOLT6=975000
    CPUVOLT7=962500
    CPUVOLT8=950000
    CPUVOLT9=925000
    CPUVOLT10=900000
    CPUVOLT11=887500
    CPUVOLT12=875000
    CPUVOLT13=875000
    CPUVOLT14=875000
    CPUVOLT15=875000
    scaling_governor_cpu0=alucard
    scaling_governor_cpu1=HYPER
    scaling_governor_cpu2=HYPER
    scaling_governor_cpu3=alucard
    up_threshold=70
    up_threshold_at_min_freq=60
    sampling_rate=60000
    sampling_down_factor=1
    freq_step=30
    down_differential=5
    freq_for_responsiveness=486000
    down_threshold=30
    io_is_busy=0
    inc_cpu_load_at_min_freq=60
    inc_cpu_load=80
    dec_cpu_load_at_min_freq=60
    dec_cpu_load=80
    freq_for_responsiveness_max=1890000
    freq_responsiveness=1134000
    pump_inc_step_at_min_freq_1=2
    pump_inc_step_at_min_freq_2=2
    pump_inc_step_at_min_freq_3=2
    pump_inc_step_at_min_freq_4=2
    pump_inc_step_1=2
    pump_inc_step_2=2
    pump_inc_step_3=2
    pump_inc_step_4=2
    pump_dec_step_1=1
    pump_dec_step_2=1
    pump_dec_step_3=1
    pump_dec_step_4=1
    freq_step_at_min_freq=30
    freq_up_brake_at_min_freq=20
    freq_up_brake=20
    freq_step_dec=10
    freq_step_dec_at_max_freq=10
    cpuhotplugging=1
    hotplug_sampling_rate=60
    hotplug_rate_1_1=1
    hotplug_rate_2_0=4
    hotplug_rate_2_1=2
    hotplug_rate_3_0=4
    hotplug_rate_3_1=2
    hotplug_rate_4_0=4
    hotplug_freq_1_1=1242000
    hotplug_freq_2_0=810000
    hotplug_freq_2_1=1566000
    hotplug_freq_3_0=918000
    hotplug_freq_3_1=1674000
    hotplug_freq_4_0=1026000
    hotplug_load_1_1=60
    hotplug_load_2_0=30
    hotplug_load_2_1=65
    hotplug_load_3_0=30
    hotplug_load_3_1=65
    hotplug_load_4_0=30
    hotplug_rq_1_1=100
    hotplug_rq_2_0=100
    hotplug_rq_2_1=200
    hotplug_rq_3_0=200
    hotplug_rq_3_1=300
    hotplug_rq_4_0=300
    maxcoreslimit=4
    maxcoreslimit_sleep=2
    cpus_boosted=2
    hotplug_suspend=always_active
    hp_io_is_busy=1
    min_cpus_online=1
    max_cpus_online=4
    msm_thermal=intelli_temp
    enabled=off
    core_limit_temp_degC=80
    limit_temp_degC=75
    temp_hysteresis_degC=5
    governor=ondemand
    max_pwrlevel=0
    min_pwrlevel=3
    thermal_pwrlevel=0
    gpu_voltage_switch=off
    GPUVOLT3=1150000
    GPUVOLT2=1050000
    GPUVOLT1=945000
    input_boost_freq=1242000
    sync_threshold=1458000
    input_boost_ms=40
    boost_ms=40
    intsd_read_ahead_kb=512
    extsd_read_ahead_kb=1024
    internal_iosched=fiops
    sd_iosched=fiops
    internal_iosched_sleep=fiops
    sd_iosched_sleep=fiops
    auto_oom=on
    oom_config_screen_on=default
    oom_config_screen_off=medium
    dirty_background_ratio=20
    dirty_ratio=25
    swappiness=60
    led_lowpower_current=40
    led_highpower_current=40
    led_fade_in_time=0
    led_fade_out_time=0
    led_fade=on
    led_fade_dt1=0
    led_fade_dt2=0
    led_fade_dt3=0
    led_fade_dt4=0
    gpl_headphone_gain=40
    gpl_headphone_pa_gain=12
    gpl_speaker_gain=40
    gpl_hdmi_spkr_gain=40
    gpl_mic_gain=40
    gpl_cam_mic_gain=40
    gpl_headset_mic_gain=40
    force_fast_charge=1
    use_mtp_during_fast_charge=1
    screen_on_current_limit=0
    ac_charge_level=1900
    usb_charge_level=1000
    failsafe=1
    tcp_congestion_control=hybla
    gpsregion=Europe
    init_d=off
    logger=off
    pwm_val=75
    usb_mode=default
    auto_mount_sd=on
    usb_keyboard=disable
    Dyn_fsync_active=0
    cortexbrain_background_process=1
    android_logger=1
    cortexbrain_auto_tweak_mobile=off
    cortexbrain_auto_tweak_mobile_sleep_delay=30
    cortexbrain_auto_tweak_wifi=off
    cortexbrain_auto_tweak_wifi_sleep_delay=30
    cortexbrain_memory=on
    cortexbrain_system=on
    cortexbrain_kernel_tweaks=on
    cortexbrain_cpu=on
    cortexbrain_io=on
    cifs_module=off
    stweaks_boot_control=yes
    scaling_max_freq_cpu0=1890000
    scaling_max_freq_cpu1=1890000
    scaling_max_freq_cpu2=1890000
    scaling_max_freq_cpu3=1890000
    scaling_min_freq_cpu0=378000
    scaling_min_freq_cpu1=378000
    scaling_min_freq_cpu2=378000
    scaling_min_freq_cpu3=378000
    gentle_fair_sleepers=off
    arch_power=on
    sched_mc_power_savings=0
    scaling_max_gps_freq=1890000
    scaling_max_suspend_freq=1242000
    scaling_max_oncall_freq=918000
    scaling_min_suspend_freq=378000
    cpu_voltage_switch=off
    CPUVOLT1=1150000
    CPUVOLT2=1112500
    CPUVOLT3=1075000
    CPUVOLT4=1037500
    CPUVOLT5=1000000
    CPUVOLT6=975000
    CPUVOLT7=962500
    CPUVOLT8=950000
    CPUVOLT9=925000
    CPUVOLT10=900000
    CPUVOLT11=887500
    CPUVOLT12=875000
    CPUVOLT13=875000
    CPUVOLT14=875000
    CPUVOLT15=875000
    scaling_governor_cpu0=alucard
    scaling_governor_cpu1=HYPER
    scaling_governor_cpu2=HYPER
    scaling_governor_cpu3=alucard
    up_threshold=70
    up_threshold_at_min_freq=60
    sampling_rate=60000
    sampling_down_factor=1
    freq_step=30
    down_differential=5
    freq_for_responsiveness=486000
    down_threshold=30
    io_is_busy=0
    inc_cpu_load_at_min_freq=60
    inc_cpu_load=80
    dec_cpu_load_at_min_freq=60
    dec_cpu_load=80
    freq_for_responsiveness_max=1890000
    freq_responsiveness=1134000
    pump_inc_step_at_min_freq_1=2
    pump_inc_step_at_min_freq_2=2
    pump_inc_step_at_min_freq_3=2
    pump_inc_step_at_min_freq_4=2
    pump_inc_step_1=2
    pump_inc_step_2=2
    pump_inc_step_3=2
    pump_inc_step_4=2
    pump_dec_step_1=1
    pump_dec_step_2=1
    pump_dec_step_3=1
    pump_dec_step_4=1
    freq_step_at_min_freq=30
    freq_up_brake_at_min_freq=20
    freq_up_brake=20
    freq_step_dec=10
    freq_step_dec_at_max_freq=10
    cpuhotplugging=1
    hotplug_sampling_rate=60
    hotplug_rate_1_1=1
    hotplug_rate_2_0=4
    hotplug_rate_2_1=2
    hotplug_rate_3_0=4
    hotplug_rate_3_1=2
    hotplug_rate_4_0=4
    hotplug_freq_1_1=1242000
    hotplug_freq_2_0=810000
    hotplug_freq_2_1=1566000
    hotplug_freq_3_0=918000
    hotplug_freq_3_1=1674000
    hotplug_freq_4_0=1026000
    hotplug_load_1_1=60
    hotplug_load_2_0=30
    hotplug_load_2_1=65
    hotplug_load_3_0=30
    hotplug_load_3_1=65
    hotplug_load_4_0=30
    hotplug_rq_1_1=100
    hotplug_rq_2_0=100
    hotplug_rq_2_1=200
    hotplug_rq_3_0=200
    hotplug_rq_3_1=300
    hotplug_rq_4_0=300
    maxcoreslimit=4
    maxcoreslimit_sleep=2
    cpus_boosted=2
    hotplug_suspend=always_active
    hp_io_is_busy=1
    min_cpus_online=1
    max_cpus_online=4
    msm_thermal=intelli_temp
    enabled=off
    core_limit_temp_degC=80
    limit_temp_degC=75
    temp_hysteresis_degC=5
    governor=ondemand
    max_pwrlevel=0
    min_pwrlevel=3
    thermal_pwrlevel=0
    gpu_voltage_switch=off
    GPUVOLT3=1150000
    GPUVOLT2=1050000
    GPUVOLT1=945000
    input_boost_freq=1242000
    sync_threshold=1458000
    input_boost_ms=40
    boost_ms=40
    intsd_read_ahead_kb=512
    extsd_read_ahead_kb=1024
    internal_iosched=fiops
    sd_iosched=fiops
    internal_iosched_sleep=fiops
    sd_iosched_sleep=fiops
    auto_oom=on
    oom_config_screen_on=default
    oom_config_screen_off=medium
    dirty_background_ratio=20
    dirty_ratio=25
    swappiness=60
    led_lowpower_current=40
    led_highpower_current=40
    led_fade_in_time=0
    led_fade_out_time=0
    led_fade=on
    led_fade_dt1=0
    led_fade_dt2=0
    led_fade_dt3=0
    led_fade_dt4=0
    gpl_headphone_gain=40
    gpl_headphone_pa_gain=12
    gpl_speaker_gain=40
    gpl_hdmi_spkr_gain=40
    gpl_mic_gain=40
    gpl_cam_mic_gain=40
    gpl_headset_mic_gain=40
    force_fast_charge=1
    use_mtp_during_fast_charge=1
    screen_on_current_limit=0
    ac_charge_level=1900
    usb_charge_level=1000
    failsafe=1
    tcp_congestion_control=hybla
    gpsregion=Europe
    init_d=off
    logger=off
    pwm_val=75
    usb_mode=default
    auto_mount_sd=on
    usb_keyboard=disable
    Dyn_fsync_active=0
    cortexbrain_background_process=1
    android_logger=1
    cortexbrain_auto_tweak_mobile=off
    cortexbrain_auto_tweak_mobile_sleep_delay=30
    cortexbrain_auto_tweak_wifi=off
    cortexbrain_auto_tweak_wifi_sleep_delay=30
    cortexbrain_memory=on
    cortexbrain_system=on
    cortexbrain_kernel_tweaks=on
    cortexbrain_cpu=on
    cortexbrain_io=on
    cifs_module=off
    6
    Post #7 updated