Android:无需root手机即可直接访问内核模块吗?

发布于 2024-12-07 09:28:00 字数 97 浏览 0 评论 0原文

Android 应用程序可以在不 root 设备的情况下访问 /dev 或 /sys 吗?

从活动中执行此操作时,我遇到权限问题。 它能和native层一起工作吗?

Can Android apps access /dev or /sys without rooting the device?

I have permission problems when doing this from an Activity.
Can it work and the native layer?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

删除会话 2024-12-14 09:28:00

Android 应用程序可以在不 root 设备的情况下访问 /dev 或 /sys 吗?

据我所知,不。

它可以和原生层一起工作吗?

如果您的意思是“我可以编写一个 NDK 库来访问 /dev//sys/ 吗?”,那么您编写代码所用的语言并不重要。这是一个进程、用户和权限的问题。

Can Android apps access /dev or /sys without rooting the device?

AFAIK, no.

Can it work and the native layer?

If you mean, "can I write an NDK library to access /dev/ or /sys/?", the language in which you write the code will not matter. It is a matter of processes, users, and permissions.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文