PC software - Android file manager?? - Galaxy S II Q&A, Help & Troubleshooting

Hi,
is there a file manager which i can use on the PC to access the android phone but i would also like to be able to access the file system menu like root explorer.
is this possible if so could someone point me to the right direction.
a5ian300zx

This is one way: http://forum.xda-developers.com/showthread.php?t=1030107
Sent from my GT-I9100 using XDA Premium App

Hi,
thanks for the reply,
I have found PC software that lets you explorer the file system inc system partition and loads of excellent features.
Droid Explorer
http://de.codeplex.com/
Thanks

replay
you can use application "Easy Android Manager" in website viyoona [dot] com

Another option is to use TotalCommander with Android ADB plugin.

Related

[Request] Root explorer

What's the best file manager with root enabled? (possibly free )
Sent from my MB525
for me is file expert
File Expert does the job for me
I like Astro. It has all the usual tools of any file manager, and it remembers the settings of each folder like windows explorer in PC.
No root mode for both of them or do I need glasses?
Sent from my MB525
Ooops sorry FE doesn't have root access as yet.
You can probably manually give Astro root permissions, but it does not ask for them by itself. Instead, it just states 'insufficient permissions'.
I myself prefer Root Explorer. It's basic, but because of that, not cluttered with features I do not need in a file manager.
I've been using Super Manager.
The free version gives you root explorer capabilities, including R/W.
Some features are locked down unless you pay, such as the ability to directly open/edit files in the root explorer function but a quick'n'dirty workaround is to copy the file in question to the SD card, edit it to your hearts content and paste it back over the original.
Same as above - super manager seems ok
Sent from my MB525 using XDA App
naenee said:
You can probably manually give Astro root permissions.
Click to expand...
Click to collapse
How do you do that? I've z4root installed.
Sent from my MB525
I've just started using super manager as i needed to instal apps to the system/app file and couldn't do it with File Expert. Quite like SM now and it does what i need.
Root explorer is great! I use the paid version for all my tasks, but I will try super manager as it seems to have many followers!
i also use root explorer, try the free version, i went for the paid one. it's very easy too use
I have tried out a couple(ES, FE Astro) but I really like Super Manager after having used it.
The amount of options and tweaks and the free root access combined with a solid ui makes it an easy choice for me.
For those that dont know.
ES File Explorer (free) works just fine with root. Here is a trick. I just stumbled upon it while trying to mess with it.
Settings -> Home Directory
change home directory to be "\" instead of "\sdcard\"...
waaalaa, it's there....i was able to edit a file, didnt try saving it.
give it a shot and let us know..
Root Explorer
jackal424 said:
For those that dont know.
ES File Explorer (free) works just fine with root. Here is a trick. I just stumbled upon it while trying to mess with it.
Settings -> Home Directory
change home directory to be "\" instead of "\sdcard\"...
waaalaa, it's there....i was able to edit a file, didnt try saving it.
give it a shot and let us know..
Click to expand...
Click to collapse
If you tried saving it, you'd have seen ESFE pop up an error message. Its root capabilities only work on a couple of custom ROMs.
the best file manager is the ADB shell
but super manager is OK too.

[Q] Searching files inside the phone

Hello!
This may sound like a dumb question but how do I search for a document (pdf, doc xls...) which I know is the SD card but I don't remember where exactly?
If use the search feature, even though I remember the file name, it wont find anything, is there a plugin or another app to install to be able to search for files on the phone?
I have an Xperia Mini Pro SK17i
If you do a search in the market for Explorer. Explorer will search both the files on the phone and the files on your memory card. Explorer is a free app. The makers of Explorer also have an app call Root Explorer which has further options for rooted phones. Both are great
Thank you!
But isn't it ironic that a Master of Search like Google didn't put a simple file search feature in his OS? :-/
I use astro file manager, pretty fast
I just downloaded File Expert which is a file explorer and allows you to create an FTP or Web server on the phone to access the file via wifi. Haven't tested yet but seems pretty cool

[Q] Manually installing apps

