with this setup, my friends are falling in love with my N5 - Nexus 5 General

UBER SaberMod 4.10 8/31
LiquidSmooth 8/10 nightly
heavy xposed user, so no ART
and the following uber_v1.2.cfg
#UberKernelConfig
##UBER.CFG v1.2.0
##MERGED WITH @janres155 SCRIPTS AND EDITED BY @janres155
##Inspired by ElementalX Kernel.cfg
###BLANK VALUES ARE NOT APPLIED
# ===================================================================================
# 0. CHANGELOG
# ===================================================================================
# - Optimal and sync freq have been removed due the potential to cause errors
# on unsupported govs.
# - Rewite, including several variable name changes resulting in a version bumb.
# ===================================================================================
# 1. BOOT SETTINGS
# ===================================================================================
# 1.1 KERNEL SWITCH
# =============================================
# - Enables or disables the use of the config for kernel configuration.
# (NOTE: Turn this OFF if you want to use other methods in configuring the kernel.)
# - Options are: 1 for ON and 0 for OFF
ENABLED=1
# =============================================
# 1.2 GRACE TIME
# =============================================
# - Adds a grace time after boot before changes are applied to prevent errors
# and to not interfere during boot.
# (NOTE: If settings doesn't stick or are not applied, increase grace time to 30.)
# - Default Grace Time: 10 (seconds)
GRACE_TIME=10
# =============================================
# 1.3 WAIT TIMERS
# =============================================
# - Adds time between changing settings to prevent errors.
# - Default Wait Timers: 0.5 (seconds)
WAIT_TIMERS=0.5
# =============================================
# 1.4 FILE SYSTEM TRIM
# =============================================
# - Fstrim is used on a mounted filesystem to discard (or "trim") blocks which
# are not in use by the filesystem.
# - Trims /cache and /data partitions on boot.
# - Options are: 1 for ON and 0 for OFF
FSTRIM=1
# ===================================================================================
# 2. CPU SETTINGS
# ===================================================================================
# =============================================
# 2.1 CPU SETTINGS SWITCH
# =============================================
# - Enables or disables modification to ALL the CPU Settings.
# - Options are: 1 for ON and 0 for OFF
CPU_SWITCH=1
# =============================================
# 2.2 CPU FREQUENCY SCALING
# =============================================
# =====================================
# 2.2.1 CPU FREQUENCY SWITCH
# =====================================
# - Enables or disables modification to ALL the CPU Frequency Settings.
# - Options are: 1 for ON and 0 for OFF
CPU_FREQ_SWITCH=1
# =====================================
# CPU FREQUENCY TABLE (for REFERENCE)
# =====================================
# UC--- 96000 | 1497600
# UC--- 192000 | 1574400
# UC--- 249600 | 1728000
# 300000 | 1958400
# 422400 | 2265600
# 652800 | 2419200 ---OC
# 729600 | 2572800 ---OC
# 883200 | 2726400 ---OC
# 960000 | 2803200 ---OC
# 1036800 | 2880000 ---OC
# 1190400 | 3014400 ---OC
# 1267200 |
# =====================================
# 2.2.2 CPU MAX FREQUENCY
# =====================================
# - Sets the maximum frequency the CPU scales up to.
# - Default Maximum: 2265600
CPU_MAX=2419200
# =====================================
# 2.2.3 CPU MIN FREQUENCY
# =====================================
# - Sets the minimum frequency the CPU scales down to.
# - Default Minimum: 300000
CPU_MIN=300000
# =============================================
# 2.3 CPU GOVERNOR
# =============================================
# =====================================
# 2.3.1 CPU GOVERNOR SWITCH
# =====================================
# - Enables or disables modification to ALL the CPU Governor Settings.
# - Options are: 1 for ON and 0 for OFF
CPU_GOV_SWITCH=1
# =====================================
# 2.3.2 CPU GOVERNORS
# =====================================
# - Sets the governor to be used.
# - CPU Governor determines how the CPU behaves in reponse to changes in workload.
# - If enabled, options are:
# intellidemand | intelliactive | adaptive
# lionheart | abyssplugv2 | nightmare
# ondemandplus | badass | wheatley
# hyper | lazy | pegasusq
# danceDance | darkness | optimax
# uberdemand | conservative | interactive
# adaptive | powersave | smartmax
# smartmax_eps | userspace | ondemand
# performance
# - Default governor: ondemand
CPU_GOV=lionheart
# =============================================
# 2.4 CPU MULTICORE POWER SAVING
# =============================================
# - Try to group tasks into the least cores possible.
# - Options are:
# 0 - disable
# 1 - enable
# 2 - aggressive
CPU_MC_POWERSAVINGS=2
# ===================================================================================
# 3. CPU VOLTAGE SETTINGS
# ===================================================================================
# - Enables the increase or decrease of the CPU Voltages.
# (NOTE: Decreasing voltages will lower heat and power consumption of the CPU.
# Increasing it on overclocked frequencies improves stability.)
# WARNING: Too low voltages may cause instability and freezes.
# - Options are:
# 25 - Overvolt by 25 | -25 - Undervolt by 25
# 50 - Overvolt by 50 | -50 - Undervolt by 50
CPU_VOLT=0
# ===================================================================================
# 4. HOTPLUG SETTINGS
# ===================================================================================
# =============================================
# 4.1 MPDECISION SWITCH
# =============================================
# - Enables or disables the use of show-p1984's msm_mpdecision.
# - This is a in-kernel replacement for Qualcomm's hotplug binary.
# - Options are: 1 for ON and 0 for OFF
MPDEC_SWITCH=1
# ==========================================
# 4.1.1 MPDECISION SCREEN-OFF MAX FREQUENCY
# ==========================================
# - Sets the maximum frequency attainable when the screen is off.
# - Options are: Use the CPU FREQUENCY TABLE at section 2.1.1.
# (NOTE: Settings this to low values, such 300000, can cause distortions
# when listening to music.)
# - Default value: 1190400
MPDEC_SCROFF_MAX_FREQ=1190400
# ==========================================
# 4.1.2 MPDECISION SCREEN-OFF SINGLE CORE
# ==========================================
# - Toggle for allowing single core only mode when screen is off.
# - Options are: 1 for ON and 0 for OFF
MPDEC_SCROFF_SINGLE_CORE=1
# ==========================================
# 4.1.3 MPDECISION TOUCHBOOST
# ==========================================
# - Temporarily boost CPU frequencies when screen is touched.
# - Options are: 1 for ON and 0 for OFF
MPDEC_TOUCHBOOST=0
# ==========================================
# 4.1.4 MPDECISION MAX CPUS
# ==========================================
# - Maximum number of cores allowed to online.
# - Options are:
# 1 - One core only | 3 - Three cores only
# 2 - Two cores only | 4 - Allow all cores
MPDEC_MAX_CORE=4
# ==========================================
# 4.1.5 MPDECISION HOTPLUG CONTROL
# ==========================================
# - Controls how MPDECISION hotplug cores
# - Options are:
# 0 - Slow hotplugging of cores
# 1 - Default hotplugging of cores
# 2 - Fast hotplugging of cores
# 3 - CUSTOM, USE advanced.cfg
MPDEC_HOTPLUG=1
# ==========================================
# 4.1.6 MPDECISION UNPLUG CONTROL
# ==========================================
# - Controls how MPDECISION unplug cores
# - Options are:
# 0 - Slow unplugging of cores
# 1 - Default unplugging of cores
# 2 - Fast unplugging of cores
# 3 - CUSTOM, USE advanced.cfg
MPDEC_UNPLUG=1
# ===================================================================================
# 5. I/O SETTINGS
# ===================================================================================
# =============================================
# 5.1 I/O SCHEDULER
# =============================================
# - I/O schedulers decides how to prioritize and handle I/O requests.
# - I/O schedulers can have many purposes depending on the
# goal of the I/O scheduler, some common goals are:
# To minimize time wasted by hard disk seeks.
# To prioritize a certain processes' I/O requests.
# To give a share of the disk bandwidth to each running process.
# To guarantee that certain requests will be issued before a particular deadline.
# - Options are:
# bfq | noop
# cfq | row
# deadline | sio
# fifo | vr
# fiops | zen
# - Default I/O Scheduler: bfq
IO_SCHEDULER=bfq
# =============================================
# 5.2 I/O READ SPEED
# =============================================
# - Maximum number of kilobytes to read-ahead for the file-system
# - Default value: 1024
IO_READAHEAD=1024
# =============================================
# 5.3 I/O READ SPEED FOR SD CARD
# =============================================
# - Maximum number of kilobytes to read-ahead for the SD card
# - Default value: 1024
IO_SD_READAHEAD=1024
# ===================================================================================
# 6. GPU SETTINGS
# ===================================================================================
# =============================================
# 6.1 GPU SETTINGS SWITCH
# =============================================
# - Enables or disables modification to ALL the GPU Settings.
# - Options are: 1 for ON and 0 for OFF
GPU_SWITCH=1
# =============================================
# 6.2 GPU FREQUENCY SCALING
# =============================================
# =====================================
# GPU FREQUENCY TABLE (for REFERENCE)
# =====================================
# 650000000 -> 650 MHz ---OC
# 533333000 -> 533 MHz ---OC
# 450000000 -> 450 MHz
# 389000000 -> 389 MHz
# 320000000 -> 320 MHz
# 200000000 -> 200 MHz
# 100000000 -> 100 MHz
# =====================================
# 6.2.1 GPU MAX FREQUENCY
# =====================================
# - Sets the maximum frequency the GPU scales up to.
# - Default Maximum: 450000000
GPU_MAX=450000000
# =====================================
# 6.2.2 GPU MIN FREQUENCY
# =====================================
# - Sets the minimum frequency the GPU scales down to.
# - Default Minimum: 200000000
GPU_MIN=200000000
# =============================================
# 6.3 GPU GOVERNOR
# =============================================
# =====================================
# 6.3.1 GPU GOVERNORS
# =====================================
# - Enables or disables the GPU Performance Governor.
# (WARNING: Only use this governor for benchmarking purposes.)
# - Options are: 1 for ON and 0 for OFF
GPU_PERFORMANCE=0
# =====================================
# 6.3.2 GPU UP THRESHOLD
# =====================================
# - Adjusts the threshold to ramp up GPU frequencies.
# - Default GPU up threshold: 50
GPU_UP=50
# =====================================
# 6.3.3 GPU DOWN THRESHOLD
# =====================================
# - Adjusts the threshold to ramp down GPU frequencies.
# - Default GPU down threshold: 25
GPU_DOWN=25
# ===================================================================================
# 7. GAMMA SETTINGS
# ===================================================================================
# =============================================
# 7.1 GAMMA PRESET
# =============================================
# - Enables or disables Chet's gamma profile.
# - Options are: 1 for ON and 0 for STOCK
GAMMA_PRESET=1
# =============================================
# 7.2 BACKLIGHT DIMMER
# =============================================
# =====================================
# 7.2.1 BACKLIGHT DIMMER SWITCH
# =====================================
# - Allows you to adjust the LCD screen brightness lower than is possible
# with stock.
# - Options are: 1 for ON and 0 for OFF
BDM_SWITCH=1
# =====================================
# 7.2.2 MINIMUM BRIGHTNESS
# =====================================
# - Sets Minimum Backlight: Range 1 - 100
# - Default value: 5
BDM_MIN=5
# ===================================================================================
# 8. SOUND SETTINGS
# ===================================================================================
# =============================================
# 8.1 SOUND ENGINE
# =============================================
# - Specify which sound engine is included with the kernel.
# NOTE 1: UberKernel specifies which sound engine is included in the kernel.
# NOTE 2: FAUX AND FRANCO WILL ONLY WORK WITH THE RIGHT KERNEL
# - Options are:
# franco | faux | stock
SOUND_ENGINE=faux
# =============================================
# 8.2 FRANCO SOUND SETTINGS
# =============================================
# =====================================
# 8.2.1 FRANCO MIC INPUT LEVEL
# =====================================
# - Controls the mic input levels
FRANCO_MIC=1
# =====================================
# 8.2.2 FRANCO CALL OUTPUT LEVEL
# =====================================
# - Controls the call output levels
FRANCO_CALL=2
# =====================================
# 8.2.3 FRANCO SPEAKER OUTPUT LEVEL
# =====================================
# - Controls the loud speaker output levels
FRANCO_SPEAKER=2
# =====================================
# 8.2.4 FRANCO HEADPHONE OUTPUT LEVEL
# =====================================
# - Controls the Headphones output levels
FRANCO_VOLUME=1
# =============================================
# 8.3 FAUX SOUND SETTINGS
# =============================================
# =====================================
# 8.3.1 FAUX MIC INPUT LEVEL
# =====================================
# - Controls the mic input levels
# - Default value: 0
FAUX_MIC=0
# =====================================
# 8.3.2 FAUX MIC INPUT LEVEL FOR CAM
# =====================================
# - Controls the camera mic input levels
# - Default value: 1
FAUX_CAM=1
# =====================================
# 8.3.3 FAUX SPEAKER OUTPUT LEVEL
# =====================================
# - Controls the loud speaker output levels
# - Default value: 254
FAUX_SPEAKER=254
# =====================================
# 8.3.4 FAUX HEADPHONE OUTPUT LEVEL
# =====================================
# - Controls the Headphones output levels
# - Default value: 254
FAUX_HEAD=254
# =====================================
# 8.3.5 FAUX POWER AMP LEVEL
# =====================================
# - Controls the Headphones output levels (Lower = LOUDER)
# - Default value: 33
FAUX_POW=33
# =====================================
# 8.3.6 FAUX LOCK
# =====================================
# - Prevents system from resetting to stock if it freaks out
# - Default value: 1
FAUX_LOCK=1
# ===================================================================================
# 9. MEMORY SETTINGS
# ===================================================================================
# =============================================
# 9.1 ZRAM SETTINGS
# =============================================
# =====================================
# 9.1.1 ZRAM SWITCH
# =====================================
# - Compresses ram to speed up read and write speeds when
# a device doesn't have enough ram of its own. (Can slow
# down devices with a lot of ram)
# - Options are: 1 for ON and 0 for OFF
ZRAM_SWITCH=1
# =====================================
# 9.1.2 ZRAM COMPRESSION
# =====================================
# - ZRAM compression algorithm to be used. LZ4 is currently the fastest.
# - Options are: lz4 | lzo
ZRAM_COMPRESSION=lz4
# =====================================
# 9.1.3 ZRAM DISK SIZE (MB)
# =====================================
# - Size of your virtual compressed memory drive.
# - Options are: 256 | 512 | 1024
ZRAM_DISKSIZE=512
# =============================================
# 9.2 VIRTUAL MACHINE SETTINGS
# =============================================
# =====================================
# 9.2.1 SWAPPINESS
# =====================================
# - This control is used to define how aggressive the kernel will swap
# memory pages. Higher values will increase agressiveness, lower values
# decrease the amount of swap. A value of 0 instructs the kernel not to
# initiate swap until the amount of free and file-backed pages is less
# than the high water mark in a zone.
# (NOTE:This also affect how aggressive ZRAM will work.)
# - Swappiness range: 1 - 100
# - Default swappiness: 60
SWAPPINESS=10
# =====================================
# 9.2.2 DIRTY RATIO
# =====================================
# - Contains, as a percentage of total available memory that contains free
# pages and reclaimable pages, the number of pages at which a process which
# is generating disk writes will itself start writing out dirty data. The
# total available memory is not equal to total system memory.
# - Default dirty ratio: 20
DIRTY_RATIO=20
# =====================================
# 9.2.3 DIRTY BACKGROUND RATIO
# =====================================
# - Contains, as a percentage of total available memory that contains free pages
# and reclaimable pages, the number of pages at which the background kernel
# flusher threads will start writing out dirty data. The total avaiable memory
# is not equal to total system memory.
# - Default dirty background ratio: 5
DIRTY_BACKGROUND_RATIO=40
# =====================================
# 9.2.4 DROP CACHES
# =====================================
# - Dropping caches will force rebuild of file system cache based on actual
# app usage rather than boot/startup processes.
# - Use value of 3 for best file system read/write performance or you can
# try something in between.
# - The drop_caches command valid values are:
# 0 - default
# 1 - free pagecache
# 2 - free dentries, inodes
# 3 - free pagecache, dentries, inodes
DROP_CACHES=3
# =====================================
# 9.2.5 FS WRITEBACK DELAY MODE
# =====================================
# - This command delays auto fs writebacks or file system bits cached in
# RAM while Screen is ON. Enable this feature for better performance.
# - Note this adds a slight risk of possible data loss if you phone crashes
# while screen is on.
# - Options are: 1 for ON and 0 for OFF
FS_DELAY=1
# =============================================
# 9.3 KERNEL SAMEPAGE MERGING
# =============================================
# - KSM decreases memory usage by sharing identical memory pages amongst different
# processes.
# - Options are: 1 for ON and 0 for OFF
KSM=1
# ===================================================================================
# 10. WAKE SETTINGS
# ===================================================================================
# =============================================
# 10.1 WAKE CONTROL SWITCH
# =============================================
# - Enables or Disables Modifying the Wake Control Settings.
# - Options are: 1 for ON and 0 for OFF
WAKE_CONTROLS=1
# =============================================
# 10.2 DOUBLE TAP TO WAKE
# =============================================
# - Double Tap on the screen to wake up the device.
# - Options are:
# 0 - Disable
# 1 - BOTTOM half of screen
# 2 - FULL screen
DT2W=0
# =============================================
# 10.3 SWEEP TO WAKE/SLEEP
# =============================================
# - Swipe across the nav bar to sleep/wake
# - Options are:
# 0 - Disable
# 1 - Sweep To Wake and Sweep to Sleep
# 2 - Sweep To Sleep Only
S2WS=0
# =============================================
# 10.4 POWER KEY SUSPEND
# =============================================
# - To stop wake controls when screen is turned off by power key
# - Options are: 1 for ON and 0 for OFF
PWRKEY=0
# =============================================
# 10.5 WAKE TIMEOUT
# =============================================
# - Stop wake controls after screen is left off for some time.
# - Options are: time (in seconds)
TIMEOUT=0
# ===================================================================================
# 11. MISCELLANEOUS SETTINGS
# ===================================================================================
# =============================================
# 11.1 TCP CONGESTION CONTROL
# =============================================
# - Sets the algorithm of internet congestion avoidance, to
# possibly improve speeds and load times.
# - Options are:
# - bic | cubic | highspeed | htcp | hybla | illinois | lp
# - reno | scalable | vegas | veno | yeah | westwood
TCP=veno
# =============================================
# 11.2 DYNAMIC FSYNC
# =============================================
# - If enabled, this will defer the sync operations of the filesystem while screen
# is on, which can improve the device performace. When the screen is off, a flush is
# called to synchronize all outstanding writes keeping your data safe.
# - Read more from here: http://forum.xda-developers.com/galaxy-s3/orig-development/thread-closed-t1949904/post33731930
# - Options are: 1 for ON and 0 for OFF
DYNAMIC_FSYNC=1
# =============================================
# 11.3 POWER SUSPEND
# =============================================
# - Power suspend is a new Kernel Power Management Driver which replaces the
# deprecated Early Suspend PM driver for older Android/Kernel combinations.
# - It has several modes. Userspace mode allows user to control power suspend
# on/off manually. All other modes, the power suspend is controlled by kernel
# automatically.
# - Recommended On for better battery savings while screen is off.
# - Options are:
# 0 - AUTOSLEEP | 2 - LCD_PANEL
# 1 - USERSPACE | 3 - HYBRID
POWER_SUSPEND=1
# =============================================
# 11.4 VIBRATION INTENSITY
# =============================================
# - Adjusts the vibration intensity
# - Default vibration intensity: 63
VIB=100
# =============================================
# 11.5 USB FAST CHARGE
# =============================================
# =====================================
# 11.5.1 FAST CHARGE SWITCH
# =====================================
# - If enabled, device will charge faster when connected through USB.
# NOTE: Enabling this will disable access to phone storage via USB.
# - Options are:
# 0 - OFF
# 1 - ON
# 2 - CUSTOM (set FC_LEVEL below)
FAST_CHARGE=2
# =====================================
# 11.5.2 FAST CHARGE LEVEL
# =====================================
# - Fast charge voltage configuration.
# - WARNING: Incorrect use of voltage can damage your phone or USB ports
# - Options are (in mA):
# 500 | 900 | 1200 | 1500 | 2000
# - Recommended voltage configuration:
# 500 as MAX for USB 2.0
# 900 as MAX for USB 3.0
# 1500 as MAX for Wall Charger
FC_LEVEL=1500
# =============================================
# 11.6 BATTERY LIFE EXTENDER
# =============================================
# - It is used to set a limit for the capacity to which the battery will be charged,
# preventing the battery to wear out fast.
# - Currently not working correctly from what I've heard for this device.
# - Default Value: 97
BLX=100
# ===================================================================================
# 12. MODULES
# ===================================================================================
# =============================================
# 12.1 FRANDOM
# =============================================
# - Frandom is a Linux kernel random number generator, which is 10-50 times
# faster than what you get from Linux' built-in /dev/urandom. And it uses very
# little (/dev/frandom) or none (/dev/erandom) of the kernel's entropy pool, so
# it is very useful for applications that require a handy source for lots of
# random data. Read more @ http://billauer.co.il/frandom.html
# - Options are: 1 for ON and 0 for OFF
FRANDOM=1
# =============================================
# 12.2 EXFAT
# =============================================
# - This module is used to read/access mass storages that are formatted in ExFAT
# - Options are: 1 for ON and 0 for OFF
EXFAT=0

