Android :: SetCPU App Actually Running - To Overclock
Feb 9, 2010
1) Do you have to have the SetCPU app actually running for it to overclock? Or can I just kill with my task killer when I don't need it?
2) What's all this about SetCPU only working up to 950 with the Sholes ROM? I have it set at 1000 for now and it's working perfectly
View 2 Replies
Feb 5, 2010
I will be rooting tonight then putting fresh 1.1 on and then the gumbo kernel and want to use one of these two to speed up the phone. Which one should I use?
I am okay with paying 99 cents for the app so please do not count that against it. I am looking for overall performance.
View 49 Replies
View Related
Mar 18, 2010
I tried both overclock and setcpu for 528 max and 160 (or 245) min. Whenever I put my phone in sleep and turn it back on, it automatically goes to 245 min 245 max which is slooow. Could this be a problem with the rom? because Im using Darchlegend v4 2.1 rom. Im just gonna unistall for now
View 2 Replies
View Related
Sep 29, 2010
Any D1 using this app? Seems like you can set the speed anywhere from 250Mhz to 1Ghz and you can also tell it have different range when screen is off. Is this accurate and how does this compare to SetCPU? OverclockWidget (Need Root)
View 2 Replies
View Related
Aug 27, 2010
I cant find anything about the question im asking. I am running SR 2.5.2 with OC hydrakernel #2. Im still new to rooting and kernels. So my question is if i flash kingxkernel do i need to use SetCPU in order to overclock? I know hydrakernel you dont and from what i see on just monitoring my cpu that it does in fact go up to 1.15 on its own. I want to flash kingxkernel and try it but dont know if it will just do its job or if i need increase the cpu once its on my phone. I like the way i dont have to mess with hydrakernel since i dont know much about the settings on setcpu.
View 1 Replies
View Related
Jun 23, 2010
I have now been using the overclocking function for over a month and would like to report on the settings found to be most effective.
I use a combination of apps to achieve excellent battery consumption (1 1/2 days generally).
1. Screebl, set to 15 seconds.
2. Milestone Overclock, set to custom 1000 MHz @ 69 vsel
3. SetCPU general 1000/500 with charge 250/1000 and sleep 250/500
Ive found that the 125 MHz setting does not push enough juice to the radios and i sometimes get glitches with the touch panel/ dialler when SetCPUs ondemand governor is waking up to a call or 3g connection.
Also, the lowered vsel value of 69 seems to save a half day's battery as opposed to standard 1000 MHz/ 72 vsel offered by Milestone Overclock.
Screebl is a must for anyone who doesnt have it, as its simply the most effective battery manager out there. Would like a five seconds option though
View 37 Replies
View Related
May 28, 2010
I just overclocked to 1.2 on cynagoen 5.062, I have overclock widget installed on my phone. Whenever I check it, the widget shows the phone is at 550, unless I manually move the slider to 1200. Does this mean my phone's not really running at 1.2, or am I misunderstanding how the overclock process works? Also, is there a way to do some sort of speed test? (I don't have set cpu and I can't buy apps at the moment) I do know when i move my slider to 1200 the web seems a lot faster, but whether thats real or placebo is beyond me.
View 7 Replies
View Related
Jul 11, 2010
What overclock speed are u guys running and how is it?
View 25 Replies
View Related
Aug 16, 2010
I have tried several different Froyo Roms over the past very weeks. I still can't get any good battery life out of them compaired to running EE3.0. Yet everyone tells me they get better battery life while running Froyo. My phone has currently been unplugged for 9hrs 13 mins. It has a total of 50 mins talk time and I have sent 30+ text messages. My battery level is @ %73 running EE3.0
I can't get a total of 11hrs out of my phone when running any of the Froyo Roms. Ive tried running several different settings on SetCPU but nothing noticable. Only thing I notice is that when running Froyo the largest use of my battery is my Display. Yet when running EE3.0 the largest use is Cell Standby and Display is the lowest. But I have tried turning the brightness almost all the way down on the Froyo ROM but it doesn't make any difference.
View 6 Replies
View Related
Feb 28, 2010
My battery seems to be losing charge on its own im running fresh 1.1 gumbo kernel and overclock does anyone know why?
View 6 Replies
View Related
Aug 29, 2010
whats the best setting for setcpu to get longer battery life.
View 1 Replies
View Related
Jun 14, 2010
I just rooted my new Evo and installed SetCPU, i set up some profiles for when my battery reachs like <25 and i was testing this out at like <75 and noticed that even though the notification shows up as the profile is active, in systempanel app and also even in SetCPU is still shows the cpu reaching core speed of 998 instead of the speed it should be capped at...
So my question is, is setcpu actually working?
View 3 Replies
View Related
Jun 28, 2010
I have a project that builds against Android v2.1 . I can run it fine on a phone running 1.5 but when I try to launch it with an emulator running 1.5, the emulator doesn't show up on the list of available AVDs. I have the <uses-sdk android:minSdkVersion="3"/> tag in my manifest but it doesn't make a difference.
View 2 Replies
View Related
Aug 19, 2009
I am trying to get the list of process running in the background.
View 4 Replies
View Related
Jul 22, 2010
Been wondering this for a few days. Does setCPU raise CPU voltage when it overclocks ?
Because if it doesn't, then battery life shouldn't be affected.
View 1 Replies
View Related
Nov 21, 2010
I love SetCPU but I've noticed it's slow to recognize when the screen is on. My default setting is 1100/800 (on demand) and my screen off setting is 250/250 (on demand). Whenever I turn my screen on and it's been off for a little bit it's always at 250, even a minute later.What's more surprising is I'll go into the profiles, turn off the "screen off" profile, and it'll jump up to 1100. However, when I enable the profile, it goes back to 250, all while the screen is on.Any idea if this is something I can fix? I've tried making the "screen off" profile to 550/250 to shorten the gap but it didn't do anything.
View 3 Replies
View Related
Nov 4, 2010
I've created a class which is an extension of Thread. This class hits a web service and throws some data on screen. I don't care about persisting this data (the screen displays search results).
Currently, the user simply types into an EditText and clicks a search button. I'd like to take away the search button and implement something similar to Google's Instant Search where, as you type, the search results get updated.
This means, as the user types, the search parameters change. I want to be able to kill the currently running thread (if one is currently running) and spawn a new one with the new search string. How can this be achieved? Can I do it with Thread or will I need to use a new object?
View 4 Replies
View Related
Sep 20, 2010
I recently rooted my EVO (Tonight!) I downloaded SetCPU so the processor will run faster when its awake and slower when its not. I can't for the life of me seem to figure out how the heck to get it to overclock. I don't see the word anywhere in the app, and the slide bar only goes up to 998 mhz (my Evo's max?) Is it in the other menu settings I don't quite get?
View 6 Replies
View Related
Jun 29, 2010
Rooted Eris users, if you're a member of XDA, you can go grab your free copy of the newest version of SetCPU, version 2.0c, over here:
SetCPU for Root Users [2.0.0c] This *actually* changes everything. 06/28/2010 - xda-developers
As has always been his policy, coolbho3000 is releasing it free of charge to all XDA members. If you're a member, log in and you'll be able to download it from the attachments. If you're not a member, you can buy the app for $1.99 on the Android Market.
You still cannot include it in a ROM or otherwise re-distribute it.
View 30 Replies
View Related
Sep 7, 2010
My phone is allowing me to run at 768mhz. If the phone is allowing this is it okay to run at this speed or should I scale it down to something lower? The phone has been stable and I've had no issues since doing it about a week or so ago.
View 5 Replies
View Related
Jun 5, 2010
I'm learning a bunch of new things about different ROMs, and overclock, and JIT, thanks to all the great people here. I'm curious what current ROM everyone is using - and what your SetCPU profiles are set to for Max/Min.
View 18 Replies
View Related
Nov 1, 2010
There has been alot of confusion how how to properly use SetCPU.
View 18 Replies
View Related
Oct 19, 2009
I noticed that if i dont use the app to kill running apps after i exit them they are still running in the background is this normal for the Android? I am coming from Pre so not sure if they are killed when exited.
View 3 Replies
View Related
May 13, 2010
how to overclock a ROM that didn't come pre-installed on it? I am running Gdlcks Vanilla and would like to try overclocking. No other ROM has really done it for me.
View 8 Replies
View Related
Jun 17, 2010
Trying to use overclock widget on the evo, and i get it all up and running on my unrevoked root, but when i set it and hit the "set it to it!" button, it drops where I want it but then goes right back above the max setting I just set. I checked all the options and don't see anything out of place that would do it.
View 1 Replies
View Related
Aug 5, 2010
I havent rooted but want the benifits of overclocking and WiFi tether. That ones funny seing how sprint wants an extra $30 to WiFi hotspot.
View 13 Replies
View Related
Jun 5, 2010
Is it possible to overclock the desire, coz u can on the nexus one
View 7 Replies
View Related
Mar 30, 2012
Is there any way to overclock ram? GT-I9003
View 7 Replies
View Related
Jun 8, 2010
I'm new to rooting, but I just switched to the EVO from the iPhone which I had jailbroken so I'm familiar with the concept. A quick question regarding SetCPU. I know there is not a kernel out there yet for overclocking, but how can I tell if it's working for underclocking when my evo is sleeping? Is there a way to confirm or do I just estimate if I see improved battery performance?
View 6 Replies
View Related
Mar 5, 2010
Using Droid with Droidmod 1.0. I just updated to the newest version and for some reason when i have my profiles on.It sets it to max of 384 and min of 250. The lowest max i have set in my profiles is 600 so how can it show max is 384.
I know this is something real easy.
Of course using auto-detect
set on boot checked
on-demand (main screen)
on-demand (profiles)
max on all profiles is set to 600 min 250.
View 6 Replies
View Related