Butterfly S- GPU OC Stuck At 320MHz - HTC Butterfly S

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.

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

[Q] NoFrills and SetCPU not working correctly on roms

Hi there, noticed an issue with NoFrills and SetCpu not working correctly on any Rom I have installed, I am using latest Prometheus kernel for sense,(767).The issue is that I set max to 650 or 678 and the minimum to 320, The max value is fine, but the minimum value
always changes to 480 after a reboot.Also the governors revert back to default setting.
This is the same for various cm10 based roms I have tried, with latest Nope kernel. Any ideas what is wrong here. Thanks .
gor17981 said:
Hi there, noticed an issue with NoFrills and SetCpu not working correctly on any Rom I have installed, I am using latest Prometheus kernel for sense,(767).The issue is that I set max to 650 or 678 and the minimum to 320, The max value is fine, but the minimum value
always changes to 480 after a reboot.Also the governors revert back to default setting.
This is the same for various cm10 based roms I have tried, with latest Nope kernel. Any ideas what is wrong here. Thanks .
Click to expand...
Click to collapse
After the reboot, this always happen...so just select the option "SET ON BOOT" in setCPU, or system settings or any other app...
What this does is that it restores the device cpu back to the mode which you had set!!!
Enjoy and press thanks!
Thanks for the reply, I forgot to mention in my first post that I already had those 'set at boot ' options enabled. Could it be permissions? They look right, according to other apps permissions that is.

[Stock][Patch] Overclock

Hello
This is not my scripts, I found them on the internet after many hours searching - I checked and they work
These scripts can slow down or speed up the processor
http://omniimpact.com/android/roms/myfishbear/Droid 4 Roms/JB Roms//Jb Patches/OC Scripts/
1.1GHz (ULV, LV), 1.2GHz (N, LV, ULV), 1320MHz (N, LV, ULV), 1370MHz (N), 1375 (N, HV), 1380 (N, LV, ULV), 1400 (N, LV), 1425 (HV, LV, ULV)
I tested the 1.1GHz, 1.2GHz, 1.4GHz, 1.42GHz
I using 1380MHz, 1420 is unstable
Tested on Android Stock 4.1.2 98.72.189.en.US
DOING THIS AT YOUR OWN RISK
Installation - install package for Stock ROM
I recommend having Safestrap for possible repair your phone in case of emergency
Credits:
myfishbear for created OC scripts
Fervi
@ferviverus how do you apply these scripts? And how are they working for you? :silly:
I install it directly to Stock Rom (like Mentors Rom)
Sometimes the stock Rom doesn't start, then you install other overclock script
I recommend to use 1380MHz version or lower
If the phone boot propertly with this patch, install "No-frills CPU Control" (from f-droid for example) and check Max clockrate is 1.38GHz
If you have 1.38GHz, go to CPU Control Settings and set 3rd option (other applications (or system) cannot change cpu frequency).
http://gmclan.org/uploader/6184/Screenshot_2015_05_05_09_40_20.png
If you install patch and clockrate is still 1.2GHz (and you can't change it manually), probably you need also init.d support
Fervi
Can someone please tell me what D4HD is? Is it a ROM?
(It's the same folder with overclock patches)
Anyway, I just patched Beats.zip and D4HDWidget.zip taken from the same domain. They work like a charm
One thing I notice is that after patching D4HDwidget, my homescreen now stays in background i.e more free ram :victory:

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

Categories

Resources