This doesn't require you to delete a file; but instead modify it to what was supposed to be in the file.
Setup:
1. Download Root Explorer (or a similar free root browser)
2. Make sure you're browsing as root.
3. Mount the system with read/write privileges (each explorer does this differently, so if you need help use google, or just ask
)
4. Browse to /system/etc/
5. Open init.qcom.post_boot.sh with a txt editor
6. Add this:
under
7. Save the file
8. Reboot, and enjoy.
9. Press the thanks button if I helped you - Makes me smile, and know you love me
Setup:
1. Download Root Explorer (or a similar free root browser)
2. Make sure you're browsing as root.
3. Mount the system with read/write privileges (each explorer does this differently, so if you need help use google, or just ask
)4. Browse to /system/etc/
5. Open init.qcom.post_boot.sh with a txt editor
6. Add this:
Code:
echo 1800000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
echo 1800000 > /sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq
under
Code:
echo 384000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
echo 384000 > /sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq
[code]
so that it looks like this...
[code]
echo 384000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
echo 384000 > /sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq
echo 1800000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
echo 1800000 > /sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq
7. Save the file
8. Reboot, and enjoy.
9. Press the thanks button if I helped you - Makes me smile, and know you love me


