[scripts pack] tgb gaming/performance engine V2 - Optimus One, P500 Android Development

{
"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"
}
What is the GingerBlurB Engine?​
Its a Scripts Package I created. It combines the scripts which I personally chose to make ROMS and my ROM too more smoother and increase the overall performance. It also makes Games perform better.
Click to expand...
Click to collapse
Note: Dont use any other scripts package, it may conflict and may make your phone not boot. For max performance, use with The GingerBlurB V3 ROM.
Features
✔ Increase touchscreen sensitivity
✔ Less RAM usage
✔ Reduced usage of *.db files and faster database access.
✔ Faster disk access through remount script (noatime, disabled barrier etc)
✔ Better network throughput from TCP tweaks and 3G tweaks
✔ Overall Better Performance and Battery Life
✔ Less lags through LMK Tweak and Various VM Tweaks
✔ Faster SDCARD Read/Write Speed
Requirement: Kernel and ROM which supports init.d scripts.
I want to thank you the following people for I took their scripts and included it in my engine:
Loopy
Pikachu
Zeppelinrox
Imbawind
Slaid480
Changelog:
This is a smaller update which has updated CFS kernel tweak by thachtunganh
GET THE ENGINE HERE. V2

This is not a copy SlaidyBoost?

ZiViTi_13 said:
This is not a copy SlaidyBoost?
Click to expand...
Click to collapse
no man, i took scripts from the persons I mentioned, it includes slaidy too, but not just him. most credit goes to loopy.

Edit the requirement, it need ROM supports init.d script bro
Sent from my LG-P500 using xda premium

thachtunganh said:
Edit the requirement, it need ROM supports init.d script bro
Sent from my LG-P500 using xda premium
Click to expand...
Click to collapse
Thank you sir for pointing out
Fixed

shreyas.kukde said:
Thank you sir for pointing out
Fixed
Click to expand...
Click to collapse
Well, don't have to call me sir
We are the same .
And i have some tweaks for CFS kernel, i will send them to you later.
Sent from my LG-P500 using xda premium

thachtunganh said:
Well, don't have to call me sir
We are the same .
And i have some tweaks for CFS kernel, i will send them to you later.
Sent from my LG-P500 using xda premium
Click to expand...
Click to collapse
yes, but I respect talent very much. And you have done too much for this O1 Community.
Anyways, send me the tweaks anytime bro and I'll include it for sure

Hmmm... there is no /dbdata and /datadata folder on root.*
You might wanna delete it....
Edit: You might wanna review your script, you already had v6 & kak on /system/xbin but there are the same scripts that conflicts it on /system/etc/init.d. And there is no /sys/devices /virtual/bdi/0:18 folder on the 09sdcardspeedfix, and also how can you be so sure that all script located on /system/xbin work, when it's not being called..
Sent from my LG-P500 using xda premium

dnle71 said:
Hmmm... there is no /dbdata and /datadata folder on root.*
You might wanna delete it....
Sent from my LG-P500 using xda premium
Click to expand...
Click to collapse
Thanks.
Fixed.

dnle71 said:
how can you be so sure that all script located on /system/xbin work, when it's not being called..
Sent from my LG-P500 using xda premium
Click to expand...
Click to collapse
For calling the xbin scripts, you need to enter them through terminal emulator.
like
su
3g
or
su
v6

shreyas.kukde said:
For calling the xbin scripts, you need to enter them through terminal emulator.
like
su
3g
or
su
v6
Click to expand...
Click to collapse
Oppss,, forgot the terminal emulator(so focused about executing it on boot)..
Sent from my LG-P500 using xda premium

dnle71 said:
Oppss,, forgot the terminal emulator(so focused about executing it on boot)..
Sent from my LG-P500 using xda premium
Click to expand...
Click to collapse
yeah, maybe I'll make it in v2
and about the sdcardspeedfix, I got no idea because that script is from slaidy, i did not modify any of it except the loopysmoothness, can you help fix it bro?

I've just checked your script... You got almost my tweaks
This is what i have:
Code:
# IBM recommandation cfs task scheduler
echo 1000000 > /proc/sys/kernel/sched_latency_ns #10000000
echo 25000 > /proc/sys/kernel/sched_wakeup_granularity_ns #2000000
echo 100000 > /proc/sys/kernel/sched_min_granularity_ns #4000000
# Use ondemand as default kernel
echo "ondemand" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
echo 85 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold
This is from Galaxy Spica device, it's tweak for CFS Kernel.
Oh, and in /system/etc/init.d/S98system_tweak, i saw the smartassV2 tweaks, it ISN'T For our device, use my tweak instead:
Code:
# ============
# smartassV2
# ============
if [ -e /sys/devices/system/cpu/cpufreq/smartass/awake_ideal_freq ]; then
echo "768000" > /sys/devices/system/cpu/cpufreq/smartass/awake_ideal_freq;
if [ "`cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq`" -eq 200000 ]; then
echo "320000" > /sys/devices/system/cpu/cpufreq/smartass/sleep_ideal_freq;
else
echo "245760" > /sys/devices/system/cpu/cpufreq/smartass/sleep_ideal_freq;
fi;
echo "99999999" > /sys/devices/system/cpu/cpufreq/smartass/sleep_wakeup_freq;
echo "85" > /sys/devices/system/cpu/cpufreq/smartass/max_cpu_load;
echo "75" > /sys/devices/system/cpu/cpufreq/smartass/min_cpu_load;
echo "256000" > /sys/devices/system/cpu/cpufreq/smartass/ramp_down_step;
echo "0" > /sys/devices/system/cpu/cpufreq/smartass/ramp_up_step;
fi;
Test it !

