• Flashing CM 4.1999

    Cyanogen release a new version of his mod, that is legal. It features the latest Donut release. Check it out here. I didn’t have Cyanogen’s Recovery Image, so installing this version was not very easy. 4.1999 won’t install without Cyanogen’s Recovery Image. I always got an “Installation aborted”.

    • Get the cm-recovery-1.4.img from here
    • Get fastboot tool from here and follow the instructions below the downloads:

    On OS X and Linux, you can store the fastboot executable anywhere on your machine. On Windows, you must store the fastboot executable where it can find the AdbWinApi.dll file (included with the Android SDK), otherwise it will not work properly. The recommended place to store the fastboot executable on Windows is with the other tools in the Android SDK, in the <sdk>/tools directory. On all platforms, you may want to add the location to your PATH, for convenience.

    USB Driver

    If your development machine is running Windows, you should make sure to update your USB driver before continuing. For your convenience, the Android SDK (1.0 r2 or later) includes an updated USB driver that you can install. For more information, see Setting up a Device for Development on the Android Developers Site.

    • Get the device in fastboot mode:

    To enter fastboot mode, power up the device (or reboot it) while holding down the BACK key. Hold the BACK key down until the bootloader screen is visible and shows “FASTBOOT”. The device is now in fastboot mode and is ready to receive fastboot commands. If you want to exit fastboot mode at this point, you can hold down the keys MENU+SEND+END (on the Android Dev Phone, SEND is the “Call” key and END is the “End call” key).

    • fastboot boot cm-recovery-1.4.img
    • now you can apply the update.zip for 4.1.999

  • First Android Development Results

    So I bought the Android for a reason. Developing. And that’s what I did. Since there is no really great Podcastfetcher for the Android Platform I decided to write my own. It’s called APodder. (Guess what the A stands for. :) ) After a few days of work. I got some base functionality going:

    • Downloading and parsing RSS2.0 feeds
    • Storing podcasts and their shows in a SQLite databse
    • An Interface that has a podcast-view and a show-view (see the pictures below).
    • Possibility to download shows with showing a progressbar (see the pictures below).

    Not everything works 100% as I have it in my mind. But I’m getting there. This is my first bigger project in Java. Until now I only developed in C++, C and Python.But thanks to Eclipse and its awesome AutoCompletition I’m doing quite fine. Expect to see more APodder news in February. I have exams in university in the end of january. So I will minimize developing hours.


Switch to our mobile site