Monthly Archives: January 2014

Brightness controls on Dell XPS 13 with Ubuntu 13.04

Am running a Dell XPS 13 with Ubuntu 13.04. Overall the installation is very nice but one niggle is that the brightness controls do not always work. The following scripts have alleviated the problem: (From the thread in the Launchpad

Posted in Uncategorized

Auto Hibernate in Ubuntu 13.04

Make your Ubuntu notebook hibernate after a period of sleep. The Ubuntu forums here go into depth but the script from the very helpful posters is: #!/bin/bash # Script name: /etc/pm/sleep.d/0000rtchibernate # Purpose: Auto hibernates after a period of sleep

Posted in Uncategorized

aapt error for Android Studio on Ubuntu 13.04

While installing and trying to compile a “Hello World” program in Android Studio on Ubuntu 13.04 the following error occured: android-apt-compiler: Cannot run program “…/android-sdk-linux/platform-tools/aapt”: java.io.IOException: error=2, No such file or directory The reason is that aapt relies on some

Posted in Android, Linux, Programming, Tools