|
2011-10-31
, 07:37
|
Posts: 105 |
Thanked: 4 times |
Joined on Sep 2011
|
#32
|
|
2011-10-31
, 10:30
|
|
Posts: 1,918 |
Thanked: 3,118 times |
Joined on Oct 2010
@ My pants
|
#33
|
im using this patch right now and i use life-doubler... i notice at vfs and dcs this...
a#!/bin/sh
if [ `id -u` != 0 ] ; then
exec root <<EOF
exec sh $0 $*
EOF
exit $?
fi
run-standalone.sh zenity --info --text "Choose profile to load when active"
pro=$(run-standalone.sh zenity --file-selection)
if [ "$?" = 1 ] ; then
dbus-send --type=method_call --dest=org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.SystemNoteInfoprint string:"Operation aborted"
exit
fi
sleep 1
cd /usr/local/bin
cat > overclock << EOF
kernel-config load $pro
EOF
cp /home/opt/CPUTweak/config/dsuc /usr/local/bin/underclock
chmod +x /usr/local/bin/*erclock
sleep 1
dbus-send --type=method_call --dest=org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.SystemNoteInfoprint string:"Your device is now patched"
is that *erclock is correct or typographiacal error only.. sorry ammyt.. i just asking.. well i give u a thank
The Following User Says Thank You to ammyt For This Useful Post: | ||
|
2011-10-31
, 10:31
|
|
Posts: 1,918 |
Thanked: 3,118 times |
Joined on Oct 2010
@ My pants
|
#34
|
and one thing i notice about this is when i change another tab in web when i wipe ,it always loading again..this will happen when i use this cpu power control
|
2011-10-31
, 10:37
|
|
Posts: 1,918 |
Thanked: 3,118 times |
Joined on Oct 2010
@ My pants
|
#35
|
The Following User Says Thank You to ammyt For This Useful Post: | ||
|
2011-10-31
, 11:11
|
Posts: 105 |
Thanked: 4 times |
Joined on Sep 2011
|
#36
|
|
2011-10-31
, 11:37
|
|
Posts: 584 |
Thanked: 700 times |
Joined on Jan 2010
|
#37
|
|
2011-10-31
, 12:06
|
Posts: 856 |
Thanked: 1,681 times |
Joined on Apr 2010
@ Aleppo ,Syria
|
#38
|
|
2011-10-31
, 12:22
|
Banned |
Posts: 778 |
Thanked: 337 times |
Joined on Jun 2010
|
#39
|
|
2011-10-31
, 12:27
|
Posts: 1,163 |
Thanked: 1,873 times |
Joined on Feb 2011
@ The Netherlands
|
#40
|
New version is here!
*Allows you to set the profile to load when idle
*Adds POWERSAVE_BIAS and IGNORE_NICE_LOAD option in build your own
Will be uploaded in 30mins
a#!/bin/sh
if [ `id -u` != 0 ] ; then
exec root <<EOF
exec sh $0 $*
EOF
exit $?
fi
run-standalone.sh zenity --info --text "Choose profile to load when active"
pro=$(run-standalone.sh zenity --file-selection)
if [ "$?" = 1 ] ; then
dbus-send --type=method_call --dest=org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.SystemNoteInfoprint string:"Operation aborted"
exit
fi
sleep 1
cd /usr/local/bin
cat > overclock << EOF
kernel-config load $pro
EOF
cp /home/opt/CPUTweak/config/dsuc /usr/local/bin/underclock
chmod +x /usr/local/bin/*erclock
sleep 1
dbus-send --type=method_call --dest=org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.SystemNoteInfoprint string:"Your device is now patched"
is that *erclock is correct or typographiacal error only.. sorry ammyt.. i just asking.. well i give u a thank