Hello there,
There are different forums available to get help on application programming. You can refer to below link to understand how to get a root access to android application.
http://stackoverflow.com/questions/4905 ... pplicationPlease follow belo adb commands to run CPU in performance mode.
adb root
adb remount
adb shell stop mpdecision
adb shell "echo 1 > /sys/devices/system/cpu/cpu1/online"
adb shell "echo 1 > /sys/devices/system/cpu/cpu2/online"
adb shell "echo 1 > /sys/devices/system/cpu/cpu3/online"
adb shell "echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor"
adb shell "echo performance > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor"
adb shell "echo performance > /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor"
adb shell "echo performance > /sys/devices/system/cpu/cpu3/cpufreq/scaling_governor"
Cheers!
Anup