Jump to content


Photo

Overclocking Ics For Dummys


  • Please log in to reply
159 replies to this topic

#141 Kebob

Kebob

    Dev

  • Developer
  • 246 posts
  • Google+:kebob.rzr@gmail.com
  • LocationWashington

Posted 27 July 2012 - 09:12 AM

So what I am trying to do is get supercharger working through init.d. I tried using that website to mod the services.jar but it messed it up pretty bad. I tried to add the script 99supercharer to init.d but I am not sure if that worked or not. Mind giving me some pointers on how you got it working?

#142 UPower69

UPower69

    Member

  • Members
  • PipPip
  • 34 posts
  • Twitter:@AtomskPK
  • Google+:Christopher Picardi
  • LocationBurlington,MA
  • Current Device(s):Droid Razr Maxx

Posted 28 July 2012 - 03:03 AM

Good luck, you're trying some stuff that's a little over my head at the present. I will do some messing around for fun and see if I come up with anything though. I just followed the scripts lead and my modded jar worked fine, It may be a hit or miss thing I did have trouble before but the startup stability script package helped me I think.

#143 Kebob

Kebob

    Dev

  • Developer
  • 246 posts
  • Google+:kebob.rzr@gmail.com
  • LocationWashington

Posted 28 July 2012 - 10:22 AM

So when you run the srcipt is that when you setup the supercharger? because if i run it through init.d i cant setup the script

#144 deboyz1014

deboyz1014

    Member

  • Dedicated Supporter
  • PipPip
  • 115 posts

Posted 28 July 2012 - 10:49 AM

the download for fumoko.ko zip is dead, do you have a mirror?
  • studiorat likes this

#145 Kebob

Kebob

    Dev

  • Developer
  • 246 posts
  • Google+:kebob.rzr@gmail.com
  • LocationWashington

Posted 28 July 2012 - 11:54 AM

You shouldnt use that, just use the cpu manager module

#146 Collin James

Collin James

    Member

  • Members
  • PipPip
  • 59 posts

Posted 28 July 2012 - 02:42 PM

You shouldnt use that, just use the cpu manager module

Where can this be found at? Is the OP still current?

Sent from my DROID RAZR using Tapatalk 2

removed


#147 studiorat

studiorat

    Droid Master

  • Members
  • PipPipPip
  • 303 posts
  • LocationEast Coast
  • Current Device(s):Jelly Wizzed JB Droid Maxx

Posted 28 July 2012 - 06:20 PM

No have to uninstall safe strap and use the cwm recovery I gave you

Sent from my DROID RAZR MAXX Overclocked using Tapatalk 2

really...I used this method exactly!!! and Bricked...... i uninstalled CWM and all is fine...CWM is not compatible with my maxx
care to elaborate as to why you must use CWM
  • ralphie0108 likes this
Offending The Masses since 1967.........FTW........Christianity is a Farse!!!

#148 tbhall77

tbhall77

    n00b

  • Members
  • Pip
  • 5 posts

Posted 28 July 2012 - 07:00 PM

FYI, looks like the link from OP step 3 got taken down.

Please Login or Register to see this Hidden Content



#149 studiorat

studiorat

    Droid Master

  • Members
  • PipPipPip
  • 303 posts
  • LocationEast Coast
  • Current Device(s):Jelly Wizzed JB Droid Maxx

Posted 28 July 2012 - 07:56 PM

An update is available





LINK IS DEAD!!!!

Edited by spc_hicks09, 28 July 2012 - 08:19 PM.

Offending The Masses since 1967.........FTW........Christianity is a Farse!!!

#150 thirdclasscitizen

thirdclasscitizen

    n00b

  • Members
  • Pip
  • 10 posts
  • LocationMichigan

Posted 29 July 2012 - 06:26 PM

look, tried to download the second zip at the top and it says error when it goes to drop box

#151 thirdclasscitizen

thirdclasscitizen

    n00b

  • Members
  • Pip
  • 10 posts
  • LocationMichigan

Posted 29 July 2012 - 06:28 PM

this sucks

#152 marxman3

marxman3

    Member

  • Developer
  • 290 posts

Posted 29 July 2012 - 08:32 PM

After a few migraines trying to read different forums at XDA, I've finally put together a simple way to overclock my RAZR. Just flash the two zip files (wipe cache and Dalvik) from the below link (I'd upload the files here, but they are over 500k together) in recovery than run the below script and you are overclocked. I am currently on .215 running the axiobeam ROM and using SETCPU I'm at 1325. My quadrant score increased almost 500 points. I have not tried any other leaks nor have I played with VSeLs, but wanted to share what I have with you all:

