Android Multi-Core Enable/Disable
Actually support for Hot Plug-gable CPU's added by Config file.


Config Option is below:
CONFIG_HOTPLUG_CPU=y
or # CONFIG_HOTPLUG_CPU is not set
Check for more details

If your device has root permission, you can execute below commands for the above.
adb shell stop mpdecision
adb shell "echo 1 > /sys/devices/system/cpu/cpu1/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"

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android JNI 机制
  2. Android 自定义URL Scheme
  3. fanfou(饭否) android客户端 代码学习3
  4. 学习Android(安卓)Opengles 做游戏引擎笔
  5. Google Android 2.0初期版本亮相 支持手
  6. Android之——史上最简单最酷炫的3D图片
  7. Android UI学习总结
  8. xmlns:android="http://schemas.android.
  9. 使用VirtualBox在PC上安装Android OS
  10. Android学习感想一