Friday, August 3, 2018

Fixing external SD card write issue on Android 4.4 KitKat and above

storing full access to the external SD card on android kitkat

-Method 1: Editing the permissions file manually:
Make sure your phone is rooted. After that perform the following steps:1.Using a root-enabled file manager (likeES file explorer), navigate to /system/etc/permissions2.Edit platform.xml and find the WRITE_EXTERNAL_STORAGE permission.3.Add an additional group definition for this permission: <group gid=”media_rw” />4.Save the changes tothe file.5.Restart the phone.All credits for this method go tothis threadon XDA developers forum.

Method 2: Using NextAppSDFix

SDFix is a small app that makes life easier by automating the permission file editing and thereby restoring full write access to the SD card. Please do note that this app does need root permissions.You can download the app from either thePlay Storeor theXDA forum thread. After that, launch the app and follow the onscreen instructions to solve your problem.

Method 3: Using Xposed framework

with HandleExternalStorage moduleIf for some reason, the above two methods fail to solve your problem, then don’t just give up yet. Try this too.If you do not have Xposed framework yet,download it from hereand install the apk. After that, install the framework from inside the app and reboot. Please note that youneed root permissions to install Xposed.Once you have Xposed, download and install the HandleExternalStorage module from either thePlay Store, XDA forum thread or from the ‘Download’ section within the Xposed installer app.This module has no user interface. Just enable it in the ‘Modules’ section in Xposed and reboot. You’re done!

Method 4: Using a custom ROM

If none of the above methods work, then we’re really sorry that you are out of luck with the stock firmware.We suggest you to try a custom ROM/firmware likeCyanogenMod 11,AOKP,SlimKatorCarbonROMwhich already has the permission problem patched.

Related Posts:

  • how many of smartphone users is there The number of smartphone users worldwide will surpass 2 billion in 2016, according to new figures from eMarketer—after nearly getting there in 2015. Next year, there will be over 1.91 billion smartphone users across the glo… Read More
  • clash of clans, tips clash of clans is a very awesome strategy game but it can be difficult some times, here are some  tips that can help you on you missions  on mission  FEATURES  ● Build your village into an unbeatab… Read More
  • what is android any way Android is a Linux-based mobile phone operating system developed by Google. Android is unique because Google is actively developing the platform but giving it away for free to hardware manufacturers and phone carriers wh… Read More
  • tasker, Automate your android phone with tasker Automate the whole thing from settings to pictures, SMS to speech. ADC2 prize winner.Total Automation, from settings to SMS.  DescriptionTotal Automation, From Settings to SMS.* Triggers: App, Time, Da… Read More
  • things you should knew about rooting (android) What is Rooting? “Rooting” your device means obtaining “superuser” rights and permissions to your Android’ssoftware. With these elevated user privileges, you gain the ability to load custom software… Read More