+ Reply
Page 5 of 5 FirstFirst ... 345
Results 81 to 88 of 88
  1. #81
    What's Jailbreak?
    Join Date
    Mar 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Lightbulb Yes, it does work!

    (Updated and revised, been doing some more tweaking to get the correct clock, though no info program I have found actually takes the CPU clock, it displays the clock the iPod should be running factory)

    I used this method of overclocking:

    Step 1.

    (I used iSpirit to get at the file and plist Editor Pro to alter the file. Both are free programs)

    Changing the file com.apple.SystemPowerProfileDefaults.plist
    (Located in: /System/Library/SystemConfiguration/PowerManagement.bundle/)

    All of these should be set to this (there are a few throughout the .plist):

    <key>Reduce Processor Speed</key>
    <integer>0</integer>

    Step 2.

    (I used iSpirit to get at the file and notepad to edit)

    Changing the file com.apple.SystemPowerProfileDefaults.plist
    (Located in: /System/Library/SystemConfiguration/PowerManagement.bundle/)

    su
    alpine (Unless you changed it to something else.)
    sysctl -w hw.cpufrequency_max=???000000 (Replace ??? with the MHz Ex: 600)
    sysctl -w hw.cpufrequency=???000000 (Same as above)
    sysctl -w hw.cpufrequency_min=???000000 (Replace ??? with the MHz you want when the iPhone is sleeping, etc..)

    Add those before:
    /dev/disk0s1 / hfs rw 0 1
    /dev/disk0s2 /private/var hfs rw 0 2

    So, in the end, it'll look like this:

    su
    alpine (Unless you changed it to something else.)
    sysctl -w hw.cpufrequency_max=???000000
    sysctl -w hw.cpufrequency=???000000
    sysctl -w hw.cpufrequency_min=???000000
    /dev/disk0s1 / hfs rw 0 1
    /dev/disk0s2 /private/var hfs rw 0 2

    Reboot device after replacing original files on the device with the modified ones.

    Device is running faster but as I said no way of actually clocking the CPU
    iPod is not overheating, and is not hogging down the battery. It is very stable as far as my use of the device has gone.
    side note: this process has been performed on my friend's 3g and works just fine as well.

    There is the truth about overclocking.
    Last edited by thameythidd; 03-20-2011 at 09:01 PM.

  2. #82
    What's Jailbreak?
    Join Date
    Feb 2011
    Posts
    28
    Thanks
    0
    Thanked 1 Time in 1 Post
    for the developers out there: it'd be awesome to get this tweak installed as a toggle in sbsettings or something like that! (pretty please??

  3. #83
    What's Jailbreak?
    Join Date
    Dec 2010
    Location
    Israel
    Posts
    21
    Thanks
    1
    Thanked 0 Times in 0 Posts

    there some problem with that method its messup the non english keyboards
    sometime so be careful

  4. #84
    What's Jailbreak?
    Join Date
    Apr 2011
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Quote Originally Posted by thameythidd View Post
    (
    Step 1.

    (I used iSpirit to get at the file and plist Editor Pro to alter the file. Both are free programs)

    Changing the file com.apple.SystemPowerProfileDefaults.plist
    (Located in: /System/Library/SystemConfiguration/PowerManagement.bundle/)

    All of these should be set to this (there are a few throughout the .plist):

    <key>Reduce Processor Speed</key>
    <integer>0</integer>

    Is it necessary to edit this file?

  5. #85
    What's Jailbreak?
    Join Date
    Apr 2011
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Well...
    Just changing "com.apple.SystemPowerProfileDefault.plist" canīt be the best alternative to overclock your device, or is it?
    I mean, just hiding that .plist from your device can cause lot side effects like overheating and the loss of control (?).
    Though iīd like to know if this works with every firmware.

    Yesterday iīve started to deal with this subject and tried to use "thameythidd"s suggested way to overclock my ipod touch gen2(mc).
    But I didnīt find the cited command lines in the "SystemPowerProfileDefaults.plist".
    Quote Originally Posted by thameythidd View Post

    Changing the file com.apple.SystemPowerProfileDefaults.plist
    (Located in: /System/Library/SystemConfiguration/PowerManagement.bundle/)

    su
    alpine (Unless you changed it to something else.)
    sysctl -w hw.cpufrequency_max=???000000 (Replace ??? with the MHz Ex: 600)
    sysctl -w hw.cpufrequency=???000000 (Same as above)
    sysctl -w hw.cpufrequency_min=???000000 (Replace ??? with the MHz you want when the iPhone is sleeping, etc..)

    Add those before:
    /dev/disk0s1 / hfs rw 0 1
    /dev/disk0s2 /private/var hfs rw 0 2

    So, in the end, it'll look like this:

    su
    alpine (Unless you changed it to something else.)
    sysctl -w hw.cpufrequency_max=???000000
    sysctl -w hw.cpufrequency=???000000
    sysctl -w hw.cpufrequency_min=???000000
    /dev/disk0s1 / hfs rw 0 1
    /dev/disk0s2 /private/var hfs rw 0 2

    Reboot device after replacing original files on the device with the modified ones.
    Any ideas where i can find it on my device?

  6. #86
    What's Jailbreak?
    Join Date
    Mar 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    You didn't find them because the lines are not there until you add them, just make the file look as I have shown. As for if it is necessary to edit the com.apple.SystemPowerProfileDefaults.plist (Located in: /System/Library/SystemConfiguration/PowerManagement.bundle/) I'm not sure but that is the method that I have used on a 2g and a 3g that has worked on both. My guess would be yes because all of the reduce processor speed commands.

  7. #87
    What's Jailbreak?
    Join Date
    Apr 2011
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Yeah i already have thought that iīll have to add the lines but i didnīt want to mess around that much with my device. (<---I do not know anything about that kind of stuff but iīd like to learn a lot about it)

    I think i will try to add the lines in the evening, looking for any improvements.
    By the way...i guess you wouldnīt recommend overclocking too?!?

    And can u explain how you did know where to insert these lines?
    Last edited by alexundercover; 04-27-2011 at 10:58 AM.

  8. #88
    What's Jailbreak?
    Join Date
    Sep 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Maybe U can try this~ See whether it works~

    his virtual memory can be used by your device to perform normal functions while you play games and listen to music and have a movie downloading in the background with extra memory to spare. So lets get started!

    1. Make sure you are jailbroken. (How do I do that?) And that you are on or at an above firmware of 3.0. (How do I check?)

    2. Open Cydia then, in the bottom right corner tap on the Manage tab.



    3. Tap on Sources then in the top right corner tap on Edit, then Add.

    4. Type in http://repo.beyouriphone.com and press Add Source.



    5. Once it's done, in the bottom right corner, tap on the Search tab.

    6. Type in iPhoneVM 2 (OS 3.X) and tap on it.

    7. Install iPhoneVM 2 (OS 3.X) to your device.



    There you have it, once you restart your device, you will have much more RAM to use for more functions.

+ Reply
Page 5 of 5 FirstFirst ... 345

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts