[Q] can't create new folder in external sdcard - Xperia Z2 Q&A, Help & Troubleshooting

Hi,
I bought a z2 yesterday. formatted my old 16gb microsdcard to use in my z2. I can see the folders and the phone can read my card. So i tried to download a file directly to my external card but it showed me a error lik "no valdi folder" or something like that. After i tried to create a new folder in my card using a file explorer but it gives me a error "operation stopped". Any idea why and any solution?
ty

Welcome to android kitkat
Sent from my D6503 using Tapatalk 2

Aricci said:
Hi,
I bought a z2 yesterday. formatted my old 16gb microsdcard to use in my z2. I can see the folders and the phone can read my card. So i tried to download a file directly to my external card but it showed me a error lik "no valdi folder" or something like that. After i tried to create a new folder in my card using a file explorer but it gives me a error "operation stopped". Any idea why and any solution?
ty
Click to expand...
Click to collapse
On Android KitKat applications aren't allowed to modify the files on the SDcard. They are only allowed to place files in their own folders on the SDcard (/SDCard/Android/data/app_name if I remember correctly).
You can fix this only by gaining root access and modifying build.prop.

Jackos said:
On Android KitKat applications aren't allowed to modify the files on the SDcard. They are only allowed to place files in their own folders on the SDcard (/SDCard/Android/data/app_name if I remember correctly).
You can fix this only by gaining root access and modifying build.prop.
Click to expand...
Click to collapse
So this means i cant save any file to my external sdcard?
rooting wouldnt be a problem.. but editing the build prompt..?

Aricci said:
So this means i cant save any file to my external sdcard?
rooting wouldnt be a problem.. but editing the build prompt..?
Click to expand...
Click to collapse
Uch, I was wrong about the build.pro. Actually you need to modify "/system/etc/permissions/platform.xml".
Here is some reference:
http://jrummy-apps.com/fix-sdcard-on-kitkat/
Root access is essential.

You can create a folder if you use the file explorer that came pre installed on the z2, all downloads go to internal storage but can be moved to sd card with 'file commander' this is the only app that can create and move folders to the sd card, apps such as astro and es explorer no longer have the permission.

Maybe I misunderstand the problem, but PocketCast can download and save the files to SD card without any problem. So, if this one can...

Yes PocketCast CAN write to the SD card, but only in its own folder, not everywhere. And it could write to a public folder (there are some defined in the Android SDK).
See Jackos post above...

Only software that is installed as system software may modify the files on the SDcard outside their personal folder. For example the build-in file manager.

File Commander (The built in file manager) is able to read and write to external SD. Use it instead of any other third party file manager app.

Related

[Q] Can't update apps on SD card

Dear All
I can't update the apps that moved on SD card, but has no problem after moving back to phone ? Anyone know the solution ? Thanks
I had the same problem. I was able to resolve the problem by mounting my phone to USB. Then delete the file smdl2tmp1.asec in the /sdcard/.android_secure/ directory.
After deleting the file from the sdcard, I was able to install all apps again
you can do two thgs.
1:delete the file smdl2tmp1.asec in the /sdcard/.android_secure/ directory wt he said if not
2:you may try this, go to setting and choose save to phone instead of sd card. this may allow updates.
cphkelvin said:
you can do two thgs.
1:delete the file smdl2tmp1.asec in the /sdcard/.android_secure/ directory wt he said if not
2:you may try this, go to setting and choose save to phone instead of sd card. this may allow updates.
Click to expand...
Click to collapse
i can't find the .android_secure folder. does my phone need to be rooted?
finally!
After reading through a million posts and blogs and pulling out my hair, it was the smdl2tmp1.asec causing all my problems!!! Thanks for the post! Of the hundreds I've read, this is the first reference to the right thing.
any other ideas?
I'm having the same problem. That directory on my phone says it's empty. Yet
, I still can't update apps on the SD card. Any other ideas?
Another path
My .android_secure folder was also empty but other sources said there's another folder to look,
./mnt/secure/asec/
this folder requires root access and using root explorer

Partitions for the x2

