Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

开机一段时间后失效 #5

Open
hfdem opened this issue May 27, 2024 · 0 comments
Open

开机一段时间后失效 #5

hfdem opened this issue May 27, 2024 · 0 comments

Comments

@hfdem
Copy link

hfdem commented May 27, 2024

系统:HyperOS 1.0.9.0
版本:perapp-rs v0.1.2

问题描述:开机一段时间(几个小时)后切换模式会失效,打开应用com.performance.pkg也不会切换到fast,而是一直保持balance。
kill掉perapp-rs并重新启动它依然也不生效。
重启系统后正常,一段时间后又再次失效。
scene7.3.0可以正常切换。

config.toml

[global]
# 这会是亮屏时的默认模式
onscreen_mode = "balance"
# 这会在关闭屏幕时切换到对应模式
offscreen_mode = "balance"

[powersave]
list = ["com.powersave.pkg"]

[balance]
list = ["com.balance.pkg"]

[performance]
list = ["com.performance.pkg"]

[fast]
list = ["com.supercell.clashofclans"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant