我正在尝试访问我的 android 手机(OS 6.0.1 Samsung)的 root 权限,而不用 root 手机。只要我无需root手机即可获得root访问权限,它可以是任何应用程序/服务。
我发现您可以使用“su”执行一些代码/命令,但它需要有根电话。你可以在无根的安卓手机中使用“su”命令来访问根权限吗?如果是这样,怎么做?或者有没有一种方法可以使用root访问而不用root电话 - 无论如何?命令行?第三方工具?
提前致谢。
我正在尝试访问我的 android 手机(OS 6.0.1 Samsung)的 root 权限,而不用 root 手机。只要我无需root手机即可获得root访问权限,它可以是任何应用程序/服务。
我发现您可以使用“su”执行一些代码/命令,但它需要有根电话。你可以在无根的安卓手机中使用“su”命令来访问根权限吗?如果是这样,怎么做?或者有没有一种方法可以使用root访问而不用root电话 - 无论如何?命令行?第三方工具?
提前致谢。
I'm trying to access the root privileges of my android phone (OS 6.0.1 Samsung) without rooting the phone.
By definition, that is not possible. That is akin to demanding that something be purple without being purple.
Can you use 'su' command in an unrooted android phones to access root privileges?
No. For starters, it will not exist.
Or is there a way you can use root access without rooting the phone- by any means? Command lines? Third-party tools?
No.
在 xbin 或 bin 文件夹中没有 su 二进制文件就无法获得 root 访问权限......并且 sudo 很久以前在较低的 android 版本中使用过,这个命令可以为您提供没有 root 的 root 访问权限,但现在在任何较新版本中都不存在...... . 尝试用谷歌搜索你的问题,我确定如果你有三星手机,必须有一个 root 程序......祝你生根快乐
SU 基本上是一个二进制文件,在 Android 生根中起着重要作用,它通常放置在 /system 分区中。当其他应用程序需要超级用户权限时将使用它,因此如果您没有它,则无法执行此操作。
检查此链接以获取更多信息https://www.kingoapp.com/troubleshoot/su-warning-window-on-kingo-superuser.htm