As you might be knowing, in the recent version of Android 4.4, 'KitKat', Google has slightly modified the default permissions for the external SD Card. Now it is accessible for writing only by a special user group of members called media_rw. In this article, I would like to share a trick which will allow to enable write access to all the lucky owners of rooted devices with Android 4.4. When some process needs to write to external media, it requests the appropriate permission. This was the usual behavior in earlier versions of Android. However, third-party apps in KitKat have no access to that permission! So, there is no way for them to obtain write access to the external SD Card. You might face various issues with the new access rules in Android 4.4, i.e. your favorite File manager can stop working. Here's how to give these apps the correct permission. Launch your favorite file manager with root access rights. You can use any app you prefer which can run elevated on your ...
All Type Trick N Tips N Hack