View Single Post
  #3 (permalink)  
Old 08-17-2010, 12:54 PM
docnas's Avatar
docnas
Regular 'Geeker
Offline
Location: New York
 
Join Date: Apr 2009
Posts: 283
Reputation: 340
docnas is becoming a PPCGeeks regulardocnas is becoming a PPCGeeks regulardocnas is becoming a PPCGeeks regulardocnas is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Discussion Group: Overclocking NRG ROM

Ive also been overclocking since netripper came out with v2 of his app and when jcp from XDA wrote a script that would underclock the frequency back to 604 when the phone would be on call or when the phone went to sleep.

Im still using the same script with netrippers app as it works perfectly i get a "turbo" boost to 768 when starting to speed it up and i get a regular overclock of 710 as a baseline and when it sleeps it reverts to 604 to prevents SODs.

The total SODs since using this script=0 so im thinking why mess with something thats working perfect? which is why i never upgraded to the newer apps.
BTW i can get to 806 Stable(i ran it for an hour at that using all kinds of programs, pushing the phone) but i dont like to push the overclock so high cuz i worry about it overheating.

Link to the Script i use = http://forum.xda-developers.com/show...&postcount=602
It uses mortscript and netrippers app here are JCPs steps
Originally Posted by jpc073@gmail.com
Ok Ive seen a couple of people asking for a howto on the scripts. I will try. This is assuming you have already installed Msm7kCpuSpeed to the device and have mortscript installed. Also you will need a registry editor (just to find the DispOn) I use Total Commander because of it's search function.
1. So first open 2 blank text files (I prefer to do this part on my PC) and copy the scripts that were posted (I use the ones I posted of course) into the files. Be sure to copy the entire script it shouldstart with ;******** and end with Exit.
2. Now do a save as and save the first one as Startup.mscr and the second as Power.mscr (these are the names I use.) You can close the second one now but keep the first one open.
3. On your phone open the registry editor and search for "DispOn" in the entire registry. If it does not show you won't be able to use this script. You could, however still use the power script and OC always to 604 but that is no fun!
4. Once you have the location of the "DispOn" Value ensure this is right in the script. To do this first locate the Root it is found in. This will be HKLM, HKCU etc. Ensure that the Root is correct in the script (the one I posted it is "HKCU"). To change this look for 'reg_root = "HKCU"' in the script. Change the HKCU to whatever the root is that your "DispOn" was found in.
5. Next do the same thing for the key. Locate the line 'reg_key_bkl = "ControlPanel\BackLight"' and change the ControlPanel\BackLight to whatever the Key is that your "DispOn" was found in.
6. Ok now the script should be done. But before saving again, please verify that you have not changed the formatting of the root or key. You have not added in or removed any quotations, nor have you added in or removed slashes. If it is ok, then save the file, and congrats your scripts are set up.
7. Copy the scripts from your computer to your phone. Be sure they end in .mscr
Once on your phone I create a .lnk file for the scripts. To do this using Total Comander select the script and then select file on the lower bar. Choose ">>>>>>" and select create shortcut and you want to put it in the same directory at this time. Once the shortcut is created, longpress on the shortcut and select properties. Select the Shortcut tab and in the target box add the following text '"Mortscript.exe" -'. (This assumes that Mortscript is installed to your windows directory if not you will need to put the full path i.e. '"\Program Files\Mortscript\Mortscript.exe" -') Do this for both shortcuts.
8. Longpress the Startup.lnk shortcut and select copy/move. You want to copy this file to the location: "\Windows\StartUp\"
9. Now soft reset. Run Msm7kCpuSpeed once fully restarted and loaded and it should show you as running at 748. If so congrats you did it. you can adjust this to whatever your highest stable speed is by going to you registry and changing HKLM\SOFTWARE\Msm7kCpuSpeed\BoostSpeed to the appriate setting as posted in an earlier post. (i.e 31=604, 32=614, 33=633, 34=652, etc.)
10. Exit Msm7kCpuSpeed. Now you will want to assign Power button to execute the power.lnk when pressed. I will let someone else write the tutorial on that though.

Props to JPC and netrippper and all the others at the xda thread that worked on the program and the script
__________________


HTC Universal-->Imate Jam(HTC Magician)-->Imate K-jam(HTC Wizard)-->HTC Mogul-->Touch Pro-->Touch Pro 2-->wonder what the next windows phone is going to be ??

Last edited by docnas; 08-17-2010 at 01:30 PM.
Reply With Quote
This post has been thanked 5 times.