[Q] What's the command to change gpu clock from terminal? - LG Optimus 4X HD

Thank you for helping

Which kernel are you on?
Sent from my LG-P880 using XDA Premium 4 mobile app

iodak 9.95

Rudjgaard said:
iodak 9.95
Click to expand...
Click to collapse
All terminal emulator commands for iodak kernel are listed in one of the very first post of iodak kernel thread in Original Android Development section in this forum.
http://forum.xda-developers.com/showthread.php?t=2270308
[edit] in fact they are in the OP, but while I was there... Here you are. Next time do search a little more. Do search. Period.
GPU Overclock interface
/sys/devices/system/cpu/cpu0/cpufreq/gpu_overclock
to see curent freqs:
cat /sys/devices/system/cpu/cpu0/cpufreq/gpu_overclock
to set new freqs example:
echo 200 300 400 450 500 600 > /sys/devices/system/cpu/cpu0/cpufreq/gpu_overclock
echo 200 228 332 416 484 520 > /sys/devices/system/cpu/cpu0/cpufreq/gpu_overclock
or you can also just edit values with Rootexplorer
Stock freqs:
200, 228, 275, 332, 380, 416
You can set freqs in range from 200 to 600Mhz

my bad
I searched g and only found it for qualcom

Related

[EzyICS by Mengpo v1.1][Kernel][P6810] For Stock XXLPL and optimizations