Im updating the first post so everyone can see how to do this u can get the updated vold.fstab from chevy on pg 2.
Basically you must be rooted before doing this.
Download above file posted by chevy
Use a file explorer program like root explorer browse to your download folder or wherever you downloaded the above file. Extract it and when it says go to extracted folder say take me there.
Once there click on the vold.fstab and long press it and select copy from the menu that pops up.
Then browse to the root of your system device and select the system folder
Once there select the etc folder
Once in there at the top right of the screen if your using root explorer change the r/o to r/w and paste the file in here.
It will ask you to overnight the file. Select yes to overright
Then at the top right of your screen change the r/w to r/o
Finally reboot your phone and you should be good to go.
To verify just go to settings and select sd card and storage and you should see your external sd card showing up as the main sd card now.
Sent from my DROID X2 using Tapatalk
I haven't had time to make the change myself, but it can be done if you are rooted.
I've attached the files that need to be changed as a rar file.
"init.rc" is a initialization file that will create the directories /mnt/sdcard/ & /mnt/sdcard-ext/ on the system partition. It will also create a symbolic link to those directories as /sdcard/ and /sdcard-ext/ respectively.
Then, "vold.fstab" is used to mount the internal memory to /mnt/sdcard/ & mount sdcard to /mnt/sdcard-ext/
You should back up the original files from your device, the vold.fstab I attached has been edited to switch the internal memory to /sdcard-ext/ & sdcard to /sdcard/
Thank you ill try this when I get off of work.
Sent from my DROID X2 using Tapatalk
Bigdragon2k3 said:
Thank you ill try this when I get off of work.
Sent from my DROID X2 using Tapatalk
Click to expand...
Click to collapse
Let us know how it goes. I'm interested in this as well.
Ok well I tried this but I guess I messed up some where I ran the init.rc first. Then I backed up the vold.fstab and put it in a folder. I then put the new vold.fstab in etc/ now neither of my sd cards are being mounted. Maybe im trying something too advanced for me. But hopefully there's an easy fix. Was I supposed to push the file with adb
Sent from my DROID X2 using Tapatalk
I wouldn't be messing with critical system files like that until an SBF is available for our phone. Just my 2c.
You can adb the original files you backed up onto the device and reboot and it will remount the partitions. I did the same thing when I tried and made the mistake of overwriting the backup I made when I saved the edits in RootExplorer, so I had to grab the files off my wifes phone and push them onto mine to get it back up. Other than the devices not mounting, there isn't much harm in editing these files.
Did you edit both files at the same time to match the directories and reboot? If they don't match the devices won't mount when the vold.fstab is called. The edit needs to be done at the same time. In init.rc make sure the paths for the export & mkdir are the same. I was able to get it to create the directory /mnt/sdcard/ext/ so the external sdcard would have been in a directory inside the internal sdcard, but couldn't get it to mount to that directory.
Where I got hung up was on the vold.fstab edit, the formatting kept getting messed up and the file wouldn't work.
I was able to change the symbolic links around which helps if the sdcard path is hardcoded in the app to be /sdcard/, but when getExternalStorage is called by the app to get the path it will return the mnt/sdcard/ path, so that only helped get certain apps to store their files on the real sdcard.
The link below is how this edit is done on the Galaxy S, it was successful on that device so thats how I know it can be done on ours if we figure it out.
http://forum.xda-developers.com/showthread.php?t=1094090
Well I got it back to default now. Im not sure if you have taken a look at the original one posted for the i9003 here http://forum.xda-developers.com/showthread.php?t=1088474. When I went to edit yours it seeemed like you had extra stuff in there. Also on the other post it diddnt say anything about the init.rc. Not saying that your wrong I just diddnt see it mentioned. But hopefully we can figure this out and get it working.
Yeah, the vold.fstab I attached had the formatting messed up when I saved it in notepad and after that it didn't seem to accept any changes I made. I need to replace it with a fresh original file, I attached it to reference what I was saying, but should have been more clear to start with a clean copy. Sorry about that.
If our goal is just to swap the two cards, editing the vold.fstab is all that is needed, but if we want to combine the cards we need to edit the init.rc to make the /ext/ directory inside of /sdcard/, that way the apps that are setup to only work with the 1 card will be able to use both as the internal card would be mounted inside a directory of the real SDcard. Ideally I was thinking of mounting the internal storage to the /sdcard/data/ folder so app2SD stuff would go there, but started by trying to set it as /sdcard/ext/ as that wasn't a preexisting directory on my SDcard so it wouldn't be an additional monkey fighting the mod.
Ok I understand now. Hopefully we could get those files coded so we can try this out. This would be a great addition.
Sent from my DROID X2 using Tapatalk
you needed a better text editor. i did the exact same thing to vold.fstab and it works.
use the attached file.
I got it working as well (just swapping partitions). These were my steps:
1. attached the phone to my PC and made sure both the internal and external storage locations that mounted on my PC contained the same information. Just copied files back and forth until they were equal
2. disconnected the phone from the PC.
3. Used Root Explorer (RE) to copy vold.fstab to a few different places on both internal and external storage (just in case)
4. Mounted the /etc folder R/W in RE and did my edits on vold.fstab via the text editor in RE. Stored my changes and this automatically created a .bak file.
5. Mounted /etc RO and rebooted.
6. Both storage areas got prepared and mounted after reboot and were swapped as expected. Now I just need to copy the 8G SD contents to my 32G and I'll be back to where I was with the OG Droid!
Corey
Well thank you that definitely worked, thats so awesom.
Is it XMas morning, feels like Santa just visited! Now I have to order up that 32g card I've been drooling over, thanks!
Can someone post these instructions step by step in simple-man terms? Thanks!
Basically you must be rooted before doing this.
Download above file posted by chevy
Use a file explorer program like root explorer browse to your download folder or wherever you downloaded the above file. Extract it and when it says go to extracted folder say take me there.
Once there click on the vold.fstab and long press it and select copy from the menu that pops up.
Then browse to the root of your system device and select the system folder
Once there select the etc folder
Once in there at the top right of the screen if your using root explorer change the r/o to r/w and paste the file in here.
It will ask you to overnight the file. Select yes to overright
Then at the top right of your screen change the r/w to r/o
Finally reboot your phone and you should be good to go.
To verify just go to settings and select sd card and storage and you should see your external sd card showing up as the main sd card now.
Sent from my DROID X2 using Tapatalk
coreywilner said:
I got it working as well (just swapping partitions). These were my steps:
1. attached the phone to my PC and made sure both the internal and external storage locations that mounted on my PC contained the same information. Just copied files back and forth until they were equal
Click to expand...
Click to collapse
Explain, please? How do you get both the internal and external storage locations to show up on the computer?
usb mode will show both sd cards in your computer screen.
Bigdragon2k3 said:
usb mode will show both sd cards in your computer screen.
Click to expand...
Click to collapse
Was able to figure it out, sleep is a wonderful thing when it comes down to thinking clearly! LOL
Thanks cvmaas and Bigdragon, it's great being able to fully use my SD card again!
Sent from my DROID X2 using XDA App
Not trying to hijack, but have any of you done this and purchased a 32gb card? Maybe a class 10 card? If so which one and how is it working?
Sent from my DROID X2 using XDA App

