Skip to content

Commit

Permalink
Update V4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Suni-code committed Oct 15, 2024
1 parent e2c65a1 commit e0c4977
Show file tree
Hide file tree
Showing 20 changed files with 253 additions and 255 deletions.
6 changes: 2 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
更新日志:
- 优化 均衡模式功耗
- 优化 均衡模式流畅度
- 改进 降低均衡模式点击延迟
- 改进 均衡模式掉帧监测效果
- 优化 省电模式点击 滑动 手势操作场景流畅度
- 优化 省电模式功耗 提升续航体验
4 changes: 2 additions & 2 deletions config.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ CONFIG_ENV=config.env
ZIP_FILENAME=Magisk
CONFIG_NAME=configs
IS_PRERELEASE=false
VERSION=V4.6.3
VERSIONCODE=241010
VERSION=V4.7.0
VERSIONCODE=241015
FILE=Tritium.json
14 changes: 7 additions & 7 deletions magisk/configs/dimensity1000.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
],
"modes": {
"powersave": {
"powerLimit": 1500,
"perfMargin": [10, 10],
"upRateLatency": 600,
"powerLimit": 1900,
"perfMargin": [15, 15],
"upRateLatency": 550,
"overHeatTemp": 60,
"burstCapacity": 9000,
"recoverTime": 5000,
Expand All @@ -56,10 +56,10 @@
"boost": 15
},
"gesture": {
"durationTime": 100,
"lowLatency": false,
"extraMargin": 20,
"boost": 0
"durationTime": 460,
"lowLatency": true,
"extraMargin": 15,
"boost": 15
},
"heavyload": {
"durationTime": 1000,
Expand Down
34 changes: 17 additions & 17 deletions magisk/configs/dimensity8100.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
],
"modes": {
"powersave": {
"powerLimit": 1800,
"powerLimit": 1900,
"perfMargin": [10, 15, 15],
"upRateLatency": 570,
"overHeatTemp": 55,
"burstCapacity": 12000,
"recoverTime": 4000,
"overHeatTemp": 60,
"burstCapacity": 9000,
"recoverTime": 4700,
"freqBurst": {
"none": {
"durationTime": 0,
Expand All @@ -52,28 +52,28 @@
"boost": 0
},
"tap": {
"durationTime": 100,
"lowLatency": false,
"extraMargin": 20,
"boost": 0
"durationTime": 180,
"lowLatency": true,
"extraMargin": 5,
"boost": 10
},
"swipe": {
"durationTime": 270,
"durationTime": 410,
"lowLatency": true,
"extraMargin": 10,
"boost": 10
"boost": 15
},
"gesture": {
"durationTime": 100,
"lowLatency": false,
"extraMargin": 20,
"boost": 0
"durationTime": 480,
"lowLatency": true,
"extraMargin": 15,
"boost": 15
},
"heavyload": {
"durationTime": 1000,
"durationTime": 900,
"lowLatency": false,
"extraMargin": 20,
"boost": 0
"extraMargin": 10,
"boost": 10
},
"jank": {
"durationTime": 100,
Expand Down
36 changes: 18 additions & 18 deletions magisk/configs/dimensity8200.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
],
"modes": {
"powersave": {
"powerLimit": 1500,
"perfMargin": [10, 10, 10],
"upRateLatency": 600,
"powerLimit": 1900,
"perfMargin": [10, 15, 15],
"upRateLatency": 570,
"overHeatTemp": 60,
"burstCapacity": 9000,
"recoverTime": 5000,
"recoverTime": 4700,
"freqBurst": {
"none": {
"durationTime": 0,
Expand All @@ -52,28 +52,28 @@
"boost": 0
},
"tap": {
"durationTime": 100,
"lowLatency": false,
"extraMargin": 20,
"boost": 0
"durationTime": 180,
"lowLatency": true,
"extraMargin": 5,
"boost": 10
},
"swipe": {
"durationTime": 200,
"lowLatency": false,
"durationTime": 410,
"lowLatency": true,
"extraMargin": 10,
"boost": 0
"boost": 15
},
"gesture": {
"durationTime": 100,
"lowLatency": false,
"extraMargin": 20,
"boost": 0
"durationTime": 480,
"lowLatency": true,
"extraMargin": 15,
"boost": 15
},
"heavyload": {
"durationTime": 1000,
"durationTime": 900,
"lowLatency": false,
"extraMargin": 20,
"boost": 0
"extraMargin": 10,
"boost": 10
},
"jank": {
"durationTime": 100,
Expand Down
26 changes: 13 additions & 13 deletions magisk/configs/sdm7+gen2.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
],
"modes": {
"powersave": {
"powerLimit": 1500,
"perfMargin": [10, 10, 10],
"upRateLatency": 600,
"powerLimit": 1900,
"perfMargin": [10, 15, 15],
"upRateLatency": 570,
"overHeatTemp": 60,
"burstCapacity": 9000,
"recoverTime": 4700,
Expand All @@ -52,21 +52,21 @@
"boost": 0
},
"tap": {
"durationTime": 100,
"lowLatency": false,
"durationTime": 180,
"lowLatency": true,
"extraMargin": 5,
"boost": 5
"boost": 10
},
"swipe": {
"durationTime": 200,
"lowLatency": false,
"extraMargin": 0,
"boost": 0
"durationTime": 410,
"lowLatency": true,
"extraMargin": 10,
"boost": 15
},
"gesture": {
"durationTime": 100,
"lowLatency": false,
"extraMargin": 10,
"durationTime": 480,
"lowLatency": true,
"extraMargin": 15,
"boost": 15
},
"heavyload": {
Expand Down
34 changes: 17 additions & 17 deletions magisk/configs/sdm7+gen3.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"modes": {
"powersave": {
"powerLimit": 1900,
"perfMargin": [10, 10, 10],
"upRateLatency": 600,
"perfMargin": [10, 15, 15],
"upRateLatency": 570,
"overHeatTemp": 60,
"burstCapacity": 9000,
"recoverTime": 4800,
"recoverTime": 4700,
"freqBurst": {
"none": {
"durationTime": 0,
Expand All @@ -52,28 +52,28 @@
"boost": 0
},
"tap": {
"durationTime": 100,
"lowLatency": false,
"extraMargin": 20,
"boost": 0
"durationTime": 180,
"lowLatency": true,
"extraMargin": 5,
"boost": 10
},
"swipe": {
"durationTime": 200,
"lowLatency": false,
"durationTime": 410,
"lowLatency": true,
"extraMargin": 10,
"boost": 0
"boost": 15
},
"gesture": {
"durationTime": 100,
"lowLatency": false,
"extraMargin": 20,
"boost": 0
"durationTime": 480,
"lowLatency": true,
"extraMargin": 15,
"boost": 15
},
"heavyload": {
"durationTime": 1000,
"durationTime": 900,
"lowLatency": false,
"extraMargin": 20,
"boost": 0
"extraMargin": 10,
"boost": 10
},
"jank": {
"durationTime": 100,
Expand Down
38 changes: 19 additions & 19 deletions magisk/configs/sdm765.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
],
"modes": {
"powersave": {
"powerLimit": 1500,
"perfMargin": [10, 10, 10],
"upRateLatency": 600,
"powerLimit": 1900,
"perfMargin": [10, 15, 15],
"upRateLatency": 570,
"overHeatTemp": 60,
"burstCapacity": 12000,
"recoverTime": 4000,
"burstCapacity": 9000,
"recoverTime": 4700,
"freqBurst": {
"none": {
"durationTime": 0,
Expand All @@ -52,28 +52,28 @@
"boost": 0
},
"tap": {
"durationTime": 100,
"lowLatency": false,
"extraMargin": 20,
"boost": 0
"durationTime": 180,
"lowLatency": true,
"extraMargin": 5,
"boost": 10
},
"swipe": {
"durationTime": 200,
"lowLatency": false,
"durationTime": 410,
"lowLatency": true,
"extraMargin": 10,
"boost": 0
"boost": 15
},
"gesture": {
"durationTime": 100,
"lowLatency": false,
"extraMargin": 20,
"boost": 0
"durationTime": 480,
"lowLatency": true,
"extraMargin": 15,
"boost": 15
},
"heavyload": {
"durationTime": 1000,
"durationTime": 900,
"lowLatency": false,
"extraMargin": 20,
"boost": 0
"extraMargin": 10,
"boost": 10
},
"jank": {
"durationTime": 100,
Expand Down
34 changes: 17 additions & 17 deletions magisk/configs/sdm778.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
],
"modes": {
"powersave": {
"powerLimit": 1500,
"perfMargin": [10, 10, 10],
"powerLimit": 1900,
"perfMargin": [10, 15, 15],
"upRateLatency": 570,
"overHeatTemp": 60,
"burstCapacity": 9000,
"recoverTime": 4800,
"recoverTime": 4700,
"freqBurst": {
"none": {
"durationTime": 0,
Expand All @@ -52,28 +52,28 @@
"boost": 0
},
"tap": {
"durationTime": 100,
"lowLatency": false,
"extraMargin": 20,
"boost": 0
"durationTime": 180,
"lowLatency": true,
"extraMargin": 5,
"boost": 10
},
"swipe": {
"durationTime": 200,
"lowLatency": false,
"durationTime": 410,
"lowLatency": true,
"extraMargin": 10,
"boost": 0
"boost": 15
},
"gesture": {
"durationTime": 100,
"lowLatency": false,
"extraMargin": 20,
"boost": 0
"durationTime": 480,
"lowLatency": true,
"extraMargin": 15,
"boost": 15
},
"heavyload": {
"durationTime": 1000,
"durationTime": 900,
"lowLatency": false,
"extraMargin": 20,
"boost": 5
"extraMargin": 10,
"boost": 10
},
"jank": {
"durationTime": 100,
Expand Down
Loading

0 comments on commit e0c4977

Please sign in to comment.