Disclaimer :
I am not responsible if you brick, break, blow up, drop, lose, or get your device pregnant. Everything you do is your responsibility.
This kernel is only made for the GT-P6810 WiFi only Tablet, It is not compatible with Locerra CM9 nor CM10, and it may not work on everyone's device. I'm not a real developer and I don't know how to fix your device if you break it!
This kernel is forked (a direct copy to be more specific) from the EzyICS Kernel v1 and I thank again Ezynow for his hard work. I took his changes from his topic and adapt this kernel to the P6810. Actually, I took the .config and compare line by line which was for the P6800 and which was for the P6810. So, I disabled all the gsm/modem devices.
This kernel is not perfect and needs be to improved so don't be harsh if there's some kind of problem. I've tested it again tonight and I did not brick or whatsoever other problem... I'll list on the features which one are working and tested and others which don't.
There's only one file to download and flash it with the locerra's cwm. So, you have to install locerra's cmw first ! See below
Bugs​
None known yet
Features​
Removed MMC_CAP_ERASE (BrickBug) (tested ok) like Dedrak's one I did this :
Code:
//mmc->caps |= MMC_CAP_SDIO_IRQ | MMC_CAP_ERASE;
mmc->caps |= MMC_CAP_SDIO_IRQ; // Brick Bug Fix
Built from GT-P6810_ICS_Opensource_Update1.zip;
Support for bootanimation. Place the bootanimation.zip in /system/media folder.
Various compiler optimizations (neon, cflags :-O2 -fomit-frame-pointer etc.) (Debug stuff remains for now but will be taken after some more mods are added);
Mali state tracking disabled;
/etc/init.d/S* script support (Add here your tweaks / ramscripts from custom roms etc.) (tested ok)
Added Governor :
Pegasusq (by default) - (recommend as it deals better with multi-cpu devices like our tabs but may require some tweaking)(tested ok)
interactive;
lulzactive;
lulzactiveq;
smartassV2;
hotplug.
I don't know if these governors will suit to our tab and they need to be tested.
Overclocking Support up to : 1600 mhz. It test further but the tab was not stable enough and as Ezynow said : ICS changes how frequency control is implemented so not as easily overclockable as honeycomb was. Fixed CPU Boot Up frequencies to default values / not overclocked settings (tested ok)
Undervolting Support:
Same frequencies as Eznow used : 200 / 500 / 16000 hz (As these are the most used)
So far running pretty stable on:
Code:
1600 mhz -------------------> 1300mv
1400 mhz -------------------> 1250mv
1200 mhz -------------------> 1175mv
1000 mhz -------------------> 1075mv
800 mhz ---------------------> 1000mv
500 mhz ---------------------> 875mv
200 mhz ---------------------> 875mv
ALL DEVICES will have different values but these values gave by Ezynow worked for me. Use SetCpu to change voltages or cpu overclocks. (tested ok)
Slightly undervolted GPU voltages and thus reduced by 50mv for default GPU levels. (tested ok)
in built CIFS support. Changed Max_BUFFER Size to max 130084 (Thanks to Pinkowl for first supporting this).
In cifs options put: rsize=130048. (tested ok)
NFS share mounting. (not tested)
UDF & ISO support - i.e native bluray disk support. (not tested)
Here is information on it This is configurable using a tool known as NSTools on the PlayStore. When using this 100% means the bus frequency is at 100% try not to get confused. So 100% of 100MHz would be 100MHz so if you increase it to 120% so it would be 120% of 100MHz would be 120MHz and this value applies to all CPU frequencies, GPU ect.
Compatibility list​It seems to work on all stock ICS releases or derived custom ROMs.
CM9 - Not working;
CM10 - Not working;
XXLPL - Tested: (tested ok)
Install​Go into CWM.
Make a nandroid backup.
Install zip from sdcard.
Problems​Go into CWM-> Advanced restore -> restore boot.
Changelog:​v1.1
Default cpu scaling governor set to pegasusq (siyahkernel version).
Enabled bootanimation;
pegasusq cpu scalling governor added (siyahkernel version : more stable);
interactive cpu scalling governor added;
lulzactive cpu scalling governor added;
lulzactiveq cpu scalling governor added;
smartassV2 cpu scalling governor added;
hotplug cpu scalling governor added.
v1
First release (see features)
Downloads​P6810 wifi only
Stock Kernel XXLPM : Download
v1: Download (2012-08-23)
v1.1: Download (2012-09-24)
Special Thanks​
Ezynow (of course)
Chainfire for his work
Locerra to be the first on the 7.7
UpInTheAir (who was very supportive)
Dedrak to be the first user of my tutorial
gokhanmoral for his governor's tweaks
And others on this forum
If you want to add features or just want to ask questions feel free to do it
Oh nooo I on P6800..
If I on P6810...will whack this on my Tab
Nice...keep it up mengpo, any chance for P6800?
I have a suggestion for the Pegasusq governor. You could perhaps tweak it according to siyah kernel like on the sgs2?
Astrix Ashburn said:
Oh nooo I on P6800..
If I on P6810...will whack this on my Tab
Nice...keep it up mengpo, any chance for P6800?
Click to expand...
Click to collapse
The P6800 is available for a while now see this thread and have a good flash : http://forum.xda-developers.com/showthread.php?t=1807193
lambstone said:
I have a suggestion for the Pegasusq governor. You could perhaps tweak it according to siyah kernel like on the sgs2?
Click to expand...
Click to collapse
Ok I'll seek into this Have you got any link where I can read some stuff ?
Thanks
mengpo said:
The P6800 is available for a while now see this thread and have a good flash : http://forum.xda-developers.com/showthread.php?t=1807193
Click to expand...
Click to collapse
Yup..I been using it since it release till now
Thinking you can put up more tweak..etc? I will flash it
mengpo said:
Ok I'll seek into this Have you got any link where I can read some stuff ?
Thanks
Click to expand...
Click to collapse
I really can't remember if there was any link describing the pegasusq governor when it was first introduced but however, the link below is for the sources. not really sure if it will be of any use to you though. perhaps some features could be implemented over?
https://github.com/gokhanmoral/siyahkernel3
there are also some information about the ICS kernel for sgs2
http://forum.xda-developers.com/showthread.php?t=1572937
lambstone said:
I really can't remember if there was any link describing the pegasusq governor when it was first introduced but however, the link below is for the sources. not really sure if it will be of any use to you though. perhaps some features could be implemented over?
https://github.com/gokhanmoral/siyahkernel3
there are also some information about the ICS kernel for sgs2
http://forum.xda-developers.com/showthread.php?t=1572937
Click to expand...
Click to collapse
Thanks for the links I'll try to tweak a bit more this kernel to do the same the SGS2
Hi Mate,
Great to see the development you've made! Excellent work :good:
Still away right now and hopefully missus will have sorted out a place to stay (and ADSL) by the time I return.
Need to (want) to get started on a new ROM build for P6810 (P6810XXLPM), but that won't happen for 2 weeks.
Would love to take your kernel for a run then
Keep it up
I have many self-reboots with this kernel... What can I do?
diamond_lover said:
I have many self-reboots with this kernel... What can I do?
Click to expand...
Click to collapse
Simple. Don't use it. This is just the first version created by Mengpo and is bound to have issues here and there. I'll wait for him to post an update (whenever that happens) before evaluating and trying it.
diamond_lover said:
I have many self-reboots with this kernel... What can I do?
Click to expand...
Click to collapse
Are there just random or when you use a specific app ?
lambstone said:
Simple. Don't use it. This is just the first version created by Mengpo and is bound to have issues here and there. I'll wait for him to post an update (whenever that happens) before evaluating and trying it.
Click to expand...
Click to collapse
I got some issue with my internet connexion and got some problem with my computer too... The update could take a while... Well I'll see with dedraks if I could use some help
wrong post.
mengpo said:
Are there just random or when you use a specific app ?
I got some issue with my internet connexion and got some problem with my computer too... The update could take a while... Well I'll see with dedraks if I could use some help
Click to expand...
Click to collapse
Just installed stock -> CWM -> kernel, then I boot up, then I have random reboots (and the speakers make a little sound like click click click..)
diamond_lover said:
Just installed stock -> CWM -> kernel, then I boot up, then I have random reboots (and the speakers make a little sound like click click click..)
Click to expand...
Click to collapse
Did you undervolt or overclock the tab with that kernel ? (using setcpu or else)
mengpo said:
Did you undervolt or overclock the tab with that kernel ? (using setcpu or else)
Click to expand...
Click to collapse
nope, just fresh installed... that's weird..
diamond_lover said:
nope, just fresh installed... that's weird..
Click to expand...
Click to collapse
Hummm yup that's weird... I'm looking into it
diamond_lover said:
nope, just fresh installed... that's weird..
Click to expand...
Click to collapse
I did an update and changed the scalling governor (pegasusq with pagasusq (siyah version). I think the problem went from there and thus you won't have this random reboot issue.
good luck !
The v1.1 download link seems bad; says file is deleted.
Also anyone use this on Skyfire Rom, which seems based on the same stock firmware?
mengpo said:
I did an update and changed the scalling governor (pegasusq with pagasusq (siyah version). I think the problem went from there and thus you won't have this random reboot issue.
good luck !
Click to expand...
Click to collapse
Nice, I'll try, but I can't download, could you check the link?
Thanks in advance.
diamond_lover said:
Nice, I'll try, but I can't download, could you check the link?
Thanks in advance.
Click to expand...
Click to collapse
I don't know what happened... I've updated the link

{ROM}[STOCK-ICS-V30B]ZGRom

Hello here I come,
I've made my own kernel first (ZeroGravityKernel) then i was thinking to make my own ROM, and here you go, i made it and i wanna share it with you
~~CREDITS~~
-rrgrrg
-nooby
-androguide.fr
-zeppelinrox
-AcrosDev
-eagleeyetom
-Mick2K
-nicholaschw
-Huexxx
-nunogil
-DooMLorD
-gabwerkz
-N00BY0815
~~ROM SPEC~~
Code:
-deodexed
-zippaligned
-init.d tweaks
-bravia engine 2
-Xlaud+Clear Sound
-Beats Audio libraries
Also i've included my kernel
~~KERNEL SPECS~~
Code:
-Gpu OC (275 mhz)
-Cpu OC ( 1100 mhz , with those freq: 200/400/700/1000/1100 mhz)
-Compiled with linaro ( a plus of optimization's/performace)
-Governors: smartassV2/interactiveX/ondemandX/ondemand/performance/lionheart/savagedzen/lagfree/aggressive/conservative)
-I/O Scheldulers: CFQ/DEADLINE/NOOP/SIO/VR
-undervolted
-wifi undervolted
-LED's Dimmed
~~TIPS~~
1) If setup winzard is not showing just press HOME button
2) Use this kernel settings for best balance performance/battery:
Max cpu freq: 1100 mhz ( or 1000 )
Min cpu freq: 200 mhz
Governor: SmartAssV2
I/O: VR
3)If deep sleed is not working the use " Deep Sleep Battery Saver" from market
~~DOWLOAD~~
v1.0 -DOWNLOAD
For my kernel for CM10/CM10.1 go here
i've tried many of your kernels so i'm definately going to try your rom.
wil give feedback in some time.
Pollie81 said:
i've tried many of your kernels so i'm definately going to try your rom.
wil give feedback in some time.
Click to expand...
Click to collapse
thnaks
xLoud, beats and BE working? Are you sure about it? I just req a pic with BE and without BE on lgp970
pkb_always4u said:
xLoud, beats and BE working? Are you sure about it? I just req a pic with BE and without BE on lgp970
Click to expand...
Click to collapse
yes, they should work
edit:
i can't get a pic now...
does the kernel in this ROM same with ZGK v1.0? If it different, can you share the kernel only?
suggestion: can you implement G-recovery for next version?
Can you delete 1000 mhz? And why VR is default?
Odp: {ROM}[STOCK-ICS-V30B]ZGRom
What is your battery and antutu results?
Wysłane z mojego LG-P970
t0g3 said:
does the kernel in this ROM same with ZGK v1.0? If it different, can you share the kernel only?
suggestion: can you implement G-recovery for next version?
Click to expand...
Click to collapse
Yes is diff
matbla91 said:
Can you delete 1000 mhz? And why VR is default?
Click to expand...
Click to collapse
Why to disable it?....yeah is default
Sent from my LG-P970 using xda premium
andr00ib said:
Yes is diff
Why to disable it?....yeah is default
Sent from my LG-P970 using xda premium
Click to expand...
Click to collapse
Can you share kernel only? Coz ZGK v1.0 still not stable for me, it reboot to recovery if I set max 1200, and 3D test only around 600 on antutu
If it stable for me, I'm gonna try this ROM
Sent from my LG-P970 using Tapatalk
Sounds cool but I saw in your footer that you don't use it yourselfe:
Device: LG Optimus Black
ROM: CM10
KERNEL: ZeroGravityKernel (by me)
CWM: CWM v6.0.1.4
Is that right or did you just forgot to update it?
What about your kernels . will you continue to develop ics kernel ?
Can you add some screens for us?
matbla91 said:
Can you delete 1000 mhz? And why VR is default?
Click to expand...
Click to collapse
damn boy, you got some realy great questions..
d1rekt0r said:
What about your kernels . will you continue to develop ics kernel ?
Click to expand...
Click to collapse
why don't ask in the right topic?
Tigress said:
Can you add some screens for us?
Click to expand...
Click to collapse
why? it's not themed, it's just stock rom..
d1rekt0r said:
What about your kernels . will you continue to develop ics kernel ?
Click to expand...
Click to collapse
I think he just did, OK that is a ROM with a kernel and not just the kernel but ask him in his other thread and he might release the kernel alone.
SaschaKH said:
Sounds cool but I saw in your footer that you don't use it yourselfe:
Device: LG Optimus Black
ROM: CM10
KERNEL: ZeroGravityKernel (by me)
CWM: CWM v6.0.1.4
Is that right or did you just forgot to update it?
Click to expand...
Click to collapse
I forgott to update it...lol..
Yes i will release kernel tonight....
edit
i've arrived from school now, and i will upload kernel now.
Sent from my LG-P970 using xda premium
here it is,
kernel only :
download me, i'm the kernel lol
EDI:
starting from the ground on V30b/V30C open source kernel code, a new build, with all previous features....
suggestion ; adding more freq levels (800, 850...)
Q ; do you plan to theme it ?
Ilko said:
suggestion ; adding more freq levels (800, 850...)
Q ; do you plan to theme it ?
Click to expand...
Click to collapse
it's a little bit hard to add more freq, i tried alot off time's and i can't get just 1 more freq...1100 one...:| if i add more freq it will not boot, is a segmentation fault...:|
about theming, i don't think so, but if you want, you could create theme's, ad i will post it there, and give to you proper credit's...
AW: {ROM}[STOCK-ICS-V30B]ZGRom
andr00ib said:
it's a little bit hard to add more freq, i tried alot off time's and i can't get just 1 more freq...1100 one...:| if i add more freq it will not boot, is a segmentation fault...:|
about theming, i don't think so, but if you want, you could create theme's, ad i will post it there, and give to you proper credit's...
Click to expand...
Click to collapse
im not a dev and i dont know anything about developing
but why zeus has add more freq without problems on his gb rom?
Gesendet von meinem LG-P970 mit Tapatalk 2

