OpenHamrony4.0去除锁屏是一种什么体验?触觉智能给你支支招
<div class='showpostmsg'><p>本文介绍在开源鸿蒙OpenHarmony 4.0系统下,去除锁屏开机后直接进入界面的方法,<strong>触觉智能Purple Pi OH鸿蒙开发板</strong>演示,搭载了瑞芯微RK3566芯片,类树莓派设计,Laval官方社区主荐,已适配全新OpenHarmony5.0 Release系统,</p><p> </p>
<p><strong>删除锁屏hap文件</strong></p>
<p>进入以下路径,将对应的锁屏hap删除:</p>
<p>/ido_ohos_4.1r_sdk/applications/standard/hap</p>
<figure>
<div style="text-align: center;"></div>
</figure>
<p><strong>删除ScreenLock相关配置</strong></p>
<p>进入以下路径,删除与锁屏相关的配置选项:</p>
<p>/ido_ohos_4.1r_sdk/applications/standard/hap/Build.gn</p>
<p>代码如下:<br />
</p>
<pre>
<code>- ohos_prebuilt_etc("screenLock_hap") {
- source = "SystemUI-ScreenLock.hap"
- module_install_dir = "app/com.ohos.systemui"
- part_name = "prebuilt_hap"
- subsystem_name = "applications"
- }
group("hap") {
deps = [
":calendarData_hap",
":printspooler_hap",
":systemDialog_hap",
":updateapp_hap",
... ...
- "//applications/standard/hap:screenLock_hap",
]
if (defined(product_name) && product_name == "watchos") {
deps -= [
":calendarData_hap",
":printspooler_hap",
... ...
- "//applications/standard/hap:screenLock_hap",
]
}
}</code></pre>
<p><strong>产品简介</strong></p>
<p>作为开源鸿蒙OpenHarmony硬件方案的领跑者,触觉智能坚守开源共创精神,Purple Pi OH鸿蒙开发板源码全开放,持续为大家带来各种技术分享,产品简介:</p>
<ul>
<li>支持OpenHarmony/Andriod/Linux</li>
<li>多操作系统,兼容树莓派排针;</li>
<li>瑞芯微RK3566芯片,四核A55处理器,</li>
<li>主频1.8GHz,Mali G52-2EE GPU;</li>
<li>支持OpenGL/CL/Vulkan,8M ISP;</li>
<li>1T算力NPU,支持TensorFlow/Caffe/</li>
<li>MXNet/PyTorch等深度学习框架;</li>
<li>支持1 x 千兆以太网、3 x USB2.0</li>
<li>1 x USB3.0、3 x UART、2 x SPI</li>
<li>2 x I2C、28 x GPIO、1 x MIPI DSI</li>
<li>1 x MIPI CSI、1 x HDMI;</li>
</ul>
<p> </p>
<p><br />
</p>
<p> </p>
</div><script> var loginstr = '<div class="locked">查看本帖全部内容,请<a href="javascript:;" style="color:#e60000" class="loginf">登录</a>或者<a href="https://bbs.eeworld.com.cn/member.php?mod=register_eeworld.php&action=wechat" style="color:#e60000" target="_blank">注册</a></div>';
if(parseInt(discuz_uid)==0){
(function($){
var postHeight = getTextHeight(400);
$(".showpostmsg").html($(".showpostmsg").html());
$(".showpostmsg").after(loginstr);
$(".showpostmsg").css({height:postHeight,overflow:"hidden"});
})(jQuery);
} </script><script type="text/javascript">(function(d,c){var a=d.createElement("script"),m=d.getElementsByTagName("script"),eewurl="//counter.eeworld.com.cn/pv/count/";a.src=eewurl+c;m.parentNode.insertBefore(a,m)})(document,523)</script> <p>最近鸿蒙的生态完善的还是比较快的 </p>
页:
[1]