thachtunganh said:
I've just checked your script... You got almost my tweaks
This is what i have:
Code:
# IBM recommandation cfs task scheduler
echo 1000000 > /proc/sys/kernel/sched_latency_ns #10000000
echo 25000 > /proc/sys/kernel/sched_wakeup_granularity_ns #2000000
echo 100000 > /proc/sys/kernel/sched_min_granularity_ns #4000000
# Use ondemand as default kernel
echo "ondemand" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
echo 85 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold
This is from Galaxy Spica device, it's tweak for CFS Kernel.
Oh, and in /system/etc/init.d/S98system_tweak, i saw the smartassV2 tweaks, it ISN'T For our device, use my tweak instead:
Code:
# ============
# smartassV2
# ============
if [ -e /sys/devices/system/cpu/cpufreq/smartass/awake_ideal_freq ]; then
echo "768000" > /sys/devices/system/cpu/cpufreq/smartass/awake_ideal_freq;
if [ "`cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq`" -eq 200000 ]; then
echo "320000" > /sys/devices/system/cpu/cpufreq/smartass/sleep_ideal_freq;
else
echo "245760" > /sys/devices/system/cpu/cpufreq/smartass/sleep_ideal_freq;
fi;
echo "99999999" > /sys/devices/system/cpu/cpufreq/smartass/sleep_wakeup_freq;
echo "85" > /sys/devices/system/cpu/cpufreq/smartass/max_cpu_load;
echo "75" > /sys/devices/system/cpu/cpufreq/smartass/min_cpu_load;
echo "256000" > /sys/devices/system/cpu/cpufreq/smartass/ramp_down_step;
echo "0" > /sys/devices/system/cpu/cpufreq/smartass/ramp_up_step;
fi;
Test it !
Click to expand...
Click to collapse
sure I'll test it tonight. one question, can u make something for keyboard lags? our low end device need it heavily.

shreyas.kukde said:
sure I'll test it tonight. one question, can u make something for keyboard lags? our low end device need it heavily.
Click to expand...
Click to collapse
Sorry, i really don't know how to do that!
Sent from my LG-P500 using xda premium

Thanks!! Will test it
Sent from my missile using Tapatalk2

For keyboard lags I just use smart keyboard
And I don't see any benchmark differences after flashing
I still get 2700 in quadrant
Sent from my LG-P500 using xda premium

opera38205 said:
For keyboard lags I just use smart keyboard
And I don't see any benchmark differences after flashing
I still get 2700 in quadrant
Sent from my LG-P500 using xda premium
Click to expand...
Click to collapse
it was never meant to increase you benchmark mate. it works in the background... I'll give a shot to smart keyboard.

This was good
I've already thanked you and now I'm waiting for updates

it will work on this rom? http://forum.xda-developers.com/showthread.php?t=1529777&page=336

Related

[ROM] UPDATE Custom Rom Honeycomb 3.2.1 - Firmware 3.2.80 Only for SDE ;

