Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
philmein
Old
#11  
Senior Member
Thanks Meter 17
Posts: 148
Join Date: May 2010
Location: Oldham Lancashire
when i press long Stweak , choose Open With , choose Linux Script Handler and Execute !

linux script handler does not appear i copied and pasted this

#!/bin/sh

insmod /lib/modules/symsearch.ko

insmod /lib/modules/opptimizer.ko

# echo 1300000000 > /proc/opptimizer

but it stays at 1.2mhz stock

ill have another try
 
surdu_petru
Old
(Last edited by surdu_petru; 5th March 2012 at 08:27 PM.)
#12  
surdu_petru's Avatar
Recognized Contributor - OP
Thanks Meter 3051
Posts: 2,119
Join Date: Feb 2010
Location: Paris
Quote:
Originally Posted by philmein View Post
when i press long Stweak , choose Open With , choose Linux Script Handler and Execute !

linux script handler does not appear i copied and pasted this

#!/bin/sh

insmod /lib/modules/symsearch.ko

insmod /lib/modules/opptimizer.ko

# echo 1300000000 > /proc/opptimizer

but it stays at 1.2mhz stock

ill have another try

Hi !

Replace this line :
# echo 1300000000 > /proc/opptimizer
with
echo 1300000000 > /proc/opptimizer

you don't have this options ?

 
philmein
Old
#13  
Senior Member
Thanks Meter 17
Posts: 148
Join Date: May 2010
Location: Oldham Lancashire
like this

#!/bin/sh

insmod /lib/modules/symsearch.ko

insmod /lib/modules/opptimizer.ko

echo 1300000000 > /proc/opptimizer
 
surdu_petru
Old
#14  
surdu_petru's Avatar
Recognized Contributor - OP
Thanks Meter 3051
Posts: 2,119
Join Date: Feb 2010
Location: Paris
Quote:
Originally Posted by philmein View Post
like this

#!/bin/sh

insmod /lib/modules/symsearch.ko

insmod /lib/modules/opptimizer.ko

echo 1300000000 > /proc/opptimizer
YES! and now you need to execute this script like in picture : chose Linux Script Handler end will work sure ....
 
philmein
Old
(Last edited by philmein; 5th March 2012 at 10:14 PM.)
#15  
Senior Member
Thanks Meter 17
Posts: 148
Join Date: May 2010
Location: Oldham Lancashire
all working now thanks for your patience and help
 
brbi
Old
#16  
Junior Member
Thanks Meter 2
Posts: 20
Join Date: Oct 2011
I noticed that after every reboot you lose the overclock setting back to the original frequency.
 
philmein
Old
#17  
Senior Member
Thanks Meter 17
Posts: 148
Join Date: May 2010
Location: Oldham Lancashire
Same here I have to run the script after a reboot
 
surdu_petru
Old
#18  
surdu_petru's Avatar
Recognized Contributor - OP
Thanks Meter 3051
Posts: 2,119
Join Date: Feb 2010
Location: Paris
Quote:
Originally Posted by brbi View Post
I noticed that after every reboot you lose the overclock setting back to the original frequency.
HI!

YES ! It's allright !
 
surdu_petru
Old
#19  
surdu_petru's Avatar
Recognized Contributor - OP
Thanks Meter 3051
Posts: 2,119
Join Date: Feb 2010
Location: Paris
Quote:
Originally Posted by philmein View Post
Same here I have to run the script after a reboot
Ok...YES !
 
schmo90
Old
#20  
Member
Thanks Meter 5
Posts: 54
Join Date: Jan 2011
if i try to run the script i only get a reboot...

is there a fix for the market to show me all apps?

 
Post Reply+
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...