View Single Post
Posts: 105 | Thanked: 4 times | Joined on Sep 2011
#31
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