Jump to content

Welcome to CyanogenMod

Welcome to our forum. Like most online communities you must register to post, but don't worry this is a simple free process that requires minimal information for you to signup. Be a part of the CyanogenMod Forum by signing in or creating an account. You can even sign in with your Facebook or Twitter account.
  • Start new topics and reply to others
  • Subscribe to topics and forums to get automatic updates
  • Get your own profile and make new friends
  • Download files attached to the forum.
  • Customize your experience here
  • Share your CyanogenMod experience!
Guest Message by DevFuse
 

Undoing overclock "set on boot"


This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1 rubenvb

rubenvb
  • Members
  • 3 posts

Posted 03 June 2012 - 09:56 AM

Hi,

I know I've been stupid, but I accidentally had the "set on boot" box checked when I tapped the wrong (way too high) CPU frequency. Now I can't boot far enough to undo my OC through Android (it freezes and reboots due to an unstable overclock).

Is there any way (without factory resetting all user data) to manually (adb) undo either the set on boot or the cpu speed selection?

#2 bassmadrigal

bassmadrigal
  • Administrators
  • 7,871 posts

Posted 03 June 2012 - 04:45 PM

Use adb to navigate to /data/data/com.cyanogenmod.cmparts/shared_prefs and then either remove the file com.cyanogenmod.cmparts_preferences.xml or edit it to change the XXXXX value in <string name="pref_freq_max">XXXXX</string> to the correct one for your phone. For my N1, it is 998400

#3 rubenvb

rubenvb
  • Members
  • 3 posts

Posted 10 June 2012 - 10:20 AM

Thanks for this!