我想知道是因为es文件资源管理器拥有root explorer选项,我需要查看termux的位置/从它运行的位置(虽然似乎我不能)。
所以,是否有一种方法可以使用adb来授予它的特权,或者至少查看这些文件的权限?
我想知道是因为es文件资源管理器拥有root explorer选项,我需要查看termux的位置/从它运行的位置(虽然似乎我不能)。
所以,是否有一种方法可以使用adb来授予它的特权,或者至少查看这些文件的权限?
I was wondering wether it is possible since ES File Explorer has the root explorer option, which I need to see where Termux got installed/from where it's running to be able to navigate (though it seems that I can't).
So, is there a way to grant just it such privileges with adb, or at least a permission for viewing such files?
您的设备需要植根于第一个
您只能在rooted环境中询问它时授予su权限。强制应用程序要求权限并非琐碎或可能成功。有关详细信息,请参阅相关问题链接以下
如果您没有植根,则无法将超级用户权限赠送给任何应用程序
相关如何添加root权限我自己的一些应用程序?
Your device needs to be rooted first
You can only grant SU permissions when the application asks for it in a rooted environment. Forcing the app to ask for permissions is not trivial or likely to succeed . For details, see related question linked below
If you are not rooted, you can't bestow super user privileges to any app
Related How to add root permission to some app by myself?
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有