Hi!
I've got external SDCard (64 GB 10 Calss smartbuy logo), which is usable only by Camera application.
I've tried to sync my phone using syncMe on that card, and it didn't work; after that I've tried to create a folder on it using Astro file manager, and it didn't work too (without error: silently)
After that I've fired up terminal and found out that if I try to
$ mkdir 123
on external SDCard it returns "Can't create folder: permission denied".
I've tried 3 different cards (1 4Gb some noname with fat32, 2 different 64Gb on exFat); all is reproducible for any of them. Also I use Galaxy note 10.1 tablet which is just fine with all of that cards & writes like a charm.
Also if I try to format SDCard from my phone, it says "Blank card or unsupported filesystem blah blah" and refuses to mount till I format it on PC.
However, my Camera still uses the card without a problem, taking photos and saving em there.
What could be the reason?
My phone is SM-N900 stock non-rooted.
I did not try to do the hardware reset yet, and want to avoid it as far as I can (cause freakin' hardware resets for every 1st problem were the number 2 reason for abandoning my Apple devices & returning back to Android).
Found this:
http://forum.xda-developers.com/showthread.php?t=2617921
Sorry for the noise.
Rooting is a must, okay.jpg.
Related
Hi All, I am having an issue with putting more than 630MB of data on my newly bought 2 GB miniSD card and was hoping someone could help....
Firstly, some background info....
1. I'm on a Win XP Pro, DELL Inspiron 6400 notebook.
Im also running McAfee Security Centre with AntiVirus, Personal Firewall etc
2. When I expore via ActiveSync, the only information displayed about the miniSD is a folder under the root directory called "Memory Card"
3. I downloaded both WM5torage + Card Export 2 to resolve this problem - when I use WM5torage, only 1 removable disk comes up in File Explorer (only drive E)
BUT when I use Card Export II, I get 3 removable disks showing up in File Explorer (drives E,F,G).
E: contains all the files I copied to the miniSD and is showing up as 2 GB capacity (using "file explorer" properties)
F: contains some folders including camera, FMimages etc folders + is showing up as 16 MB capacity
G: contains nothing and is showing up as 65 KB capacity
If I use either of these programs the most I can get onto the miniSD is 624.5 MB.
Using either of these utils, I get a "file or directory cannot be created" error whenever I try to copy an additional file across.
BUT when I try and copy any new file using the "Explore" button via ActiveSync, it says "cannot copy - cannot find specified file".
Sheesh!
Another thing I just tried doing was running a checkdsk on the miniSD (using the XP disk tools you find after hitting the properties option on a certain disk).
I checked off the "Auto fix file system errors" option + the "scan for & attempt recovery of bad sectors" and ran the checkdsk.
This ran for about 20-30mins, it came up with NO errors and just said checkdsk is now finished.
Any suggestions guys?
Have u tried a reader ...
OK, I don't have a 2GM mini SD to try, but what I do is stick the mini SD into a SD adapter then stick it into a standard SD reader and plug it into the PC USB port.
I transfer all data in and out of the mini SD this way as I find it much faster than through Active sync or worse, WM5torage which is only USB 1.0 speed.
Try and see if you can transfer it this way, I believe u can as the "check" u ran shows no problems. After u transfer, stick the miniSD into the Atom and try to access the files ... I'd be interested in the results as I am thinking of getting a 2GB miniSD myself. I currently own a 1GB miniSD
I have tried this actually and my PC doesn't recognise/work with the minisd card with adapter.
I go to device mgr and there is a yellow question exclamation mark - when I look into properties it states
"This device cannot start. (Code 10)"
So going to try another reader just for a minisd (without the adapter) and also going to try another Atom to try and narrow down whether its the card or the Atom.
Great news - got it working!!!
Before proceeding with anything, I decided to update the Atom ROM from the "test_not_for_sale" one
to the latest offical one from o2 that was released a 1-2 weeks ago (20060426B1WWE).
After the system came back up I tried transferring more data using Activesync/Expore and bang! It worked.
I just filled the entire card up - all 2GB worth without a single glich.
I also installed Card Export 2 and tried copying the same amount across but that gave me the same error as before and would not go over the 630 MB.
Hope this helps anyone else out there having probs with their 2 GB card.
Congrats! But what were you waiting for before upgrading to the new official ROM :twisted: "could have saved yourself this anguish :shock:
as the saying goes "if aint broke why fix it?"
The ROM was working great and had enabled me to start using wifi so wasn't planning on upgrading unless I needed to - turns out that I needed to! :lol:
My application has a backup/restore feature that writes a csv file to a directory named after the app, in the root of the sd card. I have a user trying to move from one tablet to another. The backup feature appears to properly be creating the backup file on her SD card. When she places the SD card in her new tablet, the backup file and the directory it's stored in do not appear to be on the SD card at all. Apparently she was successful in having other data from other apps move over.
I've walked her through everything I can think, including writing a test app to verify the issue. Without a doubt, the files exist on the old device, but don't exist when installed in the new device.
I'm unsure what the original device is, but the new device is a Dell Streak 7.
Anyone seen this before? I'm leaning towards corrupt SD card, but it seems it's my burden to prove as my app is the only app she's having issues with.
The root of /sdcard is not necesarrily the SDCARD you can remove and take out.
/sdcard is usually part of the build in memory which can be accessed and used by the user.
The SDCARD you can remove is usually found at /sdcard/external_sd on Android 2.2 devices and /sdcard/sd on Android 2.1 devices.
Yes the naming is a bit confusing .
Dark3n said:
The root of /sdcard is not necesarrily the SDCARD you can remove and take out.
/sdcard is usually part of the build in memory which can be accessed and used by the user.
The SDCARD you can remove is usually found at /sdcard/external_sd on Android 2.2 devices and /sdcard/sd on Android 2.1 devices.
Yes the naming is a bit confusing .
Click to expand...
Click to collapse
That would certainly explain some things, especially if a user is moving a SD card from one device to the next.
My app creates a folder under the path returned by the Environment.getExternalStorageDirectory() function, where it creates and reads a backup file.
My documentation asks users to connect their device to a computer, mount as USB, and copy the backup file into that directory. This user is simply moving the SD card between devices. I'm wondering if there is a better method than using the getExternalStorageDirectory that I can use, so that I can have a common location on all SD cards to facilitate users moving cards between devices.
wct097 said:
My documentation asks users to connect their device to a computer, mount as USB, and copy the backup file into that directory. This user is simply moving the SD card between devices. I'm wondering if there is a better method than using the getExternalStorageDirectory that I can use, so that I can have a common location on all SD cards to facilitate users moving cards between devices.
Click to expand...
Click to collapse
Well it depends on the device what happens if they mount as usb,
if they get the internal sdcard or the external sdcard or both.
On my galaxy i9000, both the internal(/sdcard/) and external (/sdcard/external_sd) are shown when pluging it into my computer and mounting it as usb.
Environment.getExternalStorageDirectory() will always return the path of the users storage enviroment which is in usually /sdcard . Thats fine so far.
The problem is there is no function to get the external storage (/sdcard/external_sd or /sdcard/sd).
The only option i know atm, would be to probe manually if such a directory exists. You can use Build.VERSION.SDK_INT to see which android the user has and check the right directory.
Build.VERSION.SDK_INT <= 7 would mean if he has plugged in an external sdcard it would be mounted under
Environment.getExternalStorageDirectory().getAbsolutePath() + "/sd/"
Build.VERSION.SDK_INT >=8 would be
Environment.getExternalStorageDirectory().getAbsolutePath() + "/external_sd/"
You could use that and maybe a "import backup" function to check for the file on an external sdcard?
Anyone have problems with the SD card slot I can't copy or create folders I have tryed more than one SD card I'm running stock 3.2 with no root
Sent from my LG-P925 using XDA App
There seems to be a change in the root owner of the 3.2.1 ROM for the external sd card that keeps you from being able to write to the sd card from the Thrive.
It also did this on 3.1
Sent from my LG-P925 using XDA App
File Manager HD (Honeycomb
Had same issue until I found this nice app on Android Marketplace:
File Manager HD (Honeycomb) by Rhythm Software
It is free and I was very pleased. After installing, I was able to access my sd card, create folders, then I copied my apps and pictures that were backed up on the internal memory card and pasted into folders I created on my external sd card.
App can be found on Marketplace but I did experience trouble downloading from there. However, there was a link included in the App Description so I was able to click on the link and downloaded app directly from that link.
You can find the link just after the first note that reads:
NOTE: If you have problem for downloading this application to your device from Android market, please directly download it from our website:
Name of app is:
File Manager HD (Honeycomb)
Rhythm Software
Actually I faced the same issue on my thrive, I just got a brand new 16G SDHC class6 card yesterday, and same problem the CARD couldn't be operated. Here is my thrive 3.1.04.5.0006 in china, finally I changed another card in my hand which is 2g SD c4 into slot, everything was ok, then I mounted 16g back again, surprised I can read the content of 16G card, but still can not create or paste anything. File manager HD does not work either, I feel thats the problem of permisssion
I think its Toshiba's problem maybe I should try emailing them and reporting the problem and maybe they will work up a fix
Sent from my LG-P925 using XDA App
Toshiba is well aware of the issue. If you go to the Toshiba site, many have reported it. Actually, it is not a Toshiba problem per say. Google made a change in the permissions on the sd card along with changing the mount point. If you check, many manufacturers are having this issue since HC 3.2 came out.
this seems not only issue for 3.2, 3.1 also, but mine is resovled for now, I can read/write stuff in, however I do not why it can work right now, just guess its not so stable.
I don't know why this is, but maybe it will help someone. I've been using Android devices for some time now, with the Cyanogen Mod ROMs. I just got the Thrive this past weekend and am running the stock 3.1 ROM, rooted.
I installed an SD card that has a lot of data on it from another Android device (chiefly e-books, which are organized in a "Books" folder at the root, then in subfolders by author). I found that the directory /sdcard/ had the expected folders in it (using the Toshiba File Manager), but that none of my book readers could find any of the "author" subfolders. It looked as if only the top-level directories existed and everything under them had vanished!
After doing a lot of head scratching, and moving files around, etc. I discovered that there was a directory called /sdcard/sdcard-disk0/ which contained all of the file structure that exists in the root of the physical SD card, as viewed on any other computer (desktops or another Android device).
Somehow, the Toshiba version of Android is creating what I think is a logical device (or maybe a symlink?) to the "real" SD card. I don't know why, but when I point apps to this directory instead of just /sdcard/ things start to work again.
I can help with a dirty hack to setup the external SD as the primary storage. Only for 3.2, will update this post as soon as I am at my desk.
Sent from my AT100 using Tapatalk
**EDIT This isn't a failing on toshibas part, but the nature of honeycomb itself.
however, here is how to setup your external SD card as the primary storage. I can't recommend enough to NOT take the card out while the tablet is in operation. This is a dirty method of changing up the mount points in the vold.fstab.
First it will require root on your tablet. You will need to download any file explorer that can mount the system as r/w. ES file manager, root explorer, etc etc.
Browse to /etc/ and open vold.fstab, the built in text editor in root explorer will do the trick nicely.
You need to switch the mount points of both the sd cards.
dev_mount storage /mnt/sdcard 8 /devices/platform/sdhci-tegra.3/mmc_host/mmc0
dev_mount sdcard /mnt/sdcard2 auto /devices/platform/sdhci-tegra.2/mmc_host/mmc1
will then look like.
dev_mount storage /mnt/sdcard2 8 /devices/platform/sdhci-tegra.3/mmc_host/mmc0
dev_mount sdcard /mnt/sdcard auto /devices/platform/sdhci-tegra.2/mmc_host/mmc1
noticing the 2 (external sd card) is being mounted as the thrives storage instead of an extra card.
Save the file, reboot the thrive, and enjoy installing as many apps as you want to your external sd card.
Im stock and havent had an issue with
Sent from my MB855 using XDA App
Hello, a few days I have a problem with the memory card on my phone. It is samsung galaxy y s5360, but the memory card's capacity is 16 GB. The problem is this: I played something with the phone and clearly somewhere I touched something and I disappeared system folders on the SD card. These folders that automatically makes your phone memory card ie the folder where you saved the camera pictures, download files from the browser on the phone, these have been received over Bluetooth, and a few other folders.
Interestingly, when I open the memory card in the file manager on the phone everything is fine folders see them, but when I go to USB mode and go into the memory card from a PC these folders are gone. Show only those which I made from a PC in standby USB Memory.
If the problem may be due to the fact that often use this card and FM transmitter in the car?
U played "somethibh".. Deleted "something".. Something something.. Can u remember nd tell what u exactly did.??
** rooting is new for me,
nd i am a noob to root....**
Your Sdcard should probably get fixed by using something..uhmm. :highfive:
** probably ur folders use the hidden attributes which cannot be viewed on a windows PC but are visible in android because it does not use such parameters on the OS..try use Cmd in windows and type E: (change to the path of sdcard) E: (enter) attrib -s -h -r /s /d (enter)
FM radio uses a different wavelength than mobile,
they cannot interfere with each other.
just reformat your sdcard
did you remove your memory card
try using a card reader
on my samsung galaxy y gt5360 my my sdcard is not detecting..for sometime it comes and then goes..!!!!help
Hi, my problem is with the phone of my girlfriend. Now have external 64GB SD, because internal storage is full. I used Android SDK and all the instructions for set default storage for install APP the new SD Card, you know, with the command adb shell pm set-install-location 2. And no error, i try get-install-location and report 2. But googe play only try to install in the internal storage.
I think the problem is with the system of the emulated storaged or something, but i tried many APP, many solutions, and i cant fix this, i search in google and others locations, have 30 tabs in firefox open with information, but i cant found the solution for this
Samsung Galaxy NOTE 4 (910F)
Android 5.1.1 (Of samsung of course)
Rooted
The vold.stab is:
dev_mount sdcard /storage/sdcard1 auto /devices/msm_sdcc.2/mmc_host
PLEASE, help me! thanks
I tried dismounting and mounting the SD, touching the vold.stab file, but do not get any results.
Can anybody help me?
Go back to stock, upgrade to 6.0.1. Then see if this helps-
http://www.modaco.com/news/android/...e-adoptable-storage-on-your-s7-s7-edge-r1632/
The article is for S7, but see if you can have that working in the N4 - just have a backup of everything (int SD, ext SD, full backup in recovery).
ph03n!x said:
Go back to stock, upgrade to 6.0.1. Then see if this helps-
The article is for S7, but see if you can have that working in the N4 - just have a backup of everything (int SD, ext SD, full backup in recovery).
Click to expand...
Click to collapse
Thanks, for the moment 6.0.1 is not released in Orange (confirmation date has passed and still not have it, I assume that is in the offing). When have 6.0.1 i try you solution, thanks.
ph03n!x said:
Go back to stock, upgrade to 6.0.1. Then see if this helps-
http://www.modaco.com/news/android/...e-adoptable-storage-on-your-s7-s7-edge-r1632/
The article is for S7, but see if you can have that working in the N4 - just have a backup of everything (int SD, ext SD, full backup in recovery).
Click to expand...
Click to collapse
I tried this in my phone. While the command itself worked after a bit of a tweak, the storage situation was pathetic - the phone showed the External SD as a part of the overall storage, but did not save files to it. Instead, it started saving files to the actual internal SD Card, resulting in space running out pretty soon. The External SD card was just there, and there was no way to migrate the files from the internal storage to the adoptable storage.
I just got a new Note 4 (this is the 3rd one I'm using since the first release in 2014) and I also want to adopt external memory card as my internal space bcos the 16Gg duos version is just too small and app to SD comes with a lot of hassles. After a lot of search for different solutions (which I tried out by the way but didn't work) I came across this thread for another phone entirely but it resolved my issue: https://forum.xda-developers.com/galaxy-tab-s/general/patch-adoptable-storage-enabler-t3460478.
The only downside is that I can't pop out my card (128Gg Samsung) and plug into my PC but I can still explore it directly from the phone itself.
I've been using the phone for 3 days and it runs smoothly, I hope that solves your problem too.
So there are two parts to the adoptable storage. The first part is the partitioned SD card and mounting the partition. Simple to be done via root essentials or the command line.
The other part is the actual menu entry on an app in application manager for moving it to the second partition. IIRC samsung does not have this support built in. So you need to flash something to replace that manager bit. In my experience with an on5 (like less than 1GB free on internal storage out of the box), adoptable wasn't really worth it, too much stuff still on internal storage. As not every app will allow you to move it to that second partition. It requires both system support and app support.
What I did there was to use the app apps2sd. Same idea, second partition on SD card. But it doesn't show up in settings -> storage. You manage where the apps go via that app. I use the link feature which places a symbolic link in the internal storage and moves all the actual files to that sd card partition.
Will Rickards said:
So there are two parts to the adoptable storage. The first part is the partitioned SD card and mounting the partition. Simple to be done via root essentials or the command line.
The other part is the actual menu entry on an app in application manager for moving it to the second partition. IIRC samsung does not have this support built in. So you need to flash something to replace that manager bit. In my experience with an on5 (like less than 1GB free on internal storage out of the box), adoptable wasn't really worth it, too much stuff still on internal storage. As not every app will allow you to move it to that second partition. It requires both system support and app support.
What I did there was to use the app apps2sd. Same idea, second partition on SD card. But it doesn't show up in settings -> storage. You manage where the apps go via that app. I use the link feature which places a symbolic link in the internal storage and moves all the actual files to that sd card partition.
Click to expand...
Click to collapse
I've been using apps2sd fot about a year and it comes with it headache too, sometimes the apps wouldn't find the external data (usually games with a lot of data) and it'll start downloading it again into the internal memory, so I usually find myself having to force stop the app, delink and relink the data on the memory card to fix the bind. I also didn't bother to partition my SD card since I can explore it on the PC with my phone connected. What this solution ( https://forum.xda-developers.com/galaxy-tab-s/general/patch-adoptable-storage-enabler-t3460478 ) does is to flash back the option to use the SD card as internal memory that Samsung removed from the phones and it works seamlessly on all Samsung phones with rooted stock OS.