I have unlocked the 1500mhz frequency for the google nexus in my kernel. But i recently noticed when I turn my screen off the frequency resets to 1200mhz.
I have searched franco's, ezekeel's and a few other's their repositories.
When googling this I get a few results of which one of them is saying this is fixed in franco's kernel.
I checked cpuidle and omap2plus_freq files in mach-omap2 I didn't see anything that could cause this issue.
I am trying all the time to improve our Nexus.
I have a few ideas but it's hard since most developers isolate themselves
Thank for your support, but what do you mean when posting this topic?
Sent from my Galaxy Nexus using xda app-developers app
Use SuperSU instead of superuser. If you already use SuperSU, install this.
That's normal, stock ROM does that. Either do like me and set freqs permissions to 0444. Or do like some others with a modified binary for the ROM.
I am using CM10?
Are you saying the ROM is doing this but not the kernel? And to fix this I need to set the permissions to 444?
djjonastybe said:
I am using CM10?
Are you saying the ROM is doing this but not the kernel? And to fix this I need to set the permissions to 444?
Click to expand...
Click to collapse
Maybe cm10 does it too, I don't know, it's a feature of JB. But setting the permissions work.
nikademus said:
Maybe cm10 does it too, I don't know, it's a feature of JB. But setting the permissions work.
Click to expand...
Click to collapse
To which file should I set the permissions?
This is posted in the wrong Forum and should be posted in the Q and A section and not here in Development.
Moderator, please move this thread to its proper forum.
Thanks,
It's a development related question to kernels. I don't think anyone would give a valid answer in the Q&A area
yiannisthegreek said:
This is posted in the wrong Forum and should be posted in the Q and A section and not here in Development.
Moderator, please move this thread to its proper forum.
Thanks,
Click to expand...
Click to collapse
I know I'm nobody but unlike everyone else who trolls in the dev thread, OP is a kernel developer..... This isn't a normal user asking how to solve this issue. Its a developer who wants to fix this issue on his kernel.
Sent from my Galaxy Nexus using Tapatalk 2
akash3656 said:
I know I'm nobody but unlike everyone else who trolls in the dev thread, OP is a kernel developer..... This isn't a normal user asking how to solve this issue. Its a developer who wants to fix this issue on his kernel.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Thank you
Situation after first boot
/sys/devices/system/cpu/cpu0/cpufeq/cpuinfo_max_freq 1200
/sys/devices/system/cpu/cpu0/cpufeq/scaling_max_freq 1200
/sys/devices/system/cpu/cpu1/cpufeq/cpuinfo_max_freq 1200
/sys/devices/system/cpu/cpu1/cpufeq/scaling_max_freq 1200
Situation after configuring max frequency (BEFORE SCREEN IS TURNED OFF)
/sys/devices/system/cpu/cpu0/cpufeq/cpuinfo_max_freq 1500
/sys/devices/system/cpu/cpu0/cpufeq/scaling_max_freq 1500
/sys/devices/system/cpu/cpu1/cpufeq/cpuinfo_max_freq 1500
/sys/devices/system/cpu/cpu1/cpufeq/scaling_max_freq 1500
Situation after turning screen off and back on
/sys/devices/system/cpu/cpu0/cpufeq/cpuinfo_max_freq 1500
/sys/devices/system/cpu/cpu0/cpufeq/scaling_max_freq 1200
/sys/devices/system/cpu/cpu1/cpufeq/cpuinfo_max_freq 1500
/sys/devices/system/cpu/cpu1/cpufeq/scaling_max_freq 1200
They all have r--r--r-- permissions (444)
djjonastybe said:
Thank you
Situation after first boot
/sys/devices/system/cpu/cpu0/cpufeq/cpuinfo_max_freq 1200
/sys/devices/system/cpu/cpu0/cpufeq/scaling_max_freq 1200
/sys/devices/system/cpu/cpu1/cpufeq/cpuinfo_max_freq 1200
/sys/devices/system/cpu/cpu1/cpufeq/scaling_max_freq 1200
Situation after configuring max frequency (BEFORE SCREEN IS TURNED OFF)
/sys/devices/system/cpu/cpu0/cpufeq/cpuinfo_max_freq 1500
/sys/devices/system/cpu/cpu0/cpufeq/scaling_max_freq 1500
/sys/devices/system/cpu/cpu1/cpufeq/cpuinfo_max_freq 1500
/sys/devices/system/cpu/cpu1/cpufeq/scaling_max_freq 1500
Situation after turning screen off and back on
/sys/devices/system/cpu/cpu0/cpufeq/cpuinfo_max_freq 1500
/sys/devices/system/cpu/cpu0/cpufeq/scaling_max_freq 1200
/sys/devices/system/cpu/cpu1/cpufeq/cpuinfo_max_freq 1500
/sys/devices/system/cpu/cpu1/cpufeq/scaling_max_freq 1200
They all have r--r--r-- permissions (444)
Click to expand...
Click to collapse
Do you have a CPU frequency changer app, like setcpu? They are known to change permissions to 0666. How did you set the Max freq to 1500?
please post questions/issues in Q&A section.
Development forums are for sharing created software.
thread moved.
nikademus said:
Do you have a CPU frequency changer app, like setcpu? They are known to change permissions to 0666. How did you set the Max freq to 1500?
Click to expand...
Click to collapse
ramdisk init.rc defaults both to 0644 permissions already. So I am good there.
Related
Post deleted.
New 2.1.1 advanced kernel working good here
Performance: interactive 806 - 1517
Normal: interactive 806 - 1517
Screen off: conservative 246 - 806
Powersave: conservative 246 - 806
Extreme powersave: conservative 246 - 476
Hope HTC will create a proper kernel dump, not one you have to modify that much to make it work
P.S. maybe change the VirtuousROM topic so that there is only a link to this topic for kernels? Maybe better to keep it al seperated?
Using new advanced kernel too,can`t find any problems at the moment.
Only sometimes short screen flicker if I press menu button and choose
"Background".
No wake issues!
Using:
Interactive governor: Max.1.4Ghz Min.368Mhz
Added extra profile for screen Off: Interactive both Max and Min set to 468Mhz
I'm gonna try both of you guys' settings and see if the wake /receiving call while screen off issues go away.
This was my setting as of last night:
2.1.1 Advanced Kernel
Normal: Ondemand 806 - 1497
Screen Off: Interactive 476 - 476
As of right now (10:30am ET), I'm using this:
Normal: Interactive 806 - 1497
Screen Off: Conservative 245 - 806
Wake issues, standard 2.1.1 virtuous 1.0.1 no setcpu or other profiles. Rarely screen won't turn off when hitting power button. I.press it and comes back on until the second or third try. Everyday, at least once ill have problems waking the screen up. Guess I'll have to go to advanced kernel with profiles and governors again, they never gave me issues.. Or stock kernel :/
Sent from my HTC Vision
Max / Min / Priority
Screen Off --> 245 / 245 / 100 (on demand)
[I have temp settings, which you can add on your own setting the prorities inbetween (interactive)]
Battery < 20% -> 245 / 245 / 75 (on demand)
Battery < 30% -> 368 / 245 / 70 (on demand)
Battery < 40% -> 691 / 245 / 65 (on demand)
Charging -> 1152 / 245 / 50 (on demand)
I have no wake issues or call receiving issues.
What governers do you guys use? I never really understood the governers much.. some people say use interactive.. others say on demand.. some conservative.. what are the differences? Someone could like me to a thread or whatever if they don't wanna explain.
But to be on topic I have the advanced kernel with screen on to 1gz/245 ondemand with screen off profile 245/245 ondemand. Going to start altering them to see what effects I receive (altering governers
Sent from my Rooted God-like HTC Vision.
Shaquiel Harris said:
with screen off profile 245/245 ondemand.
Click to expand...
Click to collapse
you haven't listened very well, it is BAD to set ANY profile to the same min/max level, especially that low... you will have wake issues, maybe not immediately, but overtime... rmk will tell you the exact same thing if you ask him, so it's not just me...
on demand is best for your regular (screen on) profiles, while interactive is best for your screen off profile... the reason for this, which I explained to you in the virtuous thread is because interactive doesn't constantly poll the cpu to see if it needs to be bumped up, it automatically scales as soon as the phone comes out of "idle" this helps prevent "lag" (that first couple seconds where things don't respond immediately even if the screen does come on instantly) when turning the screen on... not sure why you don't want to listen when others are trying to help you have a better experience...
What happens when i use this on stock sense 1.34 ROM (rooted)? Won't work?
Sent from my HTC Vision using XDA App
adipradana said:
What happens when i use this on stock sense 1.34 ROM (rooted)? Won't work?
Click to expand...
Click to collapse
rmk40 said:
These kernels are tested against Virtuous but should function on any Sense ROM based on RUU version 1.72 or newer.
Click to expand...
Click to collapse
sure , go ahead, give it a whirl... let us know what happens =)
The only thing that could make these kernels better is if they had Blast Processing.
benjamminzIS said:
you haven't listened very well, it is BAD to set ANY profile to the same min/max level, especially that low... you will have wake issues, maybe not immediately, but overtime... rmk will tell you the exact same thing if you ask him, so it's not just me...
on demand is best for your regular (screen on) profiles, while interactive is best for your screen off profile... the reason for this, which I explained to you in the virtuous thread is because interactive doesn't constantly poll the cpu to see if it needs to be bumped up, it automatically scales as soon as the phone comes out of "idle" this helps prevent "lag" (that first couple seconds where things don't respond immediately even if the screen does come on instantly) when turning the screen on... not sure why you don't want to listen when others are trying to help you have a better experience...
Click to expand...
Click to collapse
When did you explain that? I've never even seen a post like that. I logged into xda on my comp and noticed that the xda app doesn't see every single post like on the computer so maybe it didn't show me it. I listen a lot just I never seen/known you made a post about this so don't tell me what I do or don't do. Thanks a lot for the post, appreciate it.
Sent from my Rooted God-like HTC Vision.
Shaquiel Harris said:
When did you explain that? I've never even seen a post like that. I logged into xda on my comp and noticed that the xda app doesn't see every single post like on the computer so maybe it didn't show me it. I listen a lot just I never seen/known you made a post about this so don't tell me what I do or don't do. Thanks a lot for the post, appreciate it.
Click to expand...
Click to collapse
my apologies... apparently I was mistaken... I had gone over this so many times in the last 48hrs in virtuous rom thread, that I don't know which way is up anymore... lol... I didn't mean to be brash... it just gets tiring, because it seems sometimes, that no one reads anything past the most recent post... lol... I'm sure you can empathize to some degree... lol... again please accept my apologies =)
Hey guys, I've been experiencing wake issues on my G2, im currently running Virtuous rom 1.0.1 with advance kernel 2.1.1 SetCPU: Ondemand 998 - 1497 with no profiles...i've also tried other settings that are mentioned by other people here and avoided setting the minimuim frequency to 245, i always had it at 500 or higher and always using Ondemand governor with zero profiles....when i use standard kernel the waking issues disappear completely. any help would be greatly appreciated or if you need more info, please let me know, thanks
S&B
this is SB
Hi i just installed the advance kernel and everything works so far. How do i use setcpu? Is it an app downloadable via market? Thanks
Sent from my HTC Vision using XDA App
karlonicolas said:
How do i use setcpu? Is it an app downloadable via market?
Click to expand...
Click to collapse
Download it for free here ==> http://forum.xda-developers.com/showthread.php?t=505419
It's free for XDA forum members.
The support for this thread is AMAZING. Btw, car panel works great also. Cheers!
Sent from my HTC Vision using XDA App
If there was only a thanks button, thanks!
Sent from my HTC Vision using XDA App
karlonicolas said:
If there was only a thanks button, thanks
Click to expand...
Click to collapse
There is a "thanks" button. Find a thread that the person you want to thank wrote in, and click the big "THANKS" button in the bottom-right of that thread. Easy as pie.
So I know a lot of us don't use stock here, but my gf likes her phone stock so I had recently debloated her phone. I started to notice that her phone didn't spend anytime in the 192 Mhz clock speed. I tried using setCPU to change the min/max but to no avail. So my question is, is this stock kernel behavior or did I screw up somewhere?
milkdudxp said:
So I know a lot of us don't use stock here, but my gf likes her phone stock so I had recently debloated her phone. I started to notice that her phone didn't spend anytime in the 192 Mhz clock speed. I tried using setCPU to change the min/max but to no avail. So my question is, is this stock kernel behavior or did I screw up somewhere?
Click to expand...
Click to collapse
Thats just how it is.
xcrazydx said:
Thats just how it is.
Click to expand...
Click to collapse
Thanks, glad I didn't mess it up. I'll try out another kernel on her phone later.
milkdudxp said:
Thanks, glad I didn't mess it up. I'll try out another kernel on her phone later.
Click to expand...
Click to collapse
You don't need that, man. 384 is fine, 192 usually gets sleep of death
xcrazydx said:
You don't need that, man. 384 is fine, 192 usually gets sleep of death
Click to expand...
Click to collapse
+1
384 is the lowest
Sent from my SGH-T989 using XDA
With stock 4.1 and franco r210 for jb,
When I use setCPU to set cpu frequency max 1600 min 350, it can apply this setting.
see attached picture 1
But after screen off and on, I open setCPU to see that the max frequency setting is restored to 1200MHz...
see attached picture 2
Is that Project Butter side effect ?
How can I keep max cpu frequence on 1600 after screen on from screen off ?
ilu73224 said:
With stock 4.1 and franco r210 for jb,
When I use setCPU to set cpu frequency max 1600 min 350, it can apply this setting.
see attached picture 1
But after screen off and on, I open setCPU to see that the max frequency setting is restored to 1200MHz...
see attached picture 2
Is that Project Butter side effect ?
How can I keep max cpu frequence on 1600 after screen on from screen off ?
Click to expand...
Click to collapse
Same F**KING THING HAPPENS TO ME with franco.kernel for JB... Very annoying problem.... Please someone help us with THIS!!! :crying::crying::crying::crying:
mcreokhan said:
Same F**KING THING HAPPENS TO ME with franco.kernel for JB... Very annoying problem.... Please someone help us with THIS!!! :crying::crying::crying::crying:
Click to expand...
Click to collapse
No need with the shouting. (I always highly recommend swearing however )
JB itself is still technically a preview, franco hasn't had much time since release for everything to be working 100%. I'd stick with stock JB if I were you if you wanted to use JB right now
OP should be asking this question in Franco's thread as well or at least read it to find out if its a common problem. Not everyone is going to spoon feed.
moe6 said:
No need with the shouting. (I always highly recommend swearing however )
JB itself is still technically a preview, franco hasn't had much time since release for everything to be working 100%. I'd stick with stock JB if I were you if you wanted to use JB right now
OP should be asking this question in Franco's thread as well or at least read it to find out if its a common problem. Not everyone is going to spoon feed.
Click to expand...
Click to collapse
I thought it is a bug of JB instead of the Franco.kernel.. thanks for the info anyway... And I did search and found only one result and that is this thread itself.. Thanks
Hi,
Take a look at this:
TunedFish said:
I flashed dev15, confirmed to frequencies did not reset after screen off, but after some benches, I decided to flash back to 210. Here's the strange part: NOW THE FREQUENCIES DO NOT RESET AFTER SCREEN OFF. As a matter of fact, when I flashed neck to 210, the frequency was set at 1600. Anyway, if someone wants to confirm this please report back.
Sent from my Galaxy Nexus using Tapatalk 2
Update: frequencies stick after screen off, but after reboot, it boots at 1600, headset volume resets to 0, hi performance audio resets to OFF, and gamma values reset to 0 (even though Franco app says otherwise).
Click to expand...
Click to collapse
jenicekk said:
I confirmed that. Flash imoseyon kernel and back to franco 210, frequencies do not reset afrer screen off. GREAT!
Click to expand...
Click to collapse
jnr21 said:
I can confirm that too! Now this is strange
Click to expand...
Click to collapse
And I just tested ... I also confirm.
In the meantime it may help...
viking37 said:
Hi,
Take a look at this:
And I just tested ... I also confirm.
In the meantime it may help...
Click to expand...
Click to collapse
Is it tested on a JellyBean? Because Fransisco Franco have created a Kernel only for JellyBean thats what we are talking about...
Yes for Jelly Bean, I'm not blind or idiot here.
Take the Imoseyon test kernel on his twitter (the "dev15"), flash, reboot then reflash Fransico's kernel.
And I personnaly tested, it works.
Sent from my HTC Sensation Z710e using xda premium
viking37 said:
Yes for Jelly Bean, I'm not blind or idiot here.
Take the Imoseyon test kernel on his twitter (the "dev15"), flash, reboot then reflash Fransico's kernel.
And I personnaly tested, it works.
Sent from my HTC Sensation Z710e using xda premium
Click to expand...
Click to collapse
Thank you very much for the info.
Hey Guyzzz..!!
We all having a issue in STOCK ROM to Underclock or Overclock the cores using SetCPU, as the changes won't apply to all cores. YES!!!, Kernel didn't support that feature. But here is a simple way to overcome this problem and hope you'll like this cool feature tooo...
DON'T TURN ON ECOMODE AS IT MESS UP WITH SETCPU SETTINGS
Steps:
Turn off ECOMODE
Install SetCPU app from Playstore
Open app & Set Max freq to 594 and Min freq to 384 in Main tab and Click Set on boot
Customize profiles according to your wish (For Games give max freq as 1512ghz ...etc...)
Open RootExplorer
Copy the file /system/etc/thermald-8064.conf to sdcard (Backup the file)
Open the file thermald-8064.conf from /system/etc in text editor
Scroll down and change the values 1512000 &1188000 to 594000 (Refer Screenshot to change the settings)
Change the GPU values to 400000 (Refer same screenshot)
Save and exit
Change permission to rw--r--r--
Restart
To confirm whether these settings working properly, Download chainfire's Perfromance Monitor app
Now if you change freq in Setcpu, it'll be applied to all cores....:good::good:
**594000 is the recommended value and do not use 384000 or 486000 which slows down the boot of mobile**
If this thread is Useful, Pls Rate as 5Star and Hit Thanks too...
Thanx hassan, I will give it a go on the weekend and report back
Sent from my LG-E975 using XDA Premium 4 mobile app
hasan4791 said:
Hey Guyzzz..!!
We all having a issue in STOCK ROM to Underclock or Overclock the cores using SetCPU, as the changes won't apply to all cores. YES!!!, Kernel didn't support that feature. But here is a simple way to overcome this problem and hope you'll like this cool feature tooo...
DON'T TURN ON ECOMODE AS IT MESS UP WITH SETCPU SETTINGS
Steps:
Turn off ECOMODE
Install SetCPU app from Playstore
Open app & Set Max freq to 594 and Min freq to 384 in Main tab and Click Set on boot
Customize profiles according to your wish (For Games give max freq as 1512ghz ...etc...)
Open RootExplorer
Copy the file /system/etc/thermald-8064.conf to sdcard (Backup the file)
Open the file thermald-8064.conf from /system/etc in text editor
Scroll down and change the values 1512000 &1188000 to 594000 (Refer Screenshot to change the settings)
Change the GPU values to 400000 (Refer same screenshot)
Save and exit
Change permission to rw--r--r--
Restart
To confirm whether these settings working properly, Download chainfire's Perfromance Monitor app
Now if you change freq in Setcpu, it'll be applied to all cores....:good::good:
**594000 is the recommended value and do not use 384000 or 486000 which slows down the boot of mobile**
If this thread is Useful, Pls Rate as 5Star and Hit Thanks too...
Click to expand...
Click to collapse
I did exactly step by step as you provided. Nevertheless I did not manage to apply the set speed restrictions to all the 4 cores, but only to one. Namely using the Performance Monitor app, the "cpu0" indeed did not cross 594, but "cpu1", "cpu2" and "cpu3" went till 1512. So what could be the case?
Best regards
helper85 said:
I did exactly step by step as you provided. Nevertheless I did not manage to apply the set speed restrictions to all the 4 cores, but only to one. Namely using the Performance Monitor app, the "cpu0" indeed did not cross 594, but "cpu1", "cpu2" and "cpu3" went till 1512. So what could be the case?
Best regards
Click to expand...
Click to collapse
Have yu given the proper permission to the file in /system/etc...?? Also dont turn on eco mode it wont overwrite the setcpu settings.... For me everything is wrking cool... Games i use 1512mhz, for fb, messengr i clocked to 1026, for watsapp 810,...Till now everything is goin gud...aftr edited the file yu need to reboot to apply the settings...
Sent from my LG-E975 powering Stock 4.1.2
hasan4791 said:
Have yu given the proper permission to the file in /system/etc...?? Also dont turn on eco mode it wont overwrite the setcpu settings.... For me everything is wrking cool... Games i use 1512mhz, for fb, messengr i clocked to 1026, for watsapp 810,...Till now everything is goin gud...aftr edited the file yu need to reboot to apply the settings...
Sent from my LG-E975 powering Stock 4.1.2
Click to expand...
Click to collapse
I did not have to give the proper permissions, as they were already before and after editing rw-r-r. Also the ECO mode was turned off already weeks ago. After editing I rebooted the phone as well...Do not understand why it´s not working for me?
Locked bootloader should not affect this. Right?
helper85 said:
I did not have to give the proper permissions, as they were already before and after editing rw-r-r. Also the ECO mode was turned off already weeks ago. After editing I rebooted the phone as well...Do not understand why it´s not working for me?
Locked bootloader should not affect this. Right?
Click to expand...
Click to collapse
I hope no...!!... Also have yu changed the values as given in the screenshot..??
Sent from my LG-E975 powering Stock 4.1.2
hasan4791 said:
I hope no...!!... Also have yu changed the values as given in the screenshot..??
Sent from my LG-E975 powering Stock 4.1.2
Click to expand...
Click to collapse
Yep. I did everything as provided in your screenshot, including changed all the "thresholds" and "thresholds_clr" values to the ones you prescribed.
One thing I presumably did not do was setting up profiles in SetCPU. I just set the max and min frequencies, after what happened that only one core managed to stay within the limitations, other 3 did what they wanted
helper85 said:
Yep. I did everything as provided in your screenshot, including changed all the "thresholds" and "thresholds_clr" values to the ones you prescribed.
One thing I presumably did not do was setting up profiles in SetCPU. I just set the max and min frequencies, after what happened that only one core managed to stay within the limitations, other 3 did what they wanted
Click to expand...
Click to collapse
Cant yu see the other cores running at max freq when changing the settings..??
Sent from my LG-E975 powering Stock 4.1.2
hasan4791 said:
Cant yu see the other cores running at max freq when changing the settings..??
Sent from my LG-E975 powering Stock 4.1.2
Click to expand...
Click to collapse
Erm...What do you mean with this?
I just tried once more. Did everything step by step. The result is the same - PerMon shows "cpu0" as I set in SetCPU 384-594, other three cores are running up to 1512 :silly:
---------- Post added at 11:50 AM ---------- Previous post was at 11:34 AM ----------
I do not know what I just did, but I managed to get it work
Thanks!
helper85 said:
Erm...What do you mean with this?
I just tried once more. Did everything step by step. The result is the same - PerMon shows "cpu0" as I set in SetCPU 384-594, other three cores are running up to 1512 :silly:
---------- Post added at 11:50 AM ---------- Previous post was at 11:34 AM ----------
I do not know what I just did, but I managed to get it work
Thanks!
Click to expand...
Click to collapse
However, while messing around with the SetCPU and the 8064.conf file, I noticed the following. Namely that the SetCPU could handle the 4 cores simultaneously with the stock conf file as well, but only then when you upgrade the max speed up, not down. For example with the stock conf file I set the min freq in SetCPU 384 and max 594, rebooted and then PerMon showed that none of the 4 cores exceeded 594. Then for example I set the max to 1350 and again none of the 4 cores exceeded 1350. But then when I lowered the max to 1026, then only the 1st core named in PerMon "cpu0" did not exceed the limit while the rest 3 cores went up to the last max speed (i.e to 1350). If I then rebooted, then again all the 4 cores adhered to the latest min/max frequencies, which in case of my example was min 384 and max 1026, which were the latest frequencies I set in SetCPU.
I hope my explanation is clear enough.
helper85 said:
However, while messing around with the SetCPU and the 8064.conf file, I noticed the following. Namely that the SetCPU could handle the 4 cores simultaneously with the stock conf file as well, but only then when you upgrade the max speed up, not down. For example with the stock conf file I set the min freq in SetCPU 384 and max 594, rebooted and then PerMon showed that none of the 4 cores exceeded 594. Then for example I set the max to 1350 and again none of the 4 cores exceeded 1350. But then when I lowered the max to 1026, then only the 1st core named in PerMon "cpu0" did not exceed the limit while the rest 3 cores went up to the last max speed (i.e to 1350). If I then rebooted, then again all the 4 cores adhered to the latest min/max frequencies, which in case of my example was min 384 and max 1026, which were the latest frequencies I set in SetCPU.
I hope my explanation is clear enough.
Click to expand...
Click to collapse
Ya yu are absolutely ryt... It doesn't apply the settings to all core when changing the freq in main tab... But if yu create profile for the apps with max and min freq that tym it works flawlessly....!!
Sent from my LG-E975 powering Stock 4.1.2
Hello, I think I have an issue with the kernel. I can't post in the development thread because I don't have 10 posts. Ok, so here's my problem, in the general section, on the frequency slider, the mhz is in read and reads (chrg override) so it would be max: 1512 (chrg override). What does it mean and what can I do to maybe stop it?
Thanks in advance
coollkidd said:
Hello, I think I have an issue with the kernel. I can't post in the development thread because I don't have 10 posts. Ok, so here's my problem, in the general section, on the frequency slider, the mhz is in read and reads (chrg override) so it would be max: 1512 (chrg override). What does it mean and what can I do to maybe stop it?
Thanks in advance
Click to expand...
Click to collapse
I had a similar problem but it said battery override i go rid of it by taking root from du battery saver app must be something similar an app not letting you be able to use that feature try uninstalling apps that have root access and reboot so that the changes happen
philliedbz said:
I had a similar problem but it said battery override i go rid of it by taking root from du battery saver app must be something similar an app not letting you be able to use that feature try uninstalling apps that have root access and reboot so that the changes happen
Click to expand...
Click to collapse
Thanks! I found an app was doing it.