[android-developers] [scaling_governor] How can I overwite scaling_governor on Java framework codes?

2012-09-02 Thread Dale
Hi all, I am meeting a problem that, I have to change the CPU performance to increase the LTE data rate. So, I have to write perfomance the /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor. Unfortunately, I cannot access that file for writing my command. when I am using adb shell command

Re: [android-developers] [scaling_governor] How can I overwite scaling_governor on Java framework codes?

2012-09-02 Thread Romain Guy
I don't think having the status bar control the CPU frequency is a good architecture :) On Fri, Aug 31, 2012 at 7:21 PM, Dale lenhatta...@gmail.com wrote: Hi all, I am meeting a problem that, I have to change the CPU performance to increase the LTE data rate. So, I have to write perfomance

Re: [android-developers] [scaling_governor] How can I overwite scaling_governor on Java framework codes?

2012-09-02 Thread Kristopher Micinski
If you don't have root, you can't (shouldn't).. kris On Fri, Aug 31, 2012 at 9:21 PM, Dale lenhatta...@gmail.com wrote: Hi all, I am meeting a problem that, I have to change the CPU performance to increase the LTE data rate. So, I have to write perfomance the