清空記錄
歷史記錄
取消
清空記錄
歷史記錄
開發(fā)板在默認(rèn)情況下,OpenHarmony系統(tǒng)開機(jī)后 30 秒會(huì)自動(dòng)息屏,自動(dòng)息屏?xí)尣簧儆脩舾械铰闊?,觸覺智能教大家兩招輕松取消自動(dòng)息屏。使用觸覺智能Purple Pi OH鴻蒙開發(fā)板演示,搭載了瑞芯微RK3566四核處理器,Laval鴻蒙社區(qū)推薦開發(fā)板,已適配全新OpenHarmony5.0 Release系統(tǒng),SDK源碼全開放!
SDK源碼中修改
修改以下文件參數(shù):
base/powermgr/power_manager/services/native/profile/power_mode_config.xml
參數(shù)解析:
將
#將系統(tǒng)改為可讀可寫
C:\Users\industio>hdc shell mount -o remount,rw /
#將power_mode_config.xml,文件傳至本地進(jìn)行修改C:\Users\industio>hdc file recv /system/etc/power_config/power_mode_config.xml "本地路徑"
#修改后將內(nèi)容推送回開發(fā)板C:\Users\industio>hdc file send "本地路徑" /system/etc/power_config/
#重啟開發(fā)板C:\Users\industio>hdc shell reboot