Skip to content

Commit

Permalink
Merge pull request #40 from TimeBreeze/suni
Browse files Browse the repository at this point in the history
Suni
  • Loading branch information
NightRainMilkyWay authored Nov 23, 2024
2 parents 975bb75 + 1bc9797 commit d811984
Show file tree
Hide file tree
Showing 18 changed files with 48 additions and 62 deletions.
20 changes: 3 additions & 17 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,16 @@
更新日志:

## V4.8.2日志
重大更新,解决了部分人不看文档并且不会使用导入配置的bug.
现使用[Tritium_box](https://github.com/TimeBreeze/Tritium_box)非必要不建议,
## V4.9.0
- 优化部分型号日用使用流畅度


## 1.0.6_release 更新日志

- 修复了控制中心开关问题
- ~~添加无障碍保活~~
- ~~修复应用保活逻辑~~
- 修复应用模式切换状态
- 合并控制中心切换模式开关

注意 : 由于无障碍保活开关,可能无法使用导致发生闪退,如发生闪退请清楚数据重新打开即可

## 日期:2024.11.23
* 添加了哈希值校验

## 贡献:
- @chenzyadb
- @Suni-code
- @xianyu6556
- @NightRainMilkyWay

Full Changelog: [`V4.8.1 -> V4.8.2`](https://github.com/TimeBreeze/Tritium/commits/main/)
Full Changelog: [`V4.8.2 -> V4.9.0`](https://github.com/TimeBreeze/Tritium/commits/main/)

## 使用项目
- [CuprumTurbo Scheduler](https://github.com/chenzyadb/CuprumTurbo-Scheduler)
Expand Down
4 changes: 2 additions & 2 deletions config.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CONFIG_ENV=config.env
ZIP_FILENAME=Magisk
CONFIG_NAME=configs
IS_PRERELEASE=false
VERSION=V4.8.2
VERSIONCODE=241108
VERSION=V4.9.0
VERSIONCODE=241123

FILE=Tritium.json
6 changes: 3 additions & 3 deletions magisk_suni/configs/dimensity1000.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Dimensity1000+",
"author": "Tritium",
"author": "Suni-Tritium",
"configVersion": 10,
"CpuGovernor": {
"enable": true,
Expand Down Expand Up @@ -82,11 +82,11 @@
}
},
"balance": {
"powerLimit": 2600,
"powerLimit": 2800,
"perfMargin": [15, 20],
"upRateLatency": 500,
"overHeatTemp": 65,
"burstCapacity": 12000,
"burstCapacity": 9000,
"recoverTime": 5000,
"freqBurst": {
"none": {
Expand Down
6 changes: 3 additions & 3 deletions magisk_suni/configs/dimensity8100.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Dimensity8000/8100",
"author": "Tritium",
"author": "Suni-Tritium",
"configVersion": 10,
"CpuGovernor": {
"enable": true,
Expand Down Expand Up @@ -90,11 +90,11 @@
}
},
"balance": {
"powerLimit": 2700,
"powerLimit": 2900,
"perfMargin": [10, 15, 20],
"upRateLatency": 500,
"overHeatTemp": 60,
"burstCapacity": 12000,
"burstCapacity": 9000,
"recoverTime": 5000,
"freqBurst": {
"none": {
Expand Down
8 changes: 4 additions & 4 deletions magisk_suni/configs/dimensity8200.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Dimensity8200",
"author": "Tritium",
"author": "Suni-Tritium",
"configVersion": 10,
"CpuGovernor": {
"enable": true,
Expand Down Expand Up @@ -90,11 +90,11 @@
}
},
"balance": {
"powerLimit": 2600,
"perfMargin": [10, 15, 28],
"powerLimit": 2900,
"perfMargin": [10, 15, 25],
"upRateLatency": 500,
"overHeatTemp": 65,
"burstCapacity": 12000,
"burstCapacity": 9000,
"recoverTime": 5000,
"freqBurst": {
"none": {
Expand Down
8 changes: 4 additions & 4 deletions magisk_suni/configs/dimensity9200.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Dimensity9200/9200+",
"author": "Tritium",
"author": "Suni-Tritium",
"configVersion": 10,
"CpuGovernor": {
"enable": true,
Expand Down Expand Up @@ -92,10 +92,10 @@
"balance": {
"powerLimit": 2800,
"perfMargin": [10, 15, 20],
"upRateLatency": 440,
"upRateLatency": 480,
"overHeatTemp": 70,
"burstCapacity": 21500,
"recoverTime": 4500,
"burstCapacity": 11000,
"recoverTime": 5700,
"freqBurst": {
"none": {
"durationTime": 0,
Expand Down
6 changes: 3 additions & 3 deletions magisk_suni/configs/sdm7+gen2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Snapdragon7+Gen2",
"author": "Tritium",
"author": "Suni-Tritium",
"configVersion": 10,
"CpuGovernor": {
"enable": true,
Expand Down Expand Up @@ -90,11 +90,11 @@
}
},
"balance": {
"powerLimit": 2600,
"powerLimit": 2900,
"perfMargin": [10, 15, 20],
"upRateLatency": 500,
"overHeatTemp": 65,
"burstCapacity": 14000,
"burstCapacity": 10000,
"recoverTime": 4500,
"freqBurst": {
"none": {
Expand Down
2 changes: 1 addition & 1 deletion magisk_suni/configs/sdm7+gen3.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Snapdragon7+Gen3/8sGen3",
"author": "Tritium",
"author": "Suni-Tritium",
"configVersion": 10,
"CpuGovernor": {
"enable": true,
Expand Down
2 changes: 1 addition & 1 deletion magisk_suni/configs/sdm765.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Snapdragon765/765G/768G",
"author": "Suni",
"author": "Suni-Tritium",
"configVersion": 10,
"CpuGovernor": {
"enable": true,
Expand Down
8 changes: 4 additions & 4 deletions magisk_suni/configs/sdm8+gen1.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Snapdragon8+Gen1",
"author": "Tritium",
"author": "Suni-Tritium",
"configVersion": 10,
"CpuGovernor": {
"enable": true,
Expand Down Expand Up @@ -90,11 +90,11 @@
}
},
"balance": {
"powerLimit": 2700,
"powerLimit": 2900,
"perfMargin": [10, 15, 20],
"upRateLatency": 500,
"upRateLatency": 480,
"overHeatTemp": 65,
"burstCapacity": 12000,
"burstCapacity": 10000,
"recoverTime": 4500,
"freqBurst": {
"none": {
Expand Down
2 changes: 1 addition & 1 deletion magisk_suni/configs/sdm845.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Snapdragon845",
"author": "Tritium",
"author": "Suni",
"configVersion": 10,
"CpuGovernor": {
"enable": true,
Expand Down
2 changes: 1 addition & 1 deletion magisk_suni/configs/sdm855.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Snapdragon855/855+/860",
"author": "Tritium",
"author": "Suni",
"configVersion": 10,
"CpuGovernor": {
"enable": true,
Expand Down
2 changes: 1 addition & 1 deletion magisk_suni/configs/sdm865.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Snapdragon865/865+/870",
"author": "Tritium",
"author": "Suni",
"configVersion": 10,
"CpuGovernor": {
"enable": true,
Expand Down
10 changes: 5 additions & 5 deletions magisk_suni/configs/sdm888.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Snapdragon888/888+",
"author": "Tritium",
"author": "Suni",
"configVersion": 10,
"CpuGovernor": {
"enable": true,
Expand Down Expand Up @@ -90,12 +90,12 @@
}
},
"balance": {
"powerLimit": 2600,
"powerLimit": 2700,
"perfMargin": [10, 15, 20],
"upRateLatency": 490,
"upRateLatency": 480,
"overHeatTemp": 65,
"burstCapacity": 10000,
"recoverTime": 5000,
"burstCapacity": 9000,
"recoverTime": 5400,
"freqBurst": {
"none": {
"durationTime": 0,
Expand Down
6 changes: 3 additions & 3 deletions magisk_suni/configs/sdm8gen1.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Snapdragon8Gen1",
"author": "Tritium",
"author": "Suni-Tritium",
"configVersion": 10,
"CpuGovernor": {
"enable": true,
Expand Down Expand Up @@ -92,9 +92,9 @@
"balance": {
"powerLimit": 2700,
"perfMargin": [10, 15, 20],
"upRateLatency": 500,
"upRateLatency": 480,
"overHeatTemp": 65,
"burstCapacity": 13000,
"burstCapacity": 10000,
"recoverTime": 4900,
"freqBurst": {
"none": {
Expand Down
12 changes: 6 additions & 6 deletions magisk_suni/configs/sdm8gen2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Snapdragon8Gen2",
"author": "Tritium",
"author": "Suni-Tritium",
"configVersion": 10,
"CpuGovernor": {
"enable": true,
Expand Down Expand Up @@ -90,12 +90,12 @@
}
},
"balance": {
"powerLimit": 2600,
"perfMargin": [10, 10, 20],
"upRateLatency": 500,
"powerLimit": 2800,
"perfMargin": [10, 15, 20],
"upRateLatency": 480,
"overHeatTemp": 65,
"burstCapacity": 12000,
"recoverTime": 4800,
"burstCapacity": 18000,
"recoverTime": 5000,
"freqBurst": {
"none": {
"durationTime": 0,
Expand Down
2 changes: 1 addition & 1 deletion magisk_suni/configs/sdm8gen3.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Snapdragon8Gen3",
"author": "Tritium",
"author": "Suni-Tritium",
"configVersion": 10,
"CpuGovernor": {
"enable": true,
Expand Down
4 changes: 2 additions & 2 deletions magisk_suni/powercfg/powercfg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Tritium",
"author": "Suni",
"version": "V4.8.1",
"versionCode": 241108,
"version": "V4.9.0",
"versionCode": 241123,
"features": {
"strict": true,
"pedestal": true
Expand Down

0 comments on commit d811984

Please sign in to comment.