Please Login or Register to see this Hidden Content




script to copy, paste and run (exactly as is):


#!/system/bin/sh
insmod/system/lib/modules/symsearch.ko
insmod /system/lib/modules/cpu_control.ko
echo 0 300 1025 > /proc/cpu_control/tweak_cpu
echo 1 500 1195 > /proc/cpu_control/tweak_cpu
echo 2 750 1320 > /proc/cpu_control/tweak_cpu
echo 3 1000 1388 > /proc/cpu_control/tweak_cpu
echo 4 1325 1400 > /proc/cpu_control/tweak_cpu

#153 deboyz1014

deboyz1014

    Member

  • Dedicated Supporter
  • PipPip
  • 115 posts

Posted 30 July 2012 - 06:35 AM

insmod/system/lib/modules/symsearch.ko
insmod /system/lib/modules/cpu_control.ko

careful, no space on first line between insmod and /system

#154 marxman3

marxman3

    Member

  • Developer
  • 290 posts

Posted 30 July 2012 - 08:20 AM

I'd say there should be a space on the first insmod system, but it works either way ;p

Sent from my XT912 using Tapatalk 2

#155 deboyz1014

deboyz1014

    Member

  • Dedicated Supporter
  • PipPip
  • 115 posts

Posted 31 July 2012 - 07:16 AM

I seem to be running into issue same as other here where the cpu always run at max and wont back down. I'm not using the insmod in my script caused it just throw out error saying it already exist, so it means its already loaded. Oh well, back to running normally without OC since its a;ready fast as is.

#156 Kebob

Kebob

    Dev

  • Developer
  • 246 posts
  • Google+:kebob.rzr@gmail.com
  • LocationWashington

Posted 31 July 2012 - 11:24 PM

I was having this problem. I dont really know what fixed it. I think I will try and get a more stable version and then if someone wants to test it (rom) then go ahead and report your findings. Ill upload it and give the link once its a little more stable

#157 lifeontheedge324

lifeontheedge324

    Member

  • Members
  • PipPip
  • 47 posts

Posted 02 August 2012 - 10:08 AM

After a few migraines trying to read different forums at XDA, I've finally put together a simple way to overclock my RAZR. Just flash the two zip files (wipe cache and Dalvik) from the below link (I'd upload the files here, but they are over 500k together) in recovery than run the below script and you are overclocked. I am currently on .215 running the axiobeam ROM and using SETCPU I'm at 1325. My quadrant score increased almost 500 points. I have not tried any other leaks nor have I played with VSeLs, but wanted to share what I have with you all:

Please Login or Register to see this Hidden Content




script to copy, paste and run (exactly as is):


#!/system/bin/sh
insmod/system/lib/modules/symsearch.ko
insmod /system/lib/modules/cpu_control.ko
echo 0 300 1025 > /proc/cpu_control/tweak_cpu
echo 1 500 1195 > /proc/cpu_control/tweak_cpu
echo 2 750 1320 > /proc/cpu_control/tweak_cpu
echo 3 1000 1388 > /proc/cpu_control/tweak_cpu
echo 4 1325 1400 > /proc/cpu_control/tweak_cpu


Just ran this script successfully and am happy with the results. I OC'ed to 1325, but even with the flashed 0.1.3 kernel modules and init.d .zip files, I am not seeing the Kernel Modules, only the 5 I usually see. (Where is smartassv2, pegasusq, boostedass, etc.?)

#158 whirleyes

whirleyes

    n00b

  • Members
  • Pip
  • 1 posts

Posted 02 August 2012 - 11:14 PM

Don't use fumoto.ko.. It just an experiment by me.
  • bradenfontaine likes this

#159 bradenfontaine

bradenfontaine

    Member

  • Members
  • PipPip
  • 111 posts
  • Google+:bradenfontaine@gmail.com
  • LocationSouth Carolina
  • Current Device(s):Razr Maxx

Posted 03 August 2012 - 06:10 AM

ive got the governors loading properly, but as for running the script, it states it cannot find the files, but they are there. what do i need to do? ill re read this thread again if i missed something.

Edit: Nevermind i missed a step. Cheers!

Edited by bradenfontaine, 03 August 2012 - 06:42 AM.


#160 bradenfontaine

bradenfontaine

    Member

  • Members
  • PipPip
  • 111 posts
  • Google+:bradenfontaine@gmail.com
  • LocationSouth Carolina
  • Current Device(s):Razr Maxx

Posted 03 August 2012 - 09:59 AM

curious if there are any more frequencies out there for us to utilize? maybe some a little lower if stable? rather than the 300/600/800/1000/1200...




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users