博客
关于我
Android 5.1 root方法简述
阅读量:341 次
发布时间:2019-03-04

本文共 415 字,大约阅读时间需要 1 分钟。

在rk3288_box系统中集成su_daemon服务

为了实现su_daemon服务的正常运行,我们需要对系统进行以下配置。以下步骤将指导你完成这一过程。

首先,启动su_daemon服务。在系统的init.rc文件中添加以下内容:

service su_daemon /system/xbin/su --daemonclass main

然后,将su文件复制到正确的系统目录中。确保文件路径为:

out/target/product/rk3288_box/system/xbin

最后,修改su文件的权限。更新system/core/include/private/android_filesystem_config.h文件中的配置:

{ 06755, AID_ROOT, AID_ROOT, 0, “system/xbin/su” },

完成以上步骤后,su_daemon服务将能够正常运行。你已经完成了所有必要的配置工作。

转载地址:http://smme.baihongyu.com/

你可能感兴趣的文章
PIL Image转Pytorch Tensor
查看>>
PIL&QOOT;IOERROR:带有大图像的图像文件被截断(&Q)
查看>>
PIL.Image、cv2的img、bytes相互转换
查看>>
PIL.Image进行图像融合显示(Image.blend)
查看>>
pilicat-dfs 霹雳猫-分布式文件系统
查看>>
Pillow lacks the JPEG 2000 plugin
查看>>
SpringBoot之ElasticsearchRestTemplate常用示例
查看>>
ping 全网段CMD命令
查看>>
ping 命令的七种用法,看完瞬间成大神
查看>>
Pinia入门(快速上手)
查看>>
Pinia:$patch的使用场景
查看>>
Pinia:$subscribe()的使用场景
查看>>
Pinpoint对Kubernetes关键业务模块进行全链路监控
查看>>
Pinterest 大规模缓存集群的架构剖析
查看>>
pintos project (2) Project 1 Thread -Mission 1 Code
查看>>
PinYin4j库的使用
查看>>
PIP
查看>>
pip install goose-extractor // SyntaxError: Missing parentheses in call to 'print'
查看>>
pip install mysqlclient报错
查看>>
pip install 出现报asciii码错误的解决
查看>>