我在手机上有线。我希望在 /system
中编辑一些文件。
我正在使用开发人员选项的adb设备的root权限。当我请求将文件移动到 /system
时,我收到消息 no permissions
。
我试图用chmod改变权限,但它不起作用。由于我没有对应用程序的root权限,我无法从文件管理器更改它。
我在手机上有线。我希望在 /system
中编辑一些文件。
我正在使用开发人员选项的adb设备的root权限。当我请求将文件移动到 /system
时,我收到消息 no permissions
。
我试图用chmod改变权限,但它不起作用。由于我没有对应用程序的root权限,我无法从文件管理器更改它。
I have LineageOS on my phone. I'm looking to edit some files in /system
.
I'm using root permission for adb devices from Developers Options. When I request to move file into /system
, I get the message no permissions
.
I tried to change permission with chmod but its not working. Since I don't have root permission for apps I can't change it from file manager either.
specialy to emulators0
然后 specialy to emulators1
应该是足够的。但是,您也可以获得 specialy to emulators2
用于您的版本和设备架构的Lineage ,它能够为开发人员选项中的应用程序提供root权限。
我理解一些用户可能会明确避免为应用程序打开root,因此根据您的需要选择两者。
adb root
then adb remount
should be sufficient. However, you can also get addonsu
for LineageOS of your version and device architecture, which enables root permissions for apps in Developer Options.
I understand some users might explicitly avoid opening up root for apps, so pick between the two according to your needs.
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有