Parsing error ?

Hi,
I transfer .apk files from phone to sd card thru Astro. But after that when I tried to execute the files.. It gives me the parsing error ...
Experimented several times and always same result...
Any idea ? Is it andriod limitation or Astro problem ?
Regards..
max621 said:
Hi,
I transfer .apk files from phone to sd card thru Astro. But after that when I tried to execute the files.. It gives me the parsing error ...
Experimented several times and always same result...
Any idea ? Is it andriod limitation or Astro problem ?
Regards..
Click to expand...
Click to collapse
Hmm ... which apk files have you moved?
Have you moved apk files of not installed apps or already installed apps?
And have you tried to move them by using another app, such as ES Datei Explorer (for not installed apps) or Titanium Backup (for installed apps) form the Market, or the build-in Data explorer (for not installed), or Settings menu => Applications => Manage applications => ... (find your apps) => Move to external sd card (for installed apps)?
If you have not installed an app, you can move the application installation package (apk file) everywhere by using a file browser/manager/explorer app.
But if you have already installed an app, you should not move the apk file as long as you want to use the installed app. Some apps support to be moved to the external sd card, and some don't. The easiest way to find out is to open Settings menu => Applications => Manage applications and have a look at the apps. if you can select the action to move to the external sd card, then the app supports to be moved. Otherwise not.
Good luck !
I transfered the uninstalled .apk files from internal phone storage to sd card and I also used es file explorer and the internal explorer as well...
And one more thing...
If I transfer the folder that contain files then files remain ok... But if I transfer multiple files simultaneously then parsing error showed up upon execution of those files..
Even i have the same issue.... any suggestions?
parsing error
Me too this is driving me crazy more than half of the apk files I put on my 32 GB SD card give me the parsing error:confused