You make my N5 lag with that post

How to use frandom? Can u explain

ccab said:
You make my N5 lag with that post
Click to expand...
Click to collapse
+1
Sent from my Nexus 5 using Tapatalk

Can you post that cfg into a file and attache it?
Sent from my Nexus 5 using Tapatalk

um, good for you? to me that setup is lacking very much, and/or includes too much just junk. looks like your friends dont know much.

simms22 said:
um, good for you? to me that setup is lacking very much, and/or includes too much just junk. looks like your friends dont know much.
Click to expand...
Click to collapse
That's the .cfg file for the Uber kernel. It includes all the configurables. It looks like he's using the default values except for the CPU governor.

Wakamatsu said:
That's the .cfg file for the Uber kernel. It includes all the configurables. It looks like he's using the default values except for the CPU governor.
Click to expand...
Click to collapse
lol

Next time just upload the .cfg txt file, not a copy pasta -_-

Wow dat post such worthless many stupid.

That hurt my eyes and head! Mama Mia!!

Serious lag looking through this lol

What exactly is the point of this thread???
Not everyone is going to run what you have on your phone and a lot of people use ART.
All I see is OP looking for imaginary internet points for his post..
Useless post is useless.
Benchmark thread here: http://forum.xda-developers.com/showthread.php?p=47004928
Battery thread here http://forum.xda-developers.com/showthread.php?p=47053220
Use the above thread to post this.
Don't create another thread simply because your friends "fell in love" with your set up.
And please use this thread http://forum.xda-developers.com/showthread.php?p=49133262 if you want to post random crap no one cares about.

Umm congrats?

"With this faboulouss setup aLL me and my silly sailor friendsss jusst abssolutely are infatuated with what i dids to my Nexuss 5. Ya silly ssailors!"

Woooooopyyyyyyy
Sent from my Nexus 5 using XDA Free mobile app

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Seen as the config is basically the exact same as original there is no need for this thread, as others mentioned in future post your config instead.
Thread closed

Related

[KERNEL] [P6800 JB 4.1.2] [22 Mar] ROOT | ExTweaks | exFAT | SkyHigh Kernel [5.0.0]