lightning kernel version 2 for stock 5.1.1 10.7.A.0.222

features
msm-sleeper
msm-limiter
gamma controls thanks @Tommy-Geenexus
add frandom support
INTELLIACTIVE,HELLSACTIVE,NIGHTMARE,PEGASUSQ,DARKNESS,ALUCARD,SMARTMAX_EPS,SMARTMAX,SLIM,INTELLIDEMAND,PRESERVATI,SMARTMAX
faux sound
and many more
see the commit history https://github.com/nikhil18/lightning-kernel/commits/lightning-10.6.A.0.454
to use msm limiter and sleeper use synapse app from here http://forum.xda-developers.com/android/software/zip-synapse-script-universal-kernel-t2736986
XDA:DevDB Information
lightning kernel, Kernel for the Sony Xperia ZR
Contributors
nikhil18
Source Code: https://github.com/nikhil18/lightning-kernel
Kernel Special Features:
Version Information
Status: Testing
Created 2015-06-10
Last Updated 2015-06-10
nikhil18 said:
features
msm-sleeper
msm-limiter
gamma controls thanks @Tommy-Geenexus
add frandom support
INTELLIACTIVE,HELLSACTIVE,NIGHTMARE,PEGASUSQ,DARKNESS,ALUCARD,SMARTMAX_EPS,SMARTMAX,SLIM,INTELLIDEMAND,PRESERVATI,SMARTMAX
faux sound
and many more
see the commit history https://github.com/nikhil18/lightning-kernel/commits/lightning-10.6.A.0.454
XDA:DevDB Information
lightning kernel, Kernel for the Sony Xperia ZR
Contributors
nikhil18
Source Code: https://github.com/nikhil18/lightning-kernel
Kernel Special Features:
Version Information
Status: Testing
Created 2015-06-10
Last Updated 2015-06-10
Click to expand...
Click to collapse
Thanks man!
Does it have double tap to wake support ?
And how do I install it? Flash the zip via TWRP?
And if I do so will I lose any data and more importantly the twrp recovery itself thats built in the kernel?
( im on stock 5.0.2 unlocked bootloader with custom kernel by xenius9)
neildalal said:
Thanks man!
Does it have double tap to wake support ?
And how do I install it? Flash the zip via TWRP?
And if I do so will I lose any data and more importantly the twrp recovery itself thats built in the kernel?
( im on stock 5.0.2 unlocked bootloader with custom kernel by xenius9)
Click to expand...
Click to collapse
No double tap to wake support because the code is only compatible with xperia z and zl
You won't loose any data just flash it and enjoy
Select the maximum frequency 702, 810, but after restarting it still exhibited in 1512. Minimum 384 and held.
sever20067 said:
Select the maximum frequency 702, 810, but after restarting it still exhibited in 1512. Minimum 384 and held.
Click to expand...
Click to collapse
Bro use the synapse app to configure CPU frequency in msm limiter for each core or off the msm limiter to change frequencies from any app the link for synapse app is there in op
And about recovery in it?
I dont see download link
Thank you!
it's in download section up there @uncomment
Sorry guys forgot to add the link for synapse app to configure msm limiter now it's there in OP
does not work for me gamma control...
the kernel seems to be working fine im using trickster mod because i cant use synapse it says device not supported i tried everything in the synapse thread
is there an easy way to make synapse work?
brightness level different. there is something weird.
captx said:
the kernel seems to be working fine im using trickster mod because i cant use synapse it says device not supported i tried everything in the synapse thread
is there an easy way to make synapse work?
Click to expand...
Click to collapse
supported synapse in attacments, but gamma control not works....
gamma controls work in kernel adiutor, but no msm sleeper & limiter
cipetonk said:
gamma controls work in kernel adiutor, but no msm sleeper & limiter
Click to expand...
Click to collapse
You can control msm limiter only through synapse or initd script
Is anyone experiencing slow boot with this kernel? For me it takes a long time to boot.
Tapped from my furious dogo
vaisakh7 said:
Is anyone experiencing slow boot with this kernel? For me it takes a long time to boot.
Tapped from my furious dogo
Click to expand...
Click to collapse
no such issue for me, but some govs are buggy
cipetonk said:
no such issue for me, but some govs are buggy
Click to expand...
Click to collapse
Which governors can you tell please
nikhil18 said:
Which governors can you tell please
Click to expand...
Click to collapse
alucard
core 1: always 1458 mhz
core 2: always 1458 mhz
core 3: always 1512 mhz
core 4: always 1026 mhz
nightmare:
core 1: always 1512 mhz
core 2: always 1512 mhz
core 3: always 384 mhz
core 4: always 384 mhz
intellidemand:
core 1: always 1512 mhz
core 2: always on at high freq
core 3: mostly off, when turn on it runs only at low freq
core 4: always off
preservative
core 2: always on
core 3: always 1512 mhz
core 4: always off
need feedback from other users
cipetonk said:
alucard
core 1: always 1458 mhz
core 2: always 1458 mhz
core 3: always 1512 mhz
core 4: always 1026 mhz
nightmare:
core 1: always 1512 mhz
core 2: always 1512 mhz
core 3: always 384 mhz
core 4: always 384 mhz
intellidemand:
core 1: always 1512 mhz
core 2: always on at high freq
core 3: mostly off, when turn on it runs only at low freq
core 4: always off
preservative
core 2: always on
core 3: always 1512 mhz
core 4: always off
need feedback from other users
Click to expand...
Click to collapse
You can try changing governor thresholds and load
nikhil18 said:
You can try changing governor thresholds and load
Click to expand...
Click to collapse
already...same result
edit: now I'm chaging govs again, it gives me different running freq from previous test, but still I find those govs not changing running freq (stuck at certain freq) and abnormal hotplug behavior

