Skip to main content

Posts

Showing posts from November, 2015

Unlock external SD Card writing for all apps in Android

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

How to enable Lock screen rotation in Android 4.3 and 4.4

If you own a phone or tablet with Android 4.3 or 4.4, you might be facing the issue that your lock screen does not support rotation. I noticed this when I upgraded my Nook HD+ to the latest CyanogenMod based on Android 4.4. The lock screen was always in portrait mode. While phone users might not consider this behavior problematic because phones are mostly used by holding them vertically, tablet owners might prefer landscape mode most of the time. If you have rooted your device, you can perform a simple trick described below to enable lock screen rotation. Upd: according to our reader Tapatio, this trick also works on CyanogenMod 12.1 android version 5.1.1. Open the file manager on your Android device which supports root file system access. I prefer the freeware, Total Commander, for Android, but you can use anything you like, e.g. ES File Explorer. Navigate to the following folder: /system There you will find a file named build.prop . You need to edit it, so open it in your favo...