Hi!
This is an update to previous version Custom Rom Honeycomb 3.2.1 , Firmware 3.2.80;
This Custom Rom ( CR) , is ROOTED, BUSYBOX work well ( fixed all error !) , Su and Superuser already installed .
Now work for HDD model !
The overclock is present but is not activated. ( You can activate by replacing in /system/etc/init.d/Stweak - line # echo xxxxxxxxxx > /proc/opptimizer with exemp. : echo 1222000000 > /proc/opptimizer )
All the files is under UPDATE.zip : => http://www.4shared.com/zip/wUWC2y87/UPDATE.html
If you can not download , here have the same CR with pre-enable Overclock => http://hotfile.com/dl/149057638/e1b2030/PRE_ENABLED_OVERCLOCKING.zip.html ( your details in the second post on down side ....UPDATE...).
What you need to know :
- download UPDATE.zip, unpack and copy archos.ext4.update into /data/media or /mnt/storage .....reboot into SDE and copy zImage and initramfs.cpio.gz in a new driver ! - ok! flash and and wait for restart .
- you can install over the old version or on clean install ....works well for both !
- the restart will take longer .....may be even 2~3 min.
The CR include :
- windows animations ;
- some icons changed;
- some app added in /data/app for NOT FC ;
- adjust audio volume;
- now working 3G port On/OFF;
- you can update su binary into Superuser without error ! ( see picture 4 );
- possibility of Overclocking ( take great care not to damage the device !!! );
- enable vibrator ;
- add some wallpapers and live wallpapers;
This CR is stable, without any error and can be used as a daily Rom !!!
Thanks to their work !!! { @letama and @gen_scheisskopf }
{
"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"
}
How overclock your device ?
INFO :
Overclocking Edition !
Edit the script Stweak with Root_Explorer or any other app into /system/etc/init.d/Stweak , changing the line
.........................................................
# echo xxxxxxxxxx > /proc/opptimizer
...........................................................
with a number of your choice ( ex. 1.3GHz = 1300000000)
............................................................
echo 1300000000 > /proc/opptimizer
............................................................
For the changes to take effect you don't need to reboot the device , just press long Stweak , choose Open With , choose Linux Script Handler and Execute !
Note: must be run after every reboot !
Now test the changes you made : just open CPUBoost and take a look into CPU Max Speed , you can see here ( as in the picture above) value set by you in script Stweak ! Choose as desired ! ( don't need any other app added for overclocking your device ) .
I advise you to do this with moderation !
I'm NOT responsible for damaged equipment after overclocking !!!
Good Luck !!!
UPDATE.......Now comes with auto-running scripts !
If you bother run Stweak ( script for overclocking) for each reboot : here is to solve this deficit ! = > http://hotfile.com/dl/149057638/e1b2030/PRE_ENABLED_OVERCLOCKING.zip.html
Just unpack and copy archos.ext4.update following the tutorial above.
Is the same CR, but now your selected frequency will now remain after rebooting !
HOW to run this new update ?
- just edit Stweak into /system/etc/init.d : replace "# echo xxxxxxxxxx" with your favorite frequency ( ex. echo 1230000000 ) , save and exit ....and reboot your device. Now open CPUBoost and under CPU Max Speed choose your frequency !
Respectfully ,
surdu_petru
I tried to get it to 1.5 ghz but failed. Is there are certain value?
Currently beta testing my new Honeycomb Sammich build
Sent from my ARCHOS 80G9 using XDA Premium HD app
Quinny899 said:
I tried to get it to 1.5 ghz but failed. Is there are certain value?
Currently beta testing my new Honeycomb Sammich build
Sent from my ARCHOS 80G9 using XDA Premium HD app
Click to expand...
Click to collapse
Hi!
Testing my device ( 1.2GHz) with overclock. at 1.6GHz....already no longer moving well ( not stable ...but for 1.4GHz work fine ! ).
I don't know which is certain value .... for maximum efficiency and without stability problems !
For those of you who do not want to sign up for a 4shared account (like me), you can get a generic login from http://www.bugmenot.com/view/4shared.com.
stealthdave said:
For those of you who do not want to sign up for a 4shared account (like me), you can get a generic login from http://www.bugmenot.com/view/4shared.com.
Click to expand...
Click to collapse
This link installs a Trojan on your PC. Don't use it.
Cheers
working fine with hdd model
philmein said:
working fine with hdd model
Click to expand...
Click to collapse
Hi !
That because of gen_scheisskopf's work !!!
Have you encountered some problems with this software ? ( error, bugs ..frame ...??? ) ?
surdu_petru said:
Hi !
That because of gen_scheisskopf's work !!!
Have you encountered some problems with this software ? ( error, bugs ..frame ...??? ) ?
Click to expand...
Click to collapse
rom seems to be running fine i think ive messed the overclocking up tho is there a way to reset stweak to the original setting?
rom is still working at 1.200mhz box standard for the hdd model but the editing went wrong to fiddly for me lol
both you and the general have done a great job
philmein said:
rom seems to be running fine i think ive messed the overclocking up tho is there a way to reset stweak to the original setting?
rom is still working at 1.200mhz box standard for the hdd model but the editing went wrong to fiddly for me lol
both you and the general have done a great job
Click to expand...
Click to collapse
Hi!
Thanks ....
Do not complicate !!! ...just edit Stweak ( with a editor like root_explorer) ...and follow the steps in the second post # 2
original Stweak was ...
Stweak
.......................................................................................
#!/bin/sh
insmod /lib/modules/symsearch.ko
insmod /lib/modules/opptimizer.ko
# echo xxxxxxxxxx > /proc/opptimizer
...........................................................................................
...end follow step by step #2 How overclock your device ?
when i press long Stweak , choose Open With , choose Linux Script Handler and Execute !
linux script handler does not appear i copied and pasted this
#!/bin/sh
insmod /lib/modules/symsearch.ko
insmod /lib/modules/opptimizer.ko
# echo 1300000000 > /proc/opptimizer
but it stays at 1.2mhz stock
ill have another try
philmein said:
when i press long Stweak , choose Open With , choose Linux Script Handler and Execute !
linux script handler does not appear i copied and pasted this
#!/bin/sh
insmod /lib/modules/symsearch.ko
insmod /lib/modules/opptimizer.ko
# echo 1300000000 > /proc/opptimizer
but it stays at 1.2mhz stock
ill have another try
Click to expand...
Click to collapse
Hi !
Replace this line :
# echo 1300000000 > /proc/opptimizer
with
echo 1300000000 > /proc/opptimizer
you don't have this options ?
like this
#!/bin/sh
insmod /lib/modules/symsearch.ko
insmod /lib/modules/opptimizer.ko
echo 1300000000 > /proc/opptimizer
philmein said:
like this
#!/bin/sh
insmod /lib/modules/symsearch.ko
insmod /lib/modules/opptimizer.ko
echo 1300000000 > /proc/opptimizer
Click to expand...
Click to collapse
YES! and now you need to execute this script like in picture : chose Linux Script Handler end will work sure ....
all working now thanks for your patience and help
I noticed that after every reboot you lose the overclock setting back to the original frequency.
Same here I have to run the script after a reboot
brbi said:
I noticed that after every reboot you lose the overclock setting back to the original frequency.
Click to expand...
Click to collapse
HI!
YES ! It's allright !
philmein said:
Same here I have to run the script after a reboot
Click to expand...
Click to collapse
Ok...YES !
if i try to run the script i only get a reboot...
is there a fix for the market to show me all apps?

[KERNEL][GOLFU][Linaro] Prometheus Kernel

PROMETHEUS KERNEL [ 26/04/2013]
Hey Guys.
So , I have been trying my hand in building a kernel for the Device for the past few days . I am sharing the work here.
Code:
I am not responsible for bricked devices, dead SD cards,
thermonuclear war, or you getting fired because the alarm app failed.
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.
Don't complain if your device explodes in your hand or vanishes into thin air..
Overclocking is purely based on a personal choice and is not always recommended. So be careful while doing so.
1# post: Features
2# post: ChangeLogs and Downloads
3# post: FAQ
FEATURES :
I . General Features
=>Build from the latest golfu kernel source.
=>Makefile Optimizations & Compiled with Linaro-4.6.2
=>KSM and cleancache support
=>FastCharging Support ( Experimental)
=>TUN,CIFS support
=>LZMA Compression used for Kernel (Speed)
=>EXT3 journaling and some kernel parameter tweaks optimised for the device
=>Overclockable to 767mhz or 800mhz or 822mhz
=>init.d support
=> Patched to linux 3.0.79 upstream [NEW]
II. GOVERNORS
=>intellidemand
=>interactive (Tweaked)
=>conservative
=>ondemand
=>SmartassV2
=>Performance
III. SCHEDULER
=>noop
=>deadline
=>cfq
=>vr
=>sio
=>bfq
=>row[NEW]
Instructions:
=>Download the boot.img
Code:
fastboot erase cache
fastboot flash boot boot.img
=>Reboot
Credits :
Maxwen Adi_pat,stratosk,sultanxda for their sources
einstein.frat , cute_prince for sharing their acpuclock
All the testers
Consider hitting the Thanks button If you like my work
CM10 Kernels
CM10 V1: Changelogs And downloads : Here
CM10 V2 (Latest) : Changelogs And downloads : Here
Click to expand...
Click to collapse
Sense4 Kernels
ChangeLogs , Downloads
Version7- Linaro
Changelogs and downloads Here
Version6- Linaro
Changelogs > Here
828mhz> http://d-h.st/TLt
816mhz> https://www.dropbox.com/s/prx278u7hoxc7um/boot.img
800mhz> https://www.dropbox.com/s/2ck5jsenlwccooz/boot.img
767mhz> https://www.dropbox.com/s/uajwqgaovoshe0y/boot.img
Version5
ChangeLog > Here
828mhz: https://www.dropbox.com/s/o008vt5lrw0wgcj/boot.img
816mhz: https://www.dropbox.com/s/chx26dqzvszh7hs/boot.img
800mhz: https://www.dropbox.com/s/lbj7yanykwaej2r/boot.img
767mhz: https://www.dropbox.com/s/v4h8rpuxr40kxlb/boot.img
Version4
ChangeLog > Here
828mhz > https://www.dropbox.com/s/mjnk14mc4iea81j/boot.img
800mhz > https://www.dropbox.com/s/ztisusn6yeo01br/boot.img
767mhz > https://www.dropbox.com/s/f6x3j4zihcvnya6/boot.img
Version3
Code:
=>Patched to 3.0.70
=>Added Badass governor and misc enhancements.
828mhz = Link
Version2
Code:
=>Patched to linux 3.0.69
=>Snappy compression for zRAM
=>row scheduler+ lionheart and lazzy governors
800mhz= http://d-h.st/PSe (Reduced PLL value , should be a little more stable now)
832mhz= http://d-h.st/af8
. Initial Work
=>767mhz : http://d-h.st/MFp
=>800mhz : http://d-h.st/u3k
=>Experimental 800mhz (For sturdier devices) : http://d-h.st/Y1S
=>822mhz : http://d-h.st/NLh
Stock Boot image : http://d-h.st/5OA
Click to expand...
Click to collapse
Benchmarks / Hall Of Fame
CM9 Kernels
Changelogs
=>All changes that where made to my latest sense4 kernel
=>Added GPU OC ( Thanks to cute_prince)
=>More total Ram => From 415mb stock to 429mb
767mhz: https://www.dropbox.com/s/rwkqejx5lrsbkn9/boot.img
800mhz: https://www.dropbox.com/s/6gu8xnm2gj0w1tz/boot.img
828mhz: https://www.dropbox.com/s/5merj9a9sdyegf0/boot.img
Click to expand...
Click to collapse
a. 767mhz :
{
"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"
}
b.822mhz :
-Thanks to szortt
-Thanks to whoamigriffiths
-Thanks to lead3r1
FAQ & SOURCES
1. What is KSM and is it enabled by default?
>Check this to know more on KSM http://en.wikipedia.org/wiki/Kernel_SamePage_Merging_(KSM) .
Its not enabled by default. You can make a init.d script as follows and place it in the init.d folder to enable it.
Code:
#!/system/bin/sh
#
echo 1 > /sys/kernel/mm/ksm/run 1
echo 600 > /sys/kernel/mm/ksm/pages_to_scan
echo 3000 > /sys/kernel/mm/ksm/sleep_millisecs
2. How to use Zram?
>Place the following script in the init.d folder. You may replace 64 with 128 too.
Code:
##!/system/bin/sh
#set zRAM size (recommended sizes are 64 and 128, as this compresses an actual block of RAM. Setting it higher will likely impede performance)
echo $((1024*1024*64)) > /sys/block/zram0/disksize
#use busybox to create and activate zram0, if busybox is not in /system/xbin, modify accordingly
/system/xbin/busybox mkswap /dev/block/zram0
/system/xbin/busybox swapon /dev/block/zram0
3. How to enable fast charging ?
> Type this in terminal
Code:
su
echo 1 > /sys/class/power_supply/battery/fast_charge
4. How to utilize fsync_control ?
This can be used in cm9 (or CM10 when that kenrel is out) and not in sense roms.
> Type this in terminal
Code:
su
echo 0 > /sys/class/misc/fsynccontrol/fsync_enabled
Click here for the Sources
Awsome Nikhil !!! Gonna flash them right now !! and let u knw how good it is
Btw God of war Fan ???
SaM` said:
Awsome Nikhil !!! Gonna flash them right now !! and let u knw how good it is
Btw God of war Fan ???
Click to expand...
Click to collapse
Haha yeah :cyclops:
Its my first kernel , but did a lot of reading before building it. So , hopefully it should be good
buddy !! i flashed 800 mhz kernel !! but my cpu frequency is 767 !! and i tried some apps but max is 767 only
SaM` said:
buddy !! i flashed 800 mhz kernel !! but my cpu frequency is 767 !! and i tried some apps but max is 767 only
Click to expand...
Click to collapse
Whhoops , I think I uploaded the wrong kernel . I will re upload it soon.
Edit: Re uploaded , could you try now?
Re: [KERNEL][GOLFU] Prometheus Kernel
Gimme a sec inside a deadly fifa 13 online match
Sent from my HTC Desire C using xda app-developers app
---------- Post added at 06:28 AM ---------- Previous post was at 05:45 AM ----------
Okay ...i flashed the new one ..its fast and snappy while in UI and my games are running a lil better than b4 ..but somehow my antutu score is lower use to be 4600+ but with this its 4400 + ... Not sure if its coz of new update by them ... Other than that my phone looks more smooth in UI and games both ..thnx a lot nikhil ..always appreciate your work
Sent from my HTC Desire C using xda app-developers app
SaM` said:
Gimme a sec inside a deadly fifa 13 online match
Sent from my HTC Desire C using xda app-developers app
---------- Post added at 06:28 AM ---------- Previous post was at 05:45 AM ----------
Okay ...i flashed the new one ..its fast and snappy while in UI and my games are running a lil better than b4 ..but somehow my antutu score is lower use to be 4600+ but with this its 4400 + ... Not sure if its coz of new update by them ... Other than that my phone looks more smooth in UI and games both ..thnx a lot nikhil ..always appreciate your work
Sent from my HTC Desire C using xda app-developers app
Click to expand...
Click to collapse
Yeah , I have reduced oveclock speeds slightly since some people were experiencing reboots . If you want I can increase it slightly , but all devices might not be able to handle it.
Re: [KERNEL][GOLFU] Prometheus Kernel
Upload a seprate version for people like us who doesn't get any reboot and is it possible to overclock a lil more just for testing ???
Sent from my HTC Desire C using xda app-developers app
SaM` said:
Upload a seprate version for people like us who doesn't get any reboot and is it possible to overclock a lil more just for testing ???
Sent from my HTC Desire C using xda app-developers app
Click to expand...
Click to collapse
Yeah I can try this , but since I have a 767mhz compatible device I wont be able to test it. So I will need some more testers if possible
Re: [KERNEL][GOLFU] Prometheus Kernel
Im happy to be the frst onee if u dont hav any problem
Sent from my HTC Desire C using xda app-developers app
SaM` said:
Im happy to be the frst onee if u dont hav any problem
Sent from my HTC Desire C using xda app-developers app
Click to expand...
Click to collapse
Sam, check your pm .
800Mhz causes random reboots. Also on einstein.frat kernel I had random reboots. My phone is resistant
Still testing 767Mhz.
qubbus said:
800Mhz causes random reboots. Also on einstein.frat kernel I had random reboots. My phone is resistant
Still testing 767Mhz.
Click to expand...
Click to collapse
If 800mhz from einstein didnt boot for you , this one will also not boot.Since some devices dont seem to be able to handle a high PLL value(above 74 ). Thats why I made 2 seperate boot images.
Edit : Uploaded the experimental versions of 800mhz kernel , for people having a sturdy device . Testers have confirmed 4600+ scores on this one.
Works WIFI on SLimSense ROM?
Jaizu said:
Works WIFI on SLimSense ROM?
Click to expand...
Click to collapse
Yeah it should .Replace the modules with the ones from nameless rom or revolution, then it should work.
Tx Nikhil, the more development the better!
But, in what way is this a better kernel than Nameless 806OC?
Thanks Nikhil more choices now.
Great Work!
Phenziox said:
Tx Nikhil, the more development the better!
But, in what way is this a better kernel than Nameless 806OC?
Click to expand...
Click to collapse
Hmm its not good to compare the work phenz . But all the features are mentioned in the OP(like more governors and schedulers etc). This is just the initial work so expect more soon
Btw I have got OC upto 828mhz and it seems to work well for the testers.But the negative is , the battery drain is more
russell664 said:
Thanks Nikhil more choices now.
Great Work!
Click to expand...
Click to collapse
Thanks russ . I will try to include more features into this and switch over to Revelution kernel. Btw you can check my git , its updated to linux kernel 3.0.30 now.

[TOOLs] 29/09 My mods/tweaks for Googy Max 1.* Kernel Sammy 4.1.2

Hi all, this is my first thread and all I want is to share some mods/tweaks/info for googy max kernel that I have done
[Script/Widgets] STweaks profiles fast-switching
It enables users to have 3 widgets in your home screen which one corresponding to a different Stweaks profile, one click and puuuuf...profile changed
Install "Script Manager - SManager" and "SMWidgets" from google play
Create 3 scripts in your sdcard folder named:
battery.sh
Code:
#!/system/bin/sh
echo "battery" > /data/.googy/.active.profile
sh /res/uci.sh apply
echo "default" > /data/.googy/.active.profile
echo "battery" > /data/.googy/.googy.profile
cp /data/.googy/battery.profile /data/.googy/default.profile
balanced.sh
Code:
#!/system/bin/sh
echo "balanced" > /data/.googy/.active.profile
sh /res/uci.sh apply
echo "default" > /data/.googy/.active.profile
echo "balanced" > /data/.googy/.googy.profile
cp /data/.googy/balanced.profile /data/.googy/default.profile
performance.sh
Code:
#!/system/bin/sh
echo "performance" > /data/.googy/.active.profile
sh /res/uci.sh apply
echo "default" > /data/.googy/.active.profile
echo "performance" > /data/.googy/.googy.profile
cp /data/.googy/performance.profile /data/.googy/default.profile
Open SManager and locate your 3 scripts, click on them and mark them as favourite and root
Put 3 "SMWidget" widgets in your home screen and link them to your 3 scripts, mark them to run in background when prompted
Scripts are also in download section
{
"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"
}
[CWM] Dual boot recovery (2nd rom utils)
It's a cwm zip package that install googy max dual boot recovery to recovery partition permanently. It's useful for users with root/STweaks problems who aren't able to boot into 2nd rom utils by opening STweaks.
[CWM] Googy max kernel settings clear
It's a cwm zip package that clears kernel configuration files and restore default settings after next boot. It's useful for people that are facing boot-loops caused by bad kernel settings applied at boot, like excessive undervolt.
[Script/Widget] Zram stats up to 4 disks
It's a shell script that shows current googy max profile applied, swappiness value, global ram and zram stats, individual zram disks stats, global zram compression rate, etc... It could be called by a terminal emulator or by a widget (the same way like with profile fast-switching, but this time we don't choose to run in background when prompted)
NOTE: there are some number differences while read zram info with free command and by using /sys/block/zram* interface (I converted Bytes to MBytes by dividing twice by 1024 )
[CWM] Busybox mod with more busybox commands
It's busybox binary version 1.21.1 which supports more commands like ifconfig.
It persists after kernel re-flashing, uses init.d :good:
[Info] CPU and GPU undervolt values that I use and are stable (to me )
CPU values (MHz->mV):
1600=1338
1500=1275
1400=1225
1300=1188
1200=1125
1100=1075
1000=1000
900=950
800=900
700=888
600=863
500=838
400=825
300=800
200=800
GPU values (MHz->mV):
54=750
108=775
160=800
266/275=825
350=850
440=925
533=1000
640=1075
700=1125
[Info] Battery saving
Useful when we are running out of power. I use an Anker 2200 mAh battery with NFC antenna, it does the trick with this settings (remember that googy implemented profiles in stweaks):
Set zzmove battery governor
Set cpu max freq to 800mhz
Undervolt 200-800 Mhz cpu freq steps voltages by -100 mV or set the ones that I use (see above)
Set GPU freq to 54,108,160,266,275 MHz and voltages to the ones I use (see above)
Disabe zram (to avoid lags, cpu low freq)
Now save that settings to your battery profile and apply, now some extra settings:
Use auto-brightness with bright set to 25-30%
Use GSM only
Turn off localisation services
Use data network only when necessary (try to have it disabled)
With that and Anker battery I got 9H on screen time (note: used the phone only for sending sms, no wifi, no data, no gps, brightness at minimum a lot of time).
Thanks:
- @googy_anas for encourage me for doing this
DOWNLOADS
PS: If you liked my work, hit tanks please! And feel free to pay me a beer/coffee
First one here
Congratulations !!!
Nice tweaks and mods :good:
Obrigado
P.S. that's some serious UV, my phone cant handle half of that xD
very good job. Thank you very much
googy_anas said:
First one here
Congratulations !!!
Click to expand...
Click to collapse
ahah
Thanks
kaza said:
Nice tweaks and mods :good:
Obrigado
P.S. that's some serious UV, my phone cant handle half of that xD
Click to expand...
Click to collapse
I use that settings with default ABB settings
De nada :good:
mrjoy said:
very good job. Thank you very much
Click to expand...
Click to collapse
You're welcome
:good:
Verrrrry nicceeee!!! Thanks a lot :thumbup:
Sent from my HTC One X using xda premium
Keep up the great work my friend , thanks a lot for your time and effort.
Enviado do meu GT-I9300 utilizando Tapatalk 4
thanks for opening and sharing theses mod's continue
http://forum.xda-developers.com/showthread.php?t=2119761
can we use these profiles with our kernel.. are these safe?? anyone tried?
rahulbalmuri said:
http://forum.xda-developers.com/showthread.php?t=2119761
can we use these profiles with our kernel.. are these safe?? anyone tried?
Click to expand...
Click to collapse
Do not use it! Some settings could be ported, but simply tweak googy kernel profiles as you want and save it as different profiles...
how to remove dual recovery mod
salman_dude said:
how to remove dual recovery mod
Click to expand...
Click to collapse
Flash a new recovery like philz touch or other cwm recovery... It will overwrite yoir current recovery
PedroMedeiros said:
Flash a new recovery like philz touch or other cwm recovery... It will overwrite yoir current recovery
Click to expand...
Click to collapse
thnx
Thanks for your tips on battery saving!!
Following your instruction, I set my kernel config, 14hrs passed, no reboot, no freeze, still maintain good response (I never play games)
14hrs standby, 40mins screen on, 79% battery left (95-79=16% loss), even regular auto sync in bad signal area.
PedroMedeiros said:
Flash a new recovery like philz touch or other cwm recovery... It will overwrite yoir current recovery
Click to expand...
Click to collapse
I flashed the .zip file in CWM, looked on Stweaks and nothing seem to have changed, any suggestions?
Jack
JackHanAnLG said:
I flashed the .zip file in CWM, looked on Stweaks and nothing seem to have changed, any suggestions?
Jack
Click to expand...
Click to collapse
what exactly you trying to do? changing a recovery shouldn't change anything in stweaks
2rgman said:
what exactly you trying to do? changing a recovery shouldn't change anything in stweaks
Click to expand...
Click to collapse
OH. In my mind i thought if i flashed one of your downloadable .zip files ( Googy max kernel settings clear by pedromederios ) it would apply what youve done on your Stweaks..
Although ive done most of the things in the post already using Stweaks, ill let you know how it goes!
JackHanAnLG said:
OH. In my mind i thought if i flashed one of your downloadable .zip files ( Googy max kernel settings clear by pedromederios ) it would apply what youve done on your Stweaks..
Although ive done most of the things in the post already using Stweaks, ill let you know how it goes!
Click to expand...
Click to collapse
OK, I thought you flashed a recovery, flashing "Googy max kernel settings clear" should reset stweak settings to default, so you say after flashing this file stweaks settings stay the same?

[MOD] Architect_Edition : * Set your kernel without application * and more *[SCRIPTS]

Warning : Stritcly FORBIDDEN to share MY work on Phonandroid
{
"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"
}
Kernel Architect is some scripts to set your kernel without application and 100% compatible with all Kernels
only if you have a Snapdragon 800 as processor
You can modify :
- governors
- schedulers
- max frequences *
- table of voltages *
* if your kernel have OC/UV options
List of commands
Open an application like Android Terminal Emulator
Start always a session with su + enter ...
Code:
Architect
*that give you some informations and recommandations
Code:
governors
*that will show you all governors available
Code:
name of governor
conservative
interactive
wheatley
ondemand
performance
powersave
userspace
*that will activate the governor of your choice ( say me if you want another )
Code:
schedulers
*that will show you all schedulers availables
Code:
name of scheduler
cfq
deadline
noop
row
sio
fiops
test-iosched
vr
zen
*that will activate the scheduler of your choice
Code:
freq
*that will show you some informations about frequences of your CPU
Code:
freqmax1,3
freqmax1,4
freqmax1,5
freqmax1,6
freqmax1,7
freqmax1,8
freqmax1,9
freqmax2,3
freqmax2,5
freqmax2,7
*That will activate the max fréquence of your cpu : 1,3Ghz to 2,7Ghz
Code:
volt
*That will show your table of voltages CPU
Code:
volt0
*That will set the original table of voltages
Code:
volt-25
volt-50
volt-75
volt+25
volt+50
volt+75
*That will set - or + in mV
that will show you before and after
Warning: the base is volt0
How to have these scripts actived at boot
2 way :
- the folder init.d
- use Script manager
1) init.d
Copy your combinaison, for example :" interactive, deadline, volt-25 and past it in /system/etc/init.d/
Don't forget to be in root explorer and give right permissions *... ( read, write, execute )
You can find all my scripts in /system/bin/
or : Kernel-Architect-scripts.zip
2) Script Manager
Take the application Script Manager on play store
Choose the script, give root access and apply at boot
You can find all my scripts in /system/bin/
or : Kernel-Architect-scripts.zip
*** Kernel Architect-signed.zip ***
Uninstall Kernel Architect-signed.zip
Kernel-Architect-scripts.zip
- Reboot in your Recovery
- Install Architect_Edition-signed
- Enjoy
~~~~~~~~~~~~~~~~~~~~~~~~~
More​
Take my TWRP theme :
Our themes1080p​
- Download
- Reboot on Recovery
- Install
- Reboot on Recovery
- Enjoy
~~~~~~~~~~~~~~~~~~~~~~~~~
​
Reserved for OP
First, awesome work, Thanks
Sent from my SM-N900V using Tapatalk
Guess this is strictly for Developers Edition
Sent from my SM-N900V using Tapatalk
jr_718 said:
Guess this is strictly for Developers Edition
Sent from my SM-N900V using Tapatalk
Click to expand...
Click to collapse
No, it's for anybody because it's really easy.
I don't like set hardware with app, then for basics settings ( governors, schedulers, frequences and voltages ) I did an easy way to modify without app and then be sure to be compatible.
Don't hesitate to ask me
Ok
Sent from my SM-N900V using Tapatalk
So to put it simple....... is this a custom kernal
johnminator said:
So to put it simple....... is this a custom kernal
Click to expand...
Click to collapse
Nope, it's a script to set clock speed, governer, etc.
It's basically SetCPU or ROM Toolbox's CPU control, or other cpu control apps, without installing an app...
Has this been tried out on a safe strapped device yet? Looks promising might give it a go when I get home tonight. Thanks OP!
so if this is like an app besides it being script what sets this apart from an app like setcpu the gov's??
danutzz said:
Nope, it's a script to set clock speed, governer, etc.
It's basically SetCPU or ROM Toolbox's CPU control, or other cpu control apps, without installing an app...
Click to expand...
Click to collapse
Exactly !
krazy_smokezalot said:
so if this is like an app besides it being script what sets this apart from an app like setcpu the gov's??
Click to expand...
Click to collapse
I believe the idea behind OP creating this is that it may be easier for some to utilize these scripts rather than installing an app to control your kernel's settings.
In my opinion, this thread should belong in development section, but if other devs agree that this provides "significant improvement in the means of operation", then by all means keep it here.
danutzz said:
I believe the idea behind OP creating this is that it may be easier for some to utilize these scripts rather than installing an app to control your kernel's settings.
In my opinion, this thread should belong in development section, but if other devs agree that this provides "significant improvement in the means of operation", then by all means keep it here.
Click to expand...
Click to collapse
I did that because i was tired to search good app ( compatible ) with kernel wanted.
Then this working on every kernel.
Not need app for apply on boot, use folder init.d, I prefer that than an app opened in cache.
I've made this for me and after i said to me : " why not share ? ".
Maybe i'm not in right section, sorry !
NorthLight said:
I did that because i was tired to search good app ( compatible ) with kernel wanted.
Then this working on every kernel.
Not need app for apply on boot, use folder init.d, I prefer that than an app opened in cache.
I made this for me and after i said to me : " why not share ? ".
Maybe i'm not in right section, sorry !
Click to expand...
Click to collapse
Don't get me wrong, this is great work! Thank you for sharing...
On that note though... I always get a little excited when there's a post in "Original" because I think there may have been a breakthrough and we somehow miraculously unlocked the bootloader, or something else ground breaking. This is good and all, but not at the level I was expecting in this section. Again, I could be wrong, if other devs deem this as "Original Development".
Isn't this the right section? Coming from originally a Nexus S back in the day all we had was a section for Original Android Development, when I jumped over to the GS3 there were two sections, original and then just plain development. Plain development was developing roms around manufacturer software I.e. roms based around Touchwiz, or Touchwiz mods. Original Development was based around original designs based of of AOSP, I.e. CM, AOKP, Paranoid Android, etc. In my opinion he has made a custom script that can be used on most kernels, not locked into Touchwiz, making this his Original Android Development, right? That's just my opinion, once again thanks OP for bringing new development and as you said sharing with everyone else!
Anyone got any good recommendations for settings on the stock kernel? I haven't really messed with it because coming from the Gnex bot the performance and battery life of this phone just blow it out of the wager.
Sent from my SM-N900V using Tapatalk
Gil Smash said:
Anyone got any good recommendations for settings on the stock kernel? I haven't really messed with it because coming from the Gnex bot the performance and battery life of this phone just blow it out of the wager.
Sent from my SM-N900V using Tapatalk
Click to expand...
Click to collapse
What have you as governors and schedulers ?
NorthLight said:
What have you as governors and schedulers ?
Click to expand...
Click to collapse
Stock so row and on demand.
Sent from my SM-N900V using Tapatalk
Gil Smash said:
Stock so row and on demand.
Sent from my SM-N900V using Tapatalk
Click to expand...
Click to collapse
If you have no choice ... Cannot do something.
Have you flashed my scripts ?
If yes type :
Code:
su
Architect
Do a screenshot and post here please.
What is the point to this compared to trickster mod, kernel tuner, set cpu etc etc??

[KERNEL] Furnace-1.3.2 for Moto G [AOSP/CAF][7/29/2014][RGB][BiDi-S2S][S2D][96MHz]

{
"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"
}
This kernel is ONLY for AOSP based ROMs. This will NOT work on the stock Moto/GPE ROMs.
I will update this as long as I have time, introducing new features and fixes for any issues that may arise.
If you have any feature requests or ideas that haven't been seen before, don't hesitate to throw it out there, I love new things!
If you're concerned about benchmarks, go here.
Features:
CC: Linaro 4.7.4 1401
Ver: 3.4.99
Kernel Compression: XZ
Ramdisk Compression: GZ
Min Freq: 96000
Max Freq: 1190400
TCP: HTCP/HSTCP/HYBLA/VEGAS/SCALABLE/LP/VENO/YEAH/ILLINOIS/WESTWOOD(default)
FS: exFAT/F2FS
IO: BFQ/SIO/FIOPS/ZEN/VR/NOOP/CFQ/DEADLINE(default)
GOV: intelliactive/ondemandplus/wheatley/ondemand/userspace/powersave/performance/interactive(default)
HotPlug: MPDecision/IntelliPlug(default)
LCD KCAL - RGB Control
Sweep2Wake
BiDirectional Sweep2Sleep
Sweep2Dim
DoubleTap2Wake
Headphone High Performance Mode
FRandom
Powersuspend
VFP Hardfloat
CPU-Boost via sysfs​
Click to expand...
Click to collapse
Sweep2Dim:
Sweep2Dim uses a modified version of the sweep2wake drivers in combination with LG's LCD KCAL driver to raise or lower RGB multipliers based on sweep gestures.
Right -> Left sweeps drop the kcal multipliers by 73 (or, 33% of the 220 avail)
Left -> Right sweeps raise the kcal mulitpliers by 73
If you sweep left continuously, or until your display goes "black", the driver will trigger a powerkey press and turn off the display.
Since KCAL does not alter your backlight's brightness, you Sweep2Dim can work parallel to auto-brightness, and you can even use it to dim the display lower than the brightness 'slider' allows for.
Sweep2Dim is disabled by default, if you want to eanble it, just enable Sweep2Sleep first.
sysfs:
/sys/android_touch/sweep2dim (0 = off, 1 = s2d)
/sys/android_touch/sweep2wake (0 = off, 1 = s2w+s2s/s2d, 2 = s2s)
/sys/module/sweep2wake/parameters/up_kcal <- Right sweep increases kcal with this value
/sys/module/sweep2wake/parameters/down_kcal <- Left sweep decreases kcal with this value
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Download:
Furnace Kernel / source / changelog / mirrors
Dev Resources:
You will need to get a hold of the latest unpackbootimg/mkbootimg/lz4demo/dtbToolCM binaries, here's a copy of my ~/bin
Boot partition is located here: /dev/block/platform/msm_sdcc.1/by-name/boot
To unpack:
Code:
mkdir output
./unpackbootimg -i boot.img -o output
To repack:
Code:
./mkbootimg --kernel output/boot.img-zImage-dtb --ramdisk output/boot.img-ramdisk.gz --cmdline "console=ttyHSL0,115200,n8 androidboot.console=ttyHSL0 androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 vmalloc=400M utags.blkdev=/dev/block/platform/msm_sdcc.1/by-name/utags androidboot.write_protect=0 zcache androidboot.selinux=permissive" --base 0x00000000 --pagesize 2048 --ramdisk_offset 0x01000000 --tags_offset 0x00000100 -o new_boot.img
Unpacking/Repacking ramdisk as .lz4
Code:
lz4demo -d /path/to/ramdisk.lz4
mkbootfs /path/to/ramdisk_dir | lz4demo -c stdin ramdisk.lz4
Packing as .gz
Code:
mkbootfs /path/to/ramdisk_dir | gzip > ramdisk.gz
Compiling DTB from top of kernel source
Code:
dtbToolCM -2 -o dt.img -s 2048 -p scripts/dtc/ arch/arm/boot/
​
Feature list would be nice.
TangerineTractor said:
Feature list would be nice.
Click to expand...
Click to collapse
It's in the OP...
Savoca said:
It's in the OP...
Click to expand...
Click to collapse
Any recommended settings or just leave at defaults?
Running this at defaults with the latest cm and art, no issues, it's lightning fast and seems pretty decent battery so far.
TangerineTractor said:
Any recommended settings or just leave at defaults?
Running this at defaults with the latest cm and art, no issues, it's lightning fast and seems pretty decent battery so far.
Click to expand...
Click to collapse
Ondemandplus and 192Mhz UC are my settings, the rest is defaulted to my settings.
Iv installed this with no probs, i went for ondemandplus lowest uc and highest oc, im using latest cm11 nightly and not art, wifi working no probs, happy days
Sent from my Moto G using XDA Premium 4 mobile app
i will try this now, does the overclock work because the overclock on pink kernel does not
I'm getting lag in games and scrolling
Sent from my Moto G using Tapatalk
I'm now running this too, does the OC and UC really work? Cant tell if placebo or really works smoother. Have no wifi or any other problems tho... Nice
Nice kernel! Just a question, oc works??
anerik said:
Nice kernel! Just a question, oc works??
Click to expand...
Click to collapse
Yes.
With the same settings on this kernel and on pink's , i am getting lag in games on this kernel , even scrolling trough menu's produces lag
Antutu gives me 13323 on this and 18234 on pinks
It just doesnt feel so snappy and fast , went back to pink's but i thank you for the effort
Sent from my Moto G using xda app-developers app
I don't seem to get any lag. The antutu score with this is the same as with pink kernel for me
Sent from my Moto G using Tapatalk
thescorpion said:
With the same settings on this kernel and on pink's , i am getting lag in games on this kernel , even scrolling trough menu's produces lag
Antutu gives me 13323 on this and 18234 on pinks
It just doesnt feel so snappy and fast , went back to pink's but i thank you for the effort
Sent from my Moto G using xda app-developers app
Click to expand...
Click to collapse
+1
Sent from my Moto G using XDA Premium 4 mobile app
Runs great to me also.
Sent from my Moto G using Tapatalk
Personally I prefer this to pinks kernel, seems smoother on CM nightlies??
Could I request for Dynamic Fsync to be added or has that been replaced by something newer now??
Thanks
Sent from my Moto G using XDA Premium 4 mobile app
Same. Works really well, can actually feel the phone to open apps faster and be more responsive.
Doesn't work on latest nightly for me
Sent from my Moto G using XDA Premium 4 mobile app
The first build of this kernel shouldn't work with the 03032014 Nightly, just the builds between 02282014 and 03022014
Sent from my Moto G using XDA Premium 4 mobile app
Updated with some fixes to intelliplug, and now the kernel installs using an anykernel method.
Sent from my Moto G using XDA Premium 4 mobile app

Categories

Resources