You might have already figured out that HD2 can be overclocked as high as 1.5 GHz on its powerful Qualcomm SnapDragon Processor. Many people run their devices on default clock speed, but there are few of us who overclock their devices to get max out of it. So i have started this thread to know what your max clock speed is and what governer are you using. Post replies below. Also, don't forget to mention your Phone's Temperature if available.
Mine: 1.2 GHz On SmartAss Governer , Temperature Usually Around 95F
Click to expand...
Click to collapse
1305MHz using interactive, temp alway @ 28°C even when phone get hot?? tho alway careful to let it cool down when it feels too hot.
I have underclocked ... to 720Mhz (interactive)
Performance is okay and saves battery live
Temperature is about 28 celcius.
1267, 768 when battery less than 30%, 422 when screen is off
On-demand w/screen on, conservative when <30% and screen off
Not great on battery, but good performance an no wake lag
CPU Load jump or whatever it is, set to 30%
Sent from my HTC HD2 using XDA App
Sticks with no overclock
using a rom which is fast enough and saves battery life, Dont see a point that needed to overclock CPU
Undervolted to 576mhz, for better battery life.
Runs smooth enough for all apps, including navigation and games
No overclock for me, don't need it, phone is fast enough as it is.
Clock speed: 998mhz (default), governor: ondemand, temp: n/a
Good enough for me sweet onough on may battery.
P.s. there seems to be no difference(performance wise) between rafpigna kernel oc'd @1.5ghz and tytung kernel oc'd @1.2ghz, when testing on linpack and/or other smarbench tools
Related
Helloooooo community!
I have a question...
I'm using HD2 with nand android and the rom
MDJ's CyanogenMod 7 v. 2.6
I installed the SetCPU and I managed to OC my device @ 1536MHz
I stess tested and it is stable, plus I'm using it for 2 days now!
stock temps after stress test: 33c
OC temps after stress test: 35-37c
My question is, is it safe to leave it as it is?
Cause according to temps, I don't think I have problem...
Also my profile is "On Demand"
Max: 1536MHz
Min: 245MHz
Thanks!
Hi,
From what I understand, on demand will not OC your CPU to 1.5 ghz, but use the CPU according to the performance it requires. If you use really intensive apps, CPU *might* go to 1.5 ghz, but it really just raises about as high as what's being used. I wouldn't recommend 1.5 ghz OC on your phone for a long term use. You never know what might happen.
Alot of people do it though, but my phone isn't stable at 1.2ghz so I'm not one of them.
hi, i've got a htc wildfire.. well obviously considering i'm posting in this section
anyway, i've installed wildpuzzle 0.8 with the overclocking kernal, what i'm wanting to find out is....
when running setcpu, the cpu will change it's frequency depending on usage.
but what about if setcpu isn't installed and you use the rom to overclock to say 748.. will the cpu stay at 748 permanently, or will it drop down and up natively depending on usage, like setcpu does??
thanks
i would say without set cpu or a specific speed framework, it would revert back to standard 528max 480min
which overclocking kernel have you got, be aware that if you have 130 kernel and overclock, wifi hotspot will not work, you can see phone but you won't be able to connect, you need to use 055 kernel from wildpuzzle 8.0.11 thread.
a small side note, i have just recently changed my overclocking from 691max to 652max, no discernable difference in speed, linpack for 691mhz was 2.9, for 652mhz i'm still getting 2.8 mflops, but huuuuge difference in battery life.
691 max struggling to get 2 days, 652 max after 24 hours i still have 82% battery left.
how do you see this mflops thing? and is it like a cpu score?
subwars said:
how do you see this mflops thing? and is it like a cpu score?
Click to expand...
Click to collapse
Download Linpack For Android from the market, and, Yes, in a way, it is like a CPU Score.
okay im sorry if this is one of the most noobish questions, but what exactly are governors , and how do they help ?
Sent from my Mytouch 4G Running Capychimps Sense 3.5 rom (v.4.0)
Cpu governors "govern" how the cpu works. There is a list somewhere that explains what a few of them do. Basically they dictate how your cpu behaves and therefore the performance you see and power consumption you experience. I'll see if I can find that list.
Edit:
- The ondemand governor is the default option used by Android. It scales the CPU speed between the minimum and maximum speeds depending on CPU load. If the system needs more speed, the kernel will rapidly scale up the CPU speed. - The conservative sets the CPU speed in a similar way to the ondemand governor, but scales the CPU up much less rapidly. This would theoretically save battery power, but may lead to less responsiveness. - The userspace governor is currently useless. It's another way for applications to set the CPU speed that SetCPU does not use. - The powersave governor always keeps the CPU at the minimum set frequency. - The performance governor always keeps the CPU at the maximum set frequency.
Except for "userspace," no matter which governor you set, the CPU will always stay within the bounds of the maximum and minimum speeds you set in SetCPU.
smartass governor -is based on the concept of the interactive governor. I have always agreed that in theory the way interactive works -by taking over the idle loop -is very attractive. I have never managed to tweak it so it would behave decently in real life. Smartass is a complete rewrite of the code plus more. I think its a success. Performance is on par with the "old" minmax and I think smartass is a bit more responsive. Battery life is hard to quantify precisely but it does spend much more time at the lower frequencies. Smartass will also cap the max frequency when sleeping to 352Mhz (or if your min frequency is higher than 352 -why?! -it will cap it to your min frequency). Lets take for example the 528/176 kernel, it will sleep at 352/176. No need for sleep profiles any more!
Sent from my HTC Glacier using XDA App
estallings15 said:
Cpu governors "govern" how the cpu works. There is a list somewhere that explains what a few of them do. Basically they dictate how your cpu behaves and therefore the performance you see and power consumption you experience. I'll see if I can find that list.
Edit:
- The ondemand governor is the default option used by Android. It scales the CPU speed between the minimum and maximum speeds depending on CPU load. If the system needs more speed, the kernel will rapidly scale up the CPU speed. - The conservative sets the CPU speed in a similar way to the ondemand governor, but scales the CPU up much less rapidly. This would theoretically save battery power, but may lead to less responsiveness. - The userspace governor is currently useless. It's another way for applications to set the CPU speed that SetCPU does not use. - The powersave governor always keeps the CPU at the minimum set frequency. - The performance governor always keeps the CPU at the maximum set frequency.
Except for "userspace," no matter which governor you set, the CPU will always stay within the bounds of the maximum and minimum speeds you set in SetCPU.
smartass governor -is based on the concept of the interactive governor. I have always agreed that in theory the way interactive works -by taking over the idle loop -is very attractive. I have never managed to tweak it so it would behave decently in real life. Smartass is a complete rewrite of the code plus more. I think its a success. Performance is on par with the "old" minmax and I think smartass is a bit more responsive. Battery life is hard to quantify precisely but it does spend much more time at the lower frequencies. Smartass will also cap the max frequency when sleeping to 352Mhz (or if your min frequency is higher than 352 -why?! -it will cap it to your min frequency). Lets take for example the 528/176 kernel, it will sleep at 352/176. No need for sleep profiles any more!
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
wow ! , thanks i guess im gonna get rid of my sleeping profile and start using smartass, thanks for the help
Sent from my Mytouch 4G Running Capychimps Sense 3.5 rom (v.4.0)
do you happen to know any info about smartassv2 ? , i just checked my list and i have both smartass and smartassv2
Sent from my Mytouch 4G Running Capychimps Sense 3.5 rom (v.4.0)
You're welcome! By the way, I'd appreciate it if you'd hit the Thanks button. I help people all the time and am rarely thanked. I'm starting to get a complex. Ha.
Sent from my HTC Glacier using XDA App
jjbat87 said:
do you happen to know any info about smartassv2 ? , i just checked my list and i have both smartass and smartassv2
Sent from my Mytouch 4G Running Capychimps Sense 3.5 rom (v.4.0)
Click to expand...
Click to collapse
Smart ass v2 is just an update of smart ass v1
Sent from my HTC Glacier using XDA App
If any of you have OCed/UVed the GPU of the note, I'd really like to know your settings.
Right now I only have lock on 267mhz with -100mah. I'm a afraid to push further because I haven't seen people that pushed the GPU more. It was always about CPU.
flash abyss note kernel it has built in overclock of gpu
160mhz--950mv
267mhz--1000mv
300mhz--1100mv
you dont need to overclock it then previousely it had 400mhz step instead of 300 but it makes fone quite hot while playing games and if you want to overclock gpu without flashin your kenel or remainin at your kernel m assuming u dont have the abyss note then you can try voltage control extreme or tegrak but they will not have the 300 mhz step from 267 to 400 mhz directly. ..
enjoy the great work of great devs
dreamankit said:
flash abyss note kernel it has built in overclock of gpu
160mhz--950mv
267mhz--1000mv
300mhz--1100mv
you dont need to overclock it then previousely it had 400mhz step instead of 300 but it makes fone quite hot while playing games and if you want to overclock gpu without flashin your kenel or remainin at your kernel m assuming u dont have the abyss note then you can try voltage control extreme or tegrak but they will not have the 300 mhz step from 267 to 400 mhz directly. ..
enjoy the great work of great devs
Click to expand...
Click to collapse
I already know about abyss settings.
Anyway, I'm building for best battery life / performance. So I flashed Speedmod on Rocketrom. While overclocked to 1600mhz - 1300mah with 500mhz -800mah as lowest possible cpu power.
I think I'll try out 300mhz on GPU. How hot was 400mhz?
EDIT;
I can't seem to get 300mhz on tegrak. That sucks. Is 400mhz safe at all? I mean, I can understand it being hot but is it safe?
clairenix said:
I already know about abyss settings.
Anyway, I'm building for best battery life / performance. So I flashed Speedmod on Rocketrom. While overclocked to 1600mhz - 1300mah with 500mhz -800mah as lowest possible cpu power.
I think I'll try out 300mhz on GPU. How hot was 400mhz?
EDIT;
I can't seem to get 300mhz on tegrak. That sucks. Is 400mhz safe at all? I mean, I can understand it being hot but is it safe?
Click to expand...
Click to collapse
been running for 400mhz 1050mv for a week now..
make sure u dont uv gpu so much as my screen flicker when i try 1000mv at 400mhz b4.
nameejokerx said:
been running for 400mhz 1050mv for a week now..
make sure u dont uv gpu so much as my screen flicker when i try 1000mv at 400mhz b4.
Click to expand...
Click to collapse
Nice, anyway. Is that lock on 400mhz? or not?
if not, are you on 267-400mhz?
setcpu does GPU oC/uv ? or do we have to use tegrak ? any issues if we use them both togather ?
@ clairenix
was little but not too much as you cant even touch but it eats up a lot battery if u not uv it .. while i been using rocket v22 with 3.7 abyss my battery is like m using some nokia fone its hell lot superb than ever before however i feel that rocket v21 together wid abyss 3.6 or 3.7 also gives best battery with superb performance and again its up to you but i feel abyss note has better battery life and hell lot better performance than speedmod
@hackerboi no dude as much i know set cpu does not perform gpu oc or uv nothing wid gpu only cpu oc uv profiles and governors .... how ever tegrak does all same ++ it can also oc/uv cpu but it has only 400mhz step after 267 nothing in between
no issues using together but y would u use both together ..i like tegrak more and voltage control extreme the most the app for oc or uv cpu and gpu
I'm already using SetCPU and have undervolted quite a bit. I want an app to play with the GPU settings
im running abyss 3.6c on performance at 1.4ghz no UV and i clear 20 hours a day easy on battery life, darkyrom 3.1 and i do use my phone thats not idle time
im at 18 hours right now with 28% battery left still.
JamieD81 said:
im running abyss 3.6c on performance at 1.4ghz no UV and i clear 20 hours a day easy on battery life, darkyrom 3.1 and i do use my phone thats not idle time
im at 18 hours right now with 28% battery left still.
Click to expand...
Click to collapse
After more mods I just cleared about 10+ hours on dataplan browsing non-stop and games on the side @ 500mhz-1700mhz @ full brightness while using Rocketrom v22 + abyss 3.7. That says alot about performance/battery life you could get with enough fidling around.
That's pretty much enough for what I need but I wanted to experiment since I read that speedmod consumes less battery.
I gave up with gpu undervolting and speedmod for now. Since I don't have time for stress testing.
@ HACKERBOI try tegrak ultimate or voltage control
clairenix said:
I already know about abyss settings.
Anyway, I'm building for best battery life / performance. So I flashed Speedmod on Rocketrom. While overclocked to 1600mhz - 1300mah with 500mhz -800mah as lowest possible cpu power.
I think I'll try out 300mhz on GPU. How hot was 400mhz?
EDIT;
I can't seem to get 300mhz on tegrak. That sucks. Is 400mhz safe at all? I mean, I can understand it being hot but is it safe?
Click to expand...
Click to collapse
Rocket Rom 22, Abyss 3.5c/3.6/3.7/3.8 stable and locked GPU at 267 MHz, 800 mV with Tegrak. Heat with 400 MHz at 1000 mV.
Currently looking into the process of OC'ing and UV'ing. It would be cool to see what results you guys have got and what difference in battery life you perceive!
Im currently at stock ?
Sent from my Nexus 7 using xda app-developers app
Arthedes said:
Currently looking into the process of OC'ing and UV'ing. It would be cool to see what results you guys have got and what difference in battery life you perceive!
Im currently at stock ?
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
I have the same PVS CPU than you with 0,9 Volt at 384Mhz and 1,05 Volt at 1,5GHz.
I could undervolt 50mV accross the board; undervolt the lowest frequenz (384Mhz) to 0,73 Volt and overclock the CPU to 2,0Ghz max.
Im running Cyanogenmod with Glitch Kernel and use Trickster Mod for OC and CPU UV.
With Glitch Kernel I can even undervolt the GPU 100mv accross the board with an increased max GPU of 450Mhz.
(More is possible, but I nearly dont play games with my tablet)
With this I get about 8 hours of SOD time with Surfing.
When I'm on a long business trip and use my N7 for (Kindle and pdf) offline book reading I reach something like 13-15hours SOD time.
zz_marcello said:
I have the same PVS CPU than you with 0,9 Volt at 384Mhz and 1,05 Volt at 1,5GHz.
I could undervolt 50mV accross the board; undervolt the lowest frequenz (384Mhz) to 0,73 Volt and overclock the CPU to 2,0Ghz max.
Im running Cyanogenmod with Glitch Kernel and use Trickster Mod for OC and CPU UV.
With Glitch Kernel I can even undervolt the GPU 100mv accross the board with an increased max GPU of 450Mhz.
(More is possible, but I nearly dont play games with my tablet)
With this I get about 8 hours of SOD time with Surfing.
When I'm on a long business trip and use my N7 for (Kindle and pdf) offline book reading I reach something like 13-15hours SOD time.
Click to expand...
Click to collapse
I know a bit how i can get to know my cpu's pvs stepping, but since you have the same as me, what is it exactly? And is it considered a fast, normal or slow binned cpu?
Sent from my Nexus 7 FHD using Tapatalk
mine are way lower and im pretty stable, no crashes but i dont' play games
im on ElementalX oc to 1.728ghz
at 38400 >>> im at 77500
at 702000..... 85000
at 102600.......90000
at172800 .... 102500
Whats the best way to test stability? Ive got this app https://play.google.com/store/apps/details?id=com.into.stability but i dont seem to get any wiser... Anyone know what i should do?
Sent from my Nexus 7 FHD using Tapatalk
Arthedes said:
Whats the best way to test stability? Ive got this app https://play.google.com/store/apps/details?id=com.into.stability but i dont seem to get any wiser... Anyone know what i should do?
Sent from my Nexus 7 FHD using Tapatalk
Click to expand...
Click to collapse
yup, run that for like 30mins on classic test, should be fine if it doesn't crash
cobyman7035 said:
yup, run that for like 30mins on classic test, should be fine if it doesn't crash
Click to expand...
Click to collapse
I did that, but with voltages that are stable there, antutu crashes. And with voltages that are antutu stable, my device crashes randomly. I can run the scaling test with very low voltages across the board for more than an hour and it doesnt crash.
With other apps it just crashes.
This is an experimental undervolt that rarely crashes when switching apps:
I dont know which clock speed and its corresponsing voltage is unstable because the clock speed ranges from 384 to 1512 mhz and i dont have a crash log.
So I added 12.5 mV across the board, and this hasnt crashed so far!
But, being the perfectionist that I am, I want the Ultimate Undervolt. Is there a way to see what frequency you are running when it crashes?
Sent from my Nexus 7 FHD using Tapatalk
I achieve stable 700mV at 1026MHz...
30mins stress run on "stability test" app and on stress run on "setCpu"
At 1134MHz the tablet freezes for the first time when I switch to 7875mV
Isn't it weird??
I dont think the stability test app is working. I could undervolt 1512 mhz to 900mV and have it run stable, but everyday use stable is with 987.5mV
Sent from my Nexus 7 FHD using Tapatalk
zz_marcello said:
I have the same PVS CPU than you with 0,9 Volt at 384Mhz and 1,05 Volt at 1,5GHz.
I could undervolt 50mV accross the board; undervolt the lowest frequenz (384Mhz) to 0,73 Volt and overclock the CPU to 2,0Ghz max.
Im running Cyanogenmod with Glitch Kernel and use Trickster Mod for OC and CPU UV.
With Glitch Kernel I can even undervolt the GPU 100mv accross the board with an increased max GPU of 450Mhz.
(More is possible, but I nearly dont play games with my tablet)
With this I get about 8 hours of SOD time with Surfing.
When I'm on a long business trip and use my N7 for (Kindle and pdf) offline book reading I reach something like 13-15hours SOD time.
Click to expand...
Click to collapse
Will you post your voltage table?
What are the Kernel setup settings that you choose and have you ever OCed to 2.2 and still get good undervolting?