Friday, February 19, 2010

Attempt: Launchdaemon

Changing the clock speed was possible back in the 1.x firmwares. Entering sysctl -w hw.cpufrequency=?, where ? is your required clock speed, did work. However, come 2.0, this was somehow locked off. Now, if you try this command, you'll get a error which says something like "oid hw.cpufrequency is read only".

We also know it's possible to set the clock speed while changing firmware. The 1st generation iPod Touch was clocked up to 412mhz in the 1.1.4 update. This means it could well be possible to do something similar with current firmwares.

My personal idea is to somehow make hw.cpufrequency writable again. This would allow you to set your clock speed at any time. If you found that your device was heating up too much, you could quickly set it back to your original clock speed.

What I tried was spawned from some info I found here: http://www.freebsd.org/doc/handbook/configtuning-sysctl.html

That page basically says that you can override the oid being read only if you do the command at startup. As the iphone doesn't have a loaders.conf file, I tried a launchdaemon.

http://pastie.org/833896


This bore no fruit, and neither did placing the command in the launchdaemon itself.

No comments:

Post a Comment