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 Handl...

Comments
Post a Comment