View Single Post
  #21777 (permalink)  
Old 07-26-2010, 05:55 PM
bteljuice's Avatar
bteljuice
Elite PPCGeeks Member
Offline
 
Join Date: Oct 2009
Posts: 594
Reputation: 2345
bteljuice is a VIPbteljuice is a VIPbteljuice is a VIPbteljuice is a VIPbteljuice is a VIPbteljuice is a VIPbteljuice is a VIPbteljuice is a VIPbteljuice is a VIPbteljuice is a VIPbteljuice is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: |RHODCMDA|.¸¸.·´¯`·.¸¸.- Energy -.¸¸.·´¯ * |Jul 24| 21911|23673 * Sense 2016

Quote:
Originally Posted by ryanmv213 View Post
Yeah Buru's guide is nearly dummy proof and works great with our device to utilize the overclocking feature without getting the SOD after the phone's display and sleep feature initiate. The only problem with the script he provided is that it only changes the frequency to 604 right before the sleep state and when you wake the phone up it is at the 604 mhz and you have to open the overclocking utility to up the speed again each time which is annoying. The newer script by jpc073 I used in place of the one you can download in Buru's guide and now I don't get the SOD at all AND when I wake my phone up it is always running at 729mhz. Which means ideally that anytime you are using the phone and the screen is on your processor is overclocked! Now all TP2's are not made the same so the overclocking magic number for what frequency is stable may be different for everyone. Within the link I provided for jpc072's mortscript you can easily edit the text and change the value for what your magic number is. You said your magic number was 710 so when you look at the script in a text document you can see the value chart for the frequencies and you know that the number 37=710. So change the 'start_speed' and the 'boost_speed' numberic values in the following code to '37'( or whatever your magic number is without quotes)

If (Start<>0)
start_speed=Start
Else
start_speed=40
RegWriteDWord("HKLM", "SOFTWARE\Msm7kCpuSpeed\", "AutoPerformanceLevel", start_speed)
EndIf

If (Boost<>0)
boost_speed=Boost
Else
boost_speed=38
RegWriteDWord("HKLM", "SOFTWARE\Msm7kCpuSpeed\", "BoostSpeed", boost_speed)
EndIf

The most important thing is making sure in jpc073 script that you lead it to the right path to prevent the SOD in DispOn. You have to find DispOn within your registry and change it while the script is in your notepad at this part of the script if it's different for you:

reg_root_bkl = "HKCU"
reg_key_bkl = "ControlPanel\BackLight"
reg_val_bkl = "DispOn"

Hope this helps but on both Big's and NRG's this works absolutely flawlessly for me.
Thank you for the in depth info.
So if 729 and 768 are working for you with JPC script, then I will try them as I am using NRJ GTX.
Will try all that and report back.
Will link JPC and your previous post to my thread rregarding CDMA TP2 OC if all goes ok.
__________________
If I was able to help you, please me
OverClocked to 748 MHz
OC your TP2: http://forum.ppcgeeks.com/showthread...37#post1882237

Last edited by bteljuice; 07-26-2010 at 07:02 PM.
Reply With Quote