Great to know. What specific did You do with Ubuntu in this device ?
"Envoyé depuis mon GT-I9192 avec Tapatalk"
badass
smartassH3
smartassV2
Asswax
dancedance
wheatley
smartmax
interactive
userspace
powersave
lionheart
adaptive
ondemand
performance
are you working with github.com or something similar? If so, could you provide a link to your sorce code. thx.
Facing a lot of drain. Are the battery drain patches included in this kernel ( Battery drain patches signed by Venkat Devarasetty <[email protected]>) ?
Version 2.5
Changelist:
- Optimized KSM
- Tweaked cpu voltages and clocks , undervolted freq to 192Mhz [Default=384Mhz]
- Added many Governors so avalables are:
Code:badass smartassH3 smartassV2 Asswax dancedance wheatley smartmax interactive userspace powersave lionheart adaptive ondemand performance
Flash it on your own risk. tested on ML2.
Facing a lot of drain. Are the battery drain patches included in this kernel ( Battery drain patches signed by Venkat Devarasetty <[email protected]>) ?
Hi all
thanks for your feedback.
no it is not applied , could you please give me the link about this patch?
@SilviuMik has included it in his kernel and it really makes a big difference. Could you please help him out here?
Thanks to you too.
* Your warranty is now void...
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, you getting dumped or you getting fired because your phone*
* bootloops and alarm does not go off. Please do some research if you have any *
* concerns about features included in my kernel before using it! YOU and only*
* YOU are choosing to make these modifications.
*/
# Tweaks and Configuration
/system/bin/setprop pm.sleep_mode 1
/system/bin/setprop ro.ril.disable.power.collapse 1
/system/bin/setprop ro.telephony.call_ring.delay 1000
echo "NO_GENTLE_FAIR_SLEEPERS" > /sys/kernel/debug/sched_features;
echo "NO_NEW_FAIR_SLEEPERS" > /sys/kernel/debug/sched_features;
echo "NO_NORMALIZED_SLEEPER" > /sys/kernel/debug/sched_features;
echo "20" > /proc/sys/vm/swappiness; #0
echo "1" > /proc/sys/vm/overcommit_memory;
echo "50" > /proc/sys/vm/overcommit_ratio;
echo "3" > /proc/sys/vm/page-cluster;
echo "10" > /proc/sys/vm/vfs_cache_pressure; #300
echo "2000" > /proc/sys/vm/dirty_writeback_centisecs;
echo "1000" > /proc/sys/vm/dirty_expire_centisecs;
echo "0" > /proc/sys/vm/oom_kill_allocating_task; #1
echo "0" > /proc/sys/vm/panic_on_oom;
echo "4096" > /proc/sys/vm/min_free_kbytes;
echo "10" > /proc/sys/fs/lease-break-time;
echo "64000" > /proc/sys/kernel/msgmni; #1024
echo "64000" > /proc/sys/kernel/msgmax;
echo "0" > /proc/sys/kernel/panic_on_oops; #1
echo "30" > /proc/sys/kernel/panic; #0 #10
echo "0" > /proc/sys/kernel/hung_task_timeout_secs; #45
echo "0" > /proc/sys/kernel/softlockup_panic;
/system/bin/sysctl -w kernel.threads-max=525810
/system/bin/sysctl -w kernel.sched_compat_yield=1
/system/bin/sysctl -w net.ipv6.conf.default.use_tempaddr=2
/system/bin/sysctl -w net.ipv6.conf.all.use_tempaddr=2
/system/bin/sysctl -w net.ipv6.conf.all.temp_prefered_lft=3600
/system/bin/sysctl -w net.ipv6.conf.default.temp_prefered_lft=3600
if [ -e /proc/sys/kernel/sched_min_granularity_ns ]
then
echo 200000 > /proc/sys/kernel/sched_min_granularity_ns;
fi
if [ -e /proc/sys/kernel/sched_latency_ns ]
then
echo 400000 > /proc/sys/kernel/sched_latency_ns;
fi
if [ -e /proc/sys/kernel/sched_wakeup_granularity_ns ]
then
echo 100000 > /proc/sys/kernel/sched_wakeup_granularity_ns;
fi
Android Logger - switching done via /sys/kernel/logger_mode interface default is 0 (off), thanks to AndiP.
- -O3 compilation and NEON cflags
- Optimized on Size
- set selinux to permissive from kernel.
- ext4: speed up truncate/unlink by not using bforget() unless needed
- msm: Add support for ION Flushing without virtual address
- gpu: ion: Use correct type for variables
- lowmemorykiller: Use upstream version instead of Samsung's
- samsung: msm8930: Add sleep status device
- samsung: msm8930: modify power collapse seq for kraitv3 [board-serrano]
badass
smartassH3
smartassV2
Asswax
dancedance
wheatley
smartmax
interactive
userspace
powersave
lionheart
adaptive
ondemand
performance