瑞芯微Rockchip开发者社区
登录
直播中
lalajie
8年用户
1222经验值
擅长:模拟技术 存储技术
私信
关注
[问答]
RK3399 Android如何添加开机启动shell脚本?
开启该帖子的消息推送
RK3399
RK3399 Android如何添加开机启动shell脚本?
回帖
(1)
tijing忽忽
2022-3-7 13:48:58
按需求建了一个开机启动的脚本
1.建立myshell.sh脚本 ,放在device/rockchip/rk3399内
#!/system/bin/sh
//启动之后一直循环
while true;do
//对应操作
sleep 1
done
2.建立对应的myshell.te文件,放在device/rockchip/common/sepolicy内
device/rockchip/common/sepolicy/myshell.te
type myshell, domain;
type myshell_exec, exec_type, file_type;
init_daemon_domain(myshell)
//添加对应功能的授权
allow myshell init_tmpfs:file create_file_perms;
allow myshell self:capability { dac_override net_admin net_raw setgid setuid };
allow myshell device:dir { open read };
allow myshell shell:lnk_file { read };
allow myshell rootfs:lnk_file { getattr };
allow myshell socket_device:sock_file { write };
allow myshell shell_exec:file { getattr read};
allow myshell fuse:dir { search write add_name getattr};
allow myshell fuse:file { create write open getattr};
allow myshell system_file:file { execute_no_trans};
avc权限添加 可参考:
https://blog.csdn.net/tq501501/article/details/103556837
3. 添加到 system/core/rootdir/init.rc
service myshell /system/bin/myshell.sh
user root
group root
disabled
#在init.rc中启动该服务
on property:sys.boot_completed=1
start myshell
chown root shell /system/bin/myshell.sh
chmod 0550 /system/bin/myshell.sh
4.修改device/rockchip/common/sepolicy/file_contexts
#add for glgps
/system/bin/glgps u:object_r:gpsd_exec:s0
+/system/bin/myshell.sh u:object_r:myshell_exec:s0
5.修改device/rockchip/rk3399/rk3399.mk //添加脚本到板子的system/bin内
PRODUCT_COPY_FILES += vendor/rockchip/common/phone/etc/apns-full-conf.xml:system/etc/apns-conf.xml
PRODUCT_COPY_FILES += vendor/rockchip/common/phone/etc/spn-conf.xml:system/etc/spn-conf.xml
+PRODUCT_COPY_FILES += device/rockchip/rk3399/myshell.sh:system/bin/myshell.sh
6. 修改system/sepolicy/file_contexts
添加以下(注意此处不要加.sh)
/system/bin/myshell u:object_r:myshell_exec:s0
按需求建了一个开机启动的脚本
1.建立myshell.sh脚本 ,放在device/rockchip/rk3399内
#!/system/bin/sh
//启动之后一直循环
while true;do
//对应操作
sleep 1
done
2.建立对应的myshell.te文件,放在device/rockchip/common/sepolicy内
device/rockchip/common/sepolicy/myshell.te
type myshell, domain;
type myshell_exec, exec_type, file_type;
init_daemon_domain(myshell)
//添加对应功能的授权
allow myshell init_tmpfs:file create_file_perms;
allow myshell self:capability { dac_override net_admin net_raw setgid setuid };
allow myshell device:dir { open read };
allow myshell shell:lnk_file { read };
allow myshell rootfs:lnk_file { getattr };
allow myshell socket_device:sock_file { write };
allow myshell shell_exec:file { getattr read};
allow myshell fuse:dir { search write add_name getattr};
allow myshell fuse:file { create write open getattr};
allow myshell system_file:file { execute_no_trans};
avc权限添加 可参考:
https://blog.csdn.net/tq501501/article/details/103556837
3. 添加到 system/core/rootdir/init.rc
service myshell /system/bin/myshell.sh
user root
group root
disabled
#在init.rc中启动该服务
on property:sys.boot_completed=1
start myshell
chown root shell /system/bin/myshell.sh
chmod 0550 /system/bin/myshell.sh
4.修改device/rockchip/common/sepolicy/file_contexts
#add for glgps
/system/bin/glgps u:object_r:gpsd_exec:s0
+/system/bin/myshell.sh u:object_r:myshell_exec:s0
5.修改device/rockchip/rk3399/rk3399.mk //添加脚本到板子的system/bin内
PRODUCT_COPY_FILES += vendor/rockchip/common/phone/etc/apns-full-conf.xml:system/etc/apns-conf.xml
PRODUCT_COPY_FILES += vendor/rockchip/common/phone/etc/spn-conf.xml:system/etc/spn-conf.xml
+PRODUCT_COPY_FILES += device/rockchip/rk3399/myshell.sh:system/bin/myshell.sh
6. 修改system/sepolicy/file_contexts
添加以下(注意此处不要加.sh)
/system/bin/myshell u:object_r:myshell_exec:s0
举报
更多回帖
rotate(-90deg);
回复
相关问答
RK3399
RK3399
如何
启动
shell
脚本
?
2022-03-04
1201
请问
RK3399
怎样
添加
Android
新的产品来区别多个项目产品呢
2022-03-07
562
如何分析
RK3399
这个芯片的
启动
方式呢
2022-03-09
5282
rk3399
跑
Android
7.1.2系统如何
添加
HOME和返回键?
2022-03-07
657
如何实现
ANDROID
8.1+
RK3399
开机
自动关闭锁屏的设计呢
2022-03-07
2343
RK3399
在
Android
上支持屏幕拼接显示吗
2022-02-11
1295
在
rk3399
跑
Android
7.1.2系统上怎样去
添加
HOME和返回键呢
2022-03-07
771
RK3399
Linux系统如何修改
开机
Logo?
2022-03-07
2259
RK3399
/
RK
3328
Android
9.0设置系统时间失败该怎么办呢
2022-03-09
2006
在
RK3399
Android
7.1上怎样使用adb命令进行ota升级呢
2022-03-09
1855
发帖
登录/注册
20万+
工程师都在用,
免费
PCB检查工具
无需安装、支持浏览器和手机在线查看、实时共享
查看
点击登录
登录更多精彩功能!
英国威廉希尔公司网站
william hill官网 版块
小组
免费开发板试用
ebook
直播
搜索
登录
×
20
完善资料,
赚取积分