How does one view the content of the SD Card from the Vivid device itself?
I can connect the Vivid to my PC via USB cable and view the SD Card as a separate drive on the PC, but cannot see how to view the SD Card content from within the device.
Suggestions? TIA.
Get a file explorer app from the marketplace. Try Astro.
Sent from my HTC PH39100 using xda premium
DUTCH Van Atlanta said:
How does one view the content of the SD Card from the Vivid device itself?
I can connect the Vivid to my PC via USB cable and view the SD Card as a separate drive on the PC, but cannot see how to view the SD Card content from within the device.
Suggestions? TIA.
Click to expand...
Click to collapse
First, you need to get a file manager application from the market. There are many of them, mostly free or low cost. I'm not crazy about Astro, the one I downloaded, but it works. Look at some others.
On my Vivid in the root directory is a folder called sdcard. That is the 8.83 GB user portion internal memory portion of the "16 GB" internal memory. Also, I have a folder called sdcard2. It's the 32 GB micro SD card I installed.
Interestingly, there is also a folder in the root directory called mnt. Under it is a folder called sdcard. It is the same as the sdcard under the root directory. Under mnt/sdcard is ext_sd. That is the 32 GB external SD card. I don't know if this duplicate listing is the work of the file manager app, or if it is the Android OS, but I am able to find files and copy files from one place to another.
With me making no changes for applications and data during application installations (I'm not sure I can), all of the apps I have installed have gone into the other portion of internal memory. The data seems to be going into the user portion of internal memory. When I installed the external SD card, I copied music files to it from my PC. The music player found them with no problem. Also, once the card was installed, photos I took were placed on the external SD card instead of internal memory.
brucegil said:
First, you need to get a file manager application from the market. There are many of them, mostly free or low cost. I'm not crazy about Astro, the one I downloaded, but it works. Look at some others.
On my Vivid in the root directory is a folder called sdcard.
Click to expand...
Click to collapse
How does one access the root directory? Is that what the file manager app does?
(New to Android, and still in the learning phase.)
DUTCH Van Atlanta said:
How does one access the root directory? Is that what the file manager app does?
(New to Android, and still in the learning phase.)
Click to expand...
Click to collapse
Don't feel alone. I just came from several years on the old Windows Mobile. In the file manager, I click on the Up icon until it won't go any further. You will see only a '/' in the address/location bar near the top. You will likely see folders such as acct, app-cache, config, sys, sysytem, etc., as well as mnt, sdcard and sdcard2. Tap on the sdcard2 folder icon, and you will see any folders you have on your external SD card.
In Astro, you can specifiy where the program opens when it starts. It can be the root directry, the exteranl SD card or any other location.
By the way, the other poster likes Astro. It comes with other tools. The "free" version has ads, but it might have a paid version. And it does come with an Exit button, something missing from a lot of Android apps.
brucegil said:
Don't feel alone. I just came from several years on the old Windows Mobile. In the file manager, I click on the Up icon until it won't go any further. You will see only a '/' in the address/location bar near the top. You will likely see folders such as acct, app-cache, config, sys, sysytem, etc., as well as mnt, sdcard and sdcard2. Tap on the sdcard2 folder icon, and you will see any folders you have on your external SD card.
In Astro, you can specifiy where the program opens when it starts. It can be the root directry, the exteranl SD card or any other location.
By the way, the other poster likes Astro. It comes with other tools. The "free" version has ads, but it might have a paid version. And it does come with an Exit button, something missing from a lot of Android apps.
Click to expand...
Click to collapse
Thanks much!
brucegil said:
First, you need to get a file manager application from the market. There are many of them, mostly free or low cost. I'm not crazy about Astro, the one I downloaded, but it works. Look at some others.
On my Vivid in the root directory is a folder called sdcard. That is the 8.83 GB user portion internal memory portion of the "16 GB" internal memory. Also, I have a folder called sdcard2. It's the 32 GB micro SD card I installed.
Interestingly, there is also a folder in the root directory called mnt. Under it is a folder called sdcard. It is the same as the sdcard under the root directory. Under mnt/sdcard is ext_sd. That is the 32 GB external SD card. I don't know if this duplicate listing is the work of the file manager app, or if it is the Android OS, but I am able to find files and copy files from one place to another.
With me making no changes for applications and data during application installations (I'm not sure I can), all of the apps I have installed have gone into the other portion of internal memory. The data seems to be going into the user portion of internal memory. When I installed the external SD card, I copied music files to it from my PC. The music player found them with no problem. Also, once the card was installed, photos I took were placed on the external SD card instead of internal memory.
Click to expand...
Click to collapse
/sdcard is a symlink to /mnt/sdcard/ its the same thing, just a 'shortcut' to the actual mounted partition located in /mnt
/sdcard2 is a symlink to /mnt/ext_sd/ same thing, just a 'shortcut'
the actual ROOT system is inaccessible unless you have root access and an app that can see it, like root explorer, or es file manager. there are probably a few others that can get into the actual root of the filesystem.
Pirateghost said:
/sdcard is a symlink to /mnt/sdcard/ its the same thing, just a 'shortcut' to the actual mounted partition located in /mnt
/sdcard2 is a symlink to /mnt/ext_sd/ same thing, just a 'shortcut'
the actual ROOT system is inaccessible unless you have root access and an app that can see it, like root explorer, or es file manager. there are probably a few others that can get into the actual root of the filesystem.
Click to expand...
Click to collapse
Thanks for the explanation. What I meant by "root" was the top level of the file system, e.g. C:\ on a Windows PC. "Root" apparently has a different meaning in the Android OS.
ES File Manager was the other highly rated file manager, along with Astro when I searched for "file manager" in the Market.
brucegil said:
Thanks for the explanation. What I meant by "root" was the top level of the file system, e.g. C:\ on a Windows PC. "Root" apparently has a different meaning in the Android OS.
ES File Manager was the other highly rated file manager, along with Astro when I searched for "file manager" in the Market.
Click to expand...
Click to collapse
root in linux and subsequently, android, has an entirely different meaning.
in a sense, you have it right. / in linux/android is the root of the filesystem, equivalent to C:\ in windows pcs.
without having root (superuser access) on linux/android, you cant see the / or most of the directories below it. the general user only has direct access to storage, like /sdcard, /sdcard2 (also referred to as ext_sd, or sd_ext)
brucegil said:
First, you need to get a file manager application from the market. There are many of them, mostly free or low cost. I'm not crazy about Astro, the one I downloaded, but it works. Look at some others.
On my Vivid in the root directory is a folder called sdcard. That is the 8.83 GB user portion internal memory portion of the "16 GB" internal memory. Also, I have a folder called sdcard2. It's the 32 GB micro SD card I installed.
Interestingly, there is also a folder in the root directory called mnt. Under it is a folder called sdcard. It is the same as the sdcard under the root directory. Under mnt/sdcard is ext_sd. That is the 32 GB external SD card. I don't know if this duplicate listing is the work of the file manager app, or if it is the Android OS, but I am able to find files and copy files from one place to another.
With me making no changes for applications and data during application installations (I'm not sure I can), all of the apps I have installed have gone into the other portion of internal memory. The data seems to be going into the user portion of internal memory. When I installed the external SD card, I copied music files to it from my PC. The music player found them with no problem. Also, once the card was installed, photos I took were placed on the external SD card instead of internal memory.
Click to expand...
Click to collapse
I was wondering about this, can we Not access the rest of this 16GB ...what happened to the other 8GB...?
I too just made the Jump from WM 6.5 (<-- nightmare), so I have no clue how a lot of things work too. ;P hehe I'm a noob again ;P
StrangeShadow said:
I was wondering about this, can we Not access the rest of this 16GB ...what happened to the other 8GB...?
I too just made the Jump from WM 6.5 (<-- nightmare), so I have no clue how a lot of things work too. ;P hehe I'm a noob again ;P
Click to expand...
Click to collapse
the phone is marketed as having 16gb of onboard storage, but in reality, 1gb is dedicated to the ROM, aka /system
4gb is dedicated to /data which handles app installs and the like.
the remaining is storage for you to use.
be lucky you have all that. my other HTC phones all just had a mere 2gb or 4gb TOTAL storage (all allocated to /system and /data), which required you to have an SDCard just to be able to take pics or put music/movies/ringtones on it....
Pirateghost said:
the phone is marketed as having 16gb of onboard storage, but in reality, 1gb is dedicated to the ROM, aka /system
4gb is dedicated to /data which handles app installs and the like.
the remaining is storage for you to use.
be lucky you have all that. my other HTC phones all just had a mere 2gb or 4gb TOTAL storage (all allocated to /system and /data), which required you to have an SDCard just to be able to take pics or put music/movies/ringtones on it....
Click to expand...
Click to collapse
Wow! Yeah I figured at least a Gig for the Rom. The rest is pretty nuts though, any way we can see a detailed breakdown on our phone? Didn't expect it to be so much.
Can we install apps on the sd card, like some WM apps?
Coming from a moto G with no external SDCard, I'm trying to figure out where the mounted SDCard is, I have an option in 'Files' to add External SD Card, then Choose SD Card path.
Anyone able to assist?
Your question is somewhat vague, please elaborate.
I connect my phone using airdroid, rather than USB leads etc, on the browser screen on my PC I can access various parts of the phone, contacts, files etc, in files it only shows the internal memory space, although there is provision to add an External SD Card, I don't know what the correct file path is to tell Airdroid.
http://goo.gl/TDVAgk
To be honest this isn't just an Airdroid thing, using any file manager, it's not clear how to navigate to an external SDCard, being unfamiliar with Sony equipment isn't helping either.
So using a file manager on the phone, how do you navigate to and locate your MicroSDCard that you fitted to your device, anyone?
On z1c it's /sdcard1. You should also be able to get to it via /storage/somethingorother
techguyone said:
To be honest this isn't just an Airdroid thing, using any file manager, it's not clear how to navigate to an external SDCard, being unfamiliar with Sony equipment isn't helping either.
So using a file manager on the phone, how do you navigate to and locate your MicroSDCard that you fitted to your device, anyone?
Click to expand...
Click to collapse
When you use a file manager just navigate to the root (Until you can't go up anymore directories). There you'll see External Card/SDCard 1 or what ever.
I would suggest using: Solid Explorer.
Not free, but totally worth it in my opinion (There is a trial version)
Some apps, for example my backup pro, don't allow you to navigate. It simply invites you to write the path to the SD card in order to save your backup file. It's ridiculous, I know. But it would be useful to know what to write there.
Sent from my C5503 using XDA Free mobile app
The exact path to the SD card on the Z3C is...
/storage/sdcard1
Thanks to Google, with KitKat, one can only read from the micro-SD but not write (except for the camera). Once we have root tools/apps like "SDFix: KitKat Writable MicroSD" could make it writeable again.
For the sake of completeness, all folders/mounts under /storage are:
- emulated
- remote
- sdcard0
- sdcard1
- uicc0
- usbdisk
- usbotg
I tried to copy around 2GB of files from my internal Memory to the External SD Card and a dialogue box appeared saying I need to root and use SDcard Fix to be able to move files using the file manager[Solid Explorer]
Suddenly I regret buying this phone because why would I need to unlock bootloader and root just to be able to move files from Internal Memory to External sdcard?:crying:
I don't have such problem accessing (copy move delete) sd card. I'm using X-plore file manager
while some apps like Nexus otg file manager have problem copying files to sd card, don't know why
Try ES File Explorer. No problems here with no root.
bhavin192 said:
I don't have such problem accessing (copy move delete) sd card. I'm using X-plore file manager
while some apps like Nexus otg file manager have problem copying files to sd card, don't know why
Click to expand...
Click to collapse
xbs said:
Try ES File Explorer. No problems here with no root.
Click to expand...
Click to collapse
Thanks it worked.
I've just bought an S2 9.7", and installed a Samsung 64Gb Micro SD card. I want to copy a load of videos from my Humax (which has a drive shared on my LAN) to the SD card on the tablet, but I've discovered that ES File Explorer doesn't have write permissions to the SD card. The native MyFiles app also doesn't have a way of accessing LAN shares.
Does anyone know of a way of copying files from a LAN shared drive to the SD card in the tablet without having to remove the SD card every time and put it in a computer (or into the Humax in this case)?
Edit: sorry I should have mentioned that I'm running Marshmallow, and am not rooted
When you use ES File Explorer it ask for root directory of SD Card or at least it should and that enables it to write to SD Card, there is also a LAN setting where you program domain, up, login, pass, etc. I am not home to try that right now with my NAS but I'll update as soon as I can test it.
Ah...got it. Thanks - ES File Explorer now has the necessary permissions.