Some teams in ADB
Set regulator:
adb shell echo "userspace" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
Set the frequency in kHz:
adb shell su -c "echo "702000" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed"
adb shell su -c "echo "384000" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq"
adb shell su -c "echo "384000" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq"
Get the current processor frequency:
adb shell cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
Show available controls:
adb shell su -c "cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors"
Disable a service that overwrites the cpu network file:
adb shell su -c "stop mpdecision"
, . mp , .
:
adb shell su -c "echo "0" > /sys/devices/system/cpu/cpu3/online"
:
& chmod 444 /sys/devices/system/cpu/cpu1/online