Best and easiest way to Overclock?

Been thinking lately about power management for my phone, with regard to saving the battery when I am not using much, and then maybe getting a bit more oomph when I need it.
What's the best way to achieve this, preferably with a GUI instead of X Terminal and SUDO rights (still a little scared of that one)?
I've installed a few Kernel things and CPU Freq apps too, but I am not sure which is the best and the easiest to implement.
Any help would be greatly appreciated...
If tnis post is a cure to your issue, please MARK IT AS SOLUTION.
If this post has helped anyone in any way, PLEASE SHARE YOUR KUDOS, by clicking on the GREEN STAR.

richwhite wrote:
Ceroreoberts: when a new kernel is released is it auto updated? I had no update flashing in the status bar about it. And if we have to update/download manually does it affect our settings or seamlessly integrate in the background?
CPUFreq widget isn't actually meant to drop to 125. I spoke to the developer about it and he thought it was strange mine was at 125 and said it was because i was using a custom kernel, then he updated it and asked me if it still went that low, which it did. Anyway, it always dispalyed 125 but Conky showed it at 250, so i wonder if it just tells 125 on a custom kernel but actually doesn't change the minimum freq
the kernel should autopopulate, though this latest update installed seperately and still left the previous one there with a note to uninstall it.
this is probably because i believe he included thedrives for the fcam support to be integrated in this build rather then a seperate install.
but normally, it does it automatically.  
i use xterm alot and just do a quick apt-get upgrade from time to time to check what has been done.
you can also do an apt-get update in xterm and it will update your repos.
as for the cpufreq.....there are two different ones...named very close.
i have both installed.
the first one is cpufrequi.
this one is a drop-down type that i use mostly.  and i am not sure, as it doesnt show it, that it auto-drops the low to 125mhz.  but conky confirms that.  (this may also be because i have both installed)
the other is   qcpufreq.
this one has a slider that you can change the high freq from 125mhz-1150mhz.  but it actually shows you that the low is automatically 125mhz. 
this low freq is most likely because of the kernel i am using, which is very stable, and anyone can install it from the repos as stated above.  it is the one that i use.
NOTE-  though, i have been forgetting to actually OC my device lately because the black plastic theme is just awesome and fast, especially combined with the custom transitions settings applications all set to 10.