[KERNEL][UNOFFICIAL]Custom Kernel v1

First custom kernel for grand prime.
Features:
Disabled "Samsung features"
Fixed and optimized compression XZ
XZ compression is used for the ramdisk (should increase the speed of processing)
Added function sweep2sleep
Two new CPU frequency (1152MHz and 1209MHz, is not working, the problem is known, in the near future will be fixed)
It uses the new driver Wi-Fi (glitches should disappear with Wi-Fi)
Flash via recovery(TWRP, CWM)
Download: http://rghost.ru/6yTcxsjTw
knox warranty void 0x0
use at your own risk!
Sources: https://github.com/WinKarbik/KK_Kernel_fortunave3g
I have some problems with the stock kernel I be glad if you can solve it on your custom kernel.
1st. why is the idle frequency @ 800mhz? should that be the lowest available frequency which is 200mhz? or is 800mhz the optimal frequency for battery life and performance?
2nd. About processor. Freshly reboot only one core is online the other 3 offline but after some heavy usage 3 cores are online and only one core is offline sometimes all cores will be online. Rebooting is the only fix so that the other 3 cores will go offline. is this problem related to mpdecision or is it a kernel bug? why are the cores staying online? it causes battery drain. Samsung should fix this.
3rd. Can you include other cpu hotplugging please?
4th. Overclock and custom voltage?
thank you and I appreciate your work.
vancer32 said:
I have some problems with the stock kernel I be glad if you can solve it on your custom kernel.
1st. why is the idle frequency @ 800mhz? should that be the lowest available frequency which is 200mhz? or is 800mhz the optimal frequency for battery life and performance?
2nd. About processor. Freshly reboot only one core is online the other 3 offline but after some heavy usage 3 cores are online and only one core is offline sometimes all cores will be online. Rebooting is the only fix so that the other 3 cores will go offline. is this problem related to mpdecision or is it a kernel bug? why are the cores staying online? it causes battery drain. Samsung should fix this.
3rd. Can you include other cpu hotplugging please?
4th. Overclock and custom voltage?
thank you and I appreciate your work.
Click to expand...
Click to collapse
Thank you for your feedback.
1. I dnt know
2. I'll try fix it.
3. I'll try.
4. Maybe in the future
WinKarbik said:
Thank you for your feedback.
1. I dnt know
2. I'll try fix it.
3. I'll try.
4. Maybe in the future
Click to expand...
Click to collapse
you should check grand prime's kernel. I'm using cpu-z to check frequencies. I'm ok with 800mhz idle frequency as long as it doesn't make all cores online all the time which causes battery drain. I think it is a bug on mpdecision. if you can implement other custom hotplug like intelliplug i'd gladly appreciate. I tried different stock firmware but the same problem. Maybe it will be fixed when the lollipop update comes.
WinKarbik said:
Thank you for your feedback.
1. I dnt know
2. I'll try fix it.
3. I'll try.
4. Maybe in the future
Click to expand...
Click to collapse
Hey there , Nice Job comrade.
Some demands :
1. insert Ondemand smartass v2 CPU governors with multi core support ( set minimum freq to 400 not 200) according to my experience
2. init.i support
3. insecure the boot.img
4. leave GPU setting s to stock ,it does work well
5. under-voltage feature
6. vibrate in call answering and hanging up
min freq 400000
max freq 998400 or 1190400
above_highspeed_delay - 20000 400000:60000 998400:150000
boost - 0
boostpulse_duration - 80000
go_highspeed_load - 99
hispeed_freq - 400000
io_is_busy - 0
min_sample_time - 40000
target_loads - 98 400000:85 533333:92 998400:98
timer_rate - 30000
timer_slack - 80000
it s the best interactive governor
please set it
WARNING!!!
Hi there,
Please don't release it yet in the new thread on XDA because this is in the development process there are lots of bug right now, would be better to post it in here to avoid bricked phone on newbie
Also you aren't provide the original kernel source & credit!!
K_TECH said:
Hi there,
Please don't release it yet in the new thread on XDA because this is in the development process there are lots of bug right now, would be better to post it in here to avoid bricked phone on newbie
Also you aren't provide the original kernel source & credit!!
Click to expand...
Click to collapse
Why do I have to put in your thread? I compiled this kernel from scratch, sources and credits will be later.
WinKarbik said:
Why do I have to put in your thread? I compiled this kernel from scratch, sources and credits will be later.
Click to expand...
Click to collapse
Ok then, sorry about that. But please provide the kernel source & credits....
Pls provide source
added sources
plz add more settings.
tnk you for best kernel.
Sent from my SM-N9005 using Tapatalk
WinKarbik said:
Sources: https://github.com/WinKarbik/KK_Kernel_fortunave3g
Click to expand...
Click to collapse
Same as here https://github.com/alexax66/KitKat_kernel_fortunave3g/commits/master
but, never mind. Good jobs, keep it up
K_TECH said:
Same as here https://github.com/alexax66/KitKat_kernel_fortunave3g/commits/master
but, never mind. Good jobs, keep it up
Click to expand...
Click to collapse
Yes, I was based on them, but removed some commits.
working fine in SM-G530M but the kernel disable de NFC
WinKarbik said:
First custom kernel for grand prime.
Features:
Disabled "Samsung features"
Fixed and optimized compression XZ
XZ compression is used for the ramdisk (should increase the speed of processing)
Added function sweep2sleep
Two new CPU frequency (1152MHz and 1209MHz, is not working, the problem is known, in the near future will be fixed)
It uses the new driver Wi-Fi (glitches should disappear with Wi-Fi)
Flash via recovery(TWRP, CWM)
Download: http://rghost.ru/6yTcxsjTw
knox warranty void 0x0
use at your own risk!
Sources: https://github.com/WinKarbik/KK_Kernel_fortunave3g
Click to expand...
Click to collapse
Working great, but you need to add the option to activate and deactivate the sweep2sleep option, because interfere with my lock screen, especially with lock screen gesture(using hi locker)give that option to activate it with a kernel manager like Trickster or any other,everything else seems ok at the moment, using it for 2 day.
Thank you bro..please add
1.init.d support
2.sweep2wake
3.knock knock to lock and unlock
Sent from my SM-G530H using XDA Free mobile app
added init.d support to same kernel
i haven't modified source but unpacked and repacked the image to edit init.rc
Sent from my SM-G530H using XDA Free mobile app[/QUOTE]
Thanks for your affords
Would u mind telling me when U gonna release the second version ?
The new version will be available in the coming days
WinKarbik said:
The new version will be available in the coming days
Click to expand...
Click to collapse
Please try to solve the online CPU cores problem , the kernel force the core 1 and 2 be online after days passing (FYI: rebooting the phone will solve the problem.But we want it to be solved ) and These )
Thanks anyway
BTW : Check this out

