一个将文件从内部文件夹复制/移动到 SD 卡的应用程序?临时根?
是否可以创建一个应用程序,从内部存储位置(如 /data)复制图像文件,而无需有人 root 手机?
或者以某种方式让用户暂时允许 root 访问?
JAVA I/O 可以工作吗?这是唯一的方法吗?
Is it possible to create an app that will copy image files from a internal memory location like /data without someone rooting their phone?
or somehow for the user to temporarily allow root access?
Will JAVA I/O work? is this the only way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,没有 root 是不可能的,因为应用程序没有文件系统权限来读取其他应用程序的数据目录。临时 root 需要一些漏洞利用或解锁命令来执行,这可能很可怕对于用户。你想复制什么?
No, it's not possible without root because apps don't have filesystem permissions to read data directories of other apps. Temporary root needs some exploit or unlock command to be executed which may be scary for users. What are you trying to copy?