如何在已 root 的设备上使用文件资源管理器?

发布于 2024-12-04 12:45:18 字数 919 浏览 0 评论 0原文

Eclipse 已连接到我已 root 的手机,我可以运行调试会话并查看 LogCat 消息。我还可以在 DDMS 透视图的 Devices 视图中看到手机,但是:当我打开 File Explorer 视图(在同一透视图中)时,我看到什么都没有

我可以发誓我见过它工作过一次,但我一生都记不起是否有任何特殊的东西我必须在调试设备或 Eclipse 上预先配置。

Android 开发人员使用 DDMS 中的使用模拟器或设备的文件系统页面说:

DDMS 提供了一个文件资源管理器选项卡,允许您查看、复制和 删除设备上的文件。此功能在检查文件时很有用 由您的应用程序创建或者您想要传输文件 往返于设备。

要使用模拟器或设备的文件系统:

  1. 在“设备”选项卡中,选择您要查看的模拟器 文件系统。
  2. 要从设备复制文件,请在文件中找到该文件 资源管理器并单击“拉取文件”按钮。
  3. 要将文件复制到设备,请单击设备上的“推送文件”按钮 文件资源管理器选项卡。

但是...这 3 个简单的步骤对我来说不起作用。我做错了什么?

我需要做什么才能在 Eclipse 的文件资源管理器上查看已 root 的设备上的文件?

  1. PS adb pull 有效,但我希望能够使用 File 探险家也一样。
  2. PS 打开 USB 存储(从通知区域)不会 也可以帮助文件资源管理器。

Eclipse is connected to my rooted phone and I can run debug sessions and see LogCat messages. I can also see the phone in Devices view in the DDMS perspective, but: When I open the File Explorer view (in same perspective) I see nothing.

I could swear that I saw it working once but for the life of me I can't recall if there was anything special that I had to pre-configure on the device-under-debug or Eclipse.

The Working with an emulator or device's file system on the Android Developer's Using DDMS page says:

DDMS provides a File Explorer tab that allows you to view, copy, and
delete files on the device. This feature is useful in examining files
that are created by your application or if you want to transfer files
to and from the device.

To work with an emulator or device's file system:

  1. In the Devices tab, select the emulator that you want to view
    the file system for.
  2. To copy a file from the device, locate the file in the File
    Explorer and click the Pull file button.
  3. To copy a file to the device, click the Push file button on the
    File Explorer tab.

But... these 3 easy steps don't work for me. What am I doing wrong?

What do I need to do to view files on my rooted device on Eclipse's File Explorer?

  1. P.S. adb pull works, but I would like to be able to use File
    Explorer, too.
  2. P.S. Turning on USB storage (from the notification area) doesn't
    help File Explorer either.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

暖风昔人 2024-12-11 12:45:18

DDMS 中的文件浏览器在真实设备上运行良好。只需使用独立插件,而不是 Eclipse 插件。

在命令行中,输入 ddms.bat,然后选择(真实)设备,然后选择“设备”>“设备”。菜单中的文件资源管理器:

在此处输入图像描述

File explorer in DDMS works fine with real devices. Just use the stand alone one, not the Eclipse plugin.

From the command line, type ddms.bat, then select the (real) device, and only then select Device > File Explorer from the menu:

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文