Alright well because of my situation I do not have Wi-Fi for the next 5 months. I have internet (obviously). Well I have 0 apps from the android market and that is also astro. When I try to put apps onto my SD card I cannot install them (obviously). Debating on rooting it and I am running Android Ver 3.1. Does anybody have any ideas for my issue?
Did you try installing those apps with the option "Allow unknown sources" (something like that) checked, in the Definitions->Applications menu?
Yes I have tried to do that. what I have done is go into the file transfer, transfer to a folder, locate file still on the file transfer app and push on it. The open file selection in grayed out.
Install adb drivers for the tab on your computer. Turn on USB Debugging. Find an apk install file of ES File Explorer or Astro. Connect your tab to pc via usb cable. Install this apk onto your tab by typing the following command into cmd: 'adb install fullpathtoapk' where fullpathtofile is for e.g 'd:\install.apk'
Find the adb drivers here: www.forum.xda-developers.com/showthread.php?t=1488822
If i helped, press the thanks button!
Try installing something like the Astro File Manager on your tablet. After you copied the app file from your PC into the tablet's SD, run Astro, locate the file an then install it (this, inside Astro)...
As putente said, although Sony's File Transfer app cannot open apk's, most file explorers such as ES File Explorer, Solid Explorer, and Astro File Manager will have their associations set so that apk's can be opened using the built-in (and available offline) Package Installer. So, first use either adb install or WiFi to install a good file manager, then load your apk's on your external SD, browse to them in your new file manager, and open with the Package Installer.
Thank you
Thank you xyancompgeek, you led me into the right dirrection. Yeah Wifi would have been a nice option but I am kinda on deployment so that helps out a lot with passing the time

[Q] how to access the android file system?

Hello,
My objective is to create a text file in an android file system.
Using java language, I am creating an app. It has a screen with a table of 3columns. Each time a user enters the table row and click on Submit button, the row entry should be created as a separate comma-separated file on an android device. So each time when the table gets updated with new entry and clicks a submit button, a new file is getting created on the device file system. So I am looking for the file connectivity to the internal device memory where I could open the files and access it.
I have done the same in Nokia mobiles using J2ME. But for Android, I am not able to find the device file path. Please help me with the details!
Thanks in advance!
Root the phone and use root explorer to access the android file system
Sent from my HTC Sensation using XDA Premium 4 mobile app
Stefen Jerrard said:
Root the phone and use root explorer to access the android file system
Sent from my HTC Sensation using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Why do we go for a file manager app to access the android file system.
For messaging we have a separate in-built option to capture all the txt messages. Like wise we have a in-built Gallery functionality to capture the pictures. Likewise, where the text files will be stored?
Is installing a separate file manager the only option of accessing the android file system?
Please correct my understanding. Thanks!
sa
---------- Post added at 10:34 AM ---------- Previous post was at 10:32 AM ----------
User0913 said:
Why do we go for a file manager app to access the android file system.
For messaging we have a separate in-built option to capture all the txt messages. Like wise we have a in-built Gallery functionality to capture the pictures. Likewise, where the text files will be stored?
Is installing a separate file manager the only option of accessing the android file system?
Please correct my understanding. Thanks!
Click to expand...
Click to collapse
root is a process to gain control of your phone search and find how to root is device specific so search using your device name and root explorer is an app which can access filesystem of your phone with the root access it is a paid app you can use alternatives like es file explorer root browser etc

[Q] Questio regarding file permissions

I have rooted my android phone (an MTK6577 with Android 4.1.1)
I downloaded ES File Explorer and in the settings turned on rot explorer.
I have a file on the SD card which I need to copy to the 'system/etc' directory - BUT - when I try to 'paste' it I get the error 'Permission denied'.
What else do I need to do that I am missing to allow the paste operation.
Any advice/comments appreciated.
Thanks
Change to read/write from read only
Also, I highly recommend root explorer found on Google play, by far the best root file explorer for android (having tried many)
Sent from my Nexus 4 using XDA Premium 4 mobile app
demkantor said:
Change to read/write from read only
Also, I highly recommend root explorer found on Google play, by far the best root file explorer for android (having tried many)
Sent from my Nexus 4 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thank you.
Used Root Explorer (which I also found better) and all is sorted.

Categories

Resources