android Archive

  • android_logo

    How to make your custom Android ROM – Compiling the system (part 2)

    Part 2 – The Compilation This post is more generic than the previous one, every linux may work : Let’s get the sources, Google uses a tool called “repo” so you need first to get this tool. mkdir ~/bin cat >> ~/.bashrc # set PATH...

    Full Story

  • android_logo

    How to make your custom Android ROM – The Prerequisites (part 1)

    First of all, this is an experiment tutorial explaining how i complete compilation of Android source on a gentoo. The purpose of this serie of article is to provide a step-by-step way to create your own custom ROM for android. I own a HTC Magic...

    Full Story

  • android_logo

    First steps with Android SDK

    I’ve just started looking at Android SDK. Java isn’t my first choice but the project is quite interesting. So here some simple ideas, I will attempt to realize : an upnp client to browse medias on local network another worpress editor via XmlRpc that the...

    Full Story