如何访问 Android 手机的文件系统

如何访问 Android 手机的文件系统

我希望能够使用 USB 线连接和带有 GUI 的终端或文件管理器访问已 root 的 Android 手机的文件系统。我还希望能够使用 VIM 或我选择的任何其他文本编辑器编辑系统文件。

这可能吗?如何实现?

我努力了此方法但我在最后一步遇到了这个错误:

$ source ~/.bashrc
bash: alias: -o: not found
bash: alias: allow_other: not found
bash: alias: /media/androiddevice/: not found
bash: alias: -u: not found
bash: alias: /media/androiddevice/: not found

并且android-connect不能正常工作:

~$ android-connect 
Unable to open ~/.mtpz-data for reading, MTPZ disabled.Listing raw device(s)
Device 0 (VID=12d1 and PID=1051) is a Huawei Honor U8860.
   Found 1 device(s):
   Huawei: Honor U8860 (12d1:1051) @ bus 1, dev 7
Attempting to connect device
ignoring libusb_claim_interface() = -6PTP_ERROR_IO: failed to open session, trying again after resetting USB interface
LIBMTP libusb: Attempt to reset device
inep: usb_get_endpoint_status(): Resource temporarily unavailable
outep: usb_get_endpoint_status(): Device or resource busy
ignoring libusb_claim_interface() = -6LIBMTP PANIC: failed to open session on second attempt
Unable to open raw device 0

答案1

你必须通过以下方式连接到你的 Android 手机亚行

然后你可以在终端中输入“adb shell“ 进而 ”“通过你的 Ubuntu 终端获得手机文件的 root 访问权限。

相关内容