Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
THREAD CLOSED
Tip us?
 
fanfangzhu
Old
#1  
Junior Member - OP
Thanks Meter 0
Posts: 1
Join Date: Jul 2010
Default [Q] MotoFrenzy2.2 ROM overclock can't use

How to solve
 
nailll
Old
#2  
nailll's Avatar
Member
Thanks Meter 2
Posts: 35
Join Date: Aug 2010
Location: Moscow
Try this:
1) run GScript
2) Press "Add script", then "Load file"
3) Select script "Enable_overlock.sh" and click "Save"
4) Select saved script and run it.
5) reboot your phone and try overlock with "Milestone Overlock" application.
 
risahri
Old
#3  
Junior Member
Thanks Meter 10
Posts: 23
Join Date: Sep 2009
Post Download

Please, where I can download this file?
 
nailll
Old
(Last edited by nailll; 25th August 2010 at 01:41 PM.)
#4  
nailll's Avatar
Member
Thanks Meter 2
Posts: 35
Join Date: Aug 2010
Location: Moscow
Quote:
Originally Posted by risahri View Post
Please, where I can download this file?
which file?
 
risahri
Old
#5  
Junior Member
Thanks Meter 10
Posts: 23
Join Date: Sep 2009
Quote:
Originally Posted by nailll View Post
which file?
Enable_overlock.sh
 
nailll
Old
#6  
nailll's Avatar
Member
Thanks Meter 2
Posts: 35
Join Date: Aug 2010
Location: Moscow
Quote:
Originally Posted by risahri View Post
Enable_overlock.sh
It should be installed with MotoFrenzy v0.5b (mine got one by default)

Anyway here is the code:
Code:
#!/system/xbin/sh
mkdir /tmp/sd
mount /dev/block/mmcblk0p1 /tmp/sd
echo "550000 max_rate" >/tmp/sd/overclock
echo "56 max_vsel" >>/tmp/sd/overclock
umount /tmp/sd
echo "overclock file on sdcard now activated with default 550Mhz"
echo "Reboot for changes to take effect."
sleep 30
 
dsixda
Old
#7  
dsixda's Avatar
Recognized Developer / Retired Senior Moderator
Thanks Meter 3629
Posts: 9,509
Join Date: Nov 2007
Location: Ottawa

 
DONATE TO ME
Please post MotoFrenzy questions in the MotoFrenzy thread, and refrain from creating redundant threads. It clears up the clutter and makes it easier for everyone else to find information. Thank you.

THREAD CLOSED
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

Gear Up Because it’s Time to Save Earth

*Cue Dramatic Music*Put on your red and blue latex overalls and cape because it’s time to … more

Recognized Contributor Code of Conduct

During the first half of 2012, XDA initiated the Recognized Contributor (RC) program to recognize … more

Careers in Android: What Hiring Managers Won’t Tell You – XDA Developer TV

XDA Developer TV Producer Jayce released a video a … more

Coloring Your Logcat World

Getting feedback for your app during development is as simple as adding logging info where necessary and looking … more