[KERNEL] [P6800 JB 4.1.2] [22 Mar] ROOT | ExTweaks | exFAT | SkyHigh Kernel [5.0.0 FINAL]
** FOR P6800 (GSM/3G) device running JB 4.1.2 DXMD3 ONLY !! **
I am UpInTheAir part time kernel dev (hack) and Chef of SGT 7.7 JB & ICS ROMs, and now bring to you my P6800 Jellybean SkyHigh Kernel.
-- STABLE FINAL RELEASE --
* I don't pretend to know everything, so if you can be constructive and help out this project, please do so. You will find allot of answers by searching gitHub, XDA and SEARCH
FEATURES
* Based on official Samsung source JB DXMD3
* AUTO ROOT (only if you don't already have it)
insecure kernel
su binary 1.91
SuperSU 1.91
busyBox 1.20.2 linusyang installed to system/sbin​
* STABLE - under SkyHigh "default" values & conditions
* ExTweaks app support for almost all kernel configurations + more !!
Many descriptions are in the app ! If you require more info, don't be lazy, please SEARCH like I did !
CPU
Boot boost CPU freq
Boost CPU freq (not fully tested)
Cortex wakeup boost (not fully tested)
Max normal freq
CPU freq OC / UC
CFS settings – Arch power
CPU idle mode (sleep & awake)
Scaling max suspend freq
Scaling min suspend freq
Scaling min standby freq
CPU temp throttle
CPU VOLTAGE
Set voltage individually for each 18-step freq
CPU TUNING (Awake & Sleep)
Set default CPU governor
Set governor configuration
Enable/disable hotplug
BUS
Bus voltage group
Thresholds
IO Tuning
Int/ext sdcard read-ahead cache
Dynamic Fsync control
Dynamic dirty page writeback control
IO scheduler (awake & sleep)
MEMORY TUNING
OOM control (screen on/off)
Dirty background ratio
Dirty ratio
Clean RAM cache
zRAM
Swappiness
zRAM stats
KSM control
GPU CONTROL
VPLL/MPLL mode
Freq control
Voltage control
Threshold control
Stay-count control
DISPLAY
FB early suspend delay (CRT TV off animation for SUPPORTED ROM)
Touch screen sensitivity
SOUND
Master volume gain
Headphone
Mic
Speaker
TWEAKS
- CortexBrain-Background-Process control
- Check CortexBrain-Background-Process Service
TCP security
TCP speed
TCP RAM
IPV6 (enabled by default - does not actually switch off)
CPU
Memory
System
Kernel
IO
OTHER
- Cron Task Control
- Test Cron task service
- Cron reset
Clean RAM cache task every hour
Update AD blocker task every week
DB optimizing (sqlite3) task every day
Clean app cache task every day
Zipalign task every day
fstrim lagfix task every day
Cron test task jobs
Zipalign apps now
Zipalign on boot
DB optimization (sqlite3) now
DB optimization (sqlite3) on boot
Battery scaling calibration (fuel-gauge reset) now
Ad blocker update now
Remove Ad blocker
FILE SYSTEM MAINTENANCE / REPAIR
Partitions scan
Data FS repair on boot
extSdCard repair on boot
Fix permissions on boot
Fix permissions now
Trim FS partitions (fstrim lagfix) on boot
Trim FS partitions (fstrim lagfix) now
INIT.D SUPPORT
Enable init.d script run control
USB MASS STORAGE (UMS) MODE
MTP <> Mass storage mode
WIFI & GPS
Clean WIFI lease
TCP congestion control
GPS region
GPS zone check
Update time
ROOT
Install root now
Remove root now
Root check
Auto install root on boot
MODULES
Frandom control
XPAD control
ISO CD-ROM control
UDF CD-ROM/DVD control
PROFILES
Profile check
UpInTheAir & SkyHigh Default (you can configure & save values for each, but not change the actual profile name)
BACKUP & RESTORE
Backup User settings now
Restore User settings now
RE-BOOT
Re-boot into Recovery
BUG-REPORT
Kernel bug-report
App bug-report
Android logger control
Kernel printk control
Module logger control
INFO
* SkyHigh default CPU min/max 200 > 1400 MHz (13-step)
* 18-step CPU 100 > 1800 MHz (Recommend setting 200-1400/1600 MHz)
Default = 13-step 200 > 1400 MHz
Stock = 6-step 200 > 1400 MHz​
* No UV for stock frequencies 200-500-800-1000-1200-1400 MHz
* 4-step GPU : Default = 160-200-267-400 MHz
MPLL mode = 4-step GPU (default)
Stock = 2-step GPU (160-267 MHz)
Min freq = 50 MHz
Max MPLL freq = 400 MHz
Max VPLL freq = 520 MHz
Voltage = 800 > 1200 mV (+/- 50 mV increments)​
* GPU UV / UC / OC
160 MHz = 950 mV (-50 mV > stock 1000 mV)
200 MHz = 1000 mv
267 MHz = 1050 mV (-50 mV > stock 1100 mV)
400 MHz = 1100 mV​
* GPU Control
freq clock
voltage
step thresholds
stay counts​
GPU BENCHMARK BEFORE (3DMark app)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
GPU BENCHMARK AFTER @ 400 MHz (3DMark app)
* GPU VPLL mode optional
For devices that can't handle VPLL – use MPLL mode instead
http://forum.xda-developers.com/showpost.php?p=33720501&postcount=4181&nocache=1&z=1048045007703282
* Busfreq up & down threshold control
Stock / SkyHigh default = 23
* Busfreq (memory) voltage group
default group = 1 (stock)
available group options 1 > 7
L0 = 400 L1 = 267 L2 = 160 MHz
1 > {1150000, 1050000, 1050000} SkyHigh default / stock
2 > {1125000, 1025000, 1025000}
3 > {1100000, 1000000, 1000000}
4 > {1075000, 975000, 975000}
5 > {1050000, 950000, 950000}
6 > {1025000, 950000, 925000}
7 > {1000000, 925000, 900000}
* Set L2 bus (memory) speed from 133 > 160 MHz
- Default MHz now:
L0 = 400
L1 = 267
L2 = 160 MHz / 1000 mV (stock = 133 MHz / 950 mV)
* Adaptive vfs_cache_pressure on suspend / resume
Hard coded values :
- Set @ 10 = save battery on device suspend
- Set @ 60 = better smoothness on device resume
Low vfs_cache pressure values save battery while idle, while a low value also causes stutter with longer up times.
* Governors
pegasusq = SkyHigh default (siyah kernel version & "freq for responsiveness" tweaked to 500 MHz by me)
HYPER
scary
wheatley
abyssplug
lulzactiveq (siyah kernel version & tweaked by me)
lazy
hotplug
ondemand
performance
ZZMoove 0.7d​
* IO schedulers
SIO = SkyHigh default
ROW
VR
NOOP
Deadline
CFQ​
* SOUND CONTROL via ExTweaks app
* Thunderbolt scheduler IO Tweaks [pikachu01]
* Implemented kernel to report USB trickle charge (previously just reports discharging).
- Those devices without modified SystemUI.apk will now show battery charging animation whilst on USB power source
* Force USB charging source to be detected as AC
- faster USB charge using same circuitry
- limited by:
1. charging source max output
2. kernel - up to max 1500 mA (same is actual AC)​
* Auto set init.d scripts to 777 – no need to manually set script permissions, just drop in & reboot
* Reduced GUI lag
- Frandom
- fstrim lagfix - NOT ENABLED BY DEFAULT
- Disabled gentle fair sleepers
- RAM management OOM adj & minfree values from V6SuperCharger​
* Improved touch-screen sensitivity (on both battery and charge)
* Mount partitions NOATIME and NODIRATIME by default
* R/W and auto-mounting of exFAT USB-OTG & external sdcard using official Samsung Open Source modules v1.2.5
* modded ROM /system/etc/vold.fstab to permit exFAT mounting
* NTFS R/W OTG file system support (require app to mount)
* UDF/ISO file system support - BluRay (require app to mount) - not tested !
* Network filesystem support
In-built CIFS
In-built NFS (not tested)​
* TCP algorithms
- cubic = default
- reno
- westwood+ (some users of other devices have reported faster network throughput speeds)​
* In-built zRAM support
* LZ4 compression implemented & enabled for zRAM [psndna88 & Yank555.lu]
* Support paging of anonymous memory (Swap)
* General optimized for size
* Kernel compression = xz
* Support for iPad, iPhone, iPhone_3G/S, iPhone_4/4S, iPhone_5 (not tested as I don't own "rotten fruit" )
* UV motor -100 mV (3.1V → 3.0V)
* UV LED -100 mV (3.2V → 3.1V)
* fbearlysuspend control - allow CRT-off animation in SUPPORTED ROMs)
* Thermal throttle control (default on) – be careful here, do you want to melt your CPU?
* Dynamic read-ahead implemented and set at 1024 KB (variable)
* Int/External sdcard read ahead cache = variable KB
* Internal & external sdcard IO schedulers = SIO
* Dynamic FSync control v1.2 implemented and enabled
* Dynamic management of dirty page writebacks
* Android Logger Control disabled
* Linux printk Control disabled
* KSM support
* Custom bootanimation support
* Custom boot sound support
* Support for XPAD gamepad & rumblepad controller
* Reduce Android logger RAM usage
* Disabled kernel debugging to reduce zImage size
* Disabled some module logging
* Disable mali tracking debug
* Disable zRAM debug
* Triangle Away app support
* vm swappiness = 20 (performance)
* Free pagecache. dentries and inodes will be managed by /proc/sys/vm/vfs_cache_pressure
echo "1" > /proc/sys/vm/drop_caches
* System property accessory tweak values from V6SuperCharger
dalvik.vm.heapgrowthlimit 130m
dalvik.vm.heapsize 130m
persist.sys.purgeable_assets 1
windowsmgr.max_events_per_sec 90 (200 set as SkyHigh default)
* Virtual memory & kernel tweak
# values from V6SuperCharger & Kick Ass Kernelizer [[email protected]]
echo "10" > /proc/sys/fs/lease-break-time
echo "0" > /proc/sys/kernel/panic
echo "0" > /proc/sys/kernel/panic_on_oops
echo "0" > /proc/sys/vm/block_dump
echo "60" > /proc/sys/vm/dirty_background_ratio
echo "95" > /proc/sys/vm/dirty_ratio
echo "0" > /proc/sys/vm/laptop_mode
echo "15360" > /proc/sys/vm/min_free_kbytes
echo "4" > /proc/sys/vm/min_free_order_shift
echo "0" > /proc/sys/vm/oom_dump_tasks
echo "0" > /proc/sys/vm/oom_kill_allocating_task
echo "1" > /proc/sys/vm/overcommit_memory
echo "0" > /proc/sys/vm/panic_on_oom
#echo "20" > /proc/sys/vm/swappiness ########### Already implemented
#echo "10" > /proc/sys/vm/vfs_cache_pressure ########### Implemented adaptive vfs_cache_pressure on suspend (10) / resume (60)
* Misc tweaks for battery life
# values from V6SuperCharger & Kick Ass Kernelizer [[email protected]]
echo "65536" > /proc/sys/kernel/msgmax
echo "2048" > /proc/sys/kernel/msgmni
echo "500 512000 64 2048" > /proc/sys/kernel/sem
echo "2097152" > /proc/sys/kernel/shmall
echo "268435456" > /proc/sys/kernel/shmmax
echo "4096" > /proc/sys/kernel/shmmni
#
echo "524288" > /proc/sys/fs/file-max
echo "32000" > /proc/sys/fs/inotify/max_queued_events
echo "256" > /proc/sys/fs/inotify/max_user_instances
echo "10240" > /proc/sys/fs/inotify/max_user_watches
echo "0" > /proc/sys/kernel/sched_child_runs_first
echo "524288" > /proc/sys/kernel/threads-max
* TCP Speed & Security
# values from V6SuperCharger & Kick Ass Kernelizer [[email protected]]
# 3G TurboCharger Enhancement
#
# Google's public DNS settings
#
/system/bin/setprop net.dns1 8.8.8.8 ########### Not sticking
/system/bin/setprop net.dns2 8.8.4.4
#
# ReadMin, ReadInitial, ReadMax, WriteMin, WriteInitial, WriteMax
/system/bin/setprop net.tcp.buffersize.default 6144,87380,110208,6144,16384,110208
/system/bin/setprop net.tcp.buffersize.wifi 262144,524288,1048576,262144,524288,1048576
/system/bin/setprop net.tcp.buffersize.lte 262144,524288,3145728,262144,524288,3145728
/system/bin/setprop net.tcp.buffersize.hsdpa 6144,262144,1048576,6144,262144,1048576
/system/bin/setprop net.tcp.buffersize.evdo_b 6144,262144,1048576,6144,262144,1048576
/system/bin/setprop net.tcp.buffersize.umts 6144,87380,110208,6144,16384,110208
/system/bin/setprop net.tcp.buffersize.hspa 6144,87380,262144,6144,16384,262144
/system/bin/setprop net.tcp.buffersize.gprs 6144,8760,11680,6144,8760,11680
/system/bin/setprop net.tcp.buffersize.edge 6144,26280,35040,6144,16384,35040
#
# Queue size modifications
echo "20480" > /proc/sys/net/core/optmem_max
#echo "262144" > /proc/sys/net/core/rmem_default
echo "1048576" > /proc/sys/net/core/rmem_max
#echo "262144" > /proc/sys/net/core/wmem_default
echo "1048576" > /proc/sys/net/core/wmem_max
echo "50" > /proc/sys/net/unix/max_dgram_qlen
#
# Be sure that autotuning is in effect
echo "1" > /proc/sys/net/ipv4/tcp_moderate_rcvbuf
#
echo "0" > /proc/sys/net/ipv4/ip_no_pmtu_disc
echo "1" > /proc/sys/net/ipv4/route/flush
echo "0" > /proc/sys/net/ipv4/tcp_ecn
echo "1" > /proc/sys/net/ipv4/tcp_fack
echo "1" > /proc/sys/net/ipv4/tcp_rfc1337
#echo "6144 87380 1048576" > /proc/sys/net/ipv4/tcp_rmem ########### Not sticking
echo "1" > /proc/sys/net/ipv4/tcp_sack
echo "0" > /proc/sys/net/ipv4/tcp_timestamps
echo "1" > /proc/sys/net/ipv4/tcp_window_scaling
#echo "6144 87380 1048576" > /proc/sys/net/ipv4/tcp_wmem ########### Not sticking
echo "6144" > /proc/sys/net/ipv4/udp_rmem_min
echo "6144" > /proc/sys/net/ipv4/udp_wmem_min
#
# Re-use sockets in time-wait state
echo "1" > /proc/sys/net/ipv4/tcp_tw_recycle
echo "1" > /proc/sys/net/ipv4/tcp_tw_reuse
#
# Hardening the TCP/IP stack to SYN attacks
echo "1024" > /proc/sys/net/ipv4/tcp_max_syn_backlog
echo "2" > /proc/sys/net/ipv4/tcp_syn_retries
echo "2" > /proc/sys/net/ipv4/tcp_synack_retries
#
# Bump up tw_buckets in case we get DoS'd
echo "16384" > /proc/sys/net/ipv4/tcp_max_tw_buckets
#
# Ignore pings
echo "1" > /proc/sys/net/ipv4/icmp_echo_ignore_all
#
# Don't reply to broadcasts (prevents joining a smurf attack)
echo "1" > /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts
#
# Enable bad error message protection (should be enabled by default)
echo "1" > /proc/sys/net/ipv4/icmp_ignore_bogus_error_responses
#
# Don't cache connection metrics from previous connection
echo "1" > /proc/sys/net/ipv4/tcp_no_metrics_save
#
echo "15" > /proc/sys/net/ipv4/tcp_fin_timeout
echo "30" > /proc/sys/net/ipv4/tcp_keepalive_intvl
echo "5" > /proc/sys/net/ipv4/tcp_keepalive_probes
echo "1800" > /proc/sys/net/ipv4/tcp_keepalive_time
#
# Don't pass traffic between networks or act as a router
# Disable IP Packet forwarding (should be disabled already)
echo "0" > /proc/sys/net/ipv4/ip_forward
#
echo "0" > /proc/sys/net/ipv4/conf/all/send_redirects
echo "0" > /proc/sys/net/ipv4/conf/default/send_redirects
#
# Enable spoofing protection (turn on reverse packet filtering)
echo "1" > /proc/sys/net/ipv4/conf/all/rp_filter
echo "1" > /proc/sys/net/ipv4/conf/default/rp_filter
#
# Don't accept source routing
echo "0" > /proc/sys/net/ipv4/conf/all/accept_source_route
echo "0" > /proc/sys/net/ipv4/conf/default/accept_source_route
#
# Don't accept redirects
echo "0" > /proc/sys/net/ipv4/conf/all/accept_redirects
echo "0" > /proc/sys/net/ipv4/conf/all/secure_redirects
echo "0" > /proc/sys/net/ipv4/conf/default/accept_redirects
echo "0" > /proc/sys/net/ipv4/conf/default/secure_redirects
* Power saving tweaks
pm.sleep_mode 1
ro.ril.disable.power.collapse 1
wifi.supplicant_scan_interval 180
CREDITS
* My family !!
* Samsung
* XDA
* wanam repo, ezykernel ICS diff, Ryuinferno, CM, boeffla, GM, redpill more to add yet
* Chainfire for root
* GM - siyah kernel
* AndreiLux
* dorimanx
* Christopher83
* zeppelinrox - V6SuperCharger - KAK - 3G TurboCharger values and Fix Emissions script
* idcrisis for permission to implement CrossBreeder entropy into kernel - no success as yet...
* pikachu01 FOR SOME tHUNDERBOLT TWEAKS
* Suxsem for fstrim
* XDA devs that I cherry pick code, values & ideas from. The list is never ending...
* edan1979 for excellent feedback & also nutley for volunteering to test
GPL COMPLIANT - SOURCE: >> GitHub
.
Download & change-log
DOWNLOAD & CHANGE-LOG
** DISCLAIMER : FLASH AT YOUR OWN RISK **
WARNING :
* Under-volting can cause instability
* Over-clocking can cause freeze/reboot, heat & damage to CPU, GPU or other hardware
* Any customizations may void warranty
P6800 GSM/3G JB 4.1.2 DXMD3 ONLY
INSTALLATION
** DO NOT USE ANY 3RD PARTY TWEAKS OR “PERFORMANCE” TYPE APPS & REMOVE ALL ROM /KERNEL SCRIPTS FROM /system/etc/init.d FOLDER **
1. NANDROID (just in case)
2. Have installed any P6800 JB 4.1.2 ROM based from official Samsung sources
3. Remove any previous CPU control settings from starting at boot, remove any 3rd party tweaks etc
4. Flash in custom recovery (CWM or TWRP) to auto wipe previous kernel profile remnants ie. crontab. logs & /data/.siyah folder
5. If requested by Recovery to install SU, DO NOT. Instead - Let the kernel do it on boot
SkyHigh Kernel : Latest release is v5.0.0 FINAL ExTweaks Edition
CWM.zip v5.0.0 FINAL http://d-h.st/n3S
Archive : Working CWM Official Released Legacy Versions (UNSUPPORTED)
v0.7
v1.0.3
v2.0.8
v2.1.0
v2.2.0
v2.7.0
v2.8.0
v3.2.0
v3.3.0
v3.4.2
v3.5.0
v3.6.0
v3.7.0
v3.8.0
v3.9.1
v4.0.0
v4.1.0
v4.2.0 - Stable for some users (4-step GPU control)
v4.3.0
v4.4.0
v4.6.0
v4.6.1
v4.7.0b
v4.8.0b
v4.9.0b
-------------------------------------------------------------------
Stock Kernel :
CWM.zip DXMD3 http://d-h.st/tKE
ODIN.tar DXMD3 http://d-h.st/yxr
++ PLEASE DO NOT REDISTRIBUTE - LINK HERE INSTEAD ++
BUGS
* Check if it is actually a stock firmware bug first using stock kernel -BEFORE- posting in this thread or elsewhere
1. Random screen tint reported on both stock & SkyHigh kernels using CPU control app (Read Post #3)
2. Screen OFF reboot with ONLY SkyHigh DEFAULT kernel settings ( no "performance" type apps, scripts etc) Please read ISSUES section for help or flash v4.2.0 for stabilty
.
.
FAQ & HELP
FAQ & HELP
MY RECOMMENDATIONS
* Governor = pegasusq, lulzactiveq, or ZZMoove
* IMO = Performance → → Battery
1. on-demand
2. pegasusq (snappy, but easier on battery than on-demand)
3. lulzactiveq
4. ZZMoove​
* Scheduler = SIO
* CPU freq = 200-1400/1600 MHz
* CPU vdd levels = SkyHigh "defaults"
* Enable zRAM for better mulitasking
* CPU Control app = ExTWeaks
Don't forget to use only one Control app at a time. They will conflict !
ISSUES?
1 Remove any kernel related init.d tweaks, 3rd party performance type apps etc
2 Wipe your CPU control app(s) data (menu > settings > applications > "your control app(s)" > clear data/cache)
3 Use only ONE CPU control app ! USE EXTweaks
4 Open SuperSU app > settings > full unroot (or unroot from with EXTweaks options)
5 Boot into recovery and wipe cache & dalvik cache
6 Re-flash SkyHigh Kernel
7 If requested by recovery - DO NOT install root (let the kernel do it)
9 Reboot
8 If still issue such as bootloop etc, try using MPLL mode for GPU, and or increase GPU voltages +50 mV
9 Try a kernel "legacy" versions
10 Back to stock for you
RANDOM SCREEN TINT AFTER CHANGING GOVERNOR
* Turn screen OFF-ON
* Use only SkyHigh defaults values
* Don't use a CPU control app to change kernel settings - Use init.d script instead
* OR IF IT BOTHERS YOU,...... DON'T USE THE KERNEL
zRAM
Info here : (INFO)What is zram and how does it work???
LOGS
* You can find various ExTweaks logs in the /data folder:
/data/.siyah
/data/extSdCard_fix.log
/data/fsrepair.log
/data/fstrim_lagfix.log
/data/Ran_FixEmissions.log
/data/sqlite.log
/data/zipalign.db
/data/zipalign.log
/data/crontab
PREVENT/REDUCE SCREEN-OFF FLICKER FOR CRT-OFF ANIMATION ENABLED ROMs
* Set fbearlysuspend msleep between 100 and 500 ms
* Set to 0 if you haven't any CRT-off animation mod
DYNAMIC MANAGEMENT OF DIRTY PAGE WRITEBACKS
* [Christopher83]
This feature allows to have two different intervals for dirty page
writebacks and to dynamically manage them when the system has been
resumed (it's active) or when has been suspended.
Three new procfs parameters are exposed inside /proc/sys/vm path:
- dynamic_dirty_writeback is the activation status of this feature,
set 1 to enable it, set 0 to disable it and use the standard behaviour
- dirty_writeback_active_centisecs is the interval for the dirty page
writebacks when the system is active (screen on)
- dirty_writeback_suspend_centisecs is the interval for the dirty page
writebacks when the system is suspended (screen off)
This feature is in part inspired on Francisco Franco's patch:
https://github.com/franciscofranco/mako/commit/34d79548cf16b69c7d0154836018e7f258a22947
Click to expand...
Click to collapse
WHAT IS A CUSTOM KERNEL
* First of all, watch this : Android Basics 101: Understanding Kernels – XDA Developer TV
* Is usually' modified and complied from source.
* My very first successfully compiled kernel just included the "SkyHigh" name. I suppose you could call that a modified "stock" kernel. On the other hand, you could also argue that any firmware modified from either official or built from sources could be called "custom".
HAVE THE STOCK KERNELS ATTACHED BEEN MODIFIED
* If you are referring to the stock MD3 kernels in Post #2, NO
* I just extracted the zImage from official firmware and repackaged for flashing via custom recovery or Odin. There are no changes made to the zImage. I have no plans to modify these.
ENTROPY
* MAX pool sixe 4096
* It's not instant, just use your device and it will grow.
* No need for entropy generator apps that consume battery (use extra CPU cycles)
WHAT ARE GOVERNORS / SCHEDULERS ETC
* Excellent source of info by droidphile :
[REF][TWEAKS] Kernel Governors, Modules, I/O Schedulers, CPU Tweaks, AIO App Configs
FSTRIM LAGFIX
* fstrim is more of a maintenance binary. Android 4.2.2 and below are more prone to lag over time and prevalent as your internal storage is used up.
* Trims system, preload, data & cache partitions
* fstrim binary set to run by init.d 90lagfix script after boot to reduce impact on boot time
* A manual reboot once a week is suggested. Those users who have ample internal storage and or recently formatted their partitions via ROM flash or Nandroid restore may see little difference for now.
* More info : Google yourself or Nexus Storage Performance Over Time & TRIM 20130829
CUSTOM BOOT ANIMATION SUPPORT
1. copy bootanimation.zip to /system/media/ folder (mount folder r/w to paste)
2. ensure set permissions rw-rw-rw-
3. reboot
NOTE :
* For any further help or instructions for bootanimation, please open your own forum Q&A thread or post in a relevant bootanimation thread. There are many already built and can be found by searching.
* The size we need for our tab is 800x1280 or 1280x800 (depending on portrait or landscape)
CUSTOM BOOT SOUND SUPPORT
* Place custom boot sound PowerOn.ogg in /system/media
* To mute, create an empty file named mute in /system/media
* To unmute, create an empty file named unmute in /system/media
* To restore original boot sound, create an empty file named ori_sound in /system/media
* Reboot device after each process
NOTE :
* when creating a custom boot sound, make sure you use a capital "P" and "O" in PowerOn.ogg
* I will not provide a tutorial for creating boot sounds, you can Google yourself
BENCH-MARKING
Freeze or Re-Boot
1 Try increase CPU 1600 Mhz voltage by +25 mV or +50 mV. I would not recommend any more than that !
2 Lower CPU OC back to stock max 1400 MHz setting
3 To find out which frequency cause the freeze :
a) If you have UV the CPU and the device freeze, obviously you need to increase the voltage to a particular frequency step(s)
b) Do a stress test with SetCPU (or other app) and lock your max frequency for each step (DO NOT SET ON BOOT WHILST TESTING)
4 Try a different governor
5 Use a different benchmark app/tool
AnTuTu Crashes?
* Try another benchmark app !
Low Bench-Marking Scores
* Consectutive tests as well as OC may heat the CPU high enough where thermal limiting occurs. Well here you go........... I observed my CPU regularly drop to 800 MHz after hitting a thermal limit during testing.
Here's the proof !
https://github.com/UpInTheAir/P6800_JB_SkyHigh_Kernel/blob/master/arch/arm/mach-exynos/mach-px.c
Code:
#ifdef CONFIG_EXYNOS4_SETUP_THERMAL
/* below temperature base on the celcius degree */
struct s5p_platform_tmu px_tmu_data __initdata = {
.ts = {
[COLOR="Red"].stop_1st_throttle = 61,
.start_1st_throttle = 64,[/COLOR]
.stop_2nd_throttle = 87,
.start_2nd_throttle = 103,
.start_tripping = 110,
.start_emergency = 120,
.stop_mem_throttle = 80,
.start_mem_throttle = 85,
},
.cpufreq = {
.limit_1st_throttle = [COLOR="Red"]800000[/COLOR], /* 800MHz in KHz order */
.limit_2nd_throttle = 200000, /* 200MHz in KHz order */
* With some undervolt and governor tuning, little OC impact will be felt on battery. Not everyone fixes their CPU to max with performance governor so, providing your hardware can handle it, some OC should be OK for everyday use as the CPU only briefly scales to max freq with the 'right' governor.
* As you can see, this could be easily changed to allow (cheat) in benchmarks. This won't make much difference to everyday use, but IMO shouldn't be touched. My silicon may not handle it
RESET CUSTOM FLASH COUNTER
*There is a Samsung Galaxy Tab 7.7 flash counter introduced for P6800 JB 4.1.2 DXMD3, so any modified ROM, kernel or recovery flashed via PC Odin will increase the counter.
1. Have installed my P6810/P6800 SkyHigh kernel for JB 4.1.2 (patched for triangle away compatibility)
2. Install triangle away app v3.26
3. Reset counter
4. Reboot as requested
5. To check > open app again, or, power off and enter download mode
* Your custom ROM, kernel, recovery & root remain intact
Anything else, IF I find the time
.
UpInTheAir said:
I am UpInTheAir and Chef of SGT 7.7 ICS ROMs, and now bring to you my P6800 Jellybean SkyHigh Kernel.
** FOR P6800 GSM/3G device running JB 4.1.2 DXMD3 ONLY !! **
-- STABLE WORK-IN-PROGRESS --
* I am NOT a recognised developer, and don't actually use the P6800, but thought I would help out this forum by trying to develop a P6800 JB kernel.
* I don't pretend to know everything, so if you can be constructive and help out this project, please do so. You will find allot of answers by searching XDA and Google
FEATURES
* Based on official Samsung source MD3
* Default CPU max 1400 MHz
* OC to max 1600 MHz (support with CPU control app)
* CPU voltage control interface (UV support with a CPU control app)
* Enabled pegasus governor
* NTFS filesystem support
* Support paging of anonymous memory (Swap)
* General optimized for size
* Kernel compression = Gzip
* Default governor = on-demand
* Default IO scheduler = CFQ
* STABLE
TO DO
* Add more governors and IO schedulers
* UV GPU
* OC GPU
* UV screen
* Frandom support
* Other various useful modules
* Auto root
* init.d support
* STweaks support
* Increase AC & USB charge rate
* Custom bootanimation support
* Lots more
CREDITS
* Samsung
* XDA
* wanam repo, ezykernel ICS diff, more to add yet
* edan1979 for excellent feedback & also nutley for volunteering to test
* Development has been slow, but still progressing.......
* Things will speed up (time permitting) once JB source is released for my P6810 model and I can test changes on my own device and subsequent mirror the development
* SOURCE: Still being uploaded to github, and commits will be reflected a soon as I'm home (currently away) and PC stops freezing. Please be patient on this.
DOWNLOAD & CHANGE-LOG in Post #2
FAQ & HELP in Post #3
.
Click to expand...
Click to collapse
Nice!
I was planning to do this for sometime but I'm stuck at other things. I have already prepared the config for 6810 and i815. If you have time, I can send you those files to build the kernel for p6810. Hoping it will help you creating a custom stock rom for p6810 before Samsung!
Thanks again for contribution to our community! :good:
daniel_hk said:
Nice!
I was planning to do it for sometime but I'm stuck at other things. I have already prepared the config for 6810 and i815. If you have time, I can send you those files to build the kernel for p6810. Hoping it will help you creating a custom stock rom for p6810 before Samsung!
Thanks again for contribution to our community! :good:
Click to expand...
Click to collapse
Sounds great. Thanks !
Much easier to build and test with device in hand, so hoping for the official P6810 JB update soon. Although appreciate what you bring to the community with JB, If Samsung haven't released it in the next month, probably sell the tab for the "next big thing", as long as it's 7 or 8 in...... My 9 yo boy wants the tab though, so things could still change
Sent from my GT-I9500 using xda premium
already flashed.
booting : ok
overclock to 1600: work
set pegasusq governor: work
will try to uv and report.
Sent from my GT-P6800 using Tapatalk HD
UpInTheAir said:
Sounds great. Thanks !
Much easier to build and test with device in hand, so hoping for the official P6810 JB update soon. Although appreciate what you bring to the community with JB, If Samsung haven't released it in the next month, probably sell the tab for the "next big thing", as long as it's 7 or 8 in...... My 9 yo boy wants the tab though, so things could still change
Sent from my GT-I9500 using xda premium
Click to expand...
Click to collapse
Already sent the link in PM. It should work with the latest JB source for 6800.
Good luck and let's hear more good news!
Edit: attached here View attachment p8-wifi_defconfig.tar.gz
daniel_hk said:
Already sent the link in PM. It should work with the latest JB source for 6800.
Good luck and let's hear more good news!
Edit: attached here View attachment 1979341
Click to expand...
Click to collapse
Got it.
Thanks.
I'll just keep chipping away at the development until I have to go away to work again,.... probably early next month.
Sent from my GT-I9500 using xda premium
My 9 yo boy wants the tab though, so things could still change
Click to expand...
Click to collapse
Seems to me that a Tab 7.7 is about perfect for a little boy.
Keep it in the family:good:
Thanks dev for your kind support for the tab!
anyone try this kernel on the erobot rom yet ?
golfinggino said:
anyone try this kernel on the erobot rom yet ?
Click to expand...
Click to collapse
yes its working fine...
Hi, move to see that our device is not given up by developers
One request: after moving to JB I noticed that the sound is much lower in JB. Is it possible to fix it?
Sent from my GT-P6800 using Tapatalk 2
200mpx said:
Hi, move to see that our device is not given up by developers
One request: after moving to JB I noticed that the sound is much lower in JB. Is it possible to fix it?
Sent from my GT-P6800 using Tapatalk 2
Click to expand...
Click to collapse
Probably a way. In the mean time, take a look at this thread for SGS4 and see if it's applicable to your device....
Maybe with just a few minor adjustments, you can tweak from within your own ROM. Worth a look.
http://forum.xda-developers.com/sho...Modifications for i9500 (i9505 incompatible)!
Sent from my GT-I9500 using xda premium
Hi, how about NTFS filesystem support? I put via OTG usb flash drive 32gb formated as NTFS and tab can't recognize drive.
ROM is eRobot v1.0 and kernel is SkyHigh Kernel v0.7. May be i don't make some settings?
partola1 said:
Hi, how about NTFS filesystem support? I put via OTG usb flash drive 32gb formated as NTFS and tab can't recognize drive.
ROM is eRobot v1.0 and kernel is SkyHigh Kernel v0.7. May be i don't make some settings?
Click to expand...
Click to collapse
Firstly, does it work with your external sdcard formatted as NTFS ?
Secondly, Try USB OTG Helper app from Google Play and see if you have any luck mounting the USB stick.
Third, does it work with the stock kernel? You haven't said as I requested in OP...
Sent from my GT-I9500 using xda premium
Source : GitHub
I am now complying with the GPL and have managed to make the source/changes available for everyone to see.
Took a while, but eventually managed to upload and commit to GitHub.
Link now in OP
Now back to developing............
Edit: having a few git issues......
Edit2: Have gitHub back and correct. Just learning the basics and now lost some dev time because of it............. off to bed, always tomorrow
.
my uv setting
erobot rom
Sent from my GT-P6800 using Tapatalk HD
theerachai said:
my uv setting
erobot rom
Sent from my GT-P6800 using Tapatalk HD
Click to expand...
Click to collapse
Sweet !
Have you stress test each step to ensure stability?
You will need to lock the max frequency to that of each step, make sure it is NOT "set on boot" (during testing), so you can recover easily if device freeze or reboot occurs.
As a previous user didn't bother to give any further feedback on the NTFS, could someone using this kernel please check this:
1. Run Android Terminal Emulator app
2. su
3. Allow Superuser permission
4. lsmod
( the "l" is a lower case "L" )
What do you have? Please post a screenshot.
Also, check system/lib/modules for ntfs.ko
Cheers
Sent from my GT-I9500 using xda premium

[KERNEL] [P6810 JB 4.1.2] [22 Mar] ROOT | ExTweaks | exFAT | SkyHigh Kernel [3.0.0]

[KERNEL] [P6810 JB 4.1.2] [22 Mar] ROOT | ExTweaks | exFAT | SkyHigh Kernel [3.0.0 FINAL]
** ONLY FOR P6810 Wi-Fi device running:
1. bodivas JB 4.1.2 DXMD3 ROM Port
-or-
2. [ROM] 24 Dec [Aroma] [P6810 / P6800] Multi-Language & Multi-Window JB 4.1.2 | SkyHigh [v3.5]
I am UpInTheAir part time kernel dev (hack) and Chef of SGT 7.7 JB & ICS ROMs, and now bring to you my P6810 Jellybean SkyHigh Kernel.
-- STABLE FINAL RELEASE --
* I don't pretend to know everything, so if you can be constructive and help out this project, please do so. You will find allot of answers by searching gitHub, XDA and SEARCH
FEATURES
* Based on official Samsung source JB DXMD3
* AUTO ROOT (only if you don't already have it)
insecure kernel
su binary 1.91
SuperSU 1.91
busyBox 1.20.2 linusyang installed to system/sbin​
* STABLE - under SkyHigh "default" values & conditions
* ExTweaks app support for almost all kernel configurations + more !!
Many descriptions are in the app ! If you require more info, don't be lazy, please SEARCH like I did !
CPU
Boot boost CPU freq
Boost CPU freq (not fully tested)
Cortex wakeup boost (not fully tested)
Max normal freq
CPU freq OC / UC
CFS settings – Arch power
CPU idle mode (sleep & awake)
Scaling max suspend freq
Scaling min suspend freq
Scaling min standby freq
CPU temp throttle
CPU VOLTAGE
Set voltage individually for each 18-step freq
CPU TUNING (Awake & Sleep)
Set default CPU governor
Set governor configuration
Enable/disable hotplug
BUS
Bus voltage group
Thresholds
IO Tuning
Int/ext sdcard read-ahead cache
Dynamic Fsync control
Dynamic dirty page writeback control
IO scheduler (awake & sleep)
MEMORY TUNING
OOM control (screen on/off)
Dirty background ratio
Dirty ratio
Clean RAM cache
zRAM
Swappiness
zRAM stats
KSM control
GPU CONTROL
VPLL/MPLL mode
Freq control
Voltage control
Threshold control
Stay-count control
DISPLAY
FB early suspend delay (CRT TV off animation for SUPPORTED ROM)
Touch screen sensitivity
SOUND
Master volume gain
Headphone
Mic
Speaker
TWEAKS
- CortexBrain-Background-Process control
- Check CortexBrain-Background-Process Service
TCP security
TCP speed
TCP RAM
IPV6 (enabled by default - does not actually switch off)
CPU
Memory
System
Kernel
IO
OTHER
- Cron Task Control
- Test Cron task service
- Cron reset
Clean RAM cache task every hour
Update AD blocker task every week
DB optimizing (sqlite3) task every day
Clean app cache task every day
Zipalign task every day
fstrim lagfix task every day
Cron test task jobs
Zipalign apps now
Zipalign on boot
DB optimization (sqlite3) now
DB optimization (sqlite3) on boot
Battery scaling calibration (fuel-gauge reset) now
Ad blocker update now
Remove Ad blocker
FILE SYSTEM MAINTENANCE / REPAIR
Partitions scan
Data FS repair on boot
extSdCard repair on boot
Fix permissions on boot
Fix permissions now
Trim FS partitions (fstrim lagfix) on boot
Trim FS partitions (fstrim lagfix) now
INIT.D SUPPORT
Enable init.d script run control
USB MASS STORAGE (UMS) MODE
MTP Mass storage mode
WIFI & GPS
Clean WIFI lease
TCP congestion control
GPS region
GPS zone check
Update time
ROOT
Install root now
Remove root now
Root check
Auto install root on boot
MODULES
Frandom control
XPAD control
ISO CD-ROM control
UDF CD-ROM/DVD control
PROFILES
Profile check
UpInTheAir & SkyHigh Default (you can configure & save values for each, but not change the actual profile name)
BACKUP & RESTORE
Backup User settings now
Restore User settings now
RE-BOOT
Re-boot into Recovery
BUG-REPORT
Kernel bug-report
App bug-report
Android logger control
Kernel printk control
Module logger control
INFO
* SkyHigh default CPU min/max 200 > 1400 MHz (13-step)
* 18-step CPU 100 > 1800 MHz (Recommend setting 200-1400/1600 MHz)
Default = 13-step 200 > 1400 MHz
Stock = 6-step 200 > 1400 MHz​
* No UV for stock frequencies 200-500-800-1000-1200-1400 MHz
* 4-step GPU : Default = 160-200-267-400 MHz
MPLL mode = 4-step GPU (default)
Stock = 2-step GPU (160-267 MHz)
Min freq = 50 MHz
Max MPLL freq = 400 MHz
Max VPLL freq = 520 MHz
Voltage = 800 > 1200 mV (+/- 50 mV increments)​
* GPU UV / UC / OC
160 MHz = 950 mV (-50 mV > stock 1000 mV)
200 MHz = 1000 mv
267 MHz = 1050 mV (-50 mV > stock 1100 mV)
400 MHz = 1100 mV​
* GPU Control
freq clock
voltage
step thresholds
stay counts​
GPU BENCHMARK BEFORE (3DMark app)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
GPU BENCHMARK AFTER @ 400 MHz (3DMark app)
* GPU VPLL mode optional
For devices that can't handle VPLL – use MPLL mode instead
http://forum.xda-developers.com/showpost.php?p=33720501&postcount=4181&nocache=1&z=1048045007703282
* Busfreq up & down threshold control
Stock / SkyHigh default = 23
* Busfreq (memory) voltage group
default group = 1 (stock)
available group options 1 > 7
L0 = 400 L1 = 267 L2 = 160 MHz
1 > {1150000, 1050000, 1050000} SkyHigh default / stock
2 > {1125000, 1025000, 1025000}
3 > {1100000, 1000000, 1000000}
4 > {1075000, 975000, 975000}
5 > {1050000, 950000, 950000}
6 > {1025000, 950000, 925000}
7 > {1000000, 925000, 900000}
* Set L2 bus (memory) speed from 133 > 160 MHz
- Default MHz now:
L0 = 400
L1 = 267
L2 = 160 MHz / 1000 mV (stock = 133 MHz / 950 mV)
* Adaptive vfs_cache_pressure on suspend / resume
Hard coded values :
- Set @ 10 = save battery on device suspend
- Set @ 60 = better smoothness on device resume
Low vfs_cache pressure values save battery while idle, while a low value also causes stutter with longer up times.
* Governors
pegasusq = SkyHigh default (siyah kernel version & "freq for responsiveness" tweaked to 500 MHz by me)
HYPER
scary
wheatley
abyssplug
lulzactiveq (siyah kernel version & tweaked by me)
lazy
hotplug
ondemand
performance
ZZMoove 0.7d​
* IO schedulers
SIO = SkyHigh default
ROW
VR
NOOP
Deadline
CFQ​
* SOUND CONTROL via ExTweaks app
* Thunderbolt scheduler IO Tweaks [pikachu01]
* Implemented kernel to report USB trickle charge (previously just reports discharging).
- Those devices without modified SystemUI.apk will now show battery charging animation whilst on USB power source
* Force USB charging source to be detected as AC
- faster USB charge using same circuitry
- limited by:
1. charging source max output
2. kernel - up to max 1500 mA (same is actual AC)​
* Auto set init.d scripts to 777 – no need to manually set script permissions, just drop in & reboot
* Reduced GUI lag
- Frandom
- fstrim lagfix - NOT ENABLED BY DEFAULT
- Disabled gentle fair sleepers
- RAM management OOM adj & minfree values from V6SuperCharger​
* Improved touch-screen sensitivity (on both battery and charge)
* Mount partitions NOATIME and NODIRATIME by default
* R/W and auto-mounting of exFAT USB-OTG & external sdcard using official Samsung Open Source modules v1.2.5
* modded ROM /system/etc/vold.fstab to permit exFAT mounting
* NTFS R/W OTG file system support (require app to mount)
* UDF/ISO file system support - BluRay (require app to mount) - not tested !
* Network filesystem support
In-built CIFS
In-built NFS (not tested)​
* TCP algorithms
- cubic = default
- reno
- westwood+ (some users of other devices have reported faster network throughput speeds)​
* In-built zRAM support
* LZ4 compression implemented & enabled for zRAM [psndna88 & Yank555.lu]
* Support paging of anonymous memory (Swap)
* General optimized for size
* Kernel compression = xz
* Support for iPad, iPhone, iPhone_3G/S, iPhone_4/4S, iPhone_5 (not tested as I don't own "rotten fruit" )
* UV motor -100 mV (3.1V → 3.0V)
* UV LED -100 mV (3.2V → 3.1V)
* fbearlysuspend control - allow CRT-off animation in SUPPORTED ROMs)
* Thermal throttle control (default on) – be careful here, do you want to melt your CPU?
* Dynamic read-ahead implemented and set at 1024 KB (variable)
* Int/External sdcard read ahead cache = variable KB
* Internal & external sdcard IO schedulers = SIO
* Dynamic FSync control v1.2 implemented and enabled
* Dynamic management of dirty page writebacks
* Android Logger Control disabled
* Linux printk Control disabled
* KSM support
* Custom bootanimation support
* Custom boot sound support
* Support for XPAD gamepad & rumblepad controller
* Reduce Android logger RAM usage
* Disabled kernel debugging to reduce zImage size
* Disabled some module logging
* Disable mali tracking debug
* Disable zRAM debug
* Disable modem in config (not needed for this device)
* Triangle Away app support
* vm swappiness = 20 (performance)
* Free pagecache. dentries and inodes will be managed by /proc/sys/vm/vfs_cache_pressure
echo "1" > /proc/sys/vm/drop_caches
* System property accessory tweak values from V6SuperCharger
dalvik.vm.heapgrowthlimit 130m
dalvik.vm.heapsize 130m
persist.sys.purgeable_assets 1
windowsmgr.max_events_per_sec 90 (200 set as SkyHigh default)
* Virtual memory & kernel tweak
# values from V6SuperCharger & Kick Ass Kernelizer [[email protected]]
echo "10" > /proc/sys/fs/lease-break-time
echo "0" > /proc/sys/kernel/panic
echo "0" > /proc/sys/kernel/panic_on_oops
echo "0" > /proc/sys/vm/block_dump
echo "60" > /proc/sys/vm/dirty_background_ratio
echo "95" > /proc/sys/vm/dirty_ratio
echo "0" > /proc/sys/vm/laptop_mode
echo "15360" > /proc/sys/vm/min_free_kbytes
echo "4" > /proc/sys/vm/min_free_order_shift
echo "0" > /proc/sys/vm/oom_dump_tasks
echo "0" > /proc/sys/vm/oom_kill_allocating_task
echo "1" > /proc/sys/vm/overcommit_memory
echo "0" > /proc/sys/vm/panic_on_oom
#echo "20" > /proc/sys/vm/swappiness ########### Already implemented
#echo "10" > /proc/sys/vm/vfs_cache_pressure ########### Implemented adaptive vfs_cache_pressure on suspend (10) / resume (60)
* Misc tweaks for battery life
# values from V6SuperCharger & Kick Ass Kernelizer [[email protected]]
echo "65536" > /proc/sys/kernel/msgmax
echo "2048" > /proc/sys/kernel/msgmni
echo "500 512000 64 2048" > /proc/sys/kernel/sem
echo "2097152" > /proc/sys/kernel/shmall
echo "268435456" > /proc/sys/kernel/shmmax
echo "4096" > /proc/sys/kernel/shmmni
#
echo "524288" > /proc/sys/fs/file-max
echo "32000" > /proc/sys/fs/inotify/max_queued_events
echo "256" > /proc/sys/fs/inotify/max_user_instances
echo "10240" > /proc/sys/fs/inotify/max_user_watches
echo "0" > /proc/sys/kernel/sched_child_runs_first
echo "524288" > /proc/sys/kernel/threads-max
* TCP Speed & Security
# values from V6SuperCharger & Kick Ass Kernelizer [[email protected]]
# 3G TurboCharger Enhancement
#
# Google's public DNS settings
#
/system/bin/setprop net.dns1 8.8.8.8 ########### Not sticking
/system/bin/setprop net.dns2 8.8.4.4
#
# ReadMin, ReadInitial, ReadMax, WriteMin, WriteInitial, WriteMax
/system/bin/setprop net.tcp.buffersize.default 6144,87380,110208,6144,16384,110208
/system/bin/setprop net.tcp.buffersize.wifi 262144,524288,1048576,262144,524288,1048576
/system/bin/setprop net.tcp.buffersize.lte 262144,524288,3145728,262144,524288,3145728
/system/bin/setprop net.tcp.buffersize.hsdpa 6144,262144,1048576,6144,262144,1048576
/system/bin/setprop net.tcp.buffersize.evdo_b 6144,262144,1048576,6144,262144,1048576
/system/bin/setprop net.tcp.buffersize.umts 6144,87380,110208,6144,16384,110208
/system/bin/setprop net.tcp.buffersize.hspa 6144,87380,262144,6144,16384,262144
/system/bin/setprop net.tcp.buffersize.gprs 6144,8760,11680,6144,8760,11680
/system/bin/setprop net.tcp.buffersize.edge 6144,26280,35040,6144,16384,35040
#
# Queue size modifications
echo "20480" > /proc/sys/net/core/optmem_max
#echo "262144" > /proc/sys/net/core/rmem_default
echo "1048576" > /proc/sys/net/core/rmem_max
#echo "262144" > /proc/sys/net/core/wmem_default
echo "1048576" > /proc/sys/net/core/wmem_max
echo "50" > /proc/sys/net/unix/max_dgram_qlen
#
# Be sure that autotuning is in effect
echo "1" > /proc/sys/net/ipv4/tcp_moderate_rcvbuf
#
echo "0" > /proc/sys/net/ipv4/ip_no_pmtu_disc
echo "1" > /proc/sys/net/ipv4/route/flush
echo "0" > /proc/sys/net/ipv4/tcp_ecn
echo "1" > /proc/sys/net/ipv4/tcp_fack
echo "1" > /proc/sys/net/ipv4/tcp_rfc1337
#echo "6144 87380 1048576" > /proc/sys/net/ipv4/tcp_rmem ########### Not sticking
echo "1" > /proc/sys/net/ipv4/tcp_sack
echo "0" > /proc/sys/net/ipv4/tcp_timestamps
echo "1" > /proc/sys/net/ipv4/tcp_window_scaling
#echo "6144 87380 1048576" > /proc/sys/net/ipv4/tcp_wmem ########### Not sticking
echo "6144" > /proc/sys/net/ipv4/udp_rmem_min
echo "6144" > /proc/sys/net/ipv4/udp_wmem_min
#
# Re-use sockets in time-wait state
echo "1" > /proc/sys/net/ipv4/tcp_tw_recycle
echo "1" > /proc/sys/net/ipv4/tcp_tw_reuse
#
# Hardening the TCP/IP stack to SYN attacks
echo "1024" > /proc/sys/net/ipv4/tcp_max_syn_backlog
echo "2" > /proc/sys/net/ipv4/tcp_syn_retries
echo "2" > /proc/sys/net/ipv4/tcp_synack_retries
#
# Bump up tw_buckets in case we get DoS'd
echo "16384" > /proc/sys/net/ipv4/tcp_max_tw_buckets
#
# Ignore pings
echo "1" > /proc/sys/net/ipv4/icmp_echo_ignore_all
#
# Don't reply to broadcasts (prevents joining a smurf attack)
echo "1" > /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts
#
# Enable bad error message protection (should be enabled by default)
echo "1" > /proc/sys/net/ipv4/icmp_ignore_bogus_error_responses
#
# Don't cache connection metrics from previous connection
echo "1" > /proc/sys/net/ipv4/tcp_no_metrics_save
#
echo "15" > /proc/sys/net/ipv4/tcp_fin_timeout
echo "30" > /proc/sys/net/ipv4/tcp_keepalive_intvl
echo "5" > /proc/sys/net/ipv4/tcp_keepalive_probes
echo "1800" > /proc/sys/net/ipv4/tcp_keepalive_time
#
# Don't pass traffic between networks or act as a router
# Disable IP Packet forwarding (should be disabled already)
echo "0" > /proc/sys/net/ipv4/ip_forward
#
echo "0" > /proc/sys/net/ipv4/conf/all/send_redirects
echo "0" > /proc/sys/net/ipv4/conf/default/send_redirects
#
# Enable spoofing protection (turn on reverse packet filtering)
echo "1" > /proc/sys/net/ipv4/conf/all/rp_filter
echo "1" > /proc/sys/net/ipv4/conf/default/rp_filter
#
# Don't accept source routing
echo "0" > /proc/sys/net/ipv4/conf/all/accept_source_route
echo "0" > /proc/sys/net/ipv4/conf/default/accept_source_route
#
# Don't accept redirects
echo "0" > /proc/sys/net/ipv4/conf/all/accept_redirects
echo "0" > /proc/sys/net/ipv4/conf/all/secure_redirects
echo "0" > /proc/sys/net/ipv4/conf/default/accept_redirects
echo "0" > /proc/sys/net/ipv4/conf/default/secure_redirects
* Power saving tweaks
pm.sleep_mode 1
ro.ril.disable.power.collapse 1
wifi.supplicant_scan_interval 180
CREDITS
* My family !!
* Samsung
* XDA
* wanam repo, ezykernel ICS diff, Ryuinferno, CM, boeffla, GM, redpill more to add yet
* Chainfire for root
* GM - siyah kernel
* AndreiLux
* dorimanx
* Christopher83
* zeppelinrox - V6SuperCharger - KAK - 3G TurboCharger values and Fix Emissions script
* idcrisis for permission to implement CrossBreeder entropy into kernel - no success as yet...
* pikachu01 FOR SOME tHUNDERBOLT TWEAKS
* Suxsem for fstrim
* XDA devs that I cherry pick code, values & ideas from. The list is never ending...
* edan1979 for excellent feedback & also nutley for volunteering to test
GPL COMPLIANT - SOURCE: >> GitHub
.
Download & change-log
DOWNLOAD & CHANGE-LOG
** DISCLAIMER : FLASH AT YOUR OWN RISK **
WARNING :
* Under-volting can cause instability
* Over-clocking can cause freeze/reboot, heat & damage to CPU
* Any customizations may void warranty
P6810 Wi-Fi JB 4.1.2 DXMD3 ONLY
INSTALLATION
** DO NOT USE ANY 3RD PARTY TWEAKS OR “PERFORMANCE” TYPE APPS & REMOVE ALL ROM / KERNEL SCRIPTS FROM /system/etc/init.d FOLDER **
1. NANDROID (just in case)
2. Flash SkyHigh P6810 JB 4.1.2 ROM or bodivas P6810 JB 4.1.2 ROM
3. Remove any previous CPU control settings from starting at boot, remove any 3rd party tweaks etc
4. Flash in custom recovery (CWM or TWRP) to auto wipe previous kernel profile remnants ie. crontab & /data/.siyah folder
5. If requested by Recovery to install SU, DO NOT. Instead - Let the kernel do it on boot
P6810 Wi-Fi SkyHigh Kernel : Latest release is v3.0.0 FINAL Edition
CWM.zip v3.0.0 FINAL http://d-h.st/oVe
Archive : Working CWM Official Released Legacy Versions (UNSUPPORTED)
v2.6.0b
v2.5.0b
v2.4.0b
v2.3.0
v2.1.0
v2.0.0
v1.9.0
v1.8.0
v1.7.0
v1.6.0
v1.5.0
v1.0.0
-------------------------------------------------------------------
Stock repack kernel (thanks bodivas) :
CWM.zip DXMD3
ODIN.tar DXMD3
++ PLEASE DO NOT REDISTRIBUTE - LINK HERE INSTEAD ++
BUGS
* Check if it is actually a stock firmware bug first using stock kernel -BEFORE- posting in this thread or elsewhere
1. Random screen tint reported on both stock & SkyHigh kernels using CPU control app (Read Post #3)
.
.
FAQ & HELP
FAQ & HELP
MY RECOMMENDATIONS
* Governor = pegasusq, lulzactiveq, or ZZMoove
* IMO = Performance → → Battery
1. on-demand
2. pegasusq (snappy, but easier on battery than on-demand)
3. lulzactiveq
4. ZZMoove​
* Scheduler = SIO
* CPU freq = 200-1400/1600 MHz
* CPU vdd levels = SkyHigh "defaults"
* Enable zRAM for better mulitasking
* CPU Control app = ExTWeaks
Don't forget to use only one Control app at a time. They will conflict !
ISSUES?
1 Remove any kernel related init.d tweaks, 3rd party performance type apps etc
2 Wipe your CPU control app(s) data (menu > settings > applications > "your control app(s)" > clear data/cache)
3 Use only ONE CPU control app ! USE EXTweaks
4 Open SuperSU app > settings > full unroot (or unroot from with EXTweaks options)
5 Boot into recovery and wipe cache & dalvik cache
6 Re-flash SkyHigh Kernel
7 If requested by recovery - DO NOT install root (let the kernel do it)
9 Reboot
8 If still issue such as bootloop etc, try using MPLL mode for GPU, and or increase GPU voltages +50 mV
9 Try a kernel "legacy" versions
10 Back to stock for you
RANDOM SCREEN TINT AFTER CHANGING GOVERNOR
* Turn screen OFF-ON
* Use only SkyHigh defaults values
* Don't use a CPU control app to change kernel settings - Use init.d script instead
* OR IF IT BOTHERS YOU,...... DON'T USE THE KERNEL
zRAM
Info here : (INFO)What is zram and how does it work???
LOGS
* You can find various ExTweaks logs in the /data folder:
/data/.siyah
/data/extSdCard_fix.log
/data/fsrepair.log
/data/fstrim_lagfix.log
/data/Ran_FixEmissions.log
/data/sqlite.log
/data/zipalign.db
/data/zipalign.log
/data/crontab
PREVENT/REDUCE SCREEN-OFF FLICKER FOR CRT-OFF ANIMATION ENABLED ROMs
* Set fbearlysuspend msleep between 100 and 500 ms
* Set to 0 if you haven't any CRT-off animation mod
DYNAMIC MANAGEMENT OF DIRTY PAGE WRITEBACKS
* [Christopher83]
This feature allows to have two different intervals for dirty page
writebacks and to dynamically manage them when the system has been
resumed (it's active) or when has been suspended.
Three new procfs parameters are exposed inside /proc/sys/vm path:
- dynamic_dirty_writeback is the activation status of this feature,
set 1 to enable it, set 0 to disable it and use the standard behaviour
- dirty_writeback_active_centisecs is the interval for the dirty page
writebacks when the system is active (screen on)
- dirty_writeback_suspend_centisecs is the interval for the dirty page
writebacks when the system is suspended (screen off)
This feature is in part inspired on Francisco Franco's patch:
https://github.com/franciscofranco/mako/commit/34d79548cf16b69c7d0154836018e7f258a22947
Click to expand...
Click to collapse
WHAT IS A CUSTOM KERNEL
* First of all, watch this : Android Basics 101: Understanding Kernels – XDA Developer TV
* Is usually' modified and complied from source.
* My very first successfully compiled kernel just included the "SkyHigh" name. I suppose you could call that a modified "stock" kernel. On the other hand, you could also argue that any firmware modified from either official or built from sources could be called "custom".
HAVE THE STOCK KERNELS ATTACHED BEEN MODIFIED
* If you are referring to the stock MD3 kernels in Post #2, NO
* I just extracted the zImage from official firmware and repackaged for flashing via custom recovery or Odin. There are no changes made to the zImage. I have no plans to modify these.
ENTROPY
* MAX pool sixe 4096
* It's not instant, just use your device and it will grow.
* No need for entropy generator apps that consume battery (use extra CPU cycles)
WHAT ARE GOVERNORS / SCHEDULERS ETC
* Excellent source of info by droidphile :
[REF][TWEAKS] Kernel Governors, Modules, I/O Schedulers, CPU Tweaks, AIO App Configs
FSTRIM LAGFIX
* fstrim is more of a maintenance binary. Android 4.2.2 and below are more prone to lag over time and prevalent as your internal storage is used up.
* Trims system, preload, data & cache partitions
* fstrim binary set to run after boot
* A manual reboot once a week is suggested. Those users who have ample internal storage and or recently formatted their partitions via ROM flash or Nandroid restore may see little difference for now.
* More info : Google yourself or Nexus Storage Performance Over Time & TRIM 20130829
CUSTOM BOOT ANIMATION SUPPORT
1. copy bootanimation.zip to /system/media/ folder (mount folder r/w to paste)
2. ensure set permissions rw-rw-rw-
3. reboot
NOTE :
* For any further help or instructions for bootanimation, please open your own forum Q&A thread or post in a relevant bootanimation thread. There are many already built and can be found by searching.
* The size we need for our tab is 800x1280 or 1280x800 (depending on portrait or landscape)
CUSTOM BOOT SOUND SUPPORT
* Place custom boot sound PowerOn.ogg in /system/media
* To mute, create an empty file named mute in /system/media
* To unmute, create an empty file named unmute in /system/media
* To restore original boot sound, create an empty file named ori_sound in /system/media
* Reboot device after each process
NOTE :
* when creating a custom boot sound, make sure you use a capital "P" and "O" in PowerOn.ogg
* I will not provide a tutorial for creating boot sounds, you can Google yourself
BENCH-MARKING
Freeze or Re-Boot
1 Try increase CPU 1600 Mhz voltage by +25 mV or +50 mV. I would not recommend any more than that !
2 Lower CPU OC back to stock max 1400 MHz setting
3 To find out which frequency cause the freeze :
a) If you have UV the CPU and the device freeze, obviously you need to increase the voltage to a particular frequency step(s)
b) Do a stress test with SetCPU (or other app) and lock your max frequency for each step (DO NOT SET ON BOOT WHILST TESTING)
4 Try a different governor
5 Use a different benchmark app/tool
AnTuTu Crashes?
* Try another benchmark app !
Low Bench-Marking Scores
* Consectutive tests as well as OC may heat the CPU high enough where thermal limiting occurs. Well here you go........... I observed my CPU regularly drop to 800 MHz after hitting a thermal limit during testing.
Here's the proof !
https://github.com/UpInTheAir/P6800_JB_SkyHigh_Kernel/blob/master/arch/arm/mach-exynos/mach-px.c
Code:
#ifdef CONFIG_EXYNOS4_SETUP_THERMAL
/* below temperature base on the celcius degree */
struct s5p_platform_tmu px_tmu_data __initdata = {
.ts = {
[COLOR="Red"].stop_1st_throttle = 61,
.start_1st_throttle = 64,[/COLOR]
.stop_2nd_throttle = 87,
.start_2nd_throttle = 103,
.start_tripping = 110,
.start_emergency = 120,
.stop_mem_throttle = 80,
.start_mem_throttle = 85,
},
.cpufreq = {
.limit_1st_throttle = [COLOR="Red"]800000[/COLOR], /* 800MHz in KHz order */
.limit_2nd_throttle = 200000, /* 200MHz in KHz order */
* With some undervolt and governor tuning, little OC impact will be felt on battery. Not everyone fixes their CPU to max with performance governor so, providing your hardware can handle it, some OC should be OK for everyday use as the CPU only briefly scales to max freq with the 'right' governor.
* As you can see, this could be easily changed to allow (cheat) in benchmarks. This won't make much difference to everyday use, but IMO shouldn't be touched. My silicon may not handle it
RESET CUSTOM FLASH COUNTER
*There is a Samsung Galaxy Tab 7.7 flash counter introduced for P6800 JB 4.1.2 DXMD3, so any modified ROM, kernel or recovery flashed via PC Odin will increase the counter.
1. Have installed my P6810/P6800 SkyHigh kernel for JB 4.1.2 (patched for triangle away compatibility)
2. Install triangle away app v3.26
3. Reset counter
4. Reboot as requested
5. To check > open app again, or, power off and enter download mode
* Your custom ROM, kernel, recovery & root remain intact
Anything else, IF I find the time
.
A few things to do yet to bring it on par with the P6800 SkyHigh kernel.
ie. exFAT, init.d (think not working), custom bootanimation & sound support, some more tweaks etc
Edit: forgot to mention, frandom is only 1/2 way there. Removed from initramfs SkyHigh install script as well. Will look into it in good time.
Please be patient, I have other things to do
Thanks so much! Will flash asap.
Sent from my E330 using xda app-developers app
Downloading, thanks to make our tablet live.
Many thanks UpInTheAir..
You're the only reason my P6810 is not for sale.:highfive:
Thank you very much
Just for a change, been having a play around cooking a test ROM and mods. Been a while since I've done that, but it's like riding a bike, little shaky a first, but never forget. I have no plans for the ROM.
Will take a look at this kernel again tomorrow. Expect an update in the next day or so.
Sent from my GT-I9500 using XDA Premium 4 mobile app
Update on development.
Update on development.
Looks like the next update could be a little longer than hoped.
Have managed to get just about everything working same as current P6800 kernel (plus implementing fstrim lagfix on boot),.......
EXCEPT USB-OTG keeps constantly mounting/unmounting. Have not found the exact cause yet, and is something to do with the initramfs SkyHigh.sh install script or maybe the init.rc entry to initiate it.
I have compiled 20-30 kernels today, time for a break.......
v1.5.0 update
>> v1.5.0 UPDATE <<
** FOR P6810 Wi-Fi device running bodivas JB 4.1.2 DXMD3 ROM Port ONLY !! **
++ SOMEONE PLEASE CONFIRM USB-OTG WORKS - I THINK MY ADAPTER IS BROKEN ++
1. Read warnings in Post #3 before flashing. I am not responsible, you are
2. Clear your CPU Control app defaults first. device settings/applications/all/"your control app"/clear data
3. You will need a CPU control app to adjust the CPU freq from the safe startup values (OC / UV / UC)
4. Recommend 200-1400 -or- 200-1600 MHz
5. Recommended governors etc = Read Post #3
CHANGE-LOG v1.0.0 -> v1.5.0
* R/W and auto-mounting of exFAT USB-OTG & external sdcard
* Modded ROM /system/etc/vold.fstab to permit exFAT mounting
* IO scheduler set the same for internal & external sdcards via initramfs : default = SIO
* Updated to SuperSU 1.65 & binary v1.61 (installs only if you don't have any)
* fstrim lagfix on boot (trims system, data & cache) - slows down reboot, but who cares, aren't we more concerned with using device?
* Frandom now working
* Fixed all initramfs mods & tweaks
* init.d support & set to 777
* Thunderbolt IO scheduler tweaks
* Power saving & virtual memory tweaks
* Increased windowsmgr.max_events_per_sec from 90 to 200
* External sdcard read ahead cache set to 1664 KB
* Custom boot animation support
* Custom boot sound support
* Removed some module debugging
* Force close freeze fix​
TO-DO
* Lots
INSTALLATION
1. NANDROID (just in case)
2. Flash bodivas P6810 JB 4.1.2 ROM Port
3. Remove any previous CPU control settings from starting at boot
4. Flash in :
a) CWM.zip in custom recovery (CWM or TWRP)
-or-
b) ODIN.tar in Odin [PDA] / Mobile Odin​4. THIS WILL PROBABLY "BREAK" currently installed V6SuperCharger scripts ! (test kernel first, and then re-install scripts)
5. Reboot again to fstrim your partitions
SUGGESTED CPU CONTROL APP : Trickster Mod app
Don't forget to use only one Control app at a time. They will conflict !
CURRENT BUGS :
* Random screen tint (Read Post #3)
* The CPU freq may exceed the max cap setting on wakeup. ie max CPU freq set @ 1400 MHz -> turn on screen -> 1600 Mhz very very briefly -> then back down
Can't fix the CPU Level 0 bug. Refer to my post HERE. It is a FIRMWARE bug present in both stock and SkyHigh kernels​
ISSUES?
* READ POST #2 & #3 FIRST
CHEERS
UITA
.
v1.6.0 update
>> v1.6.0 UPDATE <<
** FOR P6810 Wi-Fi device running bodivas JB 4.1.2 DXMD3 ROM Port ONLY !! **
1. Read warnings in Post #3 before flashing. I am not responsible, you are
2. Clear your CPU Control app defaults first. device settings/applications/all/"your control app"/clear data
3. You will need a CPU control app to adjust the CPU freq from the safe startup values (OC / UV / UC)
4. Recommend 200-1400 -or- 200-1600 MHz
5. Recommended governors etc = Read Post #3
CHANGE-LOG v1.5.0 -> v1.6.0
* Fixed my omission to make kernel insecure
* Disable modem in config file (our device is a WiFi model)
TO-DO
* Lots
INSTALLATION
1. NANDROID (just in case)
2. Flash bodivas P6810 JB 4.1.2 ROM Port
3. Remove any previous CPU control settings from starting at boot
4. Flash in :
a) CWM.zip in custom recovery (CWM or TWRP)
-or-
b) ODIN.tar in Odin [PDA] / Mobile Odin​4. THIS WILL PROBABLY "BREAK" currently installed V6SuperCharger scripts ! (test kernel first, and then re-install scripts)
5. Reboot again to fstrim your partitions
SUGGESTED CPU CONTROL APP : Trickster Mod app
Don't forget to use only one Control app at a time. They will conflict !
CURRENT BUGS :
* Random screen tint (Read Post #3)
* The CPU freq may exceed the max cap setting on wakeup. ie max CPU freq set @ 1400 MHz -> turn on screen -> 1600 Mhz very very briefly -> then back down
Can't fix the CPU Level 0 bug. Refer to my post HERE. It is a FIRMWARE bug present in both stock and SkyHigh kernels​
ISSUES?
* READ POST #2 & #3 FIRST
CHEERS
UITA
.
No problems with usb-otg in 1.6.
Thanks UpInTheAir.
---------- Post added at 10:53 PM ---------- Previous post was at 10:52 PM ----------
No problems with usb-otg in 1.6.
Thanks UpInTheAir.
el_campi said:
No problems with usb-otg in 1.6.
Thanks UpInTheAir.
---------- Post added at 10:53 PM ---------- Previous post was at 10:52 PM ----------
No problems with usb-otg in 1.6.
Thanks UpInTheAir.
Click to expand...
Click to collapse
Thanks for confirming.
I wasted a lot of time "chasing my tail", so frustrating, but a relief it's was my adapter.
Looks like I need to eBay
UpInTheAir said:
>> v1.6.0 UPDATE <<
** FOR P6810 Wi-Fi device running bodivas JB 4.1.2 DXMD3 ROM Port ONLY !! **
1. Read warnings in Post #3 before flashing. I am not responsible, you are
2. Clear your CPU Control app defaults first. device settings/applications/all/"your control app"/clear data
3. You will need a CPU control app to adjust the CPU freq from the safe startup values (OC / UV / UC)
4. Recommend 200-1400 -or- 200-1600 MHz
5. Recommended governors etc = Read Post #3
CHANGE-LOG v1.5.0 -> v1.6.0
* Fixed my omission to make kernel insecure
* Disable modem in config file (our device is a WiFi model)
TO-DO
* Lots
INSTALLATION
1. NANDROID (just in case)
2. Flash bodivas P6810 JB 4.1.2 ROM Port
3. Remove any previous CPU control settings from starting at boot
4. Flash in :
a) CWM.zip in custom recovery (CWM or TWRP)
-or-
b) ODIN.tar in Odin [PDA] / Mobile Odin​4. THIS WILL PROBABLY "BREAK" currently installed V6SuperCharger scripts ! (test kernel first, and then re-install scripts)
5. Reboot again to fstrim your partitions
SUGGESTED CPU CONTROL APP : Trickster Mod app
Don't forget to use only one Control app at a time. They will conflict !
CURRENT BUGS :
* Random screen tint (Read Post #3)
* The CPU freq may exceed the max cap setting on wakeup. ie max CPU freq set @ 1400 MHz -> turn on screen -> 1600 Mhz very very briefly -> then back down
Can't fix the CPU Level 0 bug. Refer to my post HERE. It is a FIRMWARE bug present in both stock and SkyHigh kernels​
ISSUES?
* READ POST #2 & #3 FIRST
CHEERS
UITA
.
Click to expand...
Click to collapse
Guys, you are marvelous !
From the Galaxy
v1.7.0 update
>> v1.7.0 UPDATE <<
** FOR P6810 Wi-Fi device running JB 4.1.2 DXMD3 ROM !! **
1. Read warnings in Post #3 before flashing. I am not responsible, you are
2. Clear your CPU Control app defaults first. device settings/applications/all/"your control app"/clear data
3. You will need a CPU control app to adjust the CPU freq from the safe startup values (OC / UV / UC)
4. Recommend 200-1400 -or- 200-1600 MHz
5. Recommended governors etc = Read Post #3
** DELETE ANY INIT.D 90lagfix SCRIPT BEFORE FLASH **
CHANGE-LOG v1.6.0 -> v1.7.0
* Reverted in-built entropy generator for now
* Added sleep 60 command to lagfix script. Minimal impact on boot time now
* fstrim lagfix will now trim preload partition (there is no app that can do this, only this tweak !!)
* lagfix tweak can now be disabled and re-enabled. Please refer to Post #3
INSTALLATION
1. NANDROID (just in case)
2. Flash SkyHigh P6810 JB 4.1.2 ROM or bodivas P6810 JB 4.1.2 ROM
3. Remove any previous CPU control settings from starting at boot
4. Flash in :
a) CWM.zip in custom recovery (CWM or TWRP)
-or-
b) ODIN.tar in Odin [PDA] / Mobile Odin​4. THIS WILL PROBABLY "BREAK" currently installed V6SuperCharger scripts ! (test kernel first, and then re-install scripts)
5. Reboot again to fstrim your partitions
SUGGESTED CPU CONTROL APP : Trickster Mod app
Don't forget to use only one Control app at a time. They will conflict !
CURRENT BUGS :
* Random screen tint (Read Post #3)
* The CPU freq may exceed the max cap setting on wakeup. ie max CPU freq set @ 1400 MHz -> turn on screen -> 1600 Mhz very very briefly -> then back down
Can't fix the CPU Level 0 bug. Refer to my post HERE. It is a FIRMWARE bug present in both stock and SkyHigh kernels​
ISSUES?
* READ POST #2 & #3 FIRST
CHEERS
UITA
.
v1.8.0 update
>> v1.8.0 UPDATE <<
** FOR P6810 Wi-Fi device running JB 4.1.2 DXMD3 ROM !! **
1. Read warnings in Post #3 before flashing. I am not responsible, you are
2. Clear your CPU Control app defaults first. device settings/applications/all/"your control app"/clear data
3. You will need a CPU control app to adjust the CPU freq from the safe startup values (OC / UV / UC)
4. Recommend 200-1400 -or- 200-1600 MHz
5. Recommended governors etc = Read Post #3
** REMOVE ALL PREVIOUS SkyHigh ROM SCRIPTS FROM /system/etc/init.d FOLDER (EXCEPT: sqlite & ziplaign are OK) **
CHANGE-LOG v1.7.0 -> v1.8.0
** Source changes as per gitHub
* fix for the CPU scaling above max set frequency (thanks Yank555.lu)
* 18-step CPU : add 1700 & 1800 MHz CPU OC options (for battery & stability, not recommended above 1600 MHz)
* zRAM (still off by default)
use two CPU's (zram0 & zram1)
zRAM tweak​* decrease IO latency
* mount partitions NOATIME and NODIRATIME by default
* add sysfs interface to enable / disable thermal throttle (default on) – be careful here, do you want to melt your CPU?
* tweak default xz compression ratio for slightly faster boot speed
* +25mV for all CPU freq 100-1400 MHz - stock levels now (you can UV yourself)
* disable gentle fair sleepers - improve UI responsiveness
* disable linux printk & add sysfs interface to enable / disable
* enable Westwood+ TCP algorithm (default still cubic) – some testing by other users show an increase a network throughput – test for yourself and share results!
** initramfs changes
* Virtual memory & kernel tweak values from V6SuperCharger - [email protected]
vm.oom_kill_allocating_task=0
vm.panic_on_oom=0
vm.vfs_cache_pressure=10
vm.overcommit_memory=1
kernel.panic_on_oops=0
kernel.panic=0​
* RAM Management values from V6SuperCharger - [email protected]
tweak LMK OOM adj & minfree values (512HP Super UL)
much reduced lag as current apps aren't starved of memory when android LMK kills off background apps
slightly less mutli-tasking​
SkyhIgh default :
adj = 0,3,6,10,12,15
minfree = 2048,3584,19200,23040,24320,32000 (8-14-75-90-95-125 MB)​
* init.d support moved to end of script
* fstrim lagfix - fixed having to reboot twice after enable ".lagfix_on". Just create the file in internal sdcard and reboot ONCE
* auto set init.d scripts to 777 – no need to manually set script permissions, just drop in & reboot
INSTALLATION
** REMOVE ALL PREVIOUS SkyHigh ROM SCRIPTS FROM /system/etc/init.d FOLDER (EXCEPT: sqlite & ziplaign are OK) **
1. NANDROID (just in case)
2. Flash SkyHigh P6810 JB 4.1.2 ROM or bodivas P6810 JB 4.1.2 ROM
3. Remove any previous CPU control settings from starting at boot
4. Flash in :
a) CWM.zip in custom recovery (CWM or TWRP)
-or-
b) ODIN.tar in Odin [PDA] / Mobile Odin​4. THIS WILL PROBABLY "BREAK" currently installed V6SuperCharger scripts ! (test kernel first, and then re-install scripts)
5. enable fstrim & reboot twice to install & fstrim your partitions
SUGGESTED CPU CONTROL APP : Trickster Mod app
Don't forget to use only one Control app at a time. They will conflict !
CURRENT BUGS :
* Random screen tint (Read Post #3)
ISSUES?
* READ POST #1, #2 & #3 FIRST
CHEERS
UITA
.
V1.9.0 update
>> v1.9.0 UPDATE <<
** FOR P6810 Wi-Fi device running JB 4.1.2 DXMD3 ROM !! **
1. Read warnings in Post #3 before flashing. I am not responsible, you are
2. Clear your CPU Control app defaults first. device settings/applications/all/"your control app"/clear data
3. You will need a CPU control app to adjust the CPU freq from the safe startup values (OC / UV / UC)
4. Recommend 200-1400 -or- 200-1600 MHz
5. Recommended governors etc = Read Post #3
** REMOVE ALL PREVIOUS SkyHigh ROM SCRIPTS FROM /system/etc/init.d FOLDER (EXCEPT: sqlite & ziplaign are OK) **
CHANGE-LOG v1.8.0 -> v1.9.0
** Source changes as per gitHub
* 4-step GPU Control interface (sysfs) via init.d script (EXAMPLES IN POST #3)
clock
voltage
step thresholds
stay counts​
* Change to lzo compression (slightly faster boot at expense of zImage size)
* xz compressor tweaked (not currently in use)
* SLUB - small performance tweak
* Stop compiling unuded 4x12 objects on 4210
* Corrected OP
160 MHz = 900mV (-100 mV > stock 1000 mV)
267 MHz = 950 mv (-150 mV > stock 1100 mV)
Click to expand...
Click to collapse
INSTALLATION
** REMOVE ALL PREVIOUS SkyHigh ROM SCRIPTS FROM /system/etc/init.d FOLDER (EXCEPT: sqlite & ziplaign are OK) **
1. NANDROID (just in case)
2. Flash SkyHigh P6810 JB 4.1.2 ROM or bodivas P6810 JB 4.1.2 ROM
3. Remove any previous CPU control settings from starting at boot
4. Flash in :
a) CWM.zip in custom recovery (CWM or TWRP)
-or-
b) ODIN.tar in Odin [PDA] / Mobile Odin​4. THIS WILL PROBABLY "BREAK" currently installed V6SuperCharger scripts ! (test kernel first, and then re-install scripts)
SUGGESTED CPU CONTROL APP : Trickster Mod app
Don't forget to use only one Control app at a time. They will conflict !
CURRENT BUGS :
* Random screen tint (Read Post #3)
ISSUES?
* READ POST #1, #2 & #3 FIRST
CHEERS
UITA
.
v2.0.0 update
>> v2.0.0 UPDATE <<
** FOR P6810 Wi-Fi device running JB 4.1.2 DXMD3 ROM !! **
1. Read warnings in Post #3 before flashing. I am not responsible, you are
2. Clear your CPU Control app defaults first. device settings/applications/all/"your control app"/clear data
3. You will need a CPU control app to adjust the CPU freq from the safe startup values (OC / UV / UC)
4. Recommend 200-1400 -or- 200-1600 MHz
5. Recommended governors etc = Read Post #3
** REMOVE ALL PREVIOUS SkyHigh ROM SCRIPTS FROM /system/etc/init.d FOLDER (EXCEPT: sqlite & ziplaign are OK) **
CHANGE-LOG v1.9.0 > v2.0.0
** Source changes as per gitHub
* Increased from 4 to 5-step GPU : Default = 108-160-267-330-400 MHz
Min freq = 54 MHz (lower than 108 MHz may cause lag, freeze or SOD)
Max freq = 520 MHz
Valid freq (useable) = 54-66-108-160-160-200-267-300-330-400-440-520 MHz
Voltage = 800 > 1200 mV (+/- 50 mV increments)
Stock = 2-step GPU (160-267 MHz)​
* GPU UV / UC / OC
108 MHz = 900mV
160 MHz = 900mV (-100 mV > stock 1000 mV)
267 MHz = 950 mv (-150 mV > stock 1100 mV)
330 MHz = 1000 mV
400 MHz = 1050 mV​
* 5-step GPU Control interface (sysfs) via init.d script Control interface (EXAMPLES IN POST #3)
clock
voltage
step thresholds
stay counts​
* Fixed GPU staycount interface not applying changes
* Lower GPU idle (screen off) freq to 108 MHz & voltage to 900 mV
* Lower min GPU configurable voltage to 800 mV
Default still = 900 mV for stabilty (lower may cause freeze or SOD - depends on device)
Stable 108 MHz @ 800 mV on my device, maybe not yours?​
* Tweak GPU freq thresholds
INSTALLATION
** REMOVE ALL PREVIOUS SkyHigh ROM SCRIPTS FROM /system/etc/init.d FOLDER (EXCEPT: sqlite & ziplaign are OK) **
1. NANDROID (just in case)
2. Flash SkyHigh P6810 JB 4.1.2 ROM or bodivas P6810 JB 4.1.2 ROM
3. Remove any previous CPU control settings from starting at boot
4. Flash in :
a) CWM.zip in custom recovery (CWM or TWRP)
-or-
b) ODIN.tar in Odin [PDA] / Mobile Odin​4. THIS WILL PROBABLY "BREAK" currently installed V6SuperCharger scripts ! (test kernel first, and then re-install scripts)
SUGGESTED CPU CONTROL APP : Trickster Mod app
Don't forget to use only one Control app at a time. They will conflict !
CURRENT BUGS :
* Random screen tint (Read Post #3)
ISSUES?
* READ POST #1, #2 & #3 FIRST
CHEERS
UITA
.
Anybody else having problems with the download links for the latest update?
Sent from my GT-P3110 using XDA Premium HD app

[DEV] [AOSP] [HYBRID] [4.4+] Project Engine Kernel [CORTEX-A9] [1.2]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Disclaimer:I am not responsible for whatever happens to your phone and if you are willing to try it,then go ahead
What is Project Engine Kernel?: Project Engine Kernel is a kernel that is optimised for performance and battery.It unlocks the full potential of the phone and keeps the phone as safe as possible from any unnecessary bricking and reboots.Compiling this kernel is to let users feel comfortable with the battery life and performance
Of course, your feedback, as always, are welcome and appreciated
The main features are the following:
- Linux Kernel 3.0.101 Sneaky Weasel
- Compiled with latest Linaro GCC 4.7 ARM Cortex A-9 Optimised with NeonVFP3 Technology Toolchain
- Hybrid Updates and Backports from Latest Linux Kernel
- Selinux Optimisations
- CPU boost driver
- Reduce logger to free more RAM size
- Low-memory killer ported from 3.4 Kernel(Credits to k2wl)
- Timer slack controller added with custom tuning available for users
- ARM Topology Optimisations
- Fast frandom Generator(Linked to dev/random)
- Dynamic FileSync Control by faux123
- Dirty-page writeback by Christopher83
- Cross Memory Attach
- CK3 Tweaks by Con Kolivas
- Increase default entropy settings
- Frequency steps to 1.5Ghz
- Ultra Kernel Samepage Merging
- SLQB Memory Allocator
- ARM bug fixes
- Proportional TCP Rate Reduction(Click here for more details)
CPU governors:
- Adaptive
- Conservative
- Interactive
- InteractiveX
- LionHeart
- OnDemand (default)
- Performance
- Powersave
- SmartAssV2
- SmartAssH3
I/O schedulers:
- BFQ
- CFQ
- Deadline
- Noop
- SIO (default)
- V(R)
Kernel Downloads for KitKat:
The Project Engine Website is coded and designed by Triprex and Ashish Bansal a.k.a mr.phantom
Click on the Baffin Folder and download the zip file:Click Here to Download
How to install the kernel:
1) Download the preferred kernel zip file to sdcard or external sdcard
2) Reboot to recovery mode
3) Flash the kernel zip file
4) Wipe cache and dalvik cache if you're coming from another kernel
5) Reboot the system
Kernel sources (on GitHub):
Development branch of Project Engine Kernel
Changelog:
These are all taken from git log because i have 100+ commits
Code:
d56fbf2 (HEAD, origin/cm11, cm11) Revert "thp: mremap support and TLB optimization"
* 8aa65eb sysctl: add support for poll()
* b0fc53c mm: restrict access to slab files under procfs and sysfs
* b5461b3 (master) thp: mremap support and TLB optimization
* 549fa86 lib/string: use glibc version
* f2a49e8 lib/memcopy: use glibc version
* 5d813c8 Proportional Rate Reduction for TCP.
* c9a43a9 lib: Improve the performance of string.c
* 29e62cc make register_disk() static
* 5988d2f power: Front buffer early suspend draw delay sysfs control
* 005d0ef Clean up codes
* e6905db ARM: Add optimised swahb32() byteswap helper for v6 and above
* 968129c Cleaning up residue files
* 547a1bf Added building scripts and update toolchain path
* faa65f4 Revert "fix linaro memset"
* d298a3d fix linaro memset
* 7ae0867 Revert "Update to 3.1.1"
* 82c7fe9 Revert "Update to 3.1.2"
* efbb39e Revert "Add some mfd drivers"
* 77c96b5 Modified VC version
* 4bee175 block: introduce the BFQ-v5r1 I/O sched for 3.0
* 437673c block: introduce the BFQ-v5r1 I/O sched for 3.0
* 439a713 Update defconfig to support exfat
* 1b5218c add exfat support
* 9b5c013 timer: optimize apply_slack()
* 9c9cf7c Revert "kernel: Prevent unnecessary rfkill event generation."
* 84a2dd8 Squashed update of BFQ-v6r1 to BFQ-v6r2
* 85c2b2a block: Squashed update of BFQ-v6 to BFQ-v6r1
c9402e4 Rebase back to BFQVR
* 4926547 Revert "Squashed update of BFQ-v6r1 to BFQ-v6r2"
* bc933b4 Squashed update BFQ
* 264d2ce ARM: disable preemption in machine_shutdown
* f863375 block: introduce the BFQ-v5r1 I/O sched for 3.0
* b595d07 block: cgroups, kconfig, build bits for BFQ-v5r1-3.0
* 65bd617 block: prepare I/O context code for BFQ-v5r1 for 3.0
* 21043f4 Revert "lib/string: use glibc version"
* b3a172d Revert "lockdep: remove task argument from debug_check_no_locks_held"
* 6d37bb9 Revert "lib/memcopy: use glibc version"
* 8486b2b lockdep: remove task argument from debug_check_no_locks_held
* ff0ef66 fixed autosleep and enabled it
* 84b58cb kernel/power/powersuspend: new PM kernel driver for Android w/o earlysuspend (faux123). Backported to 3.0.10
* 50d2250 Enable UNALIGNED_ACCESS for the new LZO algorithm to use. LZO decrompression is used on QCACHE so we benefit
* c79c949 kernel: Prevent unnecessary rfkill event generation.
* 51c7801 ext4: fixup 64-bit divides in 3.0-stable backport of upstream fix
* c0434dd ext4: use atomic64_t for the per-flexbg free_clusters count
* f7951a1 ext4: fixup 64-bit divides in 3.0-stable backport of upstream fix
* cc1ab54 kernel: Disabled Gentle Fair Sleepers for better performance
* 5c309ab lib/string: use glibc version
* c212f2c lib/memcopy: use glibc version
* e657a26 rwsem: check counter to avoid cmpxchg calls
* fc293ca rwsem: no need for explicit signed longs
* b4868a6 Revert "cpufreq: interactive: handle errors from cpufreq_frequency_table_target"
* 356ca4c cpufreq: interactive: handle errors from cpufreq_frequency_table_target
* b324d73 Update toolchain path for ARM-EABI-Linaro 4.7 toolchain
* 0ab6ac1 ARM: 7670/1: fix the memset fix
* eeb403a ARM: 7668/1: fix memset-related crashes caused by recent GCC (4.7.2) optimizations
* For more info,check out my github for commits
[U]Version 1.1[/U]
* Remove O3 Optimisations
* For more info,check out my github for commits
Credits and Thanks to:
k2wl,pawitp,xenon92,akiratoriyama,CoolDevelopment,thewadegeek,Christopher83,mr.phantom,Galaxy Grand Hangout Group,faux123,boype,Linux Devs,Samsung,Kernel.org,Linaro GCC,Cyanogenmod,Linux Kernel Newbies,educk,AriesDevConnection Team
XDA:DevDB Information
[DEV] [AOSP] [4.4+] Project Engine Kernel [CORTEX-A9], Kernel for the Samsung Galaxy Grand Duos i9082
Contributors
TripRex, mr.phantom
Kernel Special Features:
Version Information
Status: Stable
Created 2014-04-27
Last Updated 2014-05-11
Reserved
Special features and sysfs settings (Part 2):
Timer slack controller and dynamic management of the minimal timer slack value
The timer slack controller is a feature developed by Kirill Shutemov and it allows to set the minimal timer slack value for every process contained within a control group (cgroup).
A timer slack allows the kernel to manage processes wakeup requests at some future time.
Thanks to this feature, the kernel can set a specific timer slack for the involved processes, minimizing the number of wakeups and allowing a lower system's power consumption.
For further info: Timer slack for slacker developers
I also implemented a new feature in addition to the above one that allows the dynamic management of the minimal timer slack value.
So, it's possible to use different minimal timer slack value when the system is active and when has been suspended.
How to customize the dynamic timer slack controller feature:
Three new cgroup parameters are exposed inside each processes hierarchy contained in /dev/cpuctl path:
- timer_slack.min_slack_ns is the timer slack used when the system is active for the current processes hierarchy
- timer_slack.min_slack_suspend_ns is the timer slack used when the system is suspended for the current processes hierarchy
- timer_slack.effective_slack_suspend_ns is the timer slack currently used
At the moment, the values chosen and used by K^Kernel are the following:
- core processes (/dev/cpuctl), 0 ns when the system is active, 50000 ns when the system is suspended
- foreground apps/processes (/dev/cpuctl/apps), 0 ns when the system is active, 250000 ns when the system is suspended
- background non interactive apps/processes (/dev/cpuctl/apps/bg_non_interactive), 100000000 ns when the system is active, 250000000 ns when the system is suspended
1) By directly editing one of the file written above inside /dev/cpuctl and inside each hierarchy subfolder, by setting the preferred value (note that set value will be lost after a reboot/shutdown)
2) By using Terminal Emulator (note that set value will be lost after a reboot/shutdown)
- Open Terminal Emulator
- Run these commands to set the minimal timer slack for generic and core apps/processes
Code:
su
echo 0 > /dev/cpuctl/timer_slack.min_slack_ns
echo 50000 > /dev/cpuctl/timer_slack.min_slack_suspend_ns
- Run these commands to set the minimal timer slack for apps/processes in foreground
Code:
su
echo 0 > /dev/cpuctl/apps/timer_slack.min_slack_ns
echo 100000 > /dev/cpuctl/apps/timer_slack.min_slack_suspend_ns
- Run these commands to set the minimal timer slack for apps/processes in background and non interactive
Code:
su
echo 100000000 > /dev/cpuctl/apps/bg_non_interactive/timer_slack.min_slack_ns
echo 250000000 > /dev/cpuctl/apps/bg_non_interactive/timer_slack.min_slack_suspend_ns
LowMemoryKiller management of not killable processes
This feature allows to define processes and system processes white-lists filled with the preferred process names and to not be killed by lowmemorykiller, unless it is absolutely necessary.
This feature exposes four new lowmemorykiller parameters:
- donotkill_proc, is the flag to enable / disable this feature for the processes chosen by the user
- donotkill_sysproc, is the flag to enable / disable this feature for the system processes chosen by the user
- donotkill_proc_names, is the list of process names (comma separated) chosen by the user to be preserved from killing
- donotkill_sysproc_names, is the list of user system process names (comma separated) chosen by the user to be preserved from killing
When the lowmemorykiller needs to free ram, it will first kill the processes not included inside the two process name lists chosen by the user.
If there are no more standard killable processes, then it will be necessary to kill one of the processes included inside one of the two white-lists, to prevent system hangs, slowdowns, etc.
How to customize the white lists of processes to preserve from killing:
On K^Kernel the feature is enabled by default and the provided processes white lists are the following:
- donotkill_proc_names = "com.cyanogenmod.trebuchet,com.anddoes.launcher,com.teslacoilsw.launcher,org.adwfreak.launcher,gtp.nextlauncher,android.inputmethod.latin,com.touchtype.swiftkey"
this means that Trebuchet Launcher, Apex Launcher, Nova Launcher, ADW Launcher, Next Launcher, stock keyboard and SwiftKey keyboard will be preserved from killing
- donotkill_sysproc_names = "android.process.acore,com.android.phone,com.bel.android.dspmanager"
this means that the system process, the phone process and DSP Manager will be preserved from killing
1) By using a customized init.d script (the custom value will be always restored after a reboot, if you don't format the system partition)
- Download the script named 80dnkp
- If the file has been saved with .txt extension (stock browser), rename it by removing the .txt extension
- Edit the file by setting your preferred status and processes list
- Copy the new file inside /etc/init.d
- Give the rwxr-xr-x permissions to the file (read, write, execution for owner, read and execution for group users, read and execution for others)
- Reboot
2) By directly editing the files inside /sys/module/lowmemorykiller/parameters (note that set values will be lost after a reboot/shutdown)
3) By using Terminal Emulator (note that set values will be lost after a reboot/shutdown)
- Open Terminal Emulator
- Run these commands if you want to enable the feature
Code:
# To enable this feature for the processes chosen by the user
echo 1 > /sys/module/lowmemorykiller/parameters/donotkill_proc
# To enable this feature for the system processes chosen by the user
echo 1 > /sys/module/lowmemorykiller/parameters/donotkill_sysproc
- Run these commands if you want to disable the feature
Code:
# To disable this feature for the processes chosen by the user
echo 0 > /sys/module/lowmemorykiller/parameters/donotkill_proc
# To disable this feature for the system processes chosen by the user
echo 0 > /sys/module/lowmemorykiller/parameters/donotkill_sysproc
- Run this command if you want to add, for example, Trebuchet Launcher (CM default launcher) and the default keyboard to the processes white list
Code:
echo "com.cyanogenmod.trebuchet,android.inputmethod.latin" > /sys/module/lowmemorykiller/parameters/donotkill_proc_names
- Run this command if you want to add, for example, the system process, the phone process and DSP Manager to the system processes white list
Code:
echo "android.process.acore,com.android.phone,com.bel.android.dspmanager" > /sys/module/lowmemorykiller/parameters/donotkill_sysproc_names
Credits to:Christohper83 for this guide
I picked out the ones that is only able to used with this kernel so follow these steps to tweak the kernel because not all tweaks written by Christopher83 can work on our device
Reserved
Here i will explain why i created a new thread.As you can see,my previous thread was supposed to be for Stock 4.2.2 kernel then i jumbled it all up with CM11 and stock 4.2.2 and so it is better for me to create a new thread for better management for my kernels
Great features trippy... Congo dude..
Sent from my GT-I9082 using Tapatalk
Killer stuffff :laugh::good:
Only for CM11? or all AOSP ROMS !!
supersaayuj said:
Only for CM11? or all AOSP ROMS !!
Click to expand...
Click to collapse
Our AOSP is only CM11 LOL
Sent from my iPad using Tapatalk
TripRex said:
Our AOSP is only CM11 LOL
Sent from my iPad using Tapatalk
Click to expand...
Click to collapse
I didn't meant that.. I mean this kernel can be used on Resurrection Remix..
supersaayuj said:
I didn't meant that.. I mean this kernel can be used on Resurrection Remix..
Click to expand...
Click to collapse
It can work on all CM 11 ROM except roms with f2fs support
Sent from my iPad using Tapatalk
TripRex said:
It can work on all CM 11 ROM except roms with f2fs support
Sent from my iPad using Tapatalk
Click to expand...
Click to collapse
Can't download bro..zip file is only 213 bytes and its damaged! :silly:
Looks like I (re)started interest in kernel development for Grand :good:
Is this work on cm11?
Sent from my GT-I9505 using Tapatalk
supersaayuj said:
Can't download bro..zip file is only 213 bytes and its damaged! :silly:
Click to expand...
Click to collapse
Link re-uploaded to AndroidFileHost for time being
Will this kernel work on CM 11 with dual sim enabled?
akiratoriyama said:
Looks like I (re)started interest in kernel development for Grand :good:
Click to expand...
Click to collapse
So true, so true!
Not working on cm11 getting random reboot[emoji20]
Sent from my GT-I9505 using Tapatalk
Working fine for me on latest rr! Thank you! :thumbup:
Sent from my GT-I9082 using XDA Premium 4 mobile app
Working fine on latest rr rom....thanksss
Sent from my GT-I9082 using XDA Premium 4 mobile app
Installed on CM11. So far good !
tharmor said:
Installed on CM11. So far good !
Click to expand...
Click to collapse
Reboot after watching youtube for 5 mins..... happened three times now....
Any Fix ???
Sent from my GT-I9082 using xda app-developers app

