How to change clock frequency in Android?
问题 I'm a new to software development on Android. I want to make an application like SetCPU that can manipulate CPU frequency in Android. But I couldn't find some related APIs or materials. I want to know following two things sincerely. Are there APIs to change the CPU frequency in Android? If not, are there some APIs in Linux? 回答1: Some commands in ADB Set Governor: adb shell echo "userspace" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor Set Frequency in KHz: adb shell su -c "echo