PlayfulGod
Extreme Android User
Now mtmichealson found this and I am just posting it for those who dont want to flash a new ROM etc.
Now if you use Root Explorer (or the likes) n nav to system/etc and look for a file named 'init.qcom.post_boot.sh, and open that up in the text editor in RE or you can adb pull it, edit n then push it back to the phone. Look for these 2 lines:
And delete them, save & exit.
if you want to use adb to type the follow in cmd or konsole:
To pull it from the phone:
To push back to the phone:
And that should fix you up 
GSE-C's next update will have this fix in it
Now if you use Root Explorer (or the likes) n nav to system/etc and look for a file named 'init.qcom.post_boot.sh, and open that up in the text editor in RE or you can adb pull it, edit n then push it back to the phone. Look for these 2 lines:
Code:
echo "ondemand" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
echo "ondemand" > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor
if you want to use adb to type the follow in cmd or konsole:
To pull it from the phone:
Code:
adb pull /system/etc/init.qcom.post_boot.sh
Code:
adb remount
Code:
adb push init.qcom.post_boot.sh /system/etc/

GSE-C's next update will have this fix in it

