How to Fix ExtSdCard Mount Issue on KitKat and Lollipop

Since Android 4.4.2 KitKat was released to the Galaxy S4/Note 3 and other Android devices which support external sdcard, more users were having issue with some third-party apps in saving, writing or copying  files to the external sdcard due to KitKat 4.4 security which was added by Google.

In this post we will show you how to fix ExtSdCard Issue on Android KitKat, Lollipop and later for all android devices …

Requirements :

  • Rooted Android device running on Android KitKat or Lollipop update.
  • Installed ES File Manager or any root files explorer app.

Steps :

  1. Open “ES File Explorer” and press on the top left icon.
  2. Go to Tool > Root Explorer > Mount R/W
  3. Change Path “/” and “/system” from RO to RW.
    es root file explorer
  4. Go to Local > / Device > system > etc > permissions > and open platform.xml as text in “ES Note Editor”.
  5. Find the following line:
    android.permission.WRITE_EXTERNAL_STORAGE” permission
  6. Change it from :
    <permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
    <group gid="sdcard_r" />
    <group gid="sdcard_rw" />
    </permission>
  7. to :
    <permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
    <group gid="sdcard_r" />
    <group gid="sdcard_rw" />
    <group gid="media_rw" />
    </permission>

    Fix-ExtSdCard-Issue

  8. Save the changes to the file.
  9. Check the file again and make sure that everything is OK.
  10. Reboot your device to apply the changes.

After rebooting you will be able to write on the external sdcard without any problem.

Check Also

fix Google Nexus 5 sensors

How to Fix Google Nexus 5 Sensors on Android 4.4.2 KitKAt

After updating Google Nexus 5 from Android 4.4.1 to Android 4.4.2 KitKat, more users have …

30 comments

  1. Jean-Pierre LaRocque

    My apologies I am 72 and not the best at typing!!!! So how do I ROOT my HP 10 plus????

    Thank You

    JP

  2. Thaaank you very much!!! Couldn’t find help anywhere, but this did the trick.

  3. I posted a much simpler solution but it appears my comment was deleted for some unknown reason. No lines of code is necessary.

    If you have a rooted phone, just go to the Google Play Store and get the app called:
    SDFix: KitKat Writable MicroSD

    Install it and you’re done… you will be able to write to the SD card from any app.

  4. If you have a rooted device… just install the app called SDCard Fix and boom… you’re done…

    • Jean-Pierre LaRocque

      I have an HP 10 Plus. How do I root??? I am 72 yrs old and not fully knowledgeable on this issue.
      Would apreciate any assistance you can provide.

      Thank You

      JP

  5. Really ? this is all it takes ? One measly line of code… and i wasted hours looking for a solution… man i gotta remember you guys next time i got a problem with my phone

  6. Hey ! I changed the platform.xml in the Folder permissions and checked it with several file Explorer to be sure that all chngings are safed.
    I also took a copy named platform copy.xlm in this Folder and a second copy to another Folder in the main storage.
    After rebooting both, the original and the platform copy.xlm are deleted in the permission Folder
    and the old original file frome date 18/05 is back ???
    Has someone a idea what happens here and how to fix it ??

    Greets and Thanks

  7. many many thanks brooooooooooooooooooo

  8. Didn’t work I have rooted and using root explorer read/write. I checked and it did change. I rebooted and still the same.

  9. It says error occured it cant be save

  10. How to delete some apks from apk manager…….no permission showing…..

  11. It did not work for my note2.
    4.4.2…..
    rooted…..
    platform. xml changed

    what else I can do?

    thanks

  12. Everything done but no change after reboot…fix

  13. Jean Pierre LaRocque

    What is a rooted android device and what is the safest/best one? Is it a type of app???

  14. Jean Pierre LaRocque

    What is a tooted android device and what is the safest/best one Is it a type of app???

  15. Did not work for me, also tried various apps. No good. Galaxy S4 (Cyan 11)

  16. Thanks for this – works for me on a Samsung Galaxy Note 10.1 2014 edition 🙂

  17. Jean Pierre LaRocque

    Would this apply to HP 10 plus tablet ? I cannot delete any photos that are on my micro SD card. I have photos from my computer and would like to be able to edit/delete/add while working on my tablet but cannot do anything!!!!

  18. It works! 🙂
    Thank U so much for this!
    Peace.

  19. This is great, thanks so much for the help

  20. Thanks for this – works for me on a Huawei P6 🙂

    Initially, I missed the reboot bit, but it worked beautifully on reboot.

Leave a Reply

Your email address will not be published. Required fields are marked *