adb rootadb wait-for-deviceadb shell su -c setenforce 0adb remountadb shell stop thermal-engineadb shell stop thermaladb shell "echo 1 > /sys/devices/system/cpu/cpu0/online"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 1 > /sys/devices/system/cpu/cpu4/online"adb shell "echo 1 > /sys/devices/system/cpu/cpu5/online"adb shell "echo 1 > /sys/devices/system/cpu/cpu6/online"adb shell "echo 1 > /sys/devices/system/cpu/cpu7/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"adb shell "echo performance > /sys/devices/system/cpu/cpu4/cpufreq/scaling_governor"adb shell "echo performance > /sys/devices/system/cpu/cpu5/cpufreq/scaling_governor"adb shell "echo performance > /sys/devices/system/cpu/cpu6/cpufreq/scaling_governor"adb shell "echo performance > /sys/devices/system/cpu/cpu7/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未来发展 安全是重点
  2. android圆角ImageView的几种实现方式
  3. Android专家/经理——北京招聘
  4. Android root原理
  5. Android(安卓)Context详解
  6. 【Android】WebView加载https页面不能正
  7. 干货 | 聊聊这些年总结的一些学习方法
  8. 初出茅庐
  9. Android(安卓)通用的下拉刷新,重温事件传
  10. Android中Spinner的使用