Background There is a great piece of java code posted by koush on Github’s gist showing how to interface with the official Android Twitter application. The key was not only knowing the package name, but knowing the right extra information …

Android – Added Follow Developer on Twitter Button Read more »

Background Recently, I had two Seagate 1TB hard drives fail. One was 4 years old and the other was the 3 month old warranty replacement. Luckily, I had two of these hard drives setup in a RAID 1 configuration. Since …

Ubuntu – Rebuilding Software Raid 1 with dmraid Read more »

Twitter Bootstrap Navbar Custom Coloring Background The Twitter opensource bootstrap tool set is amazing. Tools to customize and examples on usage are all posted on github along with all the source code. For the specific task at hand, I wanted …

Web Design – Twitter Bootstrap Navbar Color Customization Read more »

Background Shortly after posting Android applications in the Android Market, Play Store, I noticed that due to the diversity (fragmentation?) of hardware and software combinations there were many errors users were experiencing that I wasn’t able to duplicate. In addition, …

Android – Bugsense Library for Handling Errors Read more »

Took me a few minutes to gather the IRC server list for freenode, add the standard port and resolve the hostname to IP. I have provided all this information below in the proper format for eggdrop bots. This information can …

IRC – Freenode Server List for Eggdrop Read more »

Recently worked on implementing listview inside of a viewpager. This was a bit of a challenge but one little bug which turned into another bug. The first bug was the background always turned black while scrolling which with black text …

Android – ListView, Scrolling Background Color and Java Extra Garbage Collection Read more »

Having an SSD (solid state disk) store the boot operating system has many advantages and a few disadvantages. One of the main disadvantages being the average SSD life span is a bit more sensitive to read/writes when compared to traditional …

Ubuntu – Move /home partition from SSD to RAID Read more »

Running an SSD for the main boot partition is quite convenient for any OS, including Ubuntu. However having Google Chrome, or any browser, store its cache on the SSD is not the ideal scenario. Under Ubuntu Natty 11.04 moving Google …

Ubuntu – Move Google Chrome cache from SSD to RAM Read more »

Spent a lot of time researching how to do extend my desktop onto a second monitor in Ubuntu 11.04 with Unity. Extending the display and desktop is a simple task on Windows but under Ubuntu it was very difficult until …

Ubuntu – How to extend display with two monitors Read more »

How to make an Android application load at start up. Did a bit of research but never ended up having the need to implement. List of my research links below and their code examples:   http://www.androidsnippets.com/autostart-an-application-at-bootup http://www.coderanch.com/t/439875/Android/Mobile/make-your-application-run-as http://code.google.com/p/apps-for-android/source/browse/trunk/Photostream/AndroidManifest.xml http://stackoverflow.com/questions/2912209/how-to-create-startup-application-in-android http://stackoverflow.com/questions/6391902/how-to-start-an-application-on-startup-in-android …

Android – Making an application start at boot Read more »

There are quite a few different functions which will return data from an Android phone. The generic list of function calls are located here: http://developer.android.com/reference/android/os/Build.html I wanted to know what all of these different calls would return on my HTC …

Android – Pull Build, Version, Model, etc… Read more »