Similar Messages

  • What is the best and easiest way to speed up a Mac-MINI?

    What is the best and easiest way to speed up a Mac Mini without adding memory?

    I'd tried to reply yesterday to your question but for some reason it didn't go anywhere and I got a red message box in the Discussion post area with "error." After trying three times, including  log-out, clear cookies from browser (and history) and back in, I still was unable to add my post with links to resources for your Mini, here. And the last time I tried that, the copied text also went missing as I found it gone after considering to make a Text document of it, for later posting.
    Anyway, the http://iFixit.com site has guides on how to replace RAM in the computer you have. Note there are different models shown and from what I remember, yours is the last 'old look' Mini with an optical drive. The model after that is thin, a 2010 model with slot in front for discs; the next one has no internal optical drive.
    RAM specs:  2 - 204-pin PC3-8500 (1066 MHz) DDR3 SO-DIMM (replace pair) up to 8GB total. Best price would be an online vendor of repute, once you know about what they sell for, you could ask a local mac expert if they could get you a better than retail price. I get ram from OEMPCworld and shipping is about $1. including insurance to my post office box, priority or 1st class. At about half retail. Crucial (website) offers parts, too; and so does OWC (other world computing).
    In addition, I recommended checking into the build specs and quality of the OWC (esales) site for external enclosures with their own power supply, for hard disk drive; for storage and bootable clones on different partitions. And see about Bombiche Carbon copy cloner, it is a commercial product now, not donationware. I've used it successfully to make competely bootable clones on a suitable external HDD (drive should have own power supply, too) A 750GB HDD in a self-powered enclosure that can boot Mac OS X from a clone, is a good start on backing up your upgraded OSX in a way you can clone it back into an empty, wiped or new HDD inside the computer; and it can run from the external. You can't necessarily use a TimeMachine that way.
    This should be your Mini -- check other indicators to be sure:
    http://www.ifixit.com/Device/Mac_Mini_Model_A1283
    A serial number lookup site such as the one I end up using because I had it bookmarked is OK: http://www.powerbookmedic.com/identify-mac-serial.php & also have mactracker http://mactracker.ca
    Anyway, before I time out or exceed post content(?) This is not all I meant to write before.
    Good luck & happy computing!

  • I have a camcorder (JVC Everio with hard disk internal drive) and it records file as MOD. When I dowload thru I movie it ceates a .mov file. What is best and easiest way just to convert to MPEG filesZ?

    I have a camcorder (JVC Everio with hard disk internal drive) and it records file as MOD. When I dowload thru I movie it ceates a .mov file. What is best and easiest way just to convert to MPEG files?

    I have a camcorder (JVC Everio with hard disk internal drive) and it records file as MOD. When I dowload thru I movie it ceates a .mov file. What is best and easiest way just to convert to MPEG files?

  • What is the best and easiest way to get xml data into the rtf document

    Hello Frenz
    I'm using rtf document(with bi publisher desktop plug in installed in the word document)... please suggest me the best way(to get the xml data from tables) to load the xml data into this rtf document..
    I'm not developing oracle apps reports. It is for Oracle retail...
    another doubt is... in the rtf document itself there is oracle bi publisher.. can it be used for generating xml data...
    please bear with me and suggest me a way out
    Thanks and regards

    What will you be using in your production system to generate XML? Or are you just trying out BIP?
    If you're familiar with dbms_xmlquery.getxml , you can pass your SQL to generate the XML output. Save the output in a file and use it in your RTF template.
    If you have Oracle reports, you can create XML output when you run the report.

  • What is the best and easiest way to upload a big file from an AIR app to a server?

    hello everyone
    i am a self-teach-as-i-go kind on person, and this is my first encounter with uploading to a server, websites and all
    i have written an AIR app in which the user chooses pictures from his/her computer and fills out numerous forms. at the end i want to upload all this data to my server
    currently, all the data folder gets compressed to a single zip file (using noChump zip library). i did this for simplicity reasons (uploading only a single file) - the size is the same. this files can get up to 200mb in size
    as a server, i have one domain I have bought and currently only a small space (1G - basic). I control it using Parallels® Plesk panel (default from the company i bought the domain and space from)
    I have no knowledge other then as3 (thanks, OReilly!), so i thought of something that doesn't require server side scripting.
    after messing around a bit i found the code at this question: http://stackoverflow.com/questions/2285645/flex-crossdomain-xml-file-and-ftp
    (thank you Joshua). please look at that code, basically, it uploads through a socket
    I fixed it up a bit and was able to upload a 64mb zip file to my httpdocs folder in my domain. this included hard coding my username and password
    looking at my site managing panel i see the file created and expanding in size, end at the end i even dowloaded the zip and decompressed it - all well.
    my questions are:
    the upload continued even when i exit my air app! how does this work?
    i cant get progress events to fire (this relates to question 1).
    this domain also holds my web page. is httpdocs the correct folder to put in user data? how do i give each user their own username and password?
    is this the right way to go anyway? remember file sizes could reach 200mb and also, secure transferring is not a must
    hope you guys can make sense in the mess
    cheers
    Saar

    Google search.
    iTunes does not sync with non-Apple devices.

  • 100% Cheapest and easiest way to Charge iPhone 3G in your car - Works

    OK So i have spent a long time in these forums, and other forums, looking for a way to charge the iPhone 3G in my car. There have been lots of posts explaining why current chargers wont work and because of the firewire pins being removed etc, yet noone has posted the cheapest, quickest and easiest way to combat this problem.
    All you have to do is puirchase the following item for £6, there may be a store right by you, plus your existing charger cable into the outlet (because your existing charger cable has the correct pin configuration) and it will charge straight away.
    http://www.maplin.co.uk/Module.aspx?ModuleNo=99487&criteria=car%20charger%20usb& doy=3m8
    Or search for item A66GA on www.maplin.com if the link doesnt work
    Its cheap, easy, works, (i know this because i bought one) and it wont burn a hole in your pocket.
    This unit puts out exactly the correct requirment for the iPhone 3G to charge, 5v at 1000mAh. This is what is written on the box, ignore the FAQ response on the site.
    The only problem is you have to take your cable with you if you need to charge in the house, but im sure you can buy a spare cable somewhere quite easily because if you broke yours for example, you wouldnt be able to charge at all would you? and although Apple arnt the best im sure they would understand they need to offer speare cables.
    Hope this solves the issues people are having.
    Cheers,

    You can't beat this deal. Buy this:
    http://www.monoprice.com/products/product.asp?cid=108&cp_id=10826&cs_id=1082602&pid=3523&seq=1&format=2#description
    and this:
    http://www.monoprice.com/products/product.asp?cid=108&cp_id=10831&cs_id=1083101&pid=2732&seq=1&format=2
    monoprice is by far the way to go for accessories. Screen protector is dirt cheap as well.

  • What is the best and easiest print app for the iPad and iPhone?

    What is the best and easiest print app for the iPad?

    Richard-
    The best and easiest is to use the iPad's built-in AirPrint system with an AirPrint-capable printer.  <iOS: AirPrint 101>
    If you do not have an AirPrint-capable printer, all printing Apps are a compromise.  I have an HP non-AirPrint printer connected to my WiFi router.  The free HP App, ePrint Home & Biz works OK with photos.
    Print n Share and PrintCentral each have their own browser, mail, text and photo programs that work well with the printer, but they can only be accessed from within other programs that have the "Open In" option.  (So far, I think GoodReader is the only App I have with that option.)
    You can run a program like Printopia or FingerPrint on your computer that will share its printer as AirPrint over WiFi.  They both are reported to work well.  However your computer must be on and awake any time you want to print.  <Printopia for Macintosh>  <FingerPrint for PC and Mac>
    Fred

  • What is the best and safest way to clean my iPad screen?

    I have had my iPad 3 for a week and I love it!  I want to keep the screen in good condition.  I am getting a cover, but I was wondering what the best and safest way is to clean the screen.  Any suggestions?  Thanks!

    http://www.theipadguide.com/faq/what-best-way-clean-my-ipad-screen
     Cheers, Tom

  • What is the best and safest way to clean my computer screen...fingerprints, etc.,

    wjhat is the best and safest way to clean my iMac screen  (fingerprints, etc,)

    Read the user manual that came w/your iMac - cleaning/care instructions section.

  • What is the Best and easiest Photo Dup Software?

    What is the best and easiest Duplicate Photo software ?

    If you're seeing these duplicate photos in iPhoto itself and NOT via the Finder you can use one of these applications to identify and remove duplicate photos from an iPhoto Library:
    iPhoto Library Manager - $29.95
    Duplicate Cleaner for iPhoto - free
    Duplicate Annihilator - $7.95 - only app able to detect duplicate thumbnail files or faces files when an iPhoto 8 or earlier library has been imported into another.
    PhotoSweeper - $9.95 - This app can search by comparing the image's bitmaps or histograms thus finding duplicates with different file names and dates.
    DeCloner - $19.95 - can find dupicates in iPhoto Libraries or in folders on the HD.
    OT

  • Best and fastest way to export HD Video

    What is the best and fastest way to export HD video once I have finished editing it. I shot the footage in 720p30 on an HD camera, now I am just looking for the quickest way to get this out the door, any ideas?

    And compressing DVCPRO HD to DVD isn't a quick process. it took me 13 hours for 90 min. With the specs you see below.
    But to us, it is worth every minute.
    We see a qualitative difference in DVDs whose source is 720/24pn on our component out DVD player to a Fijitsu plasma.
    I swear that it is not much different than the original DVCProHD footage out the component of the cam.
    Shane is responsible for educating and encouraging us to move to the HVX200.
    We intend, of course, to send the purchase price bill for cam and cards to him.

  • HT1338 I am trying (without success) to design an organization chart on Diagram Painter, please advise fastest and easiest way to complete this task?

    I am trying (without success) to design an organization chart on Diagram Painter, please advise fastest and easiest way to complete this task?

    Purchasing an app from the App Store does not mean that Apple's forums are the right place to ask questions about it. Asking about it here is roughly similar to asking another customer at Wal-mart how to assemble the bicycle you bought there. Ask the company that created the app, using the link Bob gave you.

  • What is the best and safest way to convert songs from a dvd to an audio MP3?

    What is the best and safest way to convert a song/or songs from a dvd to an audio MP3? Are there any free safe converters?
    I have some live music from a concert (currently available on dvd only) that I want to convert to MP3 ... playable on my iphone.
    Thanks!

    Java float; IEEE 754 single precision has 32 bits: 1 sign bit, 8 bits of exponent, 23 bits for the mantissa.
    Java double; IEEE 754 double precision has 64 bits: 1 sign bit, 11 bits of exponent, 52 bits for the mantissa.
    When you widen a float value to a double this is what happens to the bits
       float:  s y   xxxxxxx mmmmmmmmmmmmmmmmmmmmmmm
       double: s y???xxxxxxx mmmmmmmmmmmmmmmmmmmmmmm00000000000000000000000000000try this
    class Widen {
        public static void main(String[] arg) {
            float f = (float)Math.PI;
            if (arg.length>0) {
                f = Float.parseFloat(arg[0]);
            double d = f;
            StringBuilder sf = new StringBuilder(toBinaryString(Float.floatToRawIntBits(f)));
            StringBuilder sd = new StringBuilder(toBinaryString(Double.doubleToRawLongBits(d)));
            sf.insert(1+8," ").insert(2,"   " ).insert(1," ");
            sd.insert(1+11," ")                .insert(1," ");
            System.out.println(sf.toString());
            System.out.println(sd.toString());
        static String toBinaryString(int i) {
            return toBinaryString((long)i).substring(32);
        static String toBinaryString(long l) {
            StringBuilder sb = new StringBuilder();
            for(int i=63;i>-1;--i) {
                sb.append(((l>>i)&1)==0?'0':'1');
            return sb.toString();
    }Please point out where you think there is loss of precision.

  • Best and secure way to connect 2 cores

    Hello,
    I would like to know the best and secure way to do that :
    PIX2 ethernet 0.1 --> Catalyst 3750 --> Catalyst 4006 --> PIX1 ethernet 1.1
    the catalyst 4006 is the VLAN manager both of the pix use subinterfaces
    for the moment i configured the interface on the 4006 as trunk but i am not really good with prunning allowed vlans
    Can you please give some help ?
    Regards,

    sorry because i am french ;) what i want to do is to share only one vlan between the C4006 which the vlans root and the C3750 because i use virtual interfaces on my Cisco PIX's so vlans need to be configured.
    What i don't want to do is to allow other vlans on the C4006 to be distribute through the C3750 which has already some vlans that can have the same vlans id.
    Regards,

  • The quickest way and easiest way to answering a call?

    Hi, can someone give me some tips for the quickest way and easiest way to anwering the call without having to unlock the phone and key in the passcode (well i set up the passcode on my phone). Thank you

    To answer a call when the phone is locked and the passcode is enabled, you don't have to enter the passcode, just slide to answer.

Maybe you are looking for

  • Once again: rc.lua changes in awesome 3.4

    Awesome syntax changed heavily in the new awesome release and my old rc.lua isn´t working at all. Maybe some helpful awesome-users would be so kind as to have a look on my config. require("awful") require("beautiful") require("naughty") require("wick

  • EJB-QL how to write "IN" in where clause?

    I have a table containing a few entities which have a status. I would like to know how I can write a query to retrieve all the objects with their status set to specific values that I would provide as a Collection parameter. Something like this: the q

  • Email PDF Documents

    I've been using Acrobat Reader for quite some time but am a Newbie with Adobe Acrobat's features. I need some information, if someone out there would be so kind. Once you create a PDF document, of lets say 10 pages, is it possible to email only CERTA

  • Accidentally disabled and removed DVD player

    I think I uninstalled/removed my DVD drive. I accidentally clicked on the add remove device icon on my toolbar and for some reason it uninstalled/removed the DVD drive completely, as if my computer doesn't have a disk drive and now the DVD drive won'

  • XML - FML conversion

    Hi, We want to make use of the XML - FML conversion methods available in weblogic.wtc.gwt; specifically XmlFmlCnv.XMLtoFML32 and XmlFmlCnv.FML32toXML. We cannot find any reference to these in WLS 8.1, the only references found relate to WLS 6.1 (see