Write to external SD.

So, I'm not a noob, been rooting and running custom since the Nexus 1. I've searched and tried every fix, but no joy! I'm running doom's latest kernel and Monx latest rom. I've manual changed the proper files, and I've used apps like Fix SD and others and still can't write to my external SD card. Obviously, I'm rooted, so what am I doing wrong? I've seriously tried everything! Even the Music to SD module for exposed acts like it works, but when I try to use Play Music, it says "no space available". Even the Z2 built in "Transfer to SD" facility fails.
Please help!
Thanks,
-Hans
Sent from my D6503 using XDA Free mobile app
Hans.physics said:
So, I'm not a noob, been rooting and running custom since the Nexus 1. I've searched and tried every fix, but no joy! I'm running doom's latest kernel and Monx latest rom. I've manual changed the proper files, and I've used apps like Fix SD and others and still can't write to my external SD card. Obviously, I'm rooted, so what am I doing wrong? I've seriously tried everything! Even the Music to SD module for exposed acts like it works, but when I try to use Play Music, it says "no space available". Even the Z2 built in "Transfer to SD" facility fails.
Please help!
Thanks,
-Hans
Sent from my D6503 using XDA Free mobile app
Click to expand...
Click to collapse
Try this:
1. Using a root-enabled file manager like root explorer, navigate to /system/etc/permissions
2. Edit platform.xml file and find the WRITE_EXTERNAL_STORAGE permission.
3. Add this group definition: <group gid="media_rw" />
4. Save changes.
5. Restart.
:good:
if the above method doesent work for you
you can try using a xposed module called handle external storage, it automaticly alows use of your External SDcard by default
*(you need root , xposed installer and the modle its self (it can be found from within the xposed installer under downloads)
Tried both these methods. To be fair, I tried them both again, just to make sure. As far as I know, all methods modify platform.xml, but no matter what I do, I can't write to the sdcard1 folder. My usual test is using Root Explorer to try and create a folder on Sdcard1. Always fails. Honestly, the ROM I'm using should have been enough, as it comes with write to external SD already enabled via the platform.xml tweak already. I even did a full factory reset yesterday to test. Still no joy.
Any other thoughts?
Thanks,
-Hans
Sent from my D6503 using XDA Free mobile app
Still not working
Many thanks to the gents who replied already. Unfortunately, none of the posted solutions are working. I can't find any information in the forums or elsewhere online that points to this. Everywhere I look, it says that the modification to platform.xml is THE answer. However, I've made those modifications nine ways to sunday and I still can't do anything with my external SD card. Can't create a file or folder using Root Explorer or E Strongs. Can't write backups using TiBu is the BU folder is on external SD, etc. Can't set then succesfulyl use the save location for camera or music apps as external SD. Very frustrating.
Has anyone seen or heard of this happening?
Thanks,
-Hans
possibly a bad card?
se1000 said:
possibly a bad card?
Click to expand...
Click to collapse
Nope. Card works fine as far as I can tell. I can write to it via MTP when connected to my lappie and I can read from it just fine. But, I'll try a spare card when I get home just to completely verify.
Thanks,
i'm having the same problem but my phone is not rooted, i usually us ES File Explorer to do my file browsing and management but for some reason i can't delete, create or rename files or folders on the external SD card.
i did a clean format with my SDXC card in the phone when i first started the device and that's usually exFat. and thats when i started to notice the problem,... i couldn't delete or create files or folders from the ES File Explorer app,.... so i did a clean install again with the ES File Explorer and the problem is still there,.... also when taking picture and deleting the unwanted pictures that i took.... i would still see the pictures i deleted in the picture gallery / album....
im still confused on whats going on,.... last night i reformatted my SDXC card to FAT32,... but the problem is still there,...
i tried using the File Commander app that came pre-installed with the device...... for some reason i can rename, delete and even create files and folders.... this is the only app that let's me do all those things when it comes to the external SD card.
other apps such as QuickPic won't allow me to delete, rename or whatever i have to do my pictures on the external SD card
cHoLoCoY said:
i'm having the same problem but my phone is not rooted, i usually us ES File Explorer to do my file browsing and management but for some reason i can't delete, create or rename files or folders on the external SD card.
i did a clean format with my SDXC card in the phone when i first started the device and that's usually exFat. and thats when i started to notice the problem,... i couldn't delete or create files or folders from the ES File Explorer app,.... so i did a clean install again with the ES File Explorer and the problem is still there,.... also when taking picture and deleting the unwanted pictures that i took.... i would still see the pictures i deleted in the picture gallery / album....
im still confused on whats going on,.... last night i reformatted my SDXC card to FAT32,... but the problem is still there,...
i tried using the File Commander app that came pre-installed with the device...... for some reason i can rename, delete and even create files and folders.... this is the only app that let's me do all those things when it comes to the external SD card.
other apps such as QuickPic won't allow me to delete, rename or whatever i have to do my pictures on the external SD card
Click to expand...
Click to collapse
If you're not rooted, it's how KitKat now handled external (SDCard) memory. It does not allow apps to read/write outside of it's own folder.
oh wow,..... so what about the pictures i took from the camera? i can never delete picture's??? (data storage: SD card)
i guess i have to get use to using the built-in apps to do some of the stuff i need to do,...
cHoLoCoY said:
i'm having the same problem but my phone is not rooted, i usually us ES File Explorer to do my file browsing and management but for some reason i can't delete, create or rename files or folders on the external SD card.
i did a clean format with my SDXC card in the phone when i first started the device and that's usually exFat. and thats when i started to notice the problem,... i couldn't delete or create files or folders from the ES File Explorer app,.... so i did a clean install again with the ES File Explorer and the problem is still there,.... also when taking picture and deleting the unwanted pictures that i took.... i would still see the pictures i deleted in the picture gallery / album....
im still confused on whats going on,.... last night i reformatted my SDXC card to FAT32,... but the problem is still there,...
i tried using the File Commander app that came pre-installed with the device...... for some reason i can rename, delete and even create files and folders.... this is the only app that let's me do all those things when it comes to the external SD card.
other apps such as QuickPic won't allow me to delete, rename or whatever i have to do my pictures on the external SD card
Click to expand...
Click to collapse
Yeah. That's expected behavior on a non-rooted KK phone. My problem is that I'm rooted and I can't get anything to write to external. Total Commander, Root Explorer, ES File Explorer, Camera apps, etc. Nothing will write to External SD no matter how many times I make the required mods to the platform.xml file. It is driving me nuts.
Hans.physics said:
Yeah. That's expected behavior on a non-rooted KK phone. My problem is that I'm rooted and I can't get anything to write to external. Total Commander, Root Explorer, ES File Explorer, Camera apps, etc. Nothing will write to External SD no matter how many times I make the required mods to the platform.xml file. It is driving me nuts.
Click to expand...
Click to collapse
I had the same issue before when I upgraded my S4 to KK, but installing FolderMount solved it, when I started the app it showed me a message that my phone has some settings that will not make the app work and it asked me if I want to correct it.. I said yes, restart and viola every thing is okay...
https://play.google.com/store/apps/details?id=com.devasque.fmount
I don't know if it will work on Z2 ( I still didn't have it yet ) but you might try it...
cHoLoCoY said:
oh wow,..... so what about the pictures i took from the camera? i can never delete picture's??? (data storage: SD card)
i guess i have to get use to using the built-in apps to do some of the stuff i need to do,...
Click to expand...
Click to collapse
Yeah you need to use the built-in file manager, File Commander, to delete your photos on microsd for non-rooted.
Looks like it was a bad card after all. I swapped it out and now everything works as it is supposed to. I have other issue, but I'll open a new thread for those
Thanks for the help folks!