Butterfly S- GPU OC Stuck At 320MHz

cpu overclock auto restore to default
Im currently using GP's kernel 1.2.4 but when i oc cpu to 2.1ghz auto restore to 1,13ghz and the gpu oc is stuck at 320mhz it cant oc. Help me !
P/s : sorry for my english
What program for overclocking do you use?
danghuynh2001 said:
Im currently using GP's kernel 1.2.4 but when i oc cpu to 2.1ghz auto restore to 1,13ghz and the gpu oc is stuck at 320mhz it cant oc. Help me !
P/s : sorry for my english
Click to expand...
Click to collapse
You don't need any software, just add the following lines to one of your init.d scripts
Code:
echo 585000000 > /sys/devices/platform/kgsl-3d0.0/kgsl/kgsl-3d0/max_gpuclk;
chmod 444 /sys/devices/platform/kgsl-3d0.0/kgsl/kgsl-3d0/max_gpuclk;
for max performances.
Reference to CPU OverClock install 1.2.5, I removed HTC Perflock, set the values with SetCPU, they will be kept.
Slán!
foggydew88 said:
You don't need any software, just add the following lines to one of your init.d scripts
Code:
echo 585000000 > /sys/devices/platform/kgsl-3d0.0/kgsl/kgsl-3d0/max_gpuclk;
chmod 444 /sys/devices/platform/kgsl-3d0.0/kgsl/kgsl-3d0/max_gpuclk;
for max performances.
Reference to CPU OverClock install 1.2.5, I removed HTC Perflock, set the values with SetCPU, they will be kept.
Slán!
Click to expand...
Click to collapse
Hi, I'm also using your kernel 1.2.5 and Trickster Mod app to control it and I'm also face similar problem. The GPU OC is not stable, after every reboot it changes to 320 or 409. I do not want to set GPU to max freq all the time, I want to have an option to change it other way that editing init.d script every time. Is there any way you'll be so kind to come up with any other solution?
Singularitas said:
Hi, I'm also using your kernel 1.2.5 and Trickster Mod app to control it and I'm also face similar problem. The GPU OC is not stable, after every reboot it changes to 320 or 409. I do not want to set GPU to max freq all the time, I want to have an option to change it other way that editing init.d script every time. Is there any way you'll be so kind to come up with any other solution?
Click to expand...
Click to collapse
Any solution work in the same mode, they change that /sys value.
But if you use the "ondemand" governor it will change your current GPU clock frequency as your system need in that moment, you can set the max frequency and your phone will not always use it.

Categories

Resources