Backlit keyboards are pretty usual these days, beside being cool looking, they are very useful at night. When I first installed Fedora 18 ‘Spherical Cow’ in my new ASUS N56V, the keyboard backlight was working perfectly. After updating to (I believe) kernel version 3.8.x the keyboard backlight stopped working, bummer. I did my research and […]
ASUS N56VJ Subwoofer in Linux
So I bought an ASUS N56VJ to install linux on it, and as expected, not everything worked right out of the box with Linux. This laptop in particular comes with premium audio which includes a small subwoofer, (great for watching movies) and to my disappointment, it was not working with Linux. Had to make some […]
IntelliSense in Eclipse
By setting up some preferences in Eclipse, we can achieve an IntelliSense-like behavior in Eclipse. If you have ever used Microsoft Visual Studio, then let me explain what IntelliSense is. IntelliSense can speed up your coding by auto-completing your words as you type, lets say you have aVeryLongVariable in your code, as soon as you […]
Cleaning Up GNU GRUB – Removing Old Kernels
I had Fedora 17 installed and decided to upgrade to Fedora 18, upon upgrading I noticed in GRUB menu options Fedora 17 was still listed. As a good and organized computer user, I started looking and asking how to clean this messy looking GRUB and found the solution. Update: Now I know these are the […]
How to Calibrate the Phone’s Battery After Flashing a new ROM or Kernel
If you are like me, changing roms very often, you will find yourself calibrating your phone’s battery very often. I remember the first rom I flashed back when I had my Sprint Hero, battery life was terrible after flashing it, and since I was a n00b back then, I did not know that I had […]
How to set up ADB (Android Debug Bridge) in Mac OSX
I have seen many questions regarding the set up of ADB under Mac OSX, and when I got myself a MBP I had the same question. After some research, I was able to find that is not as complicated as I thought it would be; it’s actually less of a hassle than setting it up […]
How to Take Screenshots in Mac OS X
I have been a Windows user ever since Windows 95 came out, and it wasn’t up until this past May (2010) that I decided to make the switch to Macs; it wasn’t really hard to adapt from one OS to the other. It’s just that some basic functionality is way different from from what I […]
Setting Up ADB/USB Drivers for Android Devices in Linux (Ubuntu)
If you are like me and like developing in Linux, then you will find this guide useful. When I was setting up everything for my Android development, I ran into the problem that Linux was not recognizing my Android phone, and took me some time figuring out how to make Linux recognize my phone. Finally, […]