Can't write to SD Card (EMUI 10)

I can copy/move files from internal storage to SD Card if I use the built-in file manager. However, if I use any 3rd party file manager, the operation will fail. It is as though the SD Card is read-only. I can copy from the SD Card to internal storage just fine.
I've tried ES File Explorer, File Manager Pro, Solid Explorer and they all failed. I've given grants to write to the root of SD-Card. Does anyone have any idea how to fix this?
Try with a real file manager like
https://labs.xda-developers.com/store/app/com.mixplorer
Earthkeeper said:
I can copy/move files from internal storage to SD Card if I use the built-in file manager. However, if I use any 3rd party file manager, the operation will fail. It is as though the SD Card is read-only. I can copy from the SD Card to internal storage just fine.
I've tried ES File Explorer, File Manager Pro, Solid Explorer and they all failed. I've given grants to write to the root of SD-Card. Does anyone have any idea how to fix this?
Click to expand...
Click to collapse
I have exactly the same problem. I tried with solid, mix without success.
Στάλθηκε από το Mate 20 pro
Mixplorer works great. Root Explorer also works.
Thank you for your recommendation!
I really don't get it. At first, nothing works. Then when I install Root Explorer and grant storage access to the root of the SD-card, it immediately works.
Then I tried MiXplorer and it also works. Now when I return to Solid Explorer and it is working now.
What's going on? Does Root Explorer unlock something which makes it "click"? I don't get it at all. I only hope it is reliable in the long run and not switching "on" and "off" randomly.
Earthkeeper said:
I really don't get it. At first, nothing works. Then when I install Root Explorer and grant storage access to the root of the SD-card, it immediately works.
Then I tried MiXplorer and it also works. Now when I return to Solid Explorer and it is working now.
What's going on? Does Root Explorer unlock something which makes it "click"? I don't get it at all. I only hope it is reliable in the long run and not switching "on" and "off" randomly.
Click to expand...
Click to collapse
Root Explorer has been the ultimate for me. I bought the paid version when it first came out years ago. It always acomplishes whatever task I need it to do.
Not Working
Not working for me.. I am using Honor V10... recently, I installed the android 10 (EMUI 10) update via ota (over the air). I have tried Root Explorer, ES file manager pro, but no file manager is able to write to external card except default file manager (which is pre installed)
PS: My phone is not rooted.
susheelseth said:
Not working for me.. I am using Honor V10... recently, I installed the android 10 (EMUI 10) update via ota (over the air). I have tried Root Explorer, ES file manager pro, but no file manager is able to write to external card except default file manager (which is pre installed)
PS: My phone is not rooted.
Click to expand...
Click to collapse
Go to developer settings and enable the option allow apps to write to external card... Have fun
JustChris20 said:
Go to developer settings and enable the option allow apps to write to external card... Have fun
Click to expand...
Click to collapse
This option is already enabled but still not working... pls see tge attached screenshot for your reference.
Any other workaround?
I still have the same problem...
I have a new P30 Pro and Nano SD card Just arrived.
I can write (and read) the card by external reader, connecting the phone via USB to a PC, etc. etc.
But when the card is on the phone I can only use Heawei file manager!!!
I have enable the option allow apps to write to external card.
I've just update on EMUI 10 build 10.0.0186
I can't beleive I tried a lot file manager and also some alternative app like quickpic and no one works good!!!!
Fix the problem...
After enable the option allow apps to write to external card, I tried to disable developer settings.
Also tried to active some app I've disable before... 2 app, default browser and HiCare!
That's all and now I have no problem writing Nano SD card with all of my app!!!
I also rebbot the phone sveral time...
JustChris20 said:
Go to developer settings and enable the option allow apps to write to external card... Have fun
Click to expand...
Click to collapse
Under what heading is this...only option I have relating to external memory is force allow apps to external memory.
Issue resolved by installing FX file commander
Hi there.
I have the exact same problem.
None of those steps helped me
I tried installing every single Root Explorer there is in the Play Store, but none worked.
Earthkeeper said:
I really don't get it. At first, nothing works. Then when I install Root Explorer and grant storage access to the root of the SD-card, it immediately works.
Then I tried MiXplorer and it also works. Now when I return to Solid Explorer and it is working now.
What's going on? Does Root Explorer unlock something which makes it "click"? I don't get it at all. I only hope it is reliable in the long run and not switching "on" and "off" randomly.
Click to expand...
Click to collapse
Which one of the Root Explorer apps that we can find on Play Store did the trick for you ?
Tedo said:
I still have the same problem...
I have a new P30 Pro and Nano SD card Just arrived.
I can write (and read) the card by external reader, connecting the phone via USB to a PC, etc. etc.
But when the card is on the phone I can only use Heawei file manager!!!
I have enable the option allow apps to write to external card.
I've just update on EMUI 10 build 10.0.0186
I can't beleive I tried a lot file manager and also some alternative app like quickpic and no one works good!!!!
Click to expand...
Click to collapse
Tedo said:
Fix the problem...
After enable the option allow apps to write to external card, I tried to disable developer settings.
Also tried to active some app I've disable before... 2 app, default browser and HiCare!
That's all and now I have no problem writing Nano SD card with all of my app!!!
I also rebbot the phone sveral time...
Click to expand...
Click to collapse
I enabled the default browser and the HiCare app (actually they were not disabled, so I just opened them to complete their setup) but this did not help either.
I even formatted the memory card (using my phone "format card" option) and then reset my phone to factory defaults and set it up again from the beginning without restoring backups.
I still have not found a solution to thus issue, though.
Any ideas anyone?
LostEchoes said:
Hi there.
I have the exact same problem.
None of those steps helped me
I tried installing every single Root Explorer there is in the Play Store, but none worked.
Which one of the Root Explorer apps that we can find on Play Store did the trick for you ?
I enabled the default browser and the HiCare app (actually they were not disabled, so I just opened them to complete their setup) but this did not help either.
I even formatted the memory card (using my phone "format card" option) and then reset my phone to factory defaults and set it up again from the beginning without restoring backups.
I still have not found a solution to thus issue, though.
Any ideas anyone?
Click to expand...
Click to collapse
I had to instal FX file commander to get SD card write permission....I can't make it stick, every time I reboot I have to reset the sd card write permission.
I have similar problems relating to this thread on my mate 20 pro after updating to Android 10 (EMUI 10). I've tried all the methods mentioned here and it worked briefly before restarting the phone. After restarting the phone, it went back to being unable to copy files to External Storage.
I noticed that i was able to delete and rename files on the external storage but i just can't seem to copy anything into it.
I can copy files from the external card to internal storage but not the other way around.
Tried using MiXplorer, the only way i can copy files into the external card is by this method:
i copied the file and it shows error, but there's an image of the file created on the external card with 0 kb. Then i overwrite the file and replacing the '0 kb' file and it worked. And another method to just to use the built-in file manager which is a pain to use and the UI are crappy.
It was a lengthy method and therefore I decided to downgrade to Android 9 for now.
I also noticed i can't change the download directory of my Ttorrent app to any folder of my choice in external storage.
anyone can suggest a better method to overwrite this external drive issue? Thanks in advanced.
malshadows said:
I have similar problems relating to this thread on my mate 20 pro after updating to Android 10 (EMUI 10). I've tried all the methods mentioned here and it worked briefly before restarting the phone. After restarting the phone, it went back to being unable to copy files to External Storage.
I noticed that i was able to delete and rename files on the external storage but i just can't seem to copy anything into it.
I can copy files from the external card to internal storage but not the other way around.
Tried using MiXplorer, the only way i can copy files into the external card is by this method:
i copied the file and it shows error, but there's an image of the file created on the external card with 0 kb. Then i overwrite the file and replacing the '0 kb' file and it worked. And another method to just to use the built-in file manager which is a pain to use and the UI are crappy.
It was a lengthy method and therefore I decided to downgrade to Android 9 for now.
I also noticed i can't change the download directory of my Ttorrent app to any folder of my choice in external storage.
anyone can suggest a better method to overwrite this external drive issue? Thanks in advanced.
Click to expand...
Click to collapse
This this the "official" reply at the Huawei forums:
https://consumer.huawei.com/en/comm...-disabled-for-3rd-party-apps-!/topicId_90489/
Now, what I've come to notice is the following:
- All Huawei and Google apps I have tried, do have access to the memory card (e.g. Google Maps is allowed to save its offline maps on the SD card, the same for Google News and the articles it downloads)
- Some 3rd party apps do have access. E.g. Here We Go maps can save its maps on the external card. ASR Voice Recorder can save its recordings to a specific memory card folder, the one that is automatically created -on the card- by the app when it is installed on the phone. Maybe there are other app that we will find they can, too.
- So it seems that the rule is not general, as Huawei implies at that thread I have posted above.
My biggest concern was that MixPlorer has now limited use, and this is kind of sad as it was my favorite explorer.
Huawei Files manager is not bad, it's actually quite OK, but it bothers me that you cannot add 3rd party clouds on it. If it had that option I would be happy with it. I like it that it has that "favorites" option. For now I have created a folder "My Archives" on the internal memory and I initially save almost everything there (e.g. my Nova Launcher backups). Then I use Huawei Files manager to move them to the external memory card on the folders I want.
LostEchoes said:
This this the "official" reply at the Huawei forums:
https://consumer.huawei.com/en/comm...-disabled-for-3rd-party-apps-!/topicId_90489/
Now, what I've come to notice is the following:
- All Huawei and Google apps I have tried, do have access to the memory card (e.g. Google Maps is allowed to save its offline maps on the SD card, the same for Google News and the articles it downloads)
- Some 3rd party apps do have access. E.g. Here We Go maps can save its maps on the external card. ASR Voice Recorder can save its recordings to a specific memory card folder, the one that is automatically created -on the card- by the app when it is installed on the phone. Maybe there are other app that we will find they can, too.
- So it seems that the rule is not general, as Huawei implies at that thread I have posted above.
My biggest concern was that MixPlorer has now limited use, and this is kind of sad as it was my favorite explorer.
Huawei Files manager is not bad, it's actually quite OK, but it bothers me that you cannot add 3rd party clouds on it. If it had that option I would be happy with it. I like it that it has that "favorites" option. For now I have created a folder "My Archives" on the internal memory and I initially save almost everything there (e.g. my Nova Launcher backups). Then I use Huawei Files manager to move them to the external memory card on the folders I want.
Click to expand...
Click to collapse
Hey that's a good idea of creating a temp folder on your internal drive before using Huawei file manager to transfer everything out to your external card. However it requires additional steps to get it done but it's a good idea nonetheless. Thanks for that suggestion. For me i'm so used to be using solid explorer to do all my file operations as it has google drive integration which makes it easy n fast to transfer between drives. So i guess my best bet is to downgrade to android 9, it's just much more comfortable to work with and in my opinion, android 10 is not that big of a deal and not much substantial changes anyway. Hehe.
Every reboot I always have this facing problem!
Sometime I must reboot because my smartphone switch off for low battery....
When I reboot try to disable and re-enable the special option in developer menù, also try to uninstall and after install again the memory card (from setup/memory menù).
After that try to copy some file to memory card with default file manager an default Gallery...
Sometimes it is enough sometimes I have to try more and more... But after several time it works!
Xplore
Try xplore by lonely cat games. It's working on my mate 20 pro and survived reboots.

Categories

Resources