Skip to content

Commit

Permalink
适配MI11/Pro/Ultra的深度定制(Pro)温控
Browse files Browse the repository at this point in the history
  • Loading branch information
helloklf committed Jun 5, 2021
1 parent 100a7ca commit 13bb4a6
Show file tree
Hide file tree
Showing 23 changed files with 24 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
applicationId "com.omarea.vtools"
minSdkVersion 23
targetSdkVersion 30
versionCode 202106012
versionName "4.4.1 Beta"
versionCode 202106051
versionName "4.4.3 Beta"
externalNativeBuild {
cmake {
cppFlags ""
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ device=`getprop ro.product.vendor.model`
# Mi 11
if [[ $device == "M2011K2C" ]]; then
echo "default|系统默认(default)
cool_11|清爽酷凉(cool)
pro_11|深度定制(pro)
performance_11|提高阈值(performance)
danger|丧心病狂(danger)"

# Mi 11 Ultra
elif [[ "$device" == 'M2102K1C' ]]; then
echo "default|系统默认(default)
pro_11ultra|深度定制(pro)
extreme_11pro|极致性能(extreme)
danger|丧心病狂(danger)"

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
分场景优化的温控,主要策略如下:
【一般应用】
在轻微发热时,主动限制峰值性能保证机身清爽
在中度发热时,提高性能下限避免严重卡顿
在严重发热时,遵循官方设定保护设备寿命

【大型游戏】
根据发热情况,积极主动调节CPU/GPU性能
避免 温度在短时间内失控致烫手,
   或达到某一极限温度后性能断崖式下跌

【小游戏/视频/导航】
因续航比性能更为重要,在保证基本体验前提下
尽可能的限制性能降低功耗

【其它特性】
避免轻微发热时限制屏幕显示亮度
避免中度发热时限制基带性能

*应用类别以MIUI云控数据为准
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 13bb4a6

Please sign in to comment.