Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use File Explorer on a rooted device?

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.
like image 660
ateiob Avatar asked Sep 15 '11 15:09

ateiob


People also ask

How do I use root file explorer?

Step 1 - Visit Google Play and search "Root Explorer" in the searching bar. Find the app that you need and click on "Install" button to get this app installed on your Android device. Step 2- Grant root privileges once you are prompted by the Superuser application that was installed on your Android smartphone or tablet.

How do I explore root files on Android?

As long as your Android is rooted and ES File Explorer is installed on your Android's internal storage, this will enable root access for ES File Explorer. Wait for root folders to appear. After a second or two, ES File Explorer will refresh; when it finishes, you should see root files and folders displays.


1 Answers

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

like image 101
uTubeFan Avatar answered Oct 01 '22 06:10

uTubeFan