| ||
触觉智能Purple Pi OH鸿蒙开发板演示,搭载了瑞芯微RK3566四核处理器,Laval鸿蒙社区推荐开发板,已适配全新OpenHarmony5.0 Release系统,SDK源码全开放!
SDK源码中修改
修改以下文件参数:
base/powermgr/power_manager/services/native/profile/power_mode_config.xml
参数解析:
将<proxy id="600"> 的第一行的value值修改为-1,然后重新编译即可取消30秒自动息屏,若不想通过编译修改请继续往下看。
#将系统改为可读可写
C:\Users\industio>hdc shell mount -o remount,rw /
#将power_mode_config.xml,文件传至本地进行修改
C:\Users\industio>hdc file recv /system/etc/power_config/power_mode_config.xml "本地路径"
#修改后将内容推送回开发板
C:\Users\industio>hdc file send "本地路径" /system/etc/power_config/
#重启开发板
C:\Users\industio>hdc shell reboot