[LG L FINO] TWEAKS Klean & Speed

►Tweaks Klean & Speed◄​
2016, February 16th
Hi, after reading many forums and using the various resource I created a script to optimize all LG L Fino.
Before install check your phone is ROOT HERE.
How to .zip ? Flash banner into CWM HERE
- Activated init.d
Full cleaning at launch
Disabled kernel panic
Optimization
Tweaks VM
Configuring KSM
Activated Zram 256 mo
Best I/O scheduler line
Configuring lowmemorykiller
Remounted
Optimization application
Optimization database
Lag trim fix > need BusyBox tools
Secure and optimize
Idle wait
Kill all process
- Adaware
- Mod better screen (perf)
- Disable MPDecision and use full multicore
- DSP manager
- Tweaks to build.prop added
#
#fluencetype
ro.qc.sdk.audio.fluencetype=fluence
persist.audio.fluence.mode=endfire
persist.audio.handset.mic=digital
# Best Scrolling
persist.sys.scrollingcache=3
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
ro.min_pointer_dur=8
windowsmgr.max_events_per_sec=90
# Disable Checking Data
logcat.live=disable
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
ro.config.nocheckin=1
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
# Enable Surface Dithering
persist.sys.use_dithering=2
# Game Tweaks
persist.tegra.NV_FPSLIMIT=0
#
persist.sys.NV_FPSLIMIT=60
persist.sys.NV_POWERMODE=1
persist.sys.NV_PROFVER=15
persist.sys.NV_STEREOCTRL=0
persist.sys.NV_STEREOSEPCHG=0
persist.sys.NV_STEREOSEP=20
# LG flags
persist.service.pcsync.enable=0
persist.service.lgospd.enable=0
# Photo & Flashlight Quality
ro.media.capture.flash=led
ro.media.capture.flashMinV=3300000
ro.media.capture.flashIntensity=70
ro.media.capture.torchIntensity=65
# Quality Of Media Streaming
media.stagefright.enable-meta=true
media.stagefright.enable-rtsp=true
Click to expand...
Click to collapse
- Bootanimation GooGle : link here replace original file.
media / ..644
- Guide :
Delete manualy all Google files to app/* and to priv-app/*
- without : GoogleCalendarSyncAdapter.apk, GoogleContactSyncAdapter.apk, GmsCore.apk, GoogleBackupTransport.apk, GoogleLoginService.apk, GoogleServicesFramework.apk, Phonesky.apk
Disable all LG services to parameter/application : xx xx
Enjoy Your ROM is Kustom...
____________________________________
Apps for escort
Root Browser - Sd Maid - Link2Sd (for export 2go but don't extand)
Thank's many dev for the script.
Join the file .zip after eating.
Ok, enjoy...
Hi, No file shared ?
I'm looking for optimizing my LG L Fino. Could you please share it again ?
Thanks
Overclock?
Sent from my Moto E using XDA-Developers mobile app

[KERNEL] foe.kernel V.111

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
foe.kernel
" i'm not a developers, i'm just a fisherman "
Code:
Your warranty is now void.
I am not responsible for bricked devices,
thermonuclear war, or you getting fired because the alarm app failed. Please
do some research if you have any concerns about features included in this kernel
before flashing it! YOU are choosing to make these modifications, and if
you point the finger at me for messing up your device, I will laugh at you.
☢ CPU ☢
msm_performance , cpu_boost , touch_boost
☢ GOV ☢
barry_allen , blu_active , lionheart, alucard , nightmare , darkness , darknessV5 ,
smartmax , lionfish , interactiveX , interactiv_pro , intelliactive dancedance , bioshock
☢ HOTPLUG ☢
intelliplug , msm_decision , alucard , lazyplug
☢ THERMAL ☢
intellithermal
☢ GPU ☢
msm_adreno_tz(adreno_boost) , adreno_idler
☢ SCREEN ☢
KCAL
☢ IO ☢
maple , noop , deadline , cfq
☢ LMK/VM ☢
aggresive lmk_fast_run , mimfree , zRam lz4
☢ MISC ☢
fingerprint_boost , fsync togle , arch_power
* Flash in recovery
Installation steps:
1)Download latest foe.kernel.vX.XX.zip
2)Reboot to recovery
4)Flash kernel zip
5)Wipe cache+dalvik-cache
6)Reboot
[KERNEL] foe.kernel [PIE], Kernel for the Xiaomi Mi Max [HELIUM]
Contributors : @dungphp
Source Code: https://github.com/evnit/kernel_xiaomi_msm8956
Status: Alpha
Created : 2019-06-29
Last Updated : 2019-07-10
​
Code:
foe.kernel.v0.03
------------------
- initial release (alpha)
- add adreno_idler
- tweak interactive governor
foe.kernel.v0.15
------------------
- add addrenoBoost
- add barry_allen gov
- add archpower
- add CPU_Touchboot eanble by default
- temp removing adreno_idler (ATM)
foe.kernel.v0.28
------------------
CPU
- update msm_performance touchboost
- Fix perf event initialization to avoid memory leaks
GPU
- revert back adreno_idler (enable by default)
- revamp msm_adreno.tz with addrenoBoost (enable by default)
- kgsl : increase memstore size , simple Algorithm & GPU state awareness
LMK/IO
- increase read-ahead parameters
foe.kernel.v0.37
------------------
CPU
- polishing interactive,performance,ondemand gov
- tweaked CPU_BOOST
- msm_performance: Make input boosting optional
HOTPLUG
- add msm_mpdecision (enable by default)
- add alucard
- remain lazyplug
Thermal
-revert intelithermal
GPU
- adreno_tz: Add GPU input-boost feature
LMK/IO
- fix memory leak
- readahead: bump up the default size
BOOT
- improving start-up device (bring all core online once boot)
- boost speed unlocking device after deep-sleep
foe.kernel.v0.42
------------------
Toolchain
- testing SaberMod Compiler
foe.kernel.v0.58-spectrum-UBER
------------------------------
Toolchain
- revert uberTC
CPU
- add blu_active gov
- fix cpu_freq initialize
ADD-ON
- add support spectrum
THERMAL
- revamp msm8952/56/76 qcom sequence
- fix invalid sensor data being accepted
- Add support for cpu temp limit
foe.kernel.v0.66-spectrum-XXXXXX-UBER-STABLE
--------------------------------------------------
CPU
- add lionheart, alucard , nightmare , darkness , darknessV5 gov
- improve msm_performance
- improve cpu_boost
- update barry_allen gov to version 1.1
- fix don't account cpu timer after stopped thread runtime
- improve bring all core after deep-sleep
- improve cpufreq track per-uid time in state
- fix cpu_timer_sample_group() double accounting
- fix dead stats clearing timing
- enable per uid cputime accounting
GPU
- revert adreno_idler & adrenoboost 2.2
- improve kgsl/msm_adreno_tz perfomance
- fix memory leak alocated sysfs
- scale piority set def 6
- improve display state awareness
LMK/VM
- zram: default compressor lz4
- fix memory leak
- add introduce a memory-latency governor
THERMAL
- fix core_ctrl don't get offline cpu0/4
- add support for cpu temp limit recommendation for SoC
- add a module param to change thermal throttle temp
- add Protect IOCTL from race condition
- improve invalid sensor data being accepted
KERNEL/POWER
- container freezer: make refrigerator always available
- fix process freezing
- fix endless reporting frozen PE (powerpc/powernv)
- fix perf event initialization to avoid memory leaks
- force arch_power true by default
FS
- fix race between freeze_super() and thaw_super()
ADD-ON
- new hydrogen build to test
foe.kernel.v0.74-spectrum-XXXXXX-UBER-STABLE
--------------------------------------------------
CPU
- add smartmax , lionfish , interactiveX , interactiv_pro , intelliactive dancedance , bioshock gov
- improve msm_perfomance
- enable cpu_boost by default 0 / 4
HOTPLUG
- add intelliplug & optimizations
- tweak alucard for more idle cpu sleep / improve abit perfomance
- improve msm_decision cause ramp cluster1
THERMAL
- revert intellithermal & some optimizations
- sequence max 43C for gaming to low cpu frequence
GPU
- fix some memory leak msm_adreno_tz(adreno_boost)
- enable adreno_true_idler by default workload 8
IO
- tweak io stat debug msg
- polishing some io scheduler
LMK/VM
- fix lowmemorykiller fast_run
- improved writeback_centisecs
foe.kernel.v0.88-XXXXXX
--------------------------------------------------
CPU
- revert barry_allen 0.9 gov (fix show_cpu_delay coz hang)
- revert intelliactive gov ||
- add cafactive gov
GPU
- disable UCHE global filter
- add 'strict memory' debug mode
- add unknown property type
- fix direct references to HZ
- improve adreno_boost perfomance
- do not wake up at turbo
- Add some more information to kgsl trace events
- remove old unused power init code
- notify the powerscale governor at state changes
HOTPLUG
- lazyplug:don't delay fingerprint boost
THERMAL
- update the hotplug initialization
- fix thermal sensor formula
- add package to send thermal messages dynamically
IPA
- prevent deletion of the default route rule
- fix dynamic memory leak
PERF
- fix corruption of sibling list with hotplug
- remove useless atomic_t
SELINUX
- remove unused permission definitions
- remove some more dmseg spam
foe.kernel.v0.95-XXXXXX
--------------------------------------------------
IO
- add fiops & sio scheduler
SPECTRUM
- update profile
GPU
- disable adrenoboost by default
HOTPLUG
- edit sampling
THERMAL
- add 'strict memory' debug mode
foe.kernel.v0.111
--------------------------------------------------
base on WEED.KERNEL-RC8 abig thanks @itsm03
SELINUX
- force premesive
DTD
- remove bcl
- msm: Add more overclock values
- bcl: queue work on spew
- cgroup: Kick CPU boost when an app becomes top-app
- mdss: fix race condition between rotator api's
- kernel: Restrict unbound kthreads to little CPU cluster
CPU
- OC big 2.0 lil 1.6
- UV support
- add impulse , caltivation
- rework freq table for max oc support
- add cpu voltage control
- revamp interactive gov
- cpufreq: improve cpu boost
- cpu-boost: Rework scheduling setup
- cpu-boost: add a function to boost the cpu to max freq
- msm: performance: prevent the driver from handling userspace min freq
- cputime: Fix invalid gtime in proc
- cputime: Remove extra cost in task_cputime
GPU
- improve kgsl_pwr_ctrl khtreads
- increase worker thread priority
- msm: kgsl: Remove event worker
- kthread_work: wake up worker only when the worker is idle
- devfreq_boost: Introduce devfreq boost driver
- boost devfreq device when userspace launches an app
IO
- improve maple threshold
HOTPLUG
- remove all hotplug
THERMAL
- revert intelithermal v3.1
LMK
- lmk: implement task's adj rbtree
- sched: Implement lockless wake
Z-RAM
- remove 11-day restart bug
NETWORK
- add wireguard support
SPECTRUM
- update balance profile
QC
- drivers: power: Add Qnovo Interface for QNS ·
MISC
- add toggle dynamic fsync
- add toggle powersuspend mode
- add toggle sCRC
- frandom support
​
just disable activity.manager, uxhengine & prefetch to run smoothly
---------------------------------------------------------------------
# QTI Performance
vendor.enable_prefetch=0
vendor.iop.enable_uxe=0
vendor.iop.enable_prefetch_ofr=0
vendor.perf.iop_v3.enable=0
some Usefull tweaking apps
---------------------------------------
LSPEED
Kernel Auditor
FDE.AI - Ultimate Android Optimizer
SPECTRUM
SPECTRUM foe.kernel DEFAULT PROFILE
Code:
# SPECTRUM KERNEL MANAGER
# Ramdisk file for profile based kernel management
# Initialization
on property:sys.boot_completed=1
# Set default profile on first boot
exec u:r:init:s0 root root -- /init.spectrum.sh
exec u:r:su:s0 root root -- /init.spectrum.sh
# Enable Spectrum support
setprop spectrum.support 1
# Add kernel name
setprop persist.spectrum.kernel FOE
# Balance (default profile)
on property:persist.spectrum.profile=0
chown system.system /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
chmod 0664 /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
chown system.system /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
chmod 0664 /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
chown system.system /sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq
chmod 0664 /sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq
chown system.system /sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq
chmod 0664 /sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq
chown system.system /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
chmod 0664 /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
chown system.system /sys/devices/system/cpu/cpu4/cpufreq/scaling_governor
chmod 0664 /sys/devices/system/cpu/cpu4/cpufreq/scaling_governor
# Configure governor settings for little cluster
write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor "interactive"
# Configure governor settings for big cluster
write /sys/devices/system/cpu/cpu4/cpufreq/scaling_governor "interactive"
# cpufreq
write /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq 400000
write /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq 1401600
write /sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq 400000
write /sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq 1804800
#cpu
write /sys/kernel/cpu_input_boost/enabled 1
write /sys/module/cpu_boost/parameters/input_boost_freq "0:1017600 4:1056000"
write /sys/module/cpu_boost/parameters/input_boost_ms 35
#Enable CPU power saving
write /sys/module/workqueue/parameters/power_efficient Y
#Disable Fsync
write /sys/module/sync/parameters/fsync_enabled N
#Disable Gentle Fair Sleepers
write /sys/kernel/sched/gentle_fair_sleepers 0
#Enable Arch Power
write /sys/kernel/sched/arch_power 1
#Enable Fingerprint Boost
write /sys/kernel/fp_boost/enabled 1
#Disable TouchBoostMin
write /sys/module/msm_performance/parameters/touchboost 0
#Disable Core Control and Control VDD and MSM Thermal Throttling allowing for longer sustained performance
write /sys/module/msm_thermal/core_control/enabled 0
write /sys/module/msm_thermal/vdd_restriction/enabled 0
write /sys/module/msm_thermal/parameters/enabled N
#gpu
write /sys/module/adreno_idler/parameters/adreno_idler_active N
write /sys/class/kgsl/kgsl-3d0/max_gpuclk 600000000
write /sys/class/devfreq/soc:qcom,cpubw/governor "bw_hwmon"
write /sys/class/kgsl/kgsl-3d0/devfreq/governor "msm-adreno-tz"
# Set ice-COOL display
write /sys/devices/platform/kcal_ctrl.0/kcal_cont 256
write /sys/devices/platform/kcal_ctrl.0/kcal_val 256
write /sys/devices/platform/kcal_ctrl.0/kcal_sat 250
write /sys/devices/platform/kcal_ctrl.0/kcal_min 25
write /sys/devices/platform/kcal_ctrl.0/kcal 256 256 256
write /sys/devices/platform/kcal_ctrl.0/kcal_enable 1
# Virtual memory tweaks
write /proc/sys/vm/dirty_ratio 20
write /proc/sys/vm/dirty_background_ratio 5
write /proc/sys/vm/dirty_expire_centisecs 200
write /proc/sys/vm/dirty_writeback_centisecs 500
write /proc/sys/vm/min_free_kbytes 6541
write /proc/sys/vm/oom_kill_allocating_task 0
write /proc/sys/vm/overcommit_ratio 50
write /proc/sys/vm/swappiness 100
write /proc/sys/vm/vfs_cache_pressure 100
write /proc/sys/vm/laptop_mode 0
write /proc/sys/vm/extra_free_kbytes 24300
#Set block I/O scheduler
setprop sys.io.scheduler "fiops"
write /proc/sys/kernel/random/read_wakeup_threshold 128
write /proc/sys/kernel/random/write_wakeup_threshold 256
write /sys/block/mmcblk0/queue/read_ahead_kb 128
write /sys/block/mmcblk0/queue/iostats 0
write /sys/block/mmcblk0/queue/add_random 1
write /sys/module/lowmemorykiller/parameters/lmk_fast_run 1
write /sys/module/lowmemorykiller/parameters/enable_adaptive_lmk 0
write /sys/module/lowmemorykiller/parameters/cost 32
write /sys/module/lowmemorykiller/parameters/adj_max_shift 353
write /sys/module/lowmemorykiller/parameters/adj 0 , 100 , 200 , 300 , 900 , 906
write /sys/module/lowmemorykiller/parameters/minfree "14746,18688,22118,25805,40000,55000"
# Enable msm_mpdecision & Disablealucard_hotplug
write /sys/kernel/msm_mpdecision/conf/enabled 1
write /sys/kernel/alucard_hotplug/hotplug_enable 0
write /sys/kernel/intelli_plug/intelli_plug_active 0
#Perfd
start perfd
# Performance
on property:persist.spectrum.profile=1
chown system.system /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
chmod 0664 /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
chown system.system /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
chmod 0664 /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
chown system.system /sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq
chmod 0664 /sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq
chown system.system /sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq
chmod 0664 /sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq
chown system.system /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
chmod 0664 /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
chown system.system /sys/devices/system/cpu/cpu4/cpufreq/scaling_governor
chmod 0664 /sys/devices/system/cpu/cpu4/cpufreq/scaling_governor
# Configure governor settings for little cluster
write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor "interactive"
# Configure governor settings for big cluster
write /sys/devices/system/cpu/cpu4/cpufreq/scaling_governor "interactive"
#cpu
write /sys/module/msm_performance/parameters/touchboost 1
write /sys/module/cpu_boost/parameters/input_boost_freq "0:1017600"
write /sys/module/cpu_boost/parameters/input_boost_ms 80
# cpufreq
write /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq 400000
write /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq 1401600
write /sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq 400000
write /sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq 1804800
# Enable msm_mpdecision & Disablealucard_hotplug
write /sys/kernel/msm_mpdecision/conf/enabled 1
write /sys/kernel/alucard_hotplug/hotplug_enable 0
write /sys/kernel/intelli_plug/intelli_plug_active 0
#gpu
write /sys/module/adreno_idler/parameters/adreno_idler_active N
write /sys/class/kgsl/kgsl-3d0/max_gpuclk 600000000
write /sys/class/devfreq/soc:qcom,cpubw/governor "bw_hwmon"
write /sys/class/kgsl/kgsl-3d0/devfreq/governor "msm-adreno-tz"
#Perfd
start perfd
# Battery
on property:persist.spectrum.profile=2
chown system.system /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
chmod 0664 /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
chown system.system /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
chmod 0664 /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
chown system.system /sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq
chmod 0664 /sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq
chown system.system /sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq
chmod 0664 /sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq
chown system.system /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
chmod 0664 /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
chown system.system /sys/devices/system/cpu/cpu4/cpufreq/scaling_governor
chmod 0664 /sys/devices/system/cpu/cpu4/cpufreq/scaling_governor
# Configure governor settings for little cluster
write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor "alucard"
# Configure governor settings for big cluster
write /sys/devices/system/cpu/cpu4/cpufreq/scaling_governor "alucard"
# Enable msm_mpdecision & Disablealucard_hotplug
write /sys/kernel/msm_mpdecision/conf/enabled 0
write /sys/kernel/alucard_hotplug/hotplug_enable 1
write /sys/kernel/intelli_plug/intelli_plug_active 0
#cpu
write /sys/module/msm_performance/parameters/touchboost 0
write /sys/module/cpu_boost/parameters/input_boost_freq "0:1017600"
write /sys/module/cpu_boost/parameters/input_boost_ms 66
# cpufreq
write /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq 400000
write /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq 1017600
write /sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq 400000
write /sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq 883200
#gpu
write /sys/module/adreno_idler/parameters/adreno_idler_active Y
write /sys/class/kgsl/kgsl-3d0/max_gpuclk 432000000
write /sys/class/devfreq/soc:qcom,cpubw/governor "bw_hwmon"
write /sys/class/kgsl/kgsl-3d0/devfreq/governor "msm-adreno-tz"
#Perfd
start perfd
# Gaming
on property:persist.spectrum.profile=3
chown system.system /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
chmod 0664 /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
chown system.system /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
chmod 0664 /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
chown system.system /sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq
chmod 0664 /sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq
chown system.system /sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq
chmod 0664 /sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq
chown system.system /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
chmod 0664 /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
chown system.system /sys/devices/system/cpu/cpu4/cpufreq/scaling_governor
chmod 0664 /sys/devices/system/cpu/cpu4/cpufreq/scaling_governor
# Configure governor settings for little cluster
write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor "interactive_pro"
# Configure governor settings for big cluster
write /sys/devices/system/cpu/cpu4/cpufreq/scaling_governor "interactive_pro"
#cpu
write /sys/module/msm_performance/parameters/touchboost 0
write /sys/module/cpu_boost/parameters/input_boost_freq "0:1017600"
write /sys/module/cpu_boost/parameters/input_boost_ms 35
# cpufreq
write /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq 400000
write /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq 1401600
write /sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq 400000
write /sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq 1804800
# Enable msm_mpdecision & Disablealucard_hotplug
write /sys/kernel/msm_mpdecision/conf/enabled 0
write /sys/kernel/alucard_hotplug/hotplug_enable 0
write /sys/kernel/intelli_plug/intelli_plug_active 1
write /sys/kernel/intelli_plug/min_cpus_online 8
#gpu
write /sys/module/adreno_idler/parameters/adreno_idler_active N
write /sys/class/kgsl/kgsl-3d0/max_gpuclk 600000000
write /sys/class/devfreq/soc:qcom,cpubw/governor "bw_hwmon"
write /sys/class/kgsl/kgsl-3d0/devfreq/governor "msm-adreno-tz"
#Perfd
start perfd
​
only for Pie??
Hydrogen can get...?
raikko5 said:
only for Pie??
Click to expand...
Click to collapse
yes.
ZainBilq said:
Hydrogen can get...?
Click to expand...
Click to collapse
i've no hydrogen device to test
guffoe said:
yes.
i've no hydrogen device to test
Click to expand...
Click to collapse
I have, and I can test if you want.
I tested kernel on various pie roms.
Kernel 0.03 doesn't work - result - bootlop.
Kernel 0.15 is working, it is stable kernel.
Kernel 0.28 is working.
I have a question, is this kernel will be containing option of undervolting? I see added only one extra governor - barry_allen, more governors it will be a good direction.
Thank you for your effort.
ZainBilq said:
I have, and I can test if you want.
Click to expand...
Click to collapse
i'll try to compile on next build
irtrin said:
I tested kernel on various pie roms.
Kernel 0.03 doesn't work - result - bootlop.
Kernel 0.15 is working, it is stable kernel.
Kernel 0.28 is working.
I have a question, is this kernel will be containing option of undervolting? I see added only one extra governor - barry_allen, more governors it will be a good direction.
Thank you for your effort.
Click to expand...
Click to collapse
v0.xx still under testing build. more gov will coming. undervolting for what? did you got high temp?
Works fine!!! Not a very difference in day by day tasks but bechmarks improved
guffoe said:
i'll try to compile on next build
v0.xx still under testing build. more gov will coming. undervolting for what? did you got high temp?
Click to expand...
Click to collapse
alex_37_Spain said:
Works fine!!! Not a very difference in day by day tasks but bechmarks improved
Click to expand...
Click to collapse
I like undervolting. I know, it is hilarious, but in the past when I used other phones, these kernels have this option. It is a habit.
On the barry_allen phone can freezing when phone is using more than 3 minutes. On the intervative this problem doesn't exist .
waiting for hydrogen Sir...
Sent from my Xiaomi Mi Max using XDA Labs
irtrin said:
I like undervolting. I know, it is hilarious, but in the past when I used other phones, these kernels have this option. It is a habit.
On the barry_allen phone can freezing when phone is using more than 3 minutes. On the intervative this problem doesn't exist .
Click to expand...
Click to collapse
No freezing issue on barry_allen gov. Under testing intelliactive gov.
elzisaina said:
waiting for hydrogen Sir...
Sent from my Xiaomi Mi Max using XDA Labs
Click to expand...
Click to collapse
Try flashing latest build.
I confirm, at the last version of kernel doesnt exist problem of freezing on the barry_allen governor. Anyway, more governors I please for allucard.
When published i will use for all my build !
Great dev for P kernel now
sir
guffoe said:
Code:
just disable activity.manager, uxhengine & prefetch to run smoothly
​
Click to expand...
Click to collapse
Where can i find this option sir? Thanks
dungphp said:
When published i will use for all my build !
Great dev for P kernel now
Click to expand...
Click to collapse
Thanks for let me use your kernel source
you can try latest version V0.XX for testing.
right now trying compile other Toolchain
marxcs said:
Where can i find this option sir? Thanks
Click to expand...
Click to collapse
update!
just simply find & change it using root.explorer
guffoe said:
Code:
just disable activity.manager, uxhengine & prefetch to run smoothly
# QTI Performance
vendor.enable_prefetch=0
vendor.iop.enable_uxe=0
vendor.iop.enable_prefetch_ofr=0
vendor.perf.iop_v3.enable=0
​
Click to expand...
Click to collapse
Do i still need to change this after i flash v42 sir?
marxcs said:
Do i still need to change this after i flash v42 sir?
Click to expand...
Click to collapse
No need. Its just act.mngr detecting your app prefetch. We are not opt3.. So disable it. Until rom dev fix it.
The problem with freezing is still exist on the barry_allen. I precise it, this problem exist with Kernel Audiutur, when you browse this application, set up configuration by more than one minutes the problem show up.

Categories

Resources