Android Still Sucks at 4.3

When Android 4.3 API18 came out I pulled my old Nexus 7 out of the drawer, charged it, let it update to 4.3.18 and tried to use it for the next three days, leaving my iPad mini in the drawer instead.   What I found out was: Android OS still sucks unbelievably bad. It’s kinda…

Read More

The Real Guide To Rooting The Nexus 7

I’ve looked over the Google results for rooting your Nexus7 and they are all a joke. None that I read would actually work on a Nexus7, so clearly the people posting are just looking for hits. Most of them were copypasta from one of 3 original guides. This is the real deal. I got a…

Read More

Android 101 – Part 2

Now that the emulator is up and running, you need to get familiar with adb – the Android Debug Bridge – and start poking around at your device. I found ADB back in the latest SDK, and used it to connect to my emulator. You can start a shell and poke around. I want to…

Read More

Starting Android Open Source Emulator

Once you have build Android on your Mac OSX (I have Leopard) following the Google directions, it’s time to start it. This wasn’t as easy as it sounds, as I couldn’t find any docs that talked about this, except for this page that talks about the emulator in the SDK. In your droid repo directory,…

Read More

Building Android – Available Now!

Android is OpenSourced, and you can build it yourself on MacOSX or an Ubuntu machine. THis is not the emulator, but real Android OS running on your system. http://source.android.com/download Has the directions. Check out the known-issues page before giving up- there are some rough edges. 10/22 Update: watch out